Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CITATION.cff #388

Merged
merged 17 commits into from
May 22, 2023
48 changes: 48 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
cff-version: 1.2.0
message: 'If you use this software, please cite it as below.'
authors:
- family-names: Rose
given-names: Brian E. J.
orcid: https://orcid.org/0000-0002-9961-3821
- family-names: Kent
given-names: Julia
orcid: https://orcid.org/0000-0002-5611-8986
- family-names: Tyle
given-names: Kevin
orcid: https://orcid.org/0000-0001-5249-9665
- family-names: Clyne
given-names: John
orcid: https://orcid.org/0000-0003-2788-9017
- family-names: Banihirwe
given-names: Anderson
orcid: https://orcid.org/0000-0001-6583-571X
- family-names: Camron
given-names: Drew
orcid: https://orcid.org/0000-0001-7246-6502
- family-names: May
given-names: Ryan
orcid: https://orcid.org/0000-0003-2907-038X
- family-names: Grover
given-names: Maxwell
orcid: https://orcid.org/0000-0002-0370-8974
- family-names: Ford
given-names: Robert R.
orcid: https://orcid.org/0000-0001-5483-4965
- family-names: Paul
given-names: Kevin
orcid: https://orcid.org/0000-0001-8155-8038
- family-names: Morley
given-names: James
orcid: https://orcid.org/0009-0005-5193-7981
- family-names: Eroglu
given-names: Orhan
orcid: https://orcid.org/0000-0003-3099-8775
- family-names: Kailyn
given-names: Lily
orcid: https://orcid.org/0009-0002-0125-5091
- family-names: Zacharias
given-names: Anissa
orcid: https://orcid.org/0000-0002-2666-8493
title: 'Pythia Foundations'
version: v2023.05.01
date-released: 2023-05-01
2 changes: 1 addition & 1 deletion core/xarray/computation-masking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"source": [
"## Data Setup\n",
"\n",
"The bulk of the examples in this tutorial make use of a single dataset. This dataset contains monthly sea surface temperature (SST) data, and is obtained from the Community Earth System Model v2 (CESM2). (For this tutorial, however, the dataset will be retrieved from the Pythia example data repository.) The following example illustrates the process of retrieving this Global Climate Model dataset:"
"The bulk of the examples in this tutorial make use of a single dataset. This dataset contains monthly sea surface temperature (SST, call 'tos' here) data, and is obtained from the Community Earth System Model v2 (CESM2). (For this tutorial, however, the dataset will be retrieved from the Pythia example data repository.) The following example illustrates the process of retrieving this Global Climate Model dataset:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion foundations/github/github-setup-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ In the next section, we will learn the basics of version control using command-l

1. [GitHub Personal Access Token (https)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
1. [GitHub Public/Private Keypair (ssh)](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github/index.html)
1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github.html)
Loading