Skip to content

Commit 836cbf2

Browse files
Add .zenodo.json for Zenodo metadata
Added metadata for Zenodo repository including title, description, creators, access rights, license, keywords, version, and related identifiers.
1 parent eccff1f commit 836cbf2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.zenodo.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"title": "free_oscillation_toolchain",
3+
"upload_type": "software",
4+
"description": "Core MATLAB toolchain for stress-tensor analysis of Earth's free oscillations (sigma_m, tau_max, narrow-band filtering, envelope/Q estimation, stress-petal visualization).",
5+
"creators": [
6+
{
7+
"name": "Ren, Tianxiang",
8+
"affiliation": "Chinese Academy of Geological Sciences",
9+
"orcid": "0009-0004-4956-2036"
10+
}
11+
],
12+
"access_right": "open",
13+
"license": "Apache-2.0",
14+
"keywords": [
15+
"free oscillations",
16+
"borehole strainmeter",
17+
"stress tensor",
18+
"spheroidal modes",
19+
"toroidal modes",
20+
"Q factor",
21+
"MATLAB"
22+
],
23+
"version": "v1.0.0",
24+
"language": "eng",
25+
"related_identifiers": [
26+
{
27+
"identifier": "https://github.com/fomalhaut1100/free_oscillation_toolchain",
28+
"relation": "isSupplementTo",
29+
"scheme": "url"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)