Skip to content

Commit

Permalink
doi infrastructure changes (#106)
Browse files Browse the repository at this point in the history
* doi

* Update CITATION.cff

* Update CITATION.cff
  • Loading branch information
jukent authored Jun 23, 2023
1 parent b1f70f5 commit 18ffb43
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 9 deletions.
30 changes: 30 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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: Grover
given-names: Maxwell
orcid: https://orcid.org/0000-0002-0370-8974 # optional
website: https://github.com/mgrover1
affiliation: Argonne National Laboratory # optional
- family-names: Sherman
given-names: Zachary
- family-names: Sharma
given-names: Milind
website: https://github.com/gewitterblitz
orcid: https://orcid.org/0000-0003-3318-7601
affiliation: Texas A&M University
- family-names: Ladino
given-names: Alfonso
website: https://github.com/aladinor
orcid: https://orcid.org/0000-0001-8081-7827
affiliation: University of Illinois at Urbana Champaign
- family-names: Camron
given-names: Crystal
website: https://github.com/crystalclearwx
orcid: https://orcid.org/0009-0009-6628-6287
affiliation: Problem Solutions, Inc./AccuWeather, Inc.
- name: "Radar Cookbook contributors" # use the 'name' field to acknowledge organizations
website: "https://github.com/ProjectPythia/radar-cookbook/graphs/contributors"
title: "Radar Cookbook"
abstract: "A cookbook meant to work with various weather radar data."
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[![nightly-build](https://github.com/ProjectPythia/radar-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/radar-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/radar-cookbook/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/479066261.svg)](https://zenodo.org/badge/latestdoi/479066261)

This Project Pythia Cookbook covers the basics of working with weather radar data in Python.

Expand Down
9 changes: 0 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@
title: Radar Cookbook
author: Max Grover, Zachary Sherman, Milind Sharma
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
email: [email protected]
copyright: '2023'

description: A cookbook meant to work with various weather radar data.
thumbnail: thumbnail.png
tags:
domains:
- radar
packages:
- Py-Art

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
Expand Down
6 changes: 6 additions & 0 deletions _gallery_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
thumbnail: thumbnail.png
tags:
domains:
- radar
packages:
- Py-Art
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
format: jb-book
root: README
parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Foundations
chapters:
- file: notebooks/foundations/pyart-basics
Expand Down
7 changes: 7 additions & 0 deletions notebooks/how-to-cite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to Cite This Cookbook

The material in Project Pythia's Radar 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/radar-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:

[![DOI](https://zenodo.org/badge/479066261.svg)](https://zenodo.org/badge/latestdoi/479066261)

0 comments on commit 18ffb43

Please sign in to comment.