Skip to content

Commit

Permalink
Release v3.0.2 (#634)
Browse files Browse the repository at this point in the history
_The PR name should be the version to be deployed (ex: v1.0.1)_

- [x] Bump the version in the package.json or equivalent.

---

- # Changelog
- ## 🎉 Features
	- 🦗
- ## 🚀 Improvements
  - Update news and event #627 
- ## 📊 Dataset Updates
  - Content changes for LPJ Dataset and EMIT #631  #627 
  - Update LPJ collection Id

- ## 📝 Stories Updates
	- 🦗
- ## 🐛 Fixes
  - Fix Dataset title typo #624 
  - Fix mail to links to allow absolute routing #626
  • Loading branch information
paridhi-parajuli authored Oct 22, 2024
2 parents c0fd47b + b5c1ef9 commit 373e2fd
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 36 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion custom-pages/news-and-events/news-page-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ function sortByDateCustom(items) {


export const NEWSLETTER_ITEMS = sortByDateDesc([
{
name: 'October 2024 - US GHG Center Newsletter',
asLink : {
url: 'https://conta.cc/48jqdkT'
},
media: {
src: new URL('./media/news/newsletter-v1.4.jpg', import.meta.url).href,
alt: 'October 2024'
},
description: 'Volume 1.4, October 2024',
date: '2024-10'
},
{
name: 'May 2024 - US GHG Center Newsletter',
asLink : {
Expand Down Expand Up @@ -164,7 +176,7 @@ export const EVENT_ITEMS = sortByDateCustom([
{
name: 'Join the 2nd Annual Stakeholder Forum; Dec 4-5, 2024',
asLink : {
url: 'https://drive.google.com/file/d/1Mkz43d3iP4CfTuBeZXsoO1-fxBRGmmVq/view?usp=sharing'
url: 'https://emg-wd.wixsite.com/us-ghg-2024'
},
media: {
src: new URL('./media/events/GHGC_Stakeholder_Forum_Announcement_Image.png', import.meta.url).href,
Expand Down
2 changes: 1 addition & 1 deletion datasets/emit-ch4plume-v1.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ layers:
<Prose>
<div style={{ border: '2px solid red', padding: '10px', display: 'inline-block', color: '#1b2631' }}>
<span style={{ color: 'red', fontWeight: 'bold' }}>Attention!</span>
A marker location in the visualization environment below represents the area of maximum enhancement within the plume. The marker does not indicate the plume source.
A marker location in the visualization environment below represents the area of maximum enhancement within the plume. The marker does <strong>not</strong> indicate the plume source.
</div>
</Prose>
</Block>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ layers:
## Disclaimer
This data is published for research academic and related non-commercial purposes consistent with NIST’s mandate to further the science and the promulgation of appropriate standards.

Penn State reserves the right to make corrections to the data based on scientific grounds, e.g., recalibration of standard gases or discovery of operational issues not known at the time of the release. If the data are obtained for potential use in a publication or presentation, kindly inform Penn State personnel ([email protected]) of the nature of this work.
Penn State reserves the right to make corrections to the data based on scientific grounds, e.g., recalibration of standard gases or discovery of operational issues not known at the time of the release. If the data are obtained for potential use in a publication or presentation, kindly inform Penn State personnel (<a href="mailto:[email protected]" target="_blank">`[email protected]`</a>) of the nature of this work.

## Scientific Details
The Indianapolis urban test bed began in 2010 as the Indianapolis Flux Experiment, or INFLUX. INFLUX was designed to verify top-down methods for estimating fossil-fuel carbon dioxide (CO₂) emissions by combining upwind and downwind measurements of radiocarbon, or ¹⁴CO₂, with an existing high-resolution fossil-fuel CO₂ inventory, Hestia, being developed at Purdue University by Prof. Kevin Gurney (now at Northern Arizona University). The original two tower sites (01 and 02) were the sampling locations for automated whole air samples in NOAA/GML flasks analyzed for ¹⁴CO₂ ([Turnbull et al., 2012](https://amt.copernicus.org/articles/5/2321/2012/)). Additional flask sites and in-situ observations of CO₂, CH₄, and CO were added by NOAA/GML and Penn State University, respectively, and regular airborne sampling is conducted by Purdue’s Airborne Laboratory for Atmospheric Research ([ALAR](https://www.science.purdue.edu/shepson/research/ALARGreenhouseGas/)). The goals of this experiment are to link bottom-up (activity-based) and top-down (atmosphere-based) emissions estimates of GHG emissions, and many resulting [publications](https://sites.psu.edu/influx/publications/) have focused on that goal.
Expand Down
Loading

0 comments on commit 373e2fd

Please sign in to comment.