Skip to content

Commit f1d46e8

Browse files
committed
Add Zenodo metadata with author affiliations and ORCID
1 parent 28cbf6b commit f1d46e8

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"title": "rbvfit: A Voigt profile fitting tool",
3+
"version": "1.0.0",
4+
"description": "A Python package for fitting Voigt profiles to absorption lines using MCMC sampling and interactive visualization tools.",
5+
"creators": [
6+
{
7+
"name": "Bordoloi, Rongmon",
8+
"affiliation": "North Carolina State University",
9+
"orcid": "0000-0002-3120-7173"
10+
},
11+
{
12+
"name": "Higginson, Jack",
13+
"affiliation": "North Carolina State University"
14+
},
15+
{
16+
"name": "Manoranjan, Senthuuran",
17+
"affiliation": "North Carolina State University"
18+
},
19+
{
20+
"name": "Ribaudo, Joseph",
21+
"affiliation": "Providence College"
22+
}
23+
],
24+
"license": "MIT",
25+
"keywords": [
26+
"spectral fitting",
27+
"Voigt profile",
28+
"MCMC",
29+
"astrophysics",
30+
"absorption lines"
31+
],
32+
"related_identifiers": [
33+
{
34+
"relation": "isSupplementTo",
35+
"identifier": "https://github.com/rongmon/rbvfit"
36+
}
37+
]
38+
}
39+

0 commit comments

Comments
 (0)