Skip to content

Commit 69f21dc

Browse files
authored
Update .zenodo.json
1 parent 75700b5 commit 69f21dc

1 file changed

Lines changed: 25 additions & 18 deletions

File tree

.zenodo.json

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,56 @@
11
{
2-
"title": "Soybean ROI tool",
2+
"title": "Ag Forecasting API",
33
"upload_type": "software",
44
"description": "The purpose of this API is to serve as the backend of crop disease forecasting inferences based on real-time weather data from Wisconet weather stations.",
55
"creators": [
66
{
7-
"name": "Maria Oros",
7+
"name": "Oros, Maria",
88
"affiliation": "UW-Madison",
9-
"orcid": "https://orcid.org/0009-0006-2067-4063"
9+
"orcid": "0000-0009-0006-2067-4063",
10+
"type": "ProjectMember"
1011
},
1112
{
12-
"name": "Damon Smith",
13+
"name": "Smith, Damon",
1314
"affiliation": "UW-Madison",
14-
"orcid": "https://orcid.org/0000-0003-3436-3718"
15+
"orcid": "0000-0003-3436-3718",
16+
"type": "ProjectMember"
1517
},
1618
{
17-
"name": "Iain McConel",
19+
"name": "McConell, Iain",
1820
"affiliation": "UW-Madison",
19-
"orcid": "https://orcid.org/0000-0002-9982-7088"
21+
"orcid": "0000-0002-9982-7088",
22+
"type": "ProjectMember"
2023
}
2124
],
22-
"grants": [
23-
],
2425
"contributors": [
2526
{
2627
"name": "University of Wisconsin - Data Science Institute",
2728
"affiliation": "University of Wisconsin - Madison",
2829
"type": "HostingInstitution"
2930
}
3031
],
31-
"license": {
32-
"id": "MIT"
33-
},
34-
32+
"access_right": "open",
33+
"license": "mit",
3534
"keywords": [
3635
"data science",
3736
"forecasting",
3837
"open source software",
39-
"University of Wisconsin",
38+
"agriculture",
39+
"crop disease",
40+
"Wisconet",
4041
"UW-DSI"
4142
],
42-
"notes": "This record was automatically generated via Zenodo–GitHub integration for the University of Wisconsin – Data Science Institute.",
43+
"version": "1.0.0",
44+
"language": "eng",
4345
"communities": [
4446
{ "identifier": "university-of-wisconsin-data-science-institute" }
4547
],
46-
"contact_email": "research@datascience.wisc.edu",
47-
"version": "v1.0.0",
48-
"language": "eng"
48+
"related_identifiers": [
49+
{
50+
"identifier": "https://github.com/UW-Madison-DSI/ag_forecasting_api",
51+
"relation": "isSupplementTo",
52+
"resource_type": "software"
53+
}
54+
],
55+
"grants": []
4956
}

0 commit comments

Comments
 (0)