From c983733c75cdfaf8baf04be24079cf7a517b9850 Mon Sep 17 00:00:00 2001 From: Chengnian Sun Date: Thu, 2 Jul 2020 01:18:04 -0400 Subject: [PATCH] Add paper link and bibtex entry in README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d591a469b..3fa27fd72 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,17 @@ and then run/debug as usual. You can find more at [the official documentation](h ### License ### GNU General Public License 3. + +### Reference ### +Perse was first published at *International Conference on Software Engineering 2018* as a [full research paper](https://dl.acm.org/doi/10.1145/3180155.3180236). +``` +@inproceedings{perses, + author = {Sun, Chengnian and Li, Yuanbo and Zhang, Qirun and Gu, Tianxiao and Su, Zhendong}, + title = {Perses: Syntax-Guided Program Reduction}, + year = {2018}, + publisher = {Association for Computing Machinery}, + doi = {10.1145/3180155.3180236}, + booktitle = {Proceedings of the 40th International Conference on Software Engineering}, + pages = {361–371}, +} +```