Skip to content

Commit 16b4cd7

Browse files
committed
Add codemeta.json
1 parent 885388c commit 16b4cd7

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Make all changes on the branch `develop`. Verify that the version numbers and ot
2020
- [ ] `environment.yml` : update version numbers of the conda environment, if necesseary
2121
- [ ] `binder/environment.yml` : update version number of pyshtools and other dependencies
2222
- [ ] `fpm.toml` : update shtools version number
23+
- [ ] `codemeta.json` : update version number and release date
2324
- [ ] `AUTHORS.md`, `docs/pages/mydoc/contributors.md`, `docs/pages/fortran/fortran-contributors.md` : Add new contributors, if necessary
2425

2526
Update the documentation files and man pages

codemeta.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"@context": "https://w3id.org/codemeta/3.0",
3+
"type": "SoftwareSourceCode",
4+
"applicationCategory": "Science",
5+
"author": [
6+
{
7+
"id": "https://orcid.org/0000-0001-7007-4222",
8+
"type": "Person",
9+
"affiliation": {
10+
"type": "Organization",
11+
"name": "Institut de physique du globe de Paris"
12+
},
13+
"email": "[email protected]",
14+
"familyName": "Wieczorek",
15+
"givenName": "Mark"
16+
},
17+
{
18+
"type": "Role",
19+
"schema:author": "https://orcid.org/0000-0001-7007-4222",
20+
"roleName": "Maintainer"
21+
}
22+
],
23+
"codeRepository": "https://github.com/SHTOOLS/SHTOOLS.git",
24+
"dateModified": "2024-06-09",
25+
"description": "Tools for working with spherical harmonics",
26+
"identifier": "10.5281/zenodo.592762",
27+
"keywords": [
28+
"Spherical harmonics",
29+
"Spectral estimation",
30+
"Slepian functions",
31+
"Legendre functions",
32+
"Gravity field",
33+
"Magnetic field"
34+
],
35+
"license": "https://spdx.org/licenses/BSD-3-Clause",
36+
"name": "shtools",
37+
"programmingLanguage": [
38+
"Python",
39+
"Fortran"
40+
],
41+
"relatedLink": "https://shtools.github.io/SHTOOLS/",
42+
"version": "4.13",
43+
"developmentStatus": "active",
44+
"issueTracker": "https://github.com/SHTOOLS/SHTOOLS/issues",
45+
"referencePublication": "https://doi.org/10.1029/2018GC007529"
46+
}

0 commit comments

Comments
 (0)