AlexiaJM commited on
Commit
a3b433f
·
verified ·
1 Parent(s): 6931f6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -20,16 +20,19 @@ ByteCraft is the world's first generative model of SWF video games and animation
20
 
21
  For more details, please refer to our [Blog](https://emygervais.github.io/2025/03/15/bytecraft.html), [Paper/Tech-report](https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf), and [Inference Code](https://github.com/SamsungSAILMontreal/ByteCraft).
22
 
23
- # Temporary reference (It will be updated soon).
24
 
25
  If you find our work useful, please consider citing:
26
 
27
  ```bib
28
- @misc{bytecraft2025github,
29
- author = {Jolicoeur-Martineau, Alexia and Gervais, Emy},
30
- title = {ByteCraft: Generating video games and animations through bytes},
31
- year = {2025},
32
- url = {https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf},
33
- note = {Accessed: 2025-03-23},
 
 
 
34
  }
35
  ```
 
20
 
21
  For more details, please refer to our [Blog](https://emygervais.github.io/2025/03/15/bytecraft.html), [Paper/Tech-report](https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf), and [Inference Code](https://github.com/SamsungSAILMontreal/ByteCraft).
22
 
23
+ # Reference
24
 
25
  If you find our work useful, please consider citing:
26
 
27
  ```bib
28
+ @article{202503.1962,
29
+ doi = {10.20944/preprints202503.1962.v1},
30
+ url = {https://www.preprints.org/manuscript/202503.1962/v1},
31
+ year = 2025,
32
+ month = {March},
33
+ publisher = {Preprints},
34
+ author = {Alexia Jolicoeur-Martineau and Emy Gervais},
35
+ title = {ByteCraft: Generating Video Games and Animations Through Bytes},
36
+ journal = {Preprints}
37
  }
38
  ```