diff options
-rw-r--r-- | publications.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/publications.json b/publications.json index 63c59e3..8108a8a 100644 --- a/publications.json +++ b/publications.json @@ -1,10 +1,21 @@ { "authors": { "tom": "Tom Smeding", - "matthijs": "Matthijs Vákár" + "matthijs": "Matthijs Vákár", + "*various": "(various)" }, "pubs": [ { + "year": 2025, + "month": 5, + "authors": ["*various"], + "title": "Comparing Parallel Functional Array Languages: Programming and Performance", + "preprint": true, + "links": [ + {"type": "arxiv", "id": "2505.08906"} + ] + }, + { "year": 2024, "month": 5, "authors": ["tom", "matthijs"], |