Skip to content

Commit 6fc555a

Browse files
authored
Merge pull request #14 from boettiger-lab/feat/update_app
fixing json typos so zenodo metadata shows
2 parents b3e9c56 + b4270e2 commit 6fc555a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.zenodo.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"creators":[
3-
{
4-
"name":"Buhler, Cassidy Kim",
5-
"orcid":"0000-0003-4157-4273",
6-
"affiliation":"University of Colorado Boulder"
7-
},
8-
{
9-
"name":"Boettiger, Carl",
10-
"orcid":"0000-0002-1642-628X",
11-
"affiliation":"University of California Berkeley"
12-
}
13-
],
14-
"title":"LLM Decision-Support Prototype using Trust for Public Land Data"
15-
"description":"An interactive conservation decision-support tool that integrates protected areas, conservation finance, climate, biodiversity, and social vulnerability data into a unified exploratory interface. The application combines geospatial visualization with a natural-language chatbot that generates SQL queries over H3-indexed spatial datasets, enabling real-time spatial joins across conservation investments, ballot measures, irrecoverable carbon, species richness, legislative districts, and environmental justice indicators to support rapid analysis of conservation patterns, gaps, and opportunities. Users can explore protected lands, funding flows, and socio-ecological priorities while dynamically intersecting datasets at multiple scales through on-the-fly H3 indexing and model-generated queries. The tool draws on public datasets including Trust for Public Land’s Conservation Almanac and LandVote, the U.S. Climate and Economic Justice Screening Tool (Justice40), and the CDC Social Vulnerability Index, supporting multiple open-weights language models for reproducible, extensible conservation analytics and decision support. ",
16-
"access_right":"open",
17-
"license":"bsd-2-clause",
18-
"doi":"10.5281/zenodo.18500623",
19-
"upload_type":"software",
20-
"grants":[
21-
{
22-
"id":"10.13039/100000001::2153040"
23-
}
24-
]
25-
}
2+
"creators": [
3+
{
4+
"name": "Buhler, Cassidy Kim",
5+
"orcid": "0000-0003-4157-4273",
6+
"affiliation": "University of Colorado Boulder"
7+
},
8+
{
9+
"name": "Boettiger, Carl",
10+
"orcid": "0000-0002-1642-628X",
11+
"affiliation": "University of California Berkeley"
12+
}
13+
],
14+
"title": "LLM Decision-Support Prototype using Trust for Public Land Data",
15+
"description": "An interactive conservation decision-support tool that integrates protected areas, conservation finance, climate, biodiversity, and social vulnerability data into a unified exploratory interface. The application combines geospatial visualization with a natural-language chatbot that generates SQL queries over H3-indexed spatial datasets, enabling real-time spatial joins across conservation investments, ballot measures, irrecoverable carbon, species richness, legislative districts, and environmental justice indicators to support rapid analysis of conservation patterns, gaps, and opportunities. Users can explore protected lands, funding flows, and socio-ecological priorities while dynamically intersecting datasets at multiple scales through on-the-fly H3 indexing and model-generated queries. The tool draws on public datasets including Trust for Public Land’s Conservation Almanac and LandVote, the U.S. Climate and Economic Justice Screening Tool (Justice40), and the CDC Social Vulnerability Index, supporting multiple open-weights language models for reproducible, extensible conservation analytics and decision support.",
16+
"access_right": "open",
17+
"license": "bsd-2-clause",
18+
"doi": "10.5281/zenodo.18500623",
19+
"upload_type": "software",
20+
"grants": [
21+
{
22+
"id": "10.13039/100000001::2153040"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)