Skip to content

Commit f502d67

Browse files
authored
Merge branch 'rljacob/prep-v2.1-release' (PR #5389)
Update README, LICENSE and codemeta.json for v2.1.0. Also add a CITATION.cff file which github and zenodo support.
2 parents 5a58ff7 + a621196 commit f502d67

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

CITATION.cff

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Energy Exascale Earth System Model
6+
message: ' If you use this software, please cite it using the metadata from this file.'
7+
type: software
8+
authors:
9+
- given-names: E3SM
10+
family-names: Project
11+
version: 2.1.0
12+
doi: 10.11578/E3SM/dc.20230110.5
13+
repository-code: 'https://github.com/E3SM-Project/E3SM'
14+
url: 'https://e3sm.org'
15+
license: BSD-3-Clause

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Except for the separable pieces descibed below, E3SM is released
22
under the following 3-Clause BSD Open Source license.
33

44
*******************************************************************************
5-
Copyright ©2021, UChicago Argonne, LLC All Rights Reserved
5+
Copyright ©2023, UChicago Argonne, LLC All Rights Reserved
66

77
Software Name: Energy Exascale Earth System Model (E3SM)
88

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the most challenging and demanding climate-change research problems and
99
Department of Energy mission needs while efficiently using DOE Leadership
1010
Computing Facilities.
1111

12-
DOI: [10.11578/E3SM/dc.20210927.1](http://dx.doi.org/10.11578/E3SM/dc.20210927.1)
12+
DOI: [10.11578/E3SM/dc.20230110.5](http://dx.doi.org/10.11578/E3SM/dc.20230110.5)
1313

1414
Please visit the [project website](https://e3sm.org) or our [Confluence site](https://acme-climate.atlassian.net/wiki/spaces/DOC/overview)
1515
for further details.
@@ -64,11 +64,11 @@ the following BibTeX entry is provided.
6464
author = {{E3SM Project}},
6565
abstractNote = {{E3SM} is a state-of-the-art fully coupled model of the {E}arth's
6666
climate including important biogeochemical and cryospheric processes.},
67-
howpublished = {[Computer Software] \url{https://dx.doi.org/10.11578/E3SM/dc.20210927.1}},
68-
url = {https://dx.doi.org/10.11578/E3SM/dc.20210927.1},
69-
doi = {10.11578/E3SM/dc.20210927.1},
70-
year = 2021,
71-
month = sep,
67+
howpublished = {[Computer Software] \url{https://dx.doi.org/10.11578/E3SM/dc.20230110.5}},
68+
url = {https://dx.doi.org/10.11578/E3SM/dc.20230110.5},
69+
doi = {10.11578/E3SM/dc.20230110.5},
70+
year = 2023,
71+
month = jan,
7272
}
7373
```
7474

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"name": "E3SM Project",
88
}
99
],
10-
"identifier": "http://dx.doi.org/10.11578/E3SM/dc.20180418.36",
10+
"identifier": "http://dx.doi.org/10.11578/E3SM/dc.20230110.5",
1111
"codeRepository": "https://github.com/E3SM-Project/E3SM",
12-
"datePublished": "2018-04-20",
12+
"datePublished": "2023-01-11",
1313
"keywords": "climate modeling",
1414
"license": "BSD",
1515
"title": "Energy Exascale Earth System Model",
16-
"version": "v1.0.0"
16+
"version": "v2.1.0"
1717
}

0 commit comments

Comments
 (0)