Skip to content

Commit 4375d93

Browse files
committed
📇 Update citation metadata
1 parent 4deb7c1 commit 4375d93

File tree

2 files changed

+35
-44
lines changed

2 files changed

+35
-44
lines changed

‎CITATION.cff‎

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,46 @@
11
cff-version: 1.2.0
22
message: You can also find a BibTeX in the README.md
33
title: >-
4-
WARDuino: A Dynamic WebAssembly Virtual Machine for Programming Microcontrollers
5-
doi: 10.1145/3357390.3361029
4+
WARDuino: An Embedded WebAssembly Virtual Machine
5+
doi: 10.1016/j.cola.2024.101268
66
authors:
7+
- family-names: Lauwaerts
8+
given-names: Tom
9+
affiliation: Ghent University
710
- family-names: Gurdeep Singh
811
given-names: Robbert
9-
affiliation: Ghent University
12+
affiliation: IMEC
1013
- family-names: Scholliers
1114
given-names: Christophe
1215
affiliation: Ghent University
1316
identifiers:
1417
- description: Research paper you should be citing
1518
type: doi
16-
value: 10.1145/3357390.3361029
19+
value: 10.1016/j.cola.2024.101268
1720
preferred-citation:
1821
authors:
22+
- family-names: Lauwaerts
23+
given-names: Tom
24+
affiliation: Ghent University
1925
- family-names: Gurdeep Singh
2026
given-names: Robbert
21-
affiliation: Ghent University
27+
affiliation: IMEC
2228
- family-names: Scholliers
2329
given-names: Christophe
2430
affiliation: Ghent University
2531
title: >-
26-
WARDuino: A Dynamic WebAssembly Virtual Machine for Programming Microcontrollers
27-
doi: 10.1145/3357390.3361029
28-
type: proceedings
29-
year: 2019
30-
series: "MPLR 2019"
31-
collection-title: >-
32-
Proceedings of the 16th ACM SIGPLAN International Conference on
33-
Managed Programming Languages and Runtimes
34-
collection-doi: 10.1145/3357390
35-
start: 27
36-
end: 36
37-
isbn: "9781450369770"
38-
conference:
39-
name: >-
40-
16th ACM SIGPLAN International Conference on
41-
Managed Programming Languages and Runtimes
42-
location: 'Athens, Greece'
43-
date-start: 2019-10-21
44-
date-end: 2019-10-22
32+
WARDuino: An Embedded WebAssembly Virtual Machine
33+
doi: 10.1016/j.cola.2024.101268
34+
type: article
35+
year: 2024
36+
issn: "2590-1184"
37+
journal: Journal of Computer Languages
4538
publisher:
46-
name: ACM
39+
name: Elsevier
4740
keywords:
48-
- Virtual Machine
49-
- Arduino
41+
- Internet-of-Things
42+
- Language symbiosis
43+
- Virtual machine
44+
- WARDuino
5045
- WebAssembly
51-
- Live Code Updates
5246

‎README.md‎

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,19 @@ This is a derivative work of [kanaka/wac](https://github.com/kanaka/wac) by Joel
158158
If you need to cite WARDuino in your research, use:
159159

160160
```bibtex
161-
@inproceedings{WARDuino2019,
162-
author = {Gurdeep Singh, Robbert and Scholliers, Christophe},
163-
title = {WARDuino: A Dynamic WebAssembly Virtual Machine for Programming Microcontrollers},
164-
booktitle = {Proceedings of the 16th ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes},
165-
series = {MPLR 2019},
166-
year = {2019},
167-
isbn = {978-1-4503-6977-0},
168-
location = {Athens, Greece},
169-
pages = {27--36},
170-
numpages = {10},
171-
url = {http://doi.acm.org/10.1145/3357390.3361029},
172-
doi = {10.1145/3357390.3361029},
173-
acmid = {3361029},
174-
publisher = {ACM},
175-
address = {New York, NY, USA},
176-
keywords = {Arduino, Live Code Updates, Virtual Machine, WebAssembly},
161+
@article{ WARDuino2024,
162+
title = {WARDuino: An Embedded WebAssembly Virtual Machine},
163+
shorttitle = {WARDuino},
164+
author = {Lauwaerts, Tom and Singh, Robbert Gurdeep and Scholliers,
165+
Christophe},
166+
year = {2024},
167+
month = feb,
168+
journal = {Journal of Computer Languages},
169+
pages = {101268},
170+
issn = {2590-1184},
171+
doi = {10.1016/j.cola.2024.101268},
172+
keywords = {Internet-of-Things,Language symbiosis,Virtual
173+
machine,WARDuino,WebAssembly}
177174
}
178175
```
179176

0 commit comments

Comments
 (0)