diff options
Diffstat (limited to 'publications.json')
-rw-r--r-- | publications.json | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/publications.json b/publications.json index 03458ab..e8864c0 100644 --- a/publications.json +++ b/publications.json @@ -5,6 +5,18 @@ }, "pubs": [ { + "year": 2023, + "month": 1, + "authors": ["tom", "matthijs"], + "title": "Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations", + "conference": "POPL 2023", + "links": [ + {"type": "arxiv", "id": "2207.03418", "note": "with appendices"}, + {"type": "doi", "id": "10.1145/3571247"}, + {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} + ] + }, + { "year": 2022, "month": 9, "authors": ["matthijs", "tom"], @@ -18,17 +30,6 @@ }, { "year": 2022, - "month": 7, - "authors": ["tom", "matthijs"], - "title": "Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations", - "preprint": "submitted to POPL", - "links": [ - {"type": "arxiv", "id": "2207.03418"}, - {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} - ] - }, - { - "year": 2022, "month": 5, "authors": ["tom", "matthijs"], "title": "Dual-Numbers Reverse AD, Efficiently", |