Skip to content

Commit ae3027e

Browse files
committed
refactor(references): update and reorder bibliography entries
Added new articles on optimising shielded state synchronization, dynamic effective timed communication systems, and Nock for functional programmers. Also corrected and reordered existing entries for Heterogeneous Paxos 2.0 specs, Anoma State Architecture, Compiling Juvix to Cairo Assembly, and Comparing Two Hash Functions. This ensures the bibliography is up-to-date and accurately organized to reflect current research contributions.
1 parent fe059ca commit ae3027e

File tree

1 file changed

+59
-20
lines changed

1 file changed

+59
-20
lines changed

docs/references/art.bib

Lines changed: 59 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
33
% https://art.anoma.net
44
55
6+
@article{ art-2025-optimising-shielded-state-synchronization,
7+
author = { Larraia, Enrique and Khalniyazova, Yulia },
8+
title = { {Optimising Shielded State Synchronization with FMD and TEEs} },
9+
journal = { Anoma Research Topics },
10+
month = { Apr },
11+
year = { 2025 },
12+
publisher = { Zenodo },
13+
version = { April 10, 2025 },
14+
doi = { 10.5281/zenodo.15186457 },
15+
url = { https://doi.org/10.5281/zenodo.15186456 }
16+
}
17+
18+
19+
@article{ art-2025-dynamic-effective-timed-communication-systems,
20+
author = { Heindel, Tobias and Prieto-Cubides, Jonathan and Hart, Anthony },
21+
title = { {Dynamic Effective Timed Communication Systems} },
22+
journal = { Anoma Research Topics },
23+
month = { Mar },
24+
year = { 2025 },
25+
publisher = { Zenodo },
26+
version = { March 06, 2025 },
27+
doi = { 10.5281/zenodo.14984148 },
28+
url = { https://doi.org/10.5281/zenodo.14984147 }
29+
}
30+
31+
32+
@article{ art-2024-nock-functional-programmers,
33+
author = { Czajka, Lukasz },
34+
title = { {Nock for Functional Programmers} },
35+
journal = { Anoma Research Topics },
36+
month = { Dec },
37+
year = { 2024 },
38+
publisher = { Zenodo },
39+
version = { December 18, 2024 },
40+
doi = { 10.5281/zenodo.14511714 },
41+
url = { https://doi.org/10.5281/zenodo.14511713 }
42+
}
43+
44+
645
@article{ art-2024-message-logic,
746
author = { Gabbay, Murdoch J. and Zarin, Naqib },
847
title = { {Message Logic} },
@@ -16,29 +55,29 @@ @article{ art-2024-message-logic
1655
}
1756

1857

19-
@article{ art-2024-heterogeneous-paxos-20-specs,
20-
author = { Karbyshev, Aleksandr and Sheff, Isaac },
21-
title = { {Heterogeneous Paxos 2.0: the Specs} },
58+
@article{ art-2024-anoma-state-architecture,
59+
author = { Sheff, Isaac },
60+
title = { {Anoma State Architecture} },
2261
journal = { Anoma Research Topics },
2362
month = { Dec },
2463
year = { 2024 },
2564
publisher = { Zenodo },
2665
version = { December 04, 2024 },
27-
doi = { 10.5281/zenodo.14276903 },
28-
url = { https://doi.org/10.5281/zenodo.12572557 }
66+
doi = { 10.5281/zenodo.14265827 },
67+
url = { https://doi.org/10.5281/zenodo.14265826 }
2968
}
3069

3170

32-
@article{ art-2024-anoma-state-architecture,
33-
author = { Sheff, Isaac },
34-
title = { {Anoma State Architecture} },
71+
@article{ art-2024-heterogeneous-paxos-20-specs,
72+
author = { Karbyshev, Aleksandr and Sheff, Isaac },
73+
title = { {Heterogeneous Paxos 2.0: the Specs} },
3574
journal = { Anoma Research Topics },
3675
month = { Dec },
3776
year = { 2024 },
3877
publisher = { Zenodo },
3978
version = { December 04, 2024 },
40-
doi = { 10.5281/zenodo.14265827 },
41-
url = { https://doi.org/10.5281/zenodo.14265826 }
79+
doi = { 10.5281/zenodo.14276903 },
80+
url = { https://doi.org/10.5281/zenodo.12572557 }
4281
}
4382

4483

@@ -55,29 +94,29 @@ @article{ art-2024-slow-games-policy-enforcement-under
5594
}
5695

5796

58-
@article{ art-2024-comparing-two-hash-functions,
59-
author = { Yıldız, Burcu and Maller, Mary },
60-
title = { {Comparing Two Hash Functions for Multi-Party Computation and Zero-Knowledge} },
97+
@article{ art-2024-compiling-juvix-cairo-assembly,
98+
author = { Czajka, Łukasz },
99+
title = { {Compiling Juvix to Cairo Assembly} },
61100
journal = { Anoma Research Topics },
62101
month = { Sep },
63102
year = { 2024 },
64103
publisher = { Zenodo },
65104
version = { September 10, 2024 },
66-
doi = { 10.5281/zenodo.13739511 },
67-
url = { https://doi.org/10.5281/zenodo.13739510 }
105+
doi = { 10.5281/zenodo.13739344 },
106+
url = { https://doi.org/10.5281/zenodo.13739343 }
68107
}
69108

70109

71-
@article{ art-2024-compiling-juvix-cairo-assembly,
72-
author = { Czajka, Lukasz },
73-
title = { {Compiling Juvix to Cairo Assembly} },
110+
@article{ art-2024-comparing-two-hash-functions,
111+
author = { Yıldız, Burcu and Maller, Mary },
112+
title = { {Comparing Two Hash Functions for Multi-Party Computation and Zero-Knowledge} },
74113
journal = { Anoma Research Topics },
75114
month = { Sep },
76115
year = { 2024 },
77116
publisher = { Zenodo },
78117
version = { September 10, 2024 },
79-
doi = { 10.5281/zenodo.13739344 },
80-
url = { https://doi.org/10.5281/zenodo.13739343 }
118+
doi = { 10.5281/zenodo.13739511 },
119+
url = { https://doi.org/10.5281/zenodo.13739510 }
81120
}
82121

83122

0 commit comments

Comments
 (0)