Skip to content

Commit

Permalink
Stage v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva authored May 8, 2023
2 parents a24d617 + ef0edac commit 6987aca
Show file tree
Hide file tree
Showing 60 changed files with 185 additions and 459 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Why are you creating this Pull Request?

- [Adding Datasets, Discoveries or Thematic areas](?title=Content%3A%20%3Cname%3E&expand=1&template=content.md)
- [Adding Datasets or Discoveries](?title=Content%3A%20%3Cname%3E&expand=1&template=content.md)
- [Version Release](?title=Deploy%20vX.X.X&expand=1&template=version_release.md)
- [Other](?expand=1&template=default.md)
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 144 files
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

![VEDA logo](./static/graphics/nasa-veda-logo-pos.svg)

VEDA is a dashboard to explore data.

VEDA is a dashboard to explore data.

VEDA is organized around the concept of Thematic areas. Each thematic area explores a topic in detail via datasets and discoveries.
VEDA is organized around datasets and discoveries.
A Dataset represents a piece of geo-referenced data displayed as a set of related layers on a map.
Discoveries are long form pieces of content that tell a story about some interesting portion of the data.

Expand Down
64 changes: 6 additions & 58 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ collections:
title: fields.id
identifier_field: fields.id
slug: "{{fields.id}}.data"
preview_path: "{{fields.thematics[0]}}/datasets/{{fields.id}}/explore"
preview_path: "data-catalog/{{fields.id}}/explore"
summary: "{{fields.name}}"
fields:
- label: "Featured on"
name: "featuredOn"
widget: "relation"
required: false
collection: thematic
value_field: id
search_fields:
- id
- name
multiple: true
- label: "Featured"
name: "featured"
widget: boolean
default: false
- label: Usage
name: usage
widget: list
Expand All @@ -54,14 +48,7 @@ collections:
- { label: "Description", name: "description", widget: "text" }
- label: "Thematics"
name: "thematics"
widget: "relation"
required: false
collection: thematic
value_field: id
multiple: true
search_fields:
- id
- name
widget: list
- label: "Image"
name: "media"
required: false
Expand Down Expand Up @@ -391,42 +378,3 @@ collections:
# - {label: "color", name: "", widget: "text" }
# - {label: "label", name: "label", widget: "text" }
- { label: "Body", name: "body", widget: "markdown" }
- name: "thematic"
label: "Thematic"
folder: "thematic"
media_folder: "thematic"
create: true
extension: "mdx"
format: "frontmatter"
title: fields.id
identifier_field: fields.id
slug: "{{fields.id}}.thematic"
summary: "{{fields.name}}"
fields:
- { label: "ID", name: "id", widget: "string" }
- { label: "Thematic name", name: "name", widget: "string" }
- { label: "Description", name: "description", widget: "text" }
- label: "About"
name: "about"
widget: "object"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Description", name: "description", widget: "string" }
- label: "Image"
name: "media"
widget: "object"
fields:
- { label: "File", name: "src", widget: "image" }
- { label: "Alt text", name: "alt", widget: "string" }
- label: "Author"
name: "author"
widget: "object"
required: false
fields:
- {
label: "Name",
name: "name",
required: false,
widget: "string",
}
- { label: "URL", name: "url", required: false, widget: "string" }
2 changes: 2 additions & 0 deletions datasets/epa-agriculture.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/jAt6cN6zl8M
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_4b_manure_management
stacCol: EPA-annual-emissions_4B_Manure_Management
Expand Down
2 changes: 2 additions & 0 deletions datasets/epa-coal-mines.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/Mk2ls9UBO2E
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_1b1a_coal_mining_underground
stacCol: EPA-annual-emissions_1B1a_Coal_Mining_Underground
Expand Down
2 changes: 2 additions & 0 deletions datasets/epa-natural-gas-systems.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/TF-DL_2L1JM
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_1b2b_natural_gas_processing
stacCol: EPA-annual-emissions_1B2b_Natural_Gas_Processing
Expand Down
2 changes: 2 additions & 0 deletions datasets/epa-other.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/EjSw6WdnLRA
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_2b5_petrochemical_production
stacCol: EPA-annual-emissions_2B5_Petrochemical_Production
Expand Down
2 changes: 2 additions & 0 deletions datasets/epa-petroleum-systems.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/6xeDIZgoPaw
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_1b2a_petroleum
stacCol: EPA-annual-emissions_1B2a_Petroleum
Expand Down
2 changes: 2 additions & 0 deletions datasets/epa-waste.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/7_TSzqJms4w
thematics:
- eis
sources:
- epa-ghg
layers:
- id: epa-annual-emissions_6b_wastewater_treatment_domestic
stacCol: EPA-annual-emissions_6B_Wastewater_Treatment_Domestic
Expand Down
2 changes: 2 additions & 0 deletions datasets/fb_population.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url:
thematics:
- environmental-justice
sources:
- meta-pop
layers:
- id: facebook_population_density
stacCol: facebook_population_density
Expand Down
2 changes: 2 additions & 0 deletions datasets/grdi-v1.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://unsplash.com/photos/3VLHF9b9Plg
thematics:
- environmental-justice
sources:
- nasa-ciesin-grdi
layers:
- id: grdi-cdr-raster
stacCol: grdi-cdr-raster
Expand Down
3 changes: 1 addition & 2 deletions datasets/no2.data.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: no2
name: 'Nitrogen Dioxide'
featuredOn:
- covid-19
featured: true
description: "Since the outbreak of the novel coronavirus, atmospheric concentrations of nitrogen dioxide have changed by as much as 60% in some regions."
usage:
- url: 'https://github.com/NASA-IMPACT/veda-docs/blob/no2-single-item-viz/example-notebooks/no2-single-item-vizualization.ipynb'
Expand Down
1 change: 0 additions & 1 deletion datasets/sport-lis.data.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
featuredOn: []
id: soil-moisture
name: SPoRT Land Information System
description: SPoRT’s real-time instance of the Land Information System provides low-latency soil moisture analyses that help diagnose rapid drought onset and elevated wildfire threat.
Expand Down
2 changes: 2 additions & 0 deletions datasets/svi_household.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url: https://nasa.gov/
thematics:
- environmental-justice
sources:
- atsdr-svi
layers:
- id: social-vulnerability-index-household
stacCol: social-vulnerability-index-household
Expand Down
2 changes: 2 additions & 0 deletions datasets/svi_housing.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url:
thematics:
- environmental-justice
sources:
- atsdr-svi
layers:
- id: social-vulnerability-index-housing
stacCol: social-vulnerability-index-housing
Expand Down
2 changes: 2 additions & 0 deletions datasets/svi_minority.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url:
thematics:
- environmental-justice
sources:
- atsdr-svi
layers:
- id: social-vulnerability-index-minority
stacCol: social-vulnerability-index-minority
Expand Down
2 changes: 2 additions & 0 deletions datasets/svi_overall.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ media:
url:
thematics:
- environmental-justice
sources:
- atsdr-svi
layers:
- id: social-vulnerability-index-overall
stacCol: social-vulnerability-index-overall
Expand Down
2 changes: 2 additions & 0 deletions datasets/svi_socioeconomic.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ media:
url:
thematics:
- environmental-justice
sources:
- atsdr-svi
layers:
- id: social-vulnerability-index-socioeconomic
stacCol: social-vulnerability-index-socioeconomic
Expand Down
1 change: 0 additions & 1 deletion datasets/urban-heating.data.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
featuredOn: []
id: urban-heating
name: Urban Heating Dataset
description: Description for Urban Heating Dataset test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- agriculture
id: 'agriculture-food-security-east-africa'
name: Deep Concern About Food Security in Eastern Africa
description: "NASA Satellites Keep a Watchful Eye on Crop Activity"
featured: true
media:
src: ::file ./agriculture-food-security-east-africa-cover.jpg
alt: Lone tree in a field in Kenya
Expand Down
3 changes: 1 addition & 2 deletions discoveries/air-quality-and-covid-19.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- covid-19
id: 'air-quality-and-covid-19'
name: Air Quality and COVID-19
description: "When governments began implementing shutdowns at the start of the COVID-19 pandemic, scientists wondered how the atmosphere would respond to the sudden change in human behavior."
featured: true
media:
src: ::file ./air-quality-and-covid-19--discovery-cover.jpg
alt: Clear nightsky with crescent moon above the mountains
Expand Down
3 changes: 1 addition & 2 deletions discoveries/air-quality-so2-volcanoes.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- air-quality
id: 'so2-volcanoes'
name: Monitoring Volcanic Sulfur Dioxide Emissions
description: "NASA monitors volcanic emissions and its impact on global air quality"
featured: true
media:
src: ::file ./volcano--discovery-cover.jpg
alt: Ash cloud over mountain
Expand Down
3 changes: 1 addition & 2 deletions discoveries/coastal-flooding-and-slr.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- eis
id: 'eis-coastal-risks'
name: Unraveling the components of coastal risk
description: 'NASA measurements and models shed light on present and future coastal risks'
featured: true
media:
src: ::file ./coastal-flooding-and-slr-cover.jpg
alt: Flooding in York, UK - February 2020.
Expand Down
3 changes: 1 addition & 2 deletions discoveries/fire-life-cycle.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- eis
id: "fire-life-cycle"
name: Life Cycle of a Fire
description: "NASA EIS Transdisciplinary Science from Pre-Fire to Post-Fire"
featured: true
media:
src: ::file ./fire-cover.png
alt: Satellite imagery (false color) of East Troublesome fire spreading to the Rockies
Expand Down
3 changes: 1 addition & 2 deletions discoveries/hurricane-maria-and-ida.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- environmental-justice
id: "hurricane-maria-and-ida"
name: Connecting Disaster Recovery with Environmental Justice
description: "Featuring Hurricane María and Hurricane Ida"
featured: true
media:
src: ::file ./ej--discovery-cover.jpeg
alt: Nighttime view of New Orleans
Expand Down
3 changes: 1 addition & 2 deletions discoveries/no2-and-so2.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- air-quality
id: 'no2-and-so2'
name: Nitrogen Dioxide and Sulfur Dioxide
description: "A picture diary of air quality in the northeastern regions of India, China, and the United States."
featured: true
media:
src: ::file ./air-quality-and-covid-19--discovery-cover.jpg
alt: Clear nightsky with crescent moon above the mountains
Expand Down
3 changes: 1 addition & 2 deletions discoveries/phytoplankton-algal-blooms.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- water-quality
id: 'phytoplankton-algal-blooms'
name: Phytoplankton's Algal Blooms
description: "Satellites track phytoplankton's algal blooms and its impact on tourism and fisheries"
featured: true
media:
src: ::file ./phytoplankton-algal-blooms--discovery-cover.jpg
alt: Phytoplankton - the foundation of the oceanic food chain.
Expand Down
3 changes: 1 addition & 2 deletions discoveries/sat-data-agriculture.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- agriculture
id: "sat-data-agriculture"
name: The Value of Data in Monitoring The Health of Crops
description: "Satellite data applications for environmental impacts on world crop (cereal) supply and demand"
featured: true
media:
src: ::file ./sat-data-agriculture--discovery-cover.jpg
alt: Dirty hands holding wheat grain
Expand Down
3 changes: 1 addition & 2 deletions discoveries/tws-trends.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- eis
id: 'tws-trends'
name: A New View of the Global Water Cycle
description: "Integrating NASA's state-of-the art model and remote sensing observations to reveal human impacts on water cycle"
featured: true
media:
src: ::file ./jordan_image.jpg
alt: Meandering wadis combine to form dense, branching networks across the stark, arid landscape of southeastern Jordan. The Arabic word "wadi" means a gulley or streambed that typically remains dry except after drenching, seasonal rains.
Expand Down
3 changes: 1 addition & 2 deletions discoveries/wq-models.discoveries.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
featuredOn:
- eis
id: "wq-models"
name: A New NASA Model Brings Open Science to Target Water Quality Problems
description: "NASA’s Earth observations and Models Can Inform Water Quality and Resource Protection Decisions"
featured: true
media:
src: ::file ./CONUS_Nitrate_07012018.png
alt: A map showing nitrate loads in the rivers of the United States on 07/01/2018
Expand Down
Loading

0 comments on commit 6987aca

Please sign in to comment.