Plain references to bibtex - ai-se/admin GitHub Wiki

https://github.com/ai-se/ref_plain_to_bib

by using scholar.py, convert a list of plain references, e.g.:

[1] R. M. Bell, T. J. Ostrand, and E. J. Weyuker, "Looking for bugs in all the right places," in International Symposium on Software Testing and Analysis, Portland, Maine, 2006, pp. 61 - 72.

[2] N. Bettenburg, M. Nagappan, and A. E. Hassan, "Think locally, act globally: Improving defect and effort prediction models," in Proceedings of the 9th IEEE Working Conference on Mining Software Repositories, 2012, pp. 60-69.

[3] P. E. Black, L. Badger, B. Guttman, and E. Fong, "Dramatically Reducing Software Vulnerabilities," US Department of Commerce, US National Institute of Standards and Technology (NIST) Draft NISTIR 8151, October 2016.

[4] B. Boehm and V. R. Basili, "Software defect reduction top 10 list," Foundations of empirical software engineering: the legacy of Victor R. Basili, vol. 426, no. p. 37, 2005.

to bibtex:

% [1]

@inproceedings{bell2006looking, title={Looking for bugs in all the right places}, author={Bell, Robert M and Ostrand, Thomas J and Weyuker, Elaine J}, booktitle={Proceedings of the 2006 international symposium on Software testing and analysis}, pages={61--72}, year={2006}, organization={ACM} }

% [2]

@inproceedings{bettenburg2012think, title={Think locally, act globally: Improving defect and effort prediction models}, author={Bettenburg, Nicolas and Nagappan, Meiyappan and Hassan, Ahmed E}, booktitle={Mining Software Repositories (MSR), 2012 9th IEEE Working Conference on}, pages={60--69}, year={2012}, organization={IEEE} }

% [3]

@article{black2016dramatically, title={Dramatically Reducing Software Vulnerabilities}, author={Black, Paul E and Badger, Lee and Guttman, Barbara and Fong, Elizabeth}, year={2016} }

% [4]

@article{boehm2005software, title={Software defect reduction top 10 list}, author={Boehm, Barry and Basili, Victor R}, journal={Foundations of empirical software engineering: the legacy of Victor R. Basili}, volume={426}, pages={37}, year={2005} }