summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-17 20:10:23 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-17 20:11:48 +0200
commit3baedfd02e201fde1f6c8eda6ea10df84f524889 (patch)
treeac80bfed69092f3431d07ea1ae0d89c42f4118b8
parent0bf81186db8267a6ac3823ada787b1a948104dd6 (diff)
publications: Add CFAL
-rw-r--r--publications.json13
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&aacute;k&aacute;r"
+ "matthijs": "Matthijs V&aacute;k&aacute;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"],