Skip to content

Commit

Permalink
edits for images
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth0248 committed Nov 26, 2024
1 parent 8b1e18e commit f9a3e00
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Binary file added stories/casi-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stories/casi-fig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stories/casi-fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stories/casi-fig3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stories/casi-fig4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions stories/casi-simulation.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: "NASA Model sheds light on climate adaptation strategies"
description: "Description for the story"
featured: true
media:
src: ::file ./nldas-cover.png
src: ::file ./casi-cover.png
alt: "Landsat 8 — OLI image of the Mississippi River below Memphis, Tennessee on September 16, 2023, at near record low water levels, limiting barge shipments, threatening drinking water supplies, agriculture, and ecosystems."
author:
name: "LDAS-NASA"
url: "https://eoimages.gsfc.nasa.gov/images/imagerecords/151000/151897/mississippi_oli_2023259_lrg.jpg"
pubDate: "2024-10-10"
pubDate: "2024-12-10"
taxonomy:
- name: Topics
values:
Expand All @@ -28,7 +28,7 @@ taxonomy:

<Figure>
<Image
src={new URL('./nldas-fig1.png', import.meta.url).href}
src={new URL('./casi-fig1.png', import.meta.url).href}
/>
<Caption attrAuthor="NASA NLDAS Team" attrUrl="https://www.nasa.gov/goddard/">
NASA 2023 stakeholder workshop participant responses to the question, “How do you use NLDAS?”
Expand All @@ -52,7 +52,7 @@ taxonomy:

<Figure>
<Image
src={new URL('./nldas3-fig1b.png', import.meta.url).href}
src={new URL('./casi-fig2.png', import.meta.url).href}
/>
<Caption attrAuthor="Water View Team" attrUrl="https://lis.gsfc.nasa.gov">
GLDAS Median Soil Moisture Percentile Data for the years 2090-2099.
Expand All @@ -63,7 +63,7 @@ taxonomy:

<Figure>
<Image
src={new URL('./nldas3-fig1b.png', import.meta.url).href}
src={new URL('./casi-fig3.png', import.meta.url).href}
/>
<Caption attrAuthor="Water View Team" attrUrl="https://lis.gsfc.nasa.gov">
Spatial domain of NLDAS-2 (CONUS) vs. NLDAS-3 (North and Central America).
Expand All @@ -74,7 +74,7 @@ taxonomy:

<Figure>
<Image
src={new URL('./nldas3-fig1b.png', import.meta.url).href}
src={new URL('./casi-fig4.png', import.meta.url).href}
/>
<Caption attrAuthor="Water View Team" attrUrl="https://lis.gsfc.nasa.gov">
Dataset 3.
Expand All @@ -95,8 +95,7 @@ taxonomy:
<Prose>
## Learn More
Below are links to sample Jupyter Notebooks for you to further explore and examine CASI simulation data:
- [Notebook 1](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_time_series.html) shows you how to create time series for NLDAS-3 data.
- [Notebook 2](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_compare2_3.html) shows you how to compare NLDAS-2 and NLDAS-3 data.
- [Notebook 1](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_time_series.html) shows you how to create time series for CASI simulation data.
</Prose>
</Block>

Expand Down

0 comments on commit f9a3e00

Please sign in to comment.