diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index 73405a5..0000000 --- a/AUTHORS.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributors - -* SimonStier [simon.stier@isc.fraunhofer.de](mailto:simon.stier@isc.fraunhofer.de) diff --git a/CITATION.cff b/CITATION.cff index 6442be6..a8b21b6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,6 +7,3 @@ repository-code: "https://github.com/OO-LD/oold-python" url: "https://OO-LD.github.io/oold-python/" license: MIT doi: 10.5281/zenodo.8374237 -authors: - - name: "OO-LD Contributors" - website: "https://github.com/OO-LD/oold-python/graphs/contributors" diff --git a/README.md b/README.md index eadc7f1..91b2c0f 100644 --- a/README.md +++ b/README.md @@ -274,16 +274,3 @@ pre-commit install ``` Please also enable GitHub Actions on your fork so the test suite runs automatically. - -## Citation - -If you use oold-python in your research, please cite it: - -```bibtex -@software{oold_python, - author = {OO-LD Contributors}, - title = {oold-python: Object Oriented Linked Data for Python}, - url = {https://github.com/OO-LD/oold-python}, - doi = {10.5281/zenodo.8374237}, -} -```