Skip to content

Commit a8cca43

Browse files
committed
fix some minor bugs
1 parent 6f072eb commit a8cca43

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ This dashboard provides an interactive interface for exploring the **county-leve
2020

2121
The 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`
3940
Interactive 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`
4246
Site 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

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

index.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)