Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/src/userguide/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ For example::

@manual{Iris,
author = {{Met Office}},
title = {Iris: A Python package for analysing and visualising meteorological and oceanographic data sets},
edition = {v1.2},
year = {2010 - 2013},
title = {Iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data },
edition = {v3.4},
year = {2010 - 2022},
address = {Exeter, Devon },
url = {http://scitools.org.uk/}
url = {http://scitools.org.uk/},
doi = {10.5281/zenodo.595182}
}


Expand All @@ -33,7 +34,7 @@ Suggested format::

For example::

Iris. v1.2. 28-Feb-2013. Met Office. UK. https://github.com/SciTools/iris/archive/v1.2.0.tar.gz 01-03-2013
Iris. v3.4. 1-Dec-2022. Met Office. UK. https://doi.org/10.5281/zenodo.7386117 22-12-2022


********************
Expand All @@ -46,7 +47,7 @@ Suggested format::

For example::

Iris. Met Office. [email protected]:SciTools/iris.git 06-03-2013
Iris. Met Office. [email protected]:SciTools/iris.git 22-12-2022

.. _How to cite and describe software: https://software.ac.uk/how-cite-software

Expand Down
2 changes: 2 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ This document explains the changes made to Iris for this release

#. `@rcomer`_ clarified instructions for updating gallery tests. (:pull:`5100`)

#. `@jonseddon`_ updated the citation to a more recent version of Iris. (:pull:`5116`)


💼 Internal
===========
Expand Down