Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker authored Dec 24, 2024
1 parent 7c6fc94 commit 3f56cf6
Showing 1 changed file with 47 additions and 103 deletions.
150 changes: 47 additions & 103 deletions _tabs/Home.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SNWG Management Office Guide
layout: post
layout: default
date: 2024-12-23 12:00:00 +0600
categories: [Guide]
tags: [overview]
Expand All @@ -11,7 +11,7 @@ tags: [overview]
<input type="radio" name="tabs" id="tab2">
<input type="radio" name="tabs" id="tab3">
<input type="radio" name="tabs" id="tab4">

<div class="tabs-nav">
<label for="tab1">Overview</label>
<label for="tab2">Implementation</label>
Expand All @@ -24,85 +24,53 @@ tags: [overview]
<div class="tab">
<p class="text-center lead-text">Your resource for navigating the SNWG project lifecycle</p>

![dark mode only](assets/DarkModeSNWGCycleGraphic.png){: .dark .w-75 .shadow .rounded-10 w='1212' h='668' }
![light mode only](assets/LightModeSNWGCycleGraphic.png){: .light .w-75 .shadow .rounded-10 w='1212' h='668' }
_The SNWG Project lifecycle._

## What is SNWG?

The Satellite Needs Working Group (SNWG) conducts a survey of U.S. federal agencies every two years to identify what Earth observation data they need to fulfill their mission. The SNWG is part of the U.S. Group on Earth Observations (USGEO) and includes members from various federal agencies that use Earth observation data.

Survey responses are assessed by NASA, NOAA, and USGS to identify agency needs, potential data gaps in the current NASA program of record, and relevant datasets. Solutions that meet these identified needs are formulated, and those that are estimated to significantly increase satisfaction of multiple U.S. agencies are selected by the Executive Branch for funding and implementation.

## Previous Solutions {: .no-margin }

<div class="solutions-wrapper">
<div class="solution-card">
<div class="card-header">
<h3>Cycle 1 (2016)</h3>
</div>
<div class="card-content">
<ul>
<li> ADMG - <em>CASEI</em></li>
<li> Data Curation for Discovery</li>
<li> Harmonized Landsat-Sentinel-2</li>
<li> Commercial Smallsat Data Acquisition</li>
</ul>
</div>
<h3>Cycle 1 (2016)</h3>
<ul>
<li>ADMG - <em>CASEI</em></li>
<li>Data Curation for Discovery</li>
<li>Harmonized Landsat-Sentinel-2</li>
<li>Commercial Smallsat Data Acquisition</li>
</ul>
</div>

<div class="solution-card">
<div class="card-header">
<h3>Cycle 2 (2018)</h3>
</div>
<div class="card-content">
<ul>
<li>Low Latency Freeboard & Ice Thickness</li>
<li>Internet of Animals</li>
<li>Global Surface Water Extent (DSWx)</li>
<li>Water Quality Products</li>
</ul>
</div>
<h3>Cycle 2 (2018)</h3>
<ul>
<li>Low Latency Freeboard & Ice Thickness</li>
<li>Internet of Animals</li>
<li>Global Surface Water Extent (DSWx)</li>
<li>Water Quality Products</li>
</ul>
</div>

<div class="solution-card">
<div class="card-header">
<h3>Cycle 3 (2020)</h3>
</div>
<div class="card-content">
<ul>
<li>Air Quality Products</li>
<li>Planetary Boundary Layer</li>
<li>HLS-Vegetation Indices</li>
<li>TEMPO NRT</li>
</ul>
</div>
<h3>Cycle 3 (2020)</h3>
<ul>
<li>Air Quality Products</li>
<li>Planetary Boundary Layer</li>
<li>HLS-Vegetation Indices</li>
<li>TEMPO NRT</li>
</ul>
</div>

<div class="solution-card">
<div class="card-header">
<h3>Cycle 4 (2022)</h3>
</div>
<div class="card-content">
<ul>
<li>Forest Structure from GEDI & NISAR</li>
<li>Coastal Ocean Color Products</li>
<li>Surface Deformation Analytics</li>
</ul>
</div>
<h3>Cycle 4 (2022)</h3>
<ul>
<li>Forest Structure from GEDI & NISAR</li>
<li>Coastal Ocean Color Products</li>
<li>Surface Deformation Analytics</li>
</ul>
</div>

<div class="solution-card">
<div class="card-header">
<h3>Cycle 5 (2024)</h3>
</div>
<div class="card-content">
<ul>
<li>Survey Phase Complete</li>
<li>Assessment in Progress</li>
<li>Solutions Under Development</li>
</ul>
</div>
<h3>Cycle 5 (2024)</h3>
<ul>
<li>Survey Phase Complete</li>
<li>Assessment in Progress</li>
<li>Solutions Under Development</li>
</ul>
</div>
</div>
</div>
Expand All @@ -116,9 +84,9 @@ tags: [overview]
<div class="phase-card">
<h3>Pre-formulation</h3>
<ul>
<li> Initial planning</li>
<li> Team formation</li>
<li> Preliminary documentation</li>
<li>Initial planning</li>
<li>Team formation</li>
<li>Preliminary documentation</li>
</ul>
</div>

Expand Down Expand Up @@ -279,56 +247,32 @@ tags: [overview]
background: var(--card-bg);
border: 1px solid var(--border-color);
border-radius: 8px;
overflow: hidden;
}

.card-header {
background: var(--card-header-bg, var(--card-bg));
border-bottom: 2px solid var(--border-color);
padding: 1rem 1.5rem;
padding: 1.5rem;
}

.card-header h3,
.phase-card h3,
.engagement-card h3,
.resource-card h3 {
margin: 0;
padding: 1rem 1.5rem;
h3 {
margin: 0 0 1rem 0;
color: var(--heading-color);
font-size: 1.25rem;
border-bottom: 2px solid var(--border-color);
}

.card-content,
.phase-card ul,
.engagement-card ul,
.resource-card ul {
padding: 1.5rem;
}

ul {
list-style: none;
padding: 0;
list-style-type: disc;
padding-left: 1.5rem;
margin: 0;
}

li {
margin: 0.5rem 0;
position: relative;
padding-left: 1em;
}

li:before {
content: "";
position: absolute;
left: 0;
color: var(--link-color);
margin: 0.75rem 0;
padding-left: 0.5rem;
line-height: 1.4;
}

.lead-text {
font-size: 1.2rem;
margin-bottom: 2rem;
color: var(--text-muted);
text-align: center;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 3f56cf6

Please sign in to comment.