Skip to content

Commit 2f26035

Browse files
authored
feat: create the datapackage scripts for creation and editing (#7)
# Description This PR will add the scripts that create the datapackage.json file to the repo. Closes #6 <!-- Select quick/in-depth as necessary --> This PR needs a quick review. ## Checklist - [x] Read through for typos, added new words to the dictionary - [x] Checked that the README is up to date - [x] Resolved any Ruff errors / formatted in Markdown
1 parent aa64446 commit 2f26035

File tree

4 files changed

+605
-467
lines changed

4 files changed

+605
-467
lines changed

datapackage.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"name": "maternal-obesity-rhesus-monkeys",
3+
"id": "51333448-145c-4a9c-bd54-8a3c22239792",
4+
"title": "Impact of maternal obesity on the gestational metabolome and infant metabolome, brain, and behavioral development in rhesus macaques.",
5+
"description": "Maternal gestational obesity is associated with elevated risks for neurodevelopmental disorder, including autism spectrum disorder.",
6+
"version": "0.1.0",
7+
"created": "2025-04-01T10:39:55+02:00",
8+
"contributors": [
9+
{
10+
"title": "Yu Hasegawa",
11+
"path": "https://bolling.foodsci.wisc.edu/staff/hasegawa-phd-yu/",
12+
"roles": [
13+
"creator"
14+
]
15+
},
16+
{
17+
"title": "John Capitanio",
18+
"path": "https://psychology.ucdavis.edu/people/john-capitanio",
19+
"roles": [
20+
"creator"
21+
]
22+
},
23+
{
24+
"title": "Mari Golub",
25+
"path": "https://www.etox.ucdavis.edu/people/mari-golub",
26+
"roles": [
27+
"creator"
28+
]
29+
},
30+
{
31+
"title": "Judith Van de Waters",
32+
"path": "https://profiles.ucdavis.edu/judy.vandewater",
33+
"roles": [
34+
"creator"
35+
]
36+
},
37+
{
38+
"title": "Catherine VandeVoort",
39+
"path": "https://profiles.ucdavis.edu/catherine.vandevoort",
40+
"roles": [
41+
"creator"
42+
]
43+
},
44+
{
45+
"title": "Cheryl Walker",
46+
"path": "https://pod.ucdavis.edu/people/cheryl-walker",
47+
"roles": [
48+
"creator"
49+
]
50+
},
51+
{
52+
"title": "Carolyn Slupsky",
53+
"path": "https://nutrition.ucdavis.edu/people/carolyn-slupsky",
54+
"roles": [
55+
"creator"
56+
]
57+
}
58+
],
59+
"licenses": [
60+
{
61+
"name": "CCO_1.0",
62+
"path": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
63+
"title": "CCO 1.0 UNIVERSAL"
64+
}
65+
],
66+
"sources": [
67+
{
68+
"title": "Impact of maternal obesity on the gestational metabolome and infant metabolome, brain, and behavioral development in rhesus macaques",
69+
"path": "https://zenodo.org/records/7055715"
70+
}
71+
]
72+
}

0 commit comments

Comments
 (0)