diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-17 20:10:23 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-17 20:11:48 +0200 |
commit | 3baedfd02e201fde1f6c8eda6ea10df84f524889 (patch) | |
tree | ac80bfed69092f3431d07ea1ae0d89c42f4118b8 | |
parent | 0bf81186db8267a6ac3823ada787b1a948104dd6 (diff) |
publications: Add CFAL
-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"], |