Skip to content

Commit f4c6dbf

Browse files
authored
Merge pull request #8 from LinkedEarth/pangaea_to_lipd
PANGAEA to LiPD Tutorial
2 parents ea27ff0 + 78873a4 commit f4c6dbf

7 files changed

Lines changed: 7809 additions & 165 deletions

data/MD982177.Khider.2011.lpd

72 KB
Binary file not shown.

myst.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ project:
2626
- file: notebooks/02_d_PANGAEASearch.ipynb
2727
- title: Doing Science with PyleoTUPS
2828
children:
29-
- file: notebooks/03_a_noaa_to_lipd.ipynb
29+
- file: notebooks/03_a_noaa_to_lipd.ipynb
30+
- file: notebooks/03_b_pangaea_to_lipd.ipynb
3031

3132
site:
3233
template: book-theme

notebooks/02_a_NOAAObject.ipynb

Lines changed: 2951 additions & 136 deletions
Large diffs are not rendered by default.

notebooks/02_b_PANGAEAObject.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,18 @@
406406
"display(df_pub)"
407407
]
408408
},
409+
{
410+
"cell_type": "markdown",
411+
"id": "3d064d35",
412+
"metadata": {},
413+
"source": [
414+
"<div style=\"border-left: 4px solid #1f77b4; background: #f0f8ff; padding: 0.5em 1em; border-radius: 4px;\">\n",
415+
" <strong>Note:</strong> The citation information returned by PANGAEA is the dataset citation rather than the publication in which the dataset first appears.\n",
416+
"</div>\n",
417+
"\n",
418+
"The study citation is stored in the `CitationKey` field."
419+
]
420+
},
409421
{
410422
"cell_type": "code",
411423
"execution_count": 8,

notebooks/02_d_PANGAEASearch.ipynb

Lines changed: 390 additions & 26 deletions
Large diffs are not rendered by default.

notebooks/03_a_noaa_to_lipd.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@
16401640
"id": "7a9dd1d0-27c4-4c8b-b881-5720eae99484",
16411641
"metadata": {},
16421642
"source": [
1643-
"Let's add the invrstigators of the study, which are found in the `df_summary`. To do so, we need to create a [`Person object`](https://pylipd.readthedocs.io/en/latest/api.html#pylipd.classes.publication.Person):"
1643+
"Let's add the investigators of the study, which are found in the `df_summary`. To do so, we need to create a [`Person object`](https://pylipd.readthedocs.io/en/latest/api.html#pylipd.classes.publication.Person):"
16441644
]
16451645
},
16461646
{
@@ -1934,7 +1934,7 @@
19341934
"id": "3f14d668-ef3c-4118-b700-50262f866e0a",
19351935
"metadata": {},
19361936
"source": [
1937-
"Now let’s add some information about the table such as the name and the value use for missin values in the data:"
1937+
"Now let’s add some information about the table such as the name and the value use for missing values in the data:"
19381938
]
19391939
},
19401940
{

0 commit comments

Comments
 (0)