diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..05725c7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,7 @@ +Please cite this software by referring to its Zenodo release: + +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "AstroDB Utils" +doi: https://zenodo.org/records/14397586 +url: "https://github.com/astrodbtoolkit/astrodb_utils" diff --git a/README.md b/README.md index dbb5b78..ebe8b59 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ [![build](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml/badge.svg)](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml) [![Documentation Status](https://readthedocs.org/projects/astrodb-utils/badge/?version=latest)](https://astrodb-utils.readthedocs.io/en/latest/) [![PyPI - Version](https://img.shields.io/pypi/v/astrodb-utils)](https://pypi.org/project/astrodb-utils/) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14397585.svg)](https://doi.org/10.5281/zenodo.14397585) + The AstroDB Toolkit provides a set of tools to help astronomers work with and create databases. The `astrodb_utils` package provides a set of functions to query and ingest data into databases built with the `astrodb-template-db` schema. -[Documentation for the Toolkit](https://astrodb-utils.readthedocs.io/en/latest/) \ No newline at end of file +[Documentation for the Toolkit](https://astrodb-utils.readthedocs.io/en/stable/)