Skip to content

Commit d4c7522

Browse files
committed
update cookbook
1 parent d737cce commit d4c7522

File tree

9 files changed

+27
-57
lines changed

9 files changed

+27
-57
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
13-
environment_name: cookbook-dev
13+
environment_name: land-atmosphere-interactions-and-hydrology-cookbook-dev
1414

1515
link-check:
1616
if: ${{ github.repository_owner == 'ProjectPythia' }}

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1313
with:
14-
environment_name: cookbook-dev
14+
environment_name: land-atmosphere-interactions-and-hydrology-cookbook-dev
1515

1616
deploy:
1717
needs: build

.github/workflows/trigger-book-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
build:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
9-
environment_name: cookbook-dev
9+
environment_name: land-atmosphere-interactions-and-hydrology-cookbook-dev
1010
artifact_name: book-zip-${{ github.event.number }}
1111
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

.github/workflows/trigger-replace-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Find and Replace Repository Name
1515
uses: jacobtomlinson/gha-find-replace@v3
1616
with:
17-
find: "ProjectPythia/cookbook-template"
17+
find: "ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook"
1818
replace: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
1919
regex: false
2020
exclude: ".github/workflows/trigger-replace-links.yaml"

CITATION.cff

Lines changed: 14 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,17 @@ cff-version: 1.2.0
22
message: "If you use this cookbook, please cite it as below."
33
authors:
44
# 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: "Cookbook Template"
48-
abstract: "A sample cookbook description."
5+
- family-names: Last
6+
given-names: First
7+
orcid: https://orcid.org/xxxx-xxxx-xxxx-xxxx # optional
8+
website: URL # optional
9+
affiliation: Affiliation # optional
10+
- family-names: Last 2
11+
given-names: First 2
12+
orcid: https://orcid.org/yyyy-yyyy-yyyy-yyyy
13+
website: URL 2
14+
affiliation: Affiliation 2
15+
- name: "Cloud Microphysics Cookbook contributors" # use the 'name' field to acknowledge organizations
16+
website: "https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/graphs/contributors"
17+
title: "Land-Atmosphere and Hydrology Applications Cookbook"
18+
abstract: "The cookbook description."

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<img src="thumbnail.png" alt="thumbnail" width="300"/>
22

3-
# (Replace_with_your_title) Cookbook
3+
# Land-Atmosphere and Hydrology Applications Cookbook
44

5-
[![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)
6-
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
5+
[![nightly-build](https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/actions/workflows/nightly-build.yaml)
6+
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/main?labpath=notebooks)
77
[![DOI](https://zenodo.org/badge/475509405.svg)](https://zenodo.org/badge/latestdoi/475509405)
88

99
This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., _working with radar data in Python_)
@@ -18,8 +18,8 @@ This Project Pythia Cookbook covers ... (replace `...` with the main subject of
1818

1919
### Contributors
2020

21-
<a href="https://github.com/ProjectPythia/cookbook-template/graphs/contributors">
22-
<img src="https://contrib.rocks/image?repo=ProjectPythia/cookbook-template" />
21+
<a href="https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/graphs/contributors">
22+
<img src="https://contrib.rocks/image?repo=ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook" />
2323
</a>
2424

2525
## Structure

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Book settings
22
# Learn more at https://jupyterbook.org/customize/config.html
33

4-
title: Project Pythia Cookbook Template
4+
title: Land-Atmosphere and Hydrology Applications Cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77
copyright: "2024"
@@ -35,7 +35,7 @@ sphinx:
3535
html_permalinks_icon: '<i class="fas fa-link"></i>'
3636
html_theme_options:
3737
home_page_in_toc: true
38-
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
38+
repository_url: https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook/ # Online location of your book
3939
repository_branch: main # Which branch of the repository should be used when creating links (optional)
4040
use_issues_button: true
4141
use_repository_button: true

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cookbook-dev
1+
name: land-atmosphere-interactions-and-hydrology-cookbook-dev
22
channels:
33
- conda-forge
44
dependencies:

notebooks/how-to-cite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The material in this Project Pythia 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.
44

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:
5+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
66

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

0 commit comments

Comments
 (0)