File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ This dashboard provides an interactive interface for exploring the **county-leve
2020
2121The dashboard includes:
2222
23- - A ** leaflet-based map** of civic opportunity indicators
24- - An ** interactive data table** for filtering and comparing counties
23+ - A ** leaflet-based map** of civic opportunity indicators
24+ - An ** interactive data table** for filtering and comparing counties
25+ - A ** community uses** page where users can submit and browse how others are using the data
2526
2627📍 This version only includes ** county-level aggregates** . For ZIP code–level data and the full organization-level dataset, see the links below.
2728
@@ -38,7 +39,10 @@ Interactive county-level map using `leaflet`. Visualizes civic opportunity index
3839### ` table.qmd `
3940Interactive data table using ` DT ` . Enables filtering, sorting, and exporting of civic opportunity indicators.
4041
41- ### ` _quarto.yml `
42+ ### ` community_uses.qmd `
43+ Community submissions page. Users can submit how they've used the data via a form; approved submissions are displayed in a table.
44+
45+ ### ` _quarto.yml `
4246Site configuration and navigation setup for the Quarto project.
4347
4448### ` raw_data/ `
@@ -54,8 +58,9 @@ Bash script to render the site and deploy to GitHub Pages (`docs/` folder).
5458
5559## 🌐 Access the Dashboard
5660
57- - 🗺️ [ ** Interactive Map** ] ( https://snfagora.github.io/agora_dashboard/map.html )
61+ - 🗺️ [ ** Interactive Map** ] ( https://snfagora.github.io/agora_dashboard/map.html )
5862- 📋 [ ** Interactive Table** ] ( https://snfagora.github.io/agora_dashboard/table.html )
63+ - 🤝 [ ** Community Uses** ] ( https://snfagora.github.io/agora_dashboard/community_uses.html )
5964
6065---
6166
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ website:
1313 href : map.qmd
1414 - text : Civic Opportunity Table
1515 href : table.qmd
16+ - text : Community Uses
17+ href : community_uses.qmd
1618 - text : About
1719 href : about.qmd
1820
@@ -21,4 +23,4 @@ format:
2123 theme :
2224 light : flatly
2325 dark : darkly
24- css : styles .css
26+ css : style .css
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ datasets. It includes:
6565 Table** ] ( https://snfagora.github.io/agora_dashboard/table.html ) :
6666 Search, filter, and sort civic opportunity indicators across all
6767 U.S. counties, with comparisons to state and national benchmarks.
68+ - 🤝 [ ** Community
69+ Uses** ] ( https://snfagora.github.io/agora_dashboard/community_uses.html ) :
70+ See how others are using MapAgora data and share your own projects.
6871
6972** ⚠️ Important Note**
7073
You can’t perform that action at this time.
0 commit comments