From af04b4c5ff60c20a34bdc43a52538a69eb8fd9de Mon Sep 17 00:00:00 2001 From: Uri Alon Date: Thu, 2 Sep 2021 09:43:14 -0400 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7967ed9 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +@inproceedings{ + alon2018codeseq, + title={code2seq: Generating Sequences from Structured Representations of Code}, + author={Uri Alon and Shaked Brody and Omer Levy and Eran Yahav}, + booktitle={International Conference on Learning Representations}, + year={2019}, + url={https://openreview.net/forum?id=H1gKYo09tX}, +}