mboehm7 edited a comment on pull request #1449: URL: https://github.com/apache/systemds/pull/1449#issuecomment-997235124
Thanks for initiating this effort - generally this is a good idea. I would recommend two changes: * For the software citation: use the 'Apache SystemDS Development Team' instead of the union of author names (as some of the mentioned names did not contribute a single commit), and the bibtex should include a URL to our github repo. * Add the papers as separate inproceedings and article bibtex entries, similar to PyTorch: https://github.com/pytorch/pytorch/blob/master/CITATION ``` @inproceedings{BoehmADGIKLPR20, author = {Matthias Boehm and Iulian Antonov and Sebastian Baunsgaard and Mark Dokter and Robert Ginth{\"{o}}r and Kevin Innerebner and Florijan Klezin and Stefanie N. Lindstaedt and Arnab Phani and Benjamin Rath and Berthold Reinwald and Shafaq Siddiqui and Sebastian Benjamin Wrede}, title = {{SystemDS: A Declarative Machine Learning System for the End-to-End Data Science Lifecycle}}, booktitle = {{CIDR}}, year = {2020}, } @article{BoehmDEEMPRRSST16, author = {Matthias Boehm and Michael Dusenberry and Deron Eriksson and Alexandre V. Evfimievski and Faraz Makari Manshadi and Niketan Pansare and Berthold Reinwald and Frederick Reiss and Prithviraj Sen and Arvind Surve and Shirish Tatikonda}, title = {{SystemML: Declarative Machine Learning on Spark}}, journal = {{PVLDB}}, volume = {9}, number = {13}, year = {2016}, } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org