Skip to content

Commit 484ac5c

Browse files
committed
📝 Create CITATION.cff
1 parent 0a1e6eb commit 484ac5c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CITATION.cff

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
cff-version: 1.2.0
2+
title: >-
3+
Artifact for "React-tRace: A Semantics for Understanding
4+
React Hooks"
5+
message: >-
6+
If you use this software, please cite it using the
7+
metadata from this file.
8+
type: software
9+
authors:
10+
- given-names: Jay
11+
family-names: Lee
12+
email: jhlee@ropas.snu.ac.kr
13+
affiliation: Seoul National University
14+
orcid: 'https://orcid.org/0000-0002-2224-4861'
15+
- given-names: Joongwon
16+
family-names: Ahn
17+
email: jwahn@ropas.snu.ac.kr
18+
affiliation: Seoul National University
19+
orcid: 'https://orcid.org/0009-0007-0055-7297'
20+
identifiers:
21+
- type: doi
22+
value: 10.5281/zenodo.15762431
23+
license: MIT
24+
commit: a40da7d23763ef62385313aa62f9d6e6cc1c6129
25+
version: v0.1.2
26+
date-released: '2025-08-21'
27+
preferred-citation:
28+
type: article
29+
authors:
30+
- family-names: "Lee"
31+
given-names: "Jay"
32+
orcid: "https://orcid.org/0000-0002-2224-4861"
33+
- family-names: "Ahn"
34+
given-names: "Joongwon"
35+
orcid: "https://orcid.org/0009-0007-0055-7297"
36+
- family-names: "Yi"
37+
given-names: "Kwangkeun"
38+
orcid: "https://orcid.org/0009-0007-5027-2177"
39+
doi: "10.1145/3763067"
40+
journal: "Proc. ACM Program. Lang."
41+
month: 10
42+
title: "React-tRace: A Semantics for Understanding React Hooks: An Operational Semantics and a Visualizer for Clarifying React Hooks"
43+
issue: "OOPSLA2"
44+
volume: 9
45+
year: 2025
46+
publisher: "Association for Computing Machinery"
47+
url: "https://doi.org/10.1145/3763067"

0 commit comments

Comments
 (0)