Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znicholls/cmip6-json-data-citation-generator
Simple scripts to automatically generate json data citations for CMIP6 data files
https://github.com/znicholls/cmip6-json-data-citation-generator
climate cmip6 cmip6-data-citation netcdf python
Last synced: about 1 month ago
JSON representation
Simple scripts to automatically generate json data citations for CMIP6 data files
- Host: GitHub
- URL: https://github.com/znicholls/cmip6-json-data-citation-generator
- Owner: znicholls
- License: bsd-2-clause
- Created: 2018-06-13T21:35:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T22:46:58.000Z (about 6 years ago)
- Last Synced: 2024-10-16T03:24:56.485Z (3 months ago)
- Topics: climate, cmip6, cmip6-data-citation, netcdf, python
- Language: Python
- Homepage: https://cmip6-json-data-citation-generator.readthedocs.io/en/latest/
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. code::
_____ __ __ _____ _____ __ _ _____ _
/ ____| \/ |_ _| __ \ / / (_) | __ \ | |
| | | \ / | | | | |__) / /_ _ ___ ___ _ __ | | | | __ _| |_ __ _
| | | |\/| | | | | ___/ '_ \ | / __|/ _ \| '_ \ | | | |/ _` | __/ _` |
| |____| | | |_| |_| | | (_) | | \__ \ (_) | | | | | |__| | (_| | || (_| |
\_____|_| |_|_____|_| \___/ | |___/\___/|_| |_| |_____/ \__,_|\__\__,_|
_/ |
|__/_____ _ _ _ _ _____ _
/ ____(_) | | | (_) / ____| | |
| | _| |_ __ _| |_ _ ___ _ __ | | __ ___ _ __ ___ _ __ __ _| |_ ___ _ __
| | | | __/ _` | __| |/ _ \| '_ \ | | |_ |/ _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
| |____| | || (_| | |_| | (_) | | | | | |__| | __/ | | | __/ | | (_| | || (_) | |
\_____|_|\__\__,_|\__|_|\___/|_| |_| \_____|\___|_| |_|\___|_| \__,_|\__\___/|_|.. sec-begin-index
+--------+-------------------+-----------+--------+
| Basics | |Python Versions| | |License| | |Docs| |
+--------+-------------------+-----------+--------++-----------+----------+
| Citations | |Zenodo| |
+-----------+----------++-------------------+----------------+-----------+----------+
| Repository health | |Build Status| | |Codecov| | |Codacy| |
+-------------------+----------------+-----------+----------++-----------------+--------+------------------+
| Latest releases | |PyPI| | |Latest Version| |
+-----------------+--------+------------------++-----------------+----------------+---------------+------------------------------+
| Latest activity | |Contributors| | |Last Commit| | |Commits Since Last Release| |
+-----------------+----------------+---------------+------------------------------+.. sec-end-index
License
-------.. sec-begin-license
The CMIP6 Data Citation Generator is free software under a BSD 2-Clause License, see `LICENSE <./LICENSE>`_.
If you make any use of the CMIP6 Data Citation Generator, please cite the relevant `Zenodo release `_... sec-end-license
.. sec-begin-installation
Installation
------------The CMIP6 Data Citation Generator can be installed with `pip `_.
.. code-block:: bash
# if you're using a virtual environment, make sure you're in it
pip install cmip6-data-citation-generator.. sec-end-installation
Documentation
-------------Documentation can be found on our `documentation pages `_ (we are thankful to `Read the Docs `_ for hosting us).
.. sec-begin-links
.. |Build Status| image:: https://travis-ci.com/znicholls/CMIP6-json-data-citation-generator.svg?branch=master
:target: https://travis-ci.com/znicholls/CMIP6-json-data-citation-generator
.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/cd1da597cfee49c39d5dc26174ac1b7b
:target: https://www.codacy.com/app/znicholls/CMIP6-json-data-citation-generator?utm_source=github.com&utm_medium=referral&utm_content=znicholls/CMIP6-json-data-citation-generator&utm_campaign=Badge_Grade
.. |Docs| image:: https://readthedocs.org/projects/cmip6-json-data-citation-generator/badge/?version=latest
:target: https://cmip6-json-data-citation-generator.readthedocs.io/en/latest/
.. |Codecov| image:: https://img.shields.io/codecov/c/github/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://codecov.io/gh/znicholls/CMIP6-json-data-citation-generator
.. |PyPI| image:: https://img.shields.io/pypi/v/cmip6-data-citation-generator.svg
:target: https://pypi.org/project/cmip6-data-citation-generator/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/cmip6-data-citation-generator.svg
:target: https://pypi.org/project/CMIP6-json-data-citation-generator/
.. |Latest Version| image:: https://img.shields.io/github/tag/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/releases
.. |Last Commit| image:: https://img.shields.io/github/last-commit/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
.. |Commits Since Last Release| image:: https://img.shields.io/github/commits-since/znicholls/CMIP6-json-data-citation-generator/latest.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
.. |Contributors| image:: https://img.shields.io/github/contributors/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/graphs/contributors
.. |Zenodo| image:: https://zenodo.org/badge/137273695.svg
:target: https://zenodo.org/badge/latestdoi/137273695
.. |License| image:: https://img.shields.io/github/license/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/blob/master/LICENSE.. sec-end-links