diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..d7c2bf1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,18 @@ +cff-version: 1.2.0 +message: "If you use this cookbook, please cite it as below." +authors: + # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md + - family-names: Kent + given-names: Julia + orcid: https://orcid.org/0000-0002-5611-8986 + website: https://github.com/jukent + affiliation: UCAR/NCAR + - family-names: Zacharias + given-names: Anissa + orcid: https://orcid.org/0000-0002-2666-8493 + website: https://github.com/anissa111 + affiliation: UCAR/NCAR + - name: "Packaging Cookbook contributors" # use the 'name' field to acknowledge organizations + website: "https://github.com/ProjectPythia/packaging-cookbook/graphs/contributors" +title: "Packaging Cookbook" +abstract: "This Project Pythia Cookbook covers Python packaging." diff --git a/README.md b/README.md index 868415e..7f4366f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![nightly-build](https://github.com/ProjectPythia/packaging-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/packaging-cookbook/actions/workflows/nightly-build.yaml) [![Binder](http://binder.mypythia.org/badge_logo.svg)](http://binder.mypythia.org/v2/gh/ProjectPythia/packaging-cookbook/main?labpath=notebooks) +[![DOI](https://zenodo.org/badge/657280462.svg)](https://zenodo.org/badge/latestdoi/508404588) This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., *working with radar data in Python*) diff --git a/_config.yml b/_config.yml index ae3a82b..9ace735 100644 --- a/_config.yml +++ b/_config.yml @@ -4,17 +4,8 @@ title: Packaging Cookbook author: the Project Pythia Community logo: notebooks/images/logos/pythia_logo-white-rtext.svg -email: projectpythia@ucar.edu copyright: '2022' -description: This Project Pythia Cookbook covers Python packaging. -thumbnail: thumbnail.png -tags: - domains: - - packaging - packages: - - - # Execute the notebooks upon build execute: execute_notebooks: cache diff --git a/_gallery_info.yml b/_gallery_info.yml new file mode 100644 index 0000000..832172b --- /dev/null +++ b/_gallery_info.yml @@ -0,0 +1,6 @@ +thumbnail: thumbnail.png +tags: + domains: + - packaging + packages: + - \ No newline at end of file diff --git a/_toc.yml b/_toc.yml index 2fed654..995f86b 100644 --- a/_toc.yml +++ b/_toc.yml @@ -1,6 +1,9 @@ format: jb-book root: README parts: + - caption: Preamble + chapters: + - file: notebooks/how-to-cite - caption: Introduction chapters: - file: notebooks/notebook-template diff --git a/notebooks/how-to-cite.md b/notebooks/how-to-cite.md new file mode 100644 index 0000000..a25fd79 --- /dev/null +++ b/notebooks/how-to-cite.md @@ -0,0 +1,7 @@ +# How to Cite This Cookbook + +The material in Project Pythia's Packaging Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community. + +The source code for the book is [released on GitHub](https://github.com/ProjectPythia/packaging-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source: + +[![DOI](https://zenodo.org/badge/657280462.svg)](https://zenodo.org/badge/latestdoi/508404588)