Skip to content

Commit 297e44e

Browse files
authored
Merge pull request #125 from jukent/main
changes based on DOI infrastructure
2 parents 3c521ae + 6038a36 commit 297e44e

File tree

6 files changed

+65
-9
lines changed

6 files changed

+65
-9
lines changed

CITATION.cff

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
cff-version: 1.2.0
2+
message: "If you use this cookbook, please cite it as below."
3+
authors:
4+
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
5+
- family-names: Rose
6+
given-names: Brian E. J.
7+
orcid: https://orcid.org/0000-0002-9961-3821 # optional
8+
website: https://github.com/brian-rose # optional
9+
affiliation: University at Albany (State University of New York) # optional
10+
- family-names: Kent
11+
given-names: Julia
12+
orcid: https://orcid.org/0000-0002-5611-8986
13+
website: https://github.com/jukent
14+
affiliation: UCAR/NCAR
15+
- family-names: Tyle
16+
given-names: Kevin
17+
orcid: https://orcid.org/0000-0001-5249-9665
18+
website: https://github.com/ktyle
19+
affiliation: University at Albany (State University of New York)
20+
- family-names: Clyne
21+
given-names: John
22+
orcid: https://orcid.org/0000-0003-2788-9017
23+
website: https://github.com/clyne
24+
affiliation: UCAR/NCAR
25+
- family-names: Camron
26+
given-names: Drew
27+
orcid: https://orcid.org/0000-0001-7246-6502
28+
website: https://github.com/dcamron
29+
affiliation: UCAR/Unidata
30+
- family-names: Grover
31+
given-names: Maxwell
32+
orcid: https://orcid.org/0000-0002-0370-8974
33+
website: https://github.com/mgrover1
34+
affiliation: Argonne National Laboratory
35+
- family-names: Ford
36+
given-names: Robert R.
37+
orcid: https://orcid.org/0000-0001-5483-4965
38+
website: https://github.com/r-ford
39+
affiliation: University at Albany (State University of New York)
40+
- family-names: Paul
41+
given-names: Kevin
42+
orcid: https://orcid.org/0000-0001-8155-8038
43+
website: https://github.com/kmpaul
44+
affiliation: NVIDIA
45+
- name: "Cookbook Template contributors" # use the 'name' field to acknowledge organizations
46+
website: "https://github.com/ProjectPythia/cookbook-template/graphs/contributors"
47+
title: "HRRR AWS Cookbook"
48+
abstract: "A sample cookbook description."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

89
This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., _working with radar data in Python_)
910

_config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,8 @@
44
title: Project Pythia Cookbook Template
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
87
copyright: "2023"
98

10-
description: A sample cookbook description.
11-
thumbnail: thumbnail.png
12-
tags:
13-
domains:
14-
- sampledomain
15-
packages:
16-
- samplepackage
17-
189
execute:
1910
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
2011
execute_notebooks: cache

_gallery_info.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
thumbnail: thumbnail.png
2+
tags:
3+
domains:
4+
- sampledomain
5+
packages:
6+
- samplepackage

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
format: jb-book
22
root: README
33
parts:
4+
- caption: Preamble
5+
chapters:
6+
- file: notebooks/how-to-cite
47
- caption: Introduction
58
chapters:
69
- file: notebooks/notebook-template

notebooks/how-to-cite.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to Cite This Cookbook
2+
3+
The material in Project Pythia's [Cookbook Template] 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.
4+
5+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/cookbook-template) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
6+
7+
[![DOI](https://zenodo.org/badge/475509405.svg)](https://zenodo.org/badge/latestdoi/475509405)

0 commit comments

Comments
 (0)