Skip to content
Merged
Changes from all 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
10 changes: 5 additions & 5 deletions docs/src/userguide/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ For example::
@manual{Iris,
author = {{Met Office}},
title = {Iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data},
edition = {v3.6},
edition = {v3.7},
year = {2010 - 2023},
address = {Exeter, Devon},
url = {http://scitools.org.uk/},
doi = {10.5281/zenodo.7948293}
url = {https://github.com/SciTools/iris},
doi = {10.5281/zenodo.8305232}
}


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

For example::

Iris. v3.5. 27-Apr-2023. Met Office. UK. https://doi.org/10.5281/zenodo.7871017 22-12-2022
Iris. v3.7. 31-Aug-2023. Met Office. UK. https://doi.org/10.5281/zenodo.8305232 22-12-2022


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

For example::

Iris. Met Office. git@github.com:SciTools/iris.git 22-12-2022
Iris. Met Office. https://github.com/SciTools/iris.git 31-08-2023

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

Expand Down