From 00ef1b59a81835f0ff42da3545e1a7b858843c25 Mon Sep 17 00:00:00 2001 From: Claire Le Goues Date: Tue, 30 Apr 2024 22:26:51 -0400 Subject: [PATCH] fix bib --- .gitignore | 2 +- _bibliography/publications.bib | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c97e96e..8c8b72f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ _site/ .jekyll-cache/ - +.gitignore diff --git a/_bibliography/publications.bib b/_bibliography/publications.bib index 36fffa4..ce3c61b 100644 --- a/_bibliography/publications.bib +++ b/_bibliography/publications.bib @@ -213,8 +213,12 @@ @article{dramkotaxonomy @article{DramkoDIREData2022, author = {Dramko, Luke and Lacomis, Jeremy and Yin, Pengcheng and Schwartz, Edward J. and Allamanis, Miltiadis and Neubig, Graham and Vasilescu, Bodan and {Le~Goues}, Claire}, title = {DIRE and its Data: {N}eural Decompiled Variable Renamings with respect to Software Class}, - journal = {Transactions on Software Engineering and Methodology}, - year = {2022}, + journal = {{ACM} Trans. Softw. Eng. Methodol.}, + volume = {32}, + number = {2}, + pages = {39:1--39:34}, + year = {2023}, + doi = {10.1145/3546946}, series = {TOSEM '22}, project = {ai-sbe}, } @@ -517,14 +521,13 @@ @inproceedings{pldi19 title = {Lightweight Multi-language Syntax Transformation with Parser Parser Combinators}, booktitle = {Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)}, year = {2019}, -% isbn = {978-1-4503-6712-7}, + isbn = {978-1-4503-6712-7}, code = {https://comby.dev}, pages = {363--378}, numpages = {16}, doi = {10.1145/3314221.3314589}, acmid = {3314589}, -% publisher = {ACM}, -% address = {New York, NY, USA}, + publisher = {ACM}, keywords = {parsers, rewriting, syntax, transformation}, }