summaryrefslogtreecommitdiff
path: root/publications.json
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-01-05 15:25:04 +0100
committerTom Smeding <tom@tomsmeding.com>2023-01-05 15:25:46 +0100
commita63b2524ad309ae3838447a6d28b4b8b7747fff7 (patch)
treea2a8eb0b2d741f6ae9d72b20fa8ec02eca7dcc4e /publications.json
parent1d329c2570c20a2deff87c4c98b53c4f07e684b1 (diff)
Update publications
Diffstat (limited to 'publications.json')
-rw-r--r--publications.json23
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",