forked from NASA-IMPACT/veda-config
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Changelog ## 🎉 Features - New pages: Topics > Methane landing page - Interactive map interfaces added for new dataset "Geostationary Satellite Observations of Extreme and Transient Methane Emissions from Oil and Gas Infrastructure" `goes-ch4plume-v1` - Updated EMIT plume viewer with several new features - Add new "Documentation" card in data-toolkit page ## 🚀 Improvements - Add "External Link" tag to all relevant cards and ability to hide it - Refactor to consolidate components and remove duplicates - Update data browser links to the nicer data.ghg.center/... urls ## 📊 Dataset Updates - New datasets: - Geostationary Satellite Observations of Extreme and Transient Methane Emissions from Oil and Gas Infrastructure `goes-ch4plume-v1` - Updated datasets: - GOSAT-based Top-down Total and Natural Methane Emissions `gosat-based-ch4budget-yeargrid-v1`: updated layers - TM5-4DVar Isotopic CH₄ Inverse Fluxes `tm54dvar-ch4flux-monthgrid-v1` renamed to CarbonTracker-CH₄ Isotopic Methane Inverse Fluxes `ct-ch4-monthgrid-v2023` ## 📝 Stories Updates - 5 new stories - NIST Developing Consensus Standards for Growing Volume of Methane Plume Satellite Data - Models and Observations Combine to Uncover Drivers of Natural Methane Emissions - Advanced Technology to Detect Methane “Super Emitters” from Oil and Natural Gas Operations - NASA Expands Capabilities in Methane Detection from Air and Space - NOAA’s GOES Satellites Can Provide Quicker Detection of Methane Gas Leaks (external story) ## 📃 Other content updates - Add methane landing page to carousel - New "methane" tag ## `veda-ui` update - NASA-IMPACT/veda-ui@v5.9.1...v5.11.2
- Loading branch information
Showing
82 changed files
with
1,427 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
import React from "$veda-ui/react"; | ||
import { Link } from '$veda-ui/react-router-dom'; | ||
import { | ||
Grid, | ||
} from '$veda-ui/@trussworks/react-uswds'; | ||
|
||
import { | ||
CollecticonTextBlock, | ||
CollecticonEnvelope, | ||
CollecticonSpeechBalloon, | ||
} from '$veda-ui/@devseed-ui/collecticons'; | ||
|
||
import { Title } from "../../common/styled-components"; | ||
import { SUBSCRIPTION_URL } from "../../constants"; | ||
|
||
|
||
export default function LearnMore() { | ||
return ( | ||
<Grid tablet={{col:8, offset: 2}}> | ||
<Title> Learn More and Share Your Ideas </Title> | ||
|
||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonEnvelope size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> For the latest updates and information about the US GHG Center or to join a focus area group, <a href={SUBSCRIPTION_URL}>subscribe to our email updates list.</a></span> | ||
</Grid> | ||
</Grid> | ||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonTextBlock size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> Read more about the US GHG Center news, trainings, and workshop opportunities on the <Link to="/news-and-events">News and Events page.</Link></span> | ||
</Grid> | ||
</Grid> | ||
<Grid row> | ||
<Grid col='auto' className="display-flex flex-align-center margin-bottom-2"> | ||
<CollecticonSpeechBalloon size='xlarge' color='#082a64' className="grid-col-auto" /> | ||
</Grid> | ||
<Grid col='fill' className="display-flex flex-align-center margin-bottom-2"> | ||
<span className="margin-left-4 font-size-md-deprecated"> Do you have a US GHG Center portal suggestion or question? Reach the team using the "Contact Us" button at the top or bottom of every page.</span> | ||
</Grid> | ||
</Grid> | ||
</Grid> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.