Skip to content

Commit 96b2d6c

Browse files
authored
Merge pull request #5 from boettiger-lab/patch/testing
generating doi
2 parents 9aa9417 + faacbb7 commit 96b2d6c

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

.zenodo.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
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": "LandVote LLM Decision-Support Prototype",
15+
"description": "An interactive decision-support and exploratory analysis tool for U.S. land conservation ballot measures, integrating the Trust for Public Land LandVote database with election, social vulnerability, and environmental datasets. The application combines a lightweight web interface with a open-weights language models to enable natural-language querying of conservation funding, voting outcomes, and jurisdictional trends.",
16+
"access_right": "open",
17+
"license": "bsd-2-clause",
18+
"upload_type": "software",
19+
"grants": [
20+
{
21+
"id": "10.13039/100000001::2153040"
22+
}
23+
]
24+
}

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ sdk: streamlit
77
sdk_version: 1.50.0
88
app_file: app/app.py
99
pinned: false
10-
license: mit
10+
license: bsd
1111
short_description: Mapping TPL LandVote data
1212
---
1313

14-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14+
# LandVote LLM Decision-Support Prototype
15+
16+
This repository contains the source code for the [**LandVote LLM Decision-Support Prototype**](https://huggingface.co/spaces/boettiger-lab/landvote) which is hosted on Hugging Face.
17+
18+
## Description
19+
An interactive decision-support and exploratory analysis tool for U.S. land conservation ballot measures, integrating the Trust for Public Land LandVote database with election, social vulnerability, and environmental datasets. The application combines a lightweight web interface with a open-weights language models to enable natural-language querying of conservation funding, voting outcomes, and jurisdictional trends.

0 commit comments

Comments
 (0)