Skip to content
Snippets Groups Projects

Re org

Merged Hayley Corson-Dosch requested to merge hcorson-dosch/earth-in-flux:re_org into main
All threads resolved!
Files
14
@@ -9,7 +9,8 @@ export default {
vizRoute: 'inland-fish-threats',
img_src: 'ThreatBumpChart_thumbnail.png',
alt: '',
description: '... and inland fisheries are threatened.'
chartOrder: 1,
description: 'Inland fisheries are threatened.'
},
{
title: 'Glacier/Topography D3 Cross-Section Scan',
@@ -18,7 +19,8 @@ export default {
vizRoute: 'glacier-scan',
img_src: 'glacial_xray_thumbnail.png',
alt: '',
description: '...and researchers are studying glacial ice.'
chartOrder: 1,
description: 'Researchers are studying glacial ice.'
},
{
title: 'Global economic value of recreationally fished species',
@@ -27,7 +29,8 @@ export default {
vizRoute: 'inland-rec-fish-value',
img_src: 'circle-pack-thumbnail.png',
alt: '',
description: '...and inland recreational fishing contributes economic value.'
chartOrder: 1,
description: 'Inland recreational fishing contributes economic value.'
},
{
title: 'Beaufort Sea Sediment Coring',
@@ -36,7 +39,8 @@ export default {
vizRoute: 'beaufort-sea-ice-coring',
img_src: 'BeaufortSeaCore_thumbnail.PNG',
alt: '',
description: '...and sediment cores can help build past and present climates.'
chartOrder: 1,
description: 'Sediment cores can help build past and present climates.'
},
{
title: 'Beaufort Sea Species',
@@ -45,7 +49,8 @@ export default {
vizRoute: 'beaufort-sea-species',
img_src: 'BeaufortSeaSpecies_thumbnail.png',
alt: '',
description: '...and microfossils can be used to indicate these changes.'
chartOrder: 2,
description: 'Microfossils can be used to indicate these changes.'
},
{
title: 'Beaufort Sea Timeline',
@@ -54,7 +59,8 @@ export default {
vizRoute: 'beaufort-sea-timeline',
img_src: 'BeaufortSeaTimeline_thumbnail.PNG',
alt: '',
description: '...and communities of microorganisms on the sea floor are affected.'
chartOrder: 3,
description: 'Communities of microorganisms on the sea floor are affected.'
}
]
};
\ No newline at end of file
Loading