Skip to content

Commit 55fbdc7

Browse files
authored
Merge pull request #36 from brian-rose/references
Add proper citations and bibliography
2 parents e5edfe5 + 08fdd65 commit 55fbdc7

File tree

6 files changed

+95
-10
lines changed

6 files changed

+95
-10
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ parse:
2424
- smartquotes
2525
- substitution
2626

27+
bibtex_bibfiles:
28+
- references.bib
29+
2730
sphinx:
2831
config:
2932
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
3033
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
34+
bibtex_reference_style: author_year
3135
html_favicon: notebooks/images/icons/favicon.ico
3236
html_last_updated_fmt: "%-d %B %Y"
3337
html_theme: sphinx_pythia_theme

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ parts:
1010
- caption: Example workflows
1111
chapters:
1212
- file: notebooks/example-workflows/key-figures.ipynb
13+
- caption: Appendix
14+
chapters:
15+
- file: references

notebooks/example-workflows/key-figures.ipynb

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"source": [
2828
"## Overview\n",
29-
"This notebook demonstrates how one might use the NCAR Community Earth System Model (CESM) Large Ensemble (LENS) data hosted on AWS S3. The notebook shows how to reproduce figures 2 and 4 from the [Kay et al. (2015) paper](https://doi.org/10.1175/BAMS-D-13-00255.1) describing the CESM LENS dataset.\n",
29+
"This notebook demonstrates how one might use the NCAR Community Earth System Model (CESM) Large Ensemble (LENS) data hosted on AWS S3. The notebook shows how to reproduce figures 2 and 4 from the [Kay et al. (2015) paper](https://doi.org/10.1175/BAMS-D-13-00255.1) describing the CESM LENS dataset {cite:p}`Kay:2015a`.\n",
3030
"\n",
3131
"This resource is intended to be helpful for people not familiar with elements of the [Pangeo](https://pangeo.io/) framework including Jupyter Notebooks, [Xarray](https://docs.xarray.dev/en/stable/), and [Zarr](https://zarr.readthedocs.io/en/stable/) data format, or with the original paper, so it includes additional explanation."
3232
]
@@ -488,7 +488,9 @@
488488
"cell_type": "markdown",
489489
"metadata": {},
490490
"source": [
491-
"### Get observations for Figure 2 (HadCRUT4; Morice et al. 2012)"
491+
"### Get observations for Figure 2 (HadCRUT4)\n",
492+
"\n",
493+
"The HadCRUT4 temperature dataset is described by {cite:t}`Morice:2012a`."
492494
]
493495
},
494496
{
@@ -756,14 +758,18 @@
756758
"cell_type": "markdown",
757759
"metadata": {},
758760
"source": [
759-
"This is observational time series data for comparison with ensemble average (NASA GISS Surface Temperature Analysis, https://data.giss.nasa.gov/gistemp/)."
761+
"This is observational time series data for comparison with ensemble average. Here we are using the [GISS Surface Temperature Analysis (GISTEMP v4)](https://data.giss.nasa.gov/gistemp/) from NASA's Goddard Institute of Space Studies {cite:p}`Lenssen:2019a`."
760762
]
761763
},
762764
{
763765
"cell_type": "markdown",
764766
"metadata": {},
765767
"source": [
766-
"<div class=\"alert alert-info\"><b>NOTE: </b>We will point to Project Pythia's <a href=\"https://jetstream-cloud.org\"> Jetstream2</a> object-store copy of the original time series dataset, in Zarr format.</div>"
768+
"```{note}\n",
769+
"We will point to Project Pythia's [Jetstream2](https://jetstream-cloud.org) object-store copy of the original time series dataset, in Zarr format. \n",
770+
"\n",
771+
"The dataset was obtained from [NASA's GISTEMP website](https://data.giss.nasa.gov/gistemp/) in May 2024. \n",
772+
"```"
767773
]
768774
},
769775
{
@@ -1019,8 +1025,21 @@
10191025
"metadata": {},
10201026
"source": [
10211027
"## Resources and references\n",
1022-
"[Original notebook in the Pangeo Gallery](https://gallery.pangeo.io/repos/NCAR/cesm-lens-aws/notebooks/kay-et-al-2015.v3.html)"
1028+
"\n",
1029+
"1. [Original notebook in the (no longer maintained) Pangeo Gallery](https://gallery.pangeo.io/repos/NCAR/cesm-lens-aws/notebooks/EnhancedIntakeCatalogDemo.html)\n",
1030+
"2. [Kay et al. (2015): _The Community Earth System Model (CESM) Large Ensemble Project_, BAMS, doi:10.1175/BAMS-D-13-00255.1](https://doi.org/10.1175/BAMS-D-13-00255.1)\n",
1031+
"3. [CESM LENS Data Sets on AWS](https://doi.org/10.26024/wt24-5j82)\n",
1032+
"4. [Morice et al. (2012) paper on HadCRUT4 dataset](https://doi.org/10.1029/2011JD017187)\n",
1033+
"5. [NASS GISTEMP dataset](https://data.giss.nasa.gov/gistemp/)\n",
1034+
"6. [Lenssen et al. (2019) paper on latest GISTEMP methods](https://doi.org/10.1029/2018JD029522)"
10231035
]
1036+
},
1037+
{
1038+
"cell_type": "code",
1039+
"execution_count": null,
1040+
"metadata": {},
1041+
"outputs": [],
1042+
"source": []
10241043
}
10251044
],
10261045
"metadata": {

notebooks/foundations/enhanced-catalog.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"source": [
2828
"## Overview\n",
29-
"This notebook compares one [Intake-ESM](https://intake-esm.readthedocs.io/en/stable/) catalog with an enhanced version that includes additional attributes. Both catalogs are an inventory of the NCAR Community Earth System Model (CESM) Large Ensemble (LENS) data hosted on AWS S3 ([doi:10.26024/wt24-5j82](https://doi.org/10.26024/wt24-5j82))."
29+
"This notebook compares one [Intake-ESM](https://intake-esm.readthedocs.io/en/stable/) catalog with an enhanced version that includes additional attributes. Both catalogs are an inventory of the [NCAR Community Earth System Model (CESM) Large Ensemble (LENS) data hosted on AWS S3](https://doi.org/10.26024/wt24-5j82)."
3030
]
3131
},
3232
{
@@ -522,18 +522,27 @@
522522
"In this notebook, we used Intake-ESM to explore a catalog of CESM LENS data. We then worked through some helpful features of the enhanced catalog.\n",
523523
"\n",
524524
"### What's next?\n",
525-
"We will use this data to recreate some figures from a [paper published in BAMS that describes the CESM LENS project](https://journals.ametsoc.org/view/journals/bams/96/8/bams-d-13-00255.1.xml)."
525+
"We will use this data to recreate some figures from a paper published in [BAMS](https://www.ametsoc.org/index.cfm/ams/publications/bulletin-of-the-american-meteorological-society-bams/) that describes the CESM LENS project: {cite:t}`Kay:2015a`"
526526
]
527527
},
528528
{
529529
"cell_type": "markdown",
530530
"metadata": {},
531531
"source": [
532532
"## Resources and references\n",
533-
"[Original notebook in the Pangeo Gallery](https://gallery.pangeo.io/repos/NCAR/cesm-lens-aws/notebooks/EnhancedIntakeCatalogDemo.html)\n",
534533
"\n",
535-
"[Intake-esm documentation](https://intake-esm.readthedocs.io)"
534+
"1. [Original notebook in the (no longer maintained) Pangeo Gallery](https://gallery.pangeo.io/repos/NCAR/cesm-lens-aws/notebooks/EnhancedIntakeCatalogDemo.html)\n",
535+
"2. [Intake-esm documentation](https://intake-esm.readthedocs.io)\n",
536+
"3. [Kay et al. (2015): _The Community Earth System Model (CESM) Large Ensemble Project_, BAMS, doi:10.1175/BAMS-D-13-00255.1](https://doi.org/10.1175/BAMS-D-13-00255.1)\n",
537+
"4. [Community Earth System Model Large Ensemble (CESM LENS) Data Sets on AWS](https://doi.org/10.26024/wt24-5j82)"
536538
]
539+
},
540+
{
541+
"cell_type": "code",
542+
"execution_count": null,
543+
"metadata": {},
544+
"outputs": [],
545+
"source": []
537546
}
538547
],
539548
"metadata": {
@@ -552,7 +561,7 @@
552561
"name": "python",
553562
"nbconvert_exporter": "python",
554563
"pygments_lexer": "ipython3",
555-
"version": "3.9.15"
564+
"version": "3.11.9"
556565
},
557566
"nbdime-conflicts": {
558567
"local_diff": [

references.bib

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
%% This BibTeX bibliography file was created using BibDesk.
2+
%% https://bibdesk.sourceforge.io/
3+
4+
%% Created for Rose, Brian at 2024-06-03 11:56:53 -0400
5+
6+
7+
%% Saved with string encoding Unicode (UTF-8)
8+
9+
10+
11+
@article{Lenssen:2019a,
12+
author = {Lenssen, N. and Schmidt, G. and Hansen, J. and Menne, M. and Persin, A. and Ruedy, R. and Zyss, D.},
13+
date-added = {2024-06-03 09:15:01 -0400},
14+
date-modified = {2024-06-03 09:15:01 -0400},
15+
doi = {10.1029/2018JD029522},
16+
journal = {Journal of Geophysical Research: Atmospheres},
17+
number = {12},
18+
pages = {6307--6326},
19+
title = {Improvements in the GISTEMP uncertainty model},
20+
volume = {124},
21+
year = {2019},
22+
bdsk-url-1 = {https://doi.org/10.1029/2018JD029522}}
23+
24+
@article{Morice:2012a,
25+
author = {Colin P. Morice and John J. Kennedy and Nick A. Rayner and Phil D. Jones},
26+
date-added = {2024-06-03 09:12:29 -0400},
27+
date-modified = {2024-06-03 09:12:56 -0400},
28+
doi = {10.1029/2011JD017187},
29+
journal = {J. Geophys. Res. Atmos.},
30+
number = {D8},
31+
title = {Quantifying uncertainties in global and regional temperature change using an ensemble of observational estimates: The {HadCRUT4} data set},
32+
url = {https://doi.org/10.1029/2011JD017187},
33+
volume = {117},
34+
year = {2012},
35+
bdsk-file-1 = {YnBsaXN0MDDSAQIDBFxyZWxhdGl2ZVBhdGhYYm9va21hcmtfEMIuLi8uLi9MaWJyYXJ5L0Nsb3VkU3RvcmFnZS9PbmVEcml2ZS1Vbml2ZXJzaXR5YXRBbGJhbnktU1VOWS9QYXBlcnMvSm91cm5hbCBvZiBHZW9waHlzaWNhbCBSZXNlYXJjaCAgQXRtb3NwaGVyZXMgLSAyMDEyIC0gTW9yaWNlIC0gUXVhbnRpZnlpbmcgdW5jZXJ0YWludGllcyBpbiBnbG9iYWwgYW5kIHJlZ2lvbmFsIHRlbXBlcmF0dXJlLnBkZk8RBXhib29reAUAAAAABBAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoBAAABQAAAAEBAABVc2VycwAAAAgAAAABAQAAYnI1NDY1NzcHAAAAAQEAAExpYnJhcnkADAAAAAEBAABDbG91ZFN0b3JhZ2UgAAAAAQEAAE9uZURyaXZlLVVuaXZlcnNpdHlhdEFsYmFueS1TVU5ZBgAAAAEBAABQYXBlcnMAAH8AAAABAQAASm91cm5hbCBvZiBHZW9waHlzaWNhbCBSZXNlYXJjaCAgQXRtb3NwaGVyZXMgLSAyMDEyIC0gTW9yaWNlIC0gUXVhbnRpZnlpbmcgdW5jZXJ0YWludGllcyBpbiBnbG9iYWwgYW5kIHJlZ2lvbmFsIHRlbXBlcmF0dXJlLnBkZgAcAAAAAQYAAAQAAAAUAAAAJAAAADQAAABIAAAAcAAAAIAAAAAIAAAABAMAAIRcAAAAAAAACAAAAAQDAADUpQgAAAAAAAgAAAAEAwAA26UIAAAAAAAIAAAABAMAAN5XGQAAAAAACAAAAAQDAADjVxkAAAAAAAgAAAAEAwAAxFoZAAAAAAAIAAAABAMAAFsZFwUAAAAAHAAAAAEGAAAsAQAAPAEAAEwBAABcAQAAbAEAAHwBAACMAQAACAAAAAAEAABBxgb8GDok/BgAAAABAgAAAQAAAAAAAAAPAAAAAAAAAAAAAAAAAAAACAAAAAQDAAAFAAAAAAAAAAQAAAADAwAALHjibAgAAAABCQAAZmlsZTovLy8MAAAAAQEAAE1hY2ludG9zaCBIRAgAAAAEAwAAAJCClucAAAAIAAAAAAQAAEHF9QSsAAAAJAAAAAEBAAAwODM1RTM1MS1DNzM1LTRFQTgtQTRENi0wNTM3NzRBQUIwODcYAAAAAQIAAIEAAAABAAAA7xMAAAEAAAAAAAAAAAAAAAEAAAABAQAALwAAAAAAAAABBQAAGgAAAAEBAABOU1VSTERvY3VtZW50SWRlbnRpZmllcktleQAABAAAAAMDAABL9QAAfgEAAAECAABmOGE4OWE3Y2FlMTcxNDNhNjE3MDdlZWYwNzdiMGJkNDVjZjYzYTYxZTI0ODIwN2UyNmNiYTAzNGRmYzRlYzA2OzAwOzAwMDAwMDAwOzAwMDAwMDAwOzAwMDAwMDAwOzAwMDAwMDAwMDAwMDAwMjA7Y29tLmFwcGxlLmFwcC1zYW5kYm94LnJlYWQtd3JpdGU7MDE7MDEwMDAwMTA7MDAwMDAwMDAwNTE3MTk1Yjs2ZTsvdXNlcnMvYnI1NDY1NzcvbGlicmFyeS9jbG91ZHN0b3JhZ2Uvb25lZHJpdmUtdW5pdmVyc2l0eWF0YWxiYW55LXN1bnkvcGFwZXJzL2pvdXJuYWwgb2YgZ2VvcGh5c2ljYWwgcmVzZWFyY2ggIGF0bW9zcGhlcmVzIC0gMjAxMiAtIG1vcmljZSAtIHF1YW50aWZ5aW5nIHVuY2VydGFpbnRpZXMgaW4gZ2xvYmFsIGFuZCByZWdpb25hbCB0ZW1wZXJhdHVyZS5wZGYAAADYAAAA/v///wEAAAAAAAAAEQAAAAQQAAAIAQAAAAAAAAUQAACcAQAAAAAAABAQAADQAQAAAAAAAEAQAADAAQAAAAAAAAIgAACcAgAAAAAAAAUgAAAMAgAAAAAAABAgAAAcAgAAAAAAABEgAABQAgAAAAAAABIgAAAwAgAAAAAAABMgAABAAgAAAAAAACAgAAB8AgAAAAAAADAgAACoAgAAAAAAAAHAAADwAQAAAAAAABHAAAAUAAAAAAAAABLAAAAAAgAAAAAAAIDwAADgAgAAAAAAALACAIDUAgAAAAAAAAAIAA0AGgAjAOgAAAAAAAACAQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAGZA==}}
36+
37+
@article{Kay:2015a,
38+
author = {J. E. Kay and C. Deser and A. Phillips and A. Mai and C. Hannay and G. Strand and J. M. Arblaster and S. C. Bates and G. Danabasoglu and J. Edwards and M. Holland and P. Kushner and J.-F. Lamarque and D. Lawrence and K. Lindsday and A. Middleton and E. Munoz and R. Neale and K. Oleson and L. Polvani and M. Vertenstein},
39+
date-added = {2024-06-03 09:09:36 -0400},
40+
date-modified = {2024-06-03 09:13:11 -0400},
41+
doi = {10.1175/BAMS-D-13-00255.1},
42+
journal = {Bull. Amer. Meteor. Soc.},
43+
title = {The Community Earth System Model ({CESM}) Large Ensemble Project},
44+
year = {2015},
45+
bdsk-file-1 = {YnBsaXN0MDDSAQIDBFxyZWxhdGl2ZVBhdGhYYm9va21hcmtfEFguLi8uLi9MaWJyYXJ5L0Nsb3VkU3RvcmFnZS9PbmVEcml2ZS1Vbml2ZXJzaXR5YXRBbGJhbnktU1VOWS9QYXBlcnMvS2F5X2V0YWxfQkFNUzIwMTUucGRmTxEEpGJvb2ukBAAAAAAEEDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQDAAAFAAAAAQEAAFVzZXJzAAAACAAAAAEBAABicjU0NjU3NwcAAAABAQAATGlicmFyeQAMAAAAAQEAAENsb3VkU3RvcmFnZSAAAAABAQAAT25lRHJpdmUtVW5pdmVyc2l0eWF0QWxiYW55LVNVTlkGAAAAAQEAAFBhcGVycwAAFQAAAAEBAABLYXlfZXRhbF9CQU1TMjAxNS5wZGYAAAAcAAAAAQYAAAQAAAAUAAAAJAAAADQAAABIAAAAcAAAAIAAAAAIAAAABAMAAIRcAAAAAAAACAAAAAQDAADUpQgAAAAAAAgAAAAEAwAA26UIAAAAAAAIAAAABAMAAN5XGQAAAAAACAAAAAQDAADjVxkAAAAAAAgAAAAEAwAAxFoZAAAAAAAIAAAABAMAAE1fGgAAAAAAHAAAAAEGAADEAAAA1AAAAOQAAAD0AAAABAEAABQBAAAkAQAACAAAAAAEAABBw9RrvgAAABgAAAABAgAAAQAAAAAAAAAPAAAAAAAAAAAAAAAAAAAACAAAAAQDAAAFAAAAAAAAAAQAAAADAwAALHjibAgAAAABCQAAZmlsZTovLy8MAAAAAQEAAE1hY2ludG9zaCBIRAgAAAAEAwAAAJCClucAAAAIAAAAAAQAAEHF9QSsAAAAJAAAAAEBAAAwODM1RTM1MS1DNzM1LTRFQTgtQTRENi0wNTM3NzRBQUIwODcYAAAAAQIAAIEAAAABAAAA7xMAAAEAAAAAAAAAAAAAAAEAAAABAQAALwAAAAAAAAABBQAAGgAAAAEBAABOU1VSTERvY3VtZW50SWRlbnRpZmllcktleQAABAAAAAMDAACQBQAAFAEAAAECAAA1ZTIwMjI5NjE2NWNmZmNlYTc3ZTAxODczYzgxYmEyYTQ1ZmZhNzcxMTgyMzBkYTYwOTg2ZGY4ZjIxODllYzExOzAwOzAwMDAwMDAwOzAwMDAwMDAwOzAwMDAwMDAwOzAwMDAwMDAwMDAwMDAwMjA7Y29tLmFwcGxlLmFwcC1zYW5kYm94LnJlYWQtd3JpdGU7MDE7MDEwMDAwMTA7MDAwMDAwMDAwMDFhNWY0ZDs2ZTsvdXNlcnMvYnI1NDY1NzcvbGlicmFyeS9jbG91ZHN0b3JhZ2Uvb25lZHJpdmUtdW5pdmVyc2l0eWF0YWxiYW55LXN1bnkvcGFwZXJzL2theV9ldGFsX2JhbXMyMDE1LnBkZgDYAAAA/v///wEAAAAAAAAAEQAAAAQQAACgAAAAAAAAAAUQAAA0AQAAAAAAABAQAABoAQAAAAAAAEAQAABYAQAAAAAAAAIgAAA0AgAAAAAAAAUgAACkAQAAAAAAABAgAAC0AQAAAAAAABEgAADoAQAAAAAAABIgAADIAQAAAAAAABMgAADYAQAAAAAAACAgAAAUAgAAAAAAADAgAABAAgAAAAAAAAHAAACIAQAAAAAAABHAAAAUAAAAAAAAABLAAACYAQAAAAAAAIDwAAB4AgAAAAAAAEgCAIBsAgAAAAAAAAAIAA0AGgAjAH4AAAAAAAACAQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAFJg==}}

references.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# References
2+
3+
```{bibliography}
4+
:style: plain
5+
```

0 commit comments

Comments
 (0)