Skip to content

Commit f7547c6

Browse files
authored
Add Citation section in README.md + docs (#24)
* Add citation section in README.md * add citation section in docs * update repo creators * fix sam's affiliation
1 parent 171f7a1 commit f7547c6

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

β€Ž.zenodo.json

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"orcid":"0000-0001-7354-295X",
2626
"type":"ProjectMember"
2727
},
28+
{
29+
"affiliation":"UNSW Sydney",
30+
"name":"Samuel Green",
31+
"orcid":"0000-0003-1129-4676",
32+
"type":"ProjectMember"
33+
},
2834
{
2935
"affiliation":"University of Melbourne",
3036
"name":"Christopher Chambers",

β€ŽREADME.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<img alt="latest docs" src="https://img.shields.io/badge/docs-latest-blue.svg">
77
</a>
88

9+
<a href="https://doi.org/10.5281/zenodo.14503323">
10+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14503323.svg" alt="DOI">
11+
</a>
12+
13+
914
# Atmosphere Cookbook
1015

1116
An Atmosphere Cookbook πŸ“” of Recipes for analysing regional or global atmosphere model output. πŸ‘©πŸ½β€πŸ³ πŸ‘¨πŸ»β€πŸ³
@@ -46,3 +51,11 @@ If you can find a recipe that suits your purpose, then this is a great place to
4651

4752
The structure and content of this repository draws inspiration from the [Consortium for Ocean-Sea Ice Modelling in Australia (COSIMA)](http://cosima.org.au/)'s [Cookbook repository](https://github.com/COSIMA/cosima-recipes) that holds recipes for analysing ocean-sea ice model output.
4853

54+
55+
56+
## Citation
57+
58+
If you use a recipe from the Cookbook for your research or teaching, or have based your analysis on one of the recipes, we would be grateful if you could cite:
59+
60+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14503323.svg)](https://doi.org/10.5281/zenodo.14503323)
61+

β€Ždocs/index.rst

+13-6
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,23 @@ Happy cooking! πŸ˜‰ πŸ₯™ 🍱 🍲
3636
GitHub Repository <https://github.com/ACCESS-Community-Hub/atmosphere-cookbook>
3737

3838

39-
Search
40-
+++++++
41-
42-
* :ref:`search`
43-
44-
4539
Credits
4640
+++++++
4741

4842
The structure and content of this repository draws inspiration from the
4943
`Consortium for Ocean-Sea Ice Modelling in Australia (COSIMA) <http://cosima.org.au/>`_'s
5044
`Cookbook repository <https://github.com/COSIMA/cosima-recipes>`_ that holds recipes for
5145
analysing ocean-sea ice model output.
46+
47+
Citation
48+
++++++++
49+
50+
If you use a recipe from the Cookbook for your research or teaching, or have based your analysis on one of the recipes, we would be grateful if you could cite:
51+
52+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14503323.svg
53+
:target: https://doi.org/10.5281/zenodo.14503323
54+
55+
Search
56+
+++++++
57+
58+
* :ref:`search`

0 commit comments

Comments
Β (0)