Skip to content

Commit 0702731

Browse files
authored
Update README.md
1 parent a414e74 commit 0702731

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,29 @@ See the [wiki][wiki] for further information.
9191

9292
<a name="Khatchadourian2018b"></a>Raffi Khatchadourian, Yiming Tang, Mehdi Bagherzadeh, and Syed Ahmed. A tool for optimizing Java 8 stream software via automated refactoring. In <em>International Working Conference on Source Code Analysis and Manipulation</em>, SCAM '18, pages 34--39. IEEE, IEEE Press, September 2018. Engineering Track. [ <a href="http://www.cs.hunter.cuny.edu/~Raffi.Khatchadourian99/all_bib.html#Khatchadourian2018b">bib</a> | <a href="http://dx.doi.org/10.1109/SCAM.2018.00011">DOI</a> | <a href="http://www.slideshare.net/khatchad/a-tool-for-optimizing-java-8-stream-softwarevia-automated-refactoring">slides</a> | <a href="http://academicworks.cuny.edu/hc_pubs/429">http</a]
9393

94+
## Citation
95+
96+
Please cite this work as follows:
97+
98+
```bibtex
99+
@inproceedings{Khatchadourian2018b,
100+
author = {Raffi Khatchadourian and Yiming Tang and Mehdi Bagherzadeh and Syed Ahmed},
101+
title = {A Tool for Optimizing {Java} 8 Stream Software via Automated Refactoring},
102+
booktitle = {International Working Conference on Source Code Analysis and Manipulation},
103+
year = {2018},
104+
series = {SCAM '18},
105+
pages = {34--39},
106+
month = sep,
107+
organization = {IEEE},
108+
publisher = {IEEE Press},
109+
note = {Engineering Track.},
110+
doi = {10.1109/SCAM.2018.00011},
111+
issn = {2470-6892},
112+
location = {Madrid, Spain},
113+
numpages = {6},
114+
}
115+
```
116+
94117
[wiki]: https://github.com/ponder-lab/Java-8-Stream-Refactoring/wiki
95118
[challenges]: https://github.com/ponder-lab/Optimize-Java-8-Streams-Refactoring/wiki/Solutions-to-Engineering-Challenges
96119
[annotations]: https://github.com/ponder-lab/edu.cuny.hunter.streamrefactoring.annotations

0 commit comments

Comments
 (0)