ggcristian commited on
Commit
0d5d6e3
·
1 Parent(s): 6663e6c

Update citation to match GH

Browse files
Files changed (1) hide show
  1. about.py +9 -8
about.py CHANGED
@@ -1,9 +1,10 @@
1
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
2
- CITATION_BUTTON_TEXT = r"""@misc{turtle_2025,
3
- author = {Garcia-Gasulla, D. and Kestor, G. and Parisi, E. and Albertí-Binimelis, M. and Gutierrez, C. and Ghorab, R.M. and Montenegro, O. and Homs, B. and Moreto, Miquel},
4
- title = {TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
5
- journal= {arXiv preprint arXiv:2504.01986},
6
- year = {2025},
7
- note = {Under review}
8
- }
9
- """
 
 
1
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
2
+ CITATION_BUTTON_TEXT = r"""@misc{garciagasulla2025turtleunifiedevaluationllms,
3
+ title={TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
4
+ author={Dario Garcia-Gasulla and Gokcen Kestor and Emanuele Parisi and Miquel Albert\'i-Binimelis and Cristian Gutierrez and Razine Moundir Ghorab and Orlando Montenegro and Bernat Homs and Miquel Moreto},
5
+ year={2025},
6
+ eprint={2504.01986},
7
+ archivePrefix={arXiv},
8
+ primaryClass={cs.AR},
9
+ url={https://arxiv.org/abs/2504.01986},
10
+ }"""