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.
- Loading branch information
1 parent
186f733
commit 3c00ed6
Showing
7 changed files
with
238 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## How to edit content on Learn page | ||
|
||
### News Item | ||
|
||
1. Open 'learn-page-content.js' file in the same directory. | ||
2. Add an item to 'NEWS_ITEMS' by copying already existing items in the array. | ||
3. Place necessary images in `./media/news` folder. (Let's say this image has a file name 'image-name.png') | ||
4. Edit the field as needed. Please follow the pattern like below. | ||
|
||
``` | ||
{ | ||
name: 'News title', | ||
asLink : { | ||
url: 'https://link-for-news.com' | ||
}, | ||
media: { | ||
src: new URL('./media/news/image-name.png', import.meta.url).href, | ||
alt: 'Image description' | ||
}, | ||
description: 'A short paragraph to describe the news' | ||
} | ||
``` | ||
|
||
### Event Item | ||
|
||
1. Open 'learn-page-content.js' file in the same directory. | ||
2. Add an item to 'NEWS_ITEMS' by copying already existing items in the array. | ||
3. Place necessary images in `./media/events` folder. (Let's say this image has a file name 'image-name.png') | ||
4. Edit the field as needed. Please follow the pattern like below. Note that startDate and endDate should follow 'yyyy-mm-dd' format. If it is a oneday event, put the same date for both. | ||
|
||
``` | ||
{ | ||
name: 'Event title', | ||
asLink : { | ||
url: 'https://link-for-event.com' | ||
}, | ||
media: { | ||
src: new URL('./media/news/image-name.png', import.meta.url).href, | ||
alt: 'Image description' | ||
}, | ||
description: 'A short paragraph to describe the event', | ||
startDate: '2024-01-01', | ||
endDate: '2024-01-02', | ||
} | ||
``` |
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 |
---|---|---|
|
@@ -17,26 +17,25 @@ import { NEWS_ITEMS, EVENT_ITEMS } from './learn-page-content' | |
<Block > | ||
<Prose> | ||
|
||
The U.S. Greenhouse Gas Center provides researchers, climate change mitigation practitioners, policymakers, data service providers, and concerned citizens with trusted data to help them better understand GHG datasets and put the data and information to use. | ||
The U.S. Greenhouse Gas Center provides researchers, climate change mitigation practitioners, policymakers, data service providers, and concerned citizens with trusted data. This site helps users to better understand GHG datasets and put the data and information to use. | ||
|
||
The US GHG Center website is always evolving. New data and information is added monthly, and website features and capabilities continue to improve. | ||
|
||
This page highlights the latest site enhancements and US GHG Center news. If you would like to stay informed about site updates, please subscribe to our email list to receive periodic newsletters. | ||
The US GHG Center website is always evolving, and this page highlights the latest US GHG Center news and available training and workshop opportunities. New data and information is added often and website features and capabilities will always continue to improve. | ||
|
||
If you would like to stay informed, please subscribe to our email newsletter. | ||
</Prose> | ||
</Block> | ||
|
||
<Block> | ||
<Prose> | ||
<h2 id="news">News and Announcements</h2> | ||
<NewsComponent items={NEWS_ITEMS} /> | ||
<EventsComponent items={NEWS_ITEMS} /> | ||
|
||
<h3 id="newsletter">U.S. GHG Center newsletters</h3> | ||
{/* <h3 id="newsletter">U.S. GHG Center newsletters</h3> | ||
<div style={{background: '#E8F0FD', border: '1px solid #B7CFFA', padding: '0.5rem', fontSize: '1rem'}}> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel nunc mauris. Integer a lacus nec ligula egestas volutpat ut a purus. Nullam tincidunt ultrices urna, sit amet placerat elit vestibulum dignissim. | ||
</div> | ||
</div> */} | ||
</Prose> | ||
</Block> | ||
|
||
|
@@ -50,20 +49,49 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel nunc mauris | |
</Block> | ||
|
||
|
||
|
||
<Block> | ||
<Prose> | ||
## Learning Opportunities | ||
## Learn More | ||
<Embed | ||
src="https://www.youtube.com/embed/YQWespzOtzI?si=0T-HzC405nrLfsTp" | ||
height="400" | ||
/> | ||
|
||
|
||
Investigate the tutorials, demonstrations, and presentations. Also, explore opportunities to get involved with the US GHG Center. | ||
|
||
### Tutorials and Demonstrations | ||
Recorded demos of GHG Center functionality | ||
|
||
### Previous Presentations | ||
Stakeholder Meeting Recording | ||
COP28 recording | ||
|
||
### Internships | ||
- Apply for a NASA US GHG Center Internship | ||
- Check out other internship opportunities (@ partner organizations TBD) | ||
|
||
### Carbon Monitoring System NASA Webinar Series links | ||
</Prose> | ||
</Block> | ||
|
||
<Block> | ||
<Prose> | ||
## Get Help | ||
## Press Information | ||
The U.S. Greenhouse Gas Center is a multi-agency effort to provide researchers, climate change mitigation practitioners, policymakers, data service providers, and concerned citizens with trusted data on greenhouse gases. | ||
|
||
For Media Inquiries, contact Aries Keck, NASA Communications, [email protected], 202-604-2356. | ||
|
||
### News Releases | ||
|
||
- 12.04.2023 - NASA, Partners Launch US Greenhouse Gas Center to Share Climate Data | ||
- 11.29.2023 - Biden-Harris Administration releases Greenhouse Gas Monitoring Strategy | ||
</Prose> | ||
</Block> | ||
|
||
<Block> | ||
<Prose> | ||
## What Else Do You Need? Let Us Help You! | ||
Do you have a need, idea, or suggestion? Contact the US GHG Center team using this form. | ||
</Prose> | ||
</Block> |
Oops, something went wrong.