Skip to content
Snippets Groups Projects
ChartGrid.js 3.91 KiB
Newer Older
  • Learn to ignore specific revisions
  • export default {
        chartGridItems: [
            //we'll be replacing these img_src with paths to location on s3
    
            //vizRoutes will direct to appropriate subpage
    
                title: 'Inland fisheries are threatened',
    
                project: 'Findex',
    
                vizKey: 'ThreatBumpChart',
                vizRoute: 'inland-fish-threats',
    
                img_src: 'ThreatBumpChart_thumbnail.png',
    
                chartOrder: 1,
    
                description: 'Inland fisheries are threatened.'
    
            },
            {
                title: 'Inland fisheries are threatened',
                project: 'Findex',
                vizKey: 'ThreatSankey',
                vizRoute: 'inland-fish-total-threats',
                img_src: 'Placeholder_thumbnail.png',
                alt: '',
                chartOrder: 1,
    
                description: 'Land use change is threatening inland fisheries.'
    
                title: 'Climate vulnerability of recreationally fished inland fish species',
                project: 'Fish as Food',
                vizKey: 'FishAsFoodLinkChart',
                vizRoute: 'inland-rec-fish-climate',
    
                img_src: 'FishAsFoodLinkChart_thumbnail.png',
    
                chartOrder: 3,
    
                description: 'Inland fish that are recreationally fished are vulnerable'
            },
    
                title: 'Explore the Juneau Ice Field',
    
                project: 'Fire in Ice',
    
                vizKey: 'GlacierScan',
    
                vizRoute: 'glacier-scan',
    
                description: 'Ice cores can record changes in wildfire prevalence.'
    
            },          
            {
                title: 'Wildfire Aerosols',
                project: 'Fire in Ice',
                vizKey: 'Aerosols',
                vizRoute: 'aerosol-paths',
    
                img_src: 'aerosols_map_thumbnail.png',
    
    Hayley Corson-Dosch's avatar
    Hayley Corson-Dosch committed
                description: 'Wildfire particles are deposited on glaciers.'
    
                title: 'Global economic value of recreationally fished species',
    
                project: 'Fish as Food',
    
                vizKey: 'FishAsFoodCirclePacking',
                vizRoute: 'inland-rec-fish-value',
    
                img_src: 'circle-pack-thumbnail.png',
    
                description: 'Inland recreational fishing contributes economic value.'
    
            {
                title: 'Global harvest of recreationally fished species',
                project: 'Fish as Food',
                vizKey: 'FishAsFoodSankey',
                vizRoute: 'inland-rec-fish-harvest',
                img_src: 'FishAsFoodSankey_thumbnail.png',
                alt: '',
                chartOrder: 1,
                description: 'Inland recreational fishing harvest is substantial.'
            },
    
    Archer, Althea Anne's avatar
    Archer, Althea Anne committed
                title: 'Beaufort Sea Sediment Coring',
    
                project: 'Beaufort Sea',
    
                vizKey: 'BeaufortSeaCore',
    
                vizRoute: 'beaufort-sea-sediment-coring',
    
                img_src: 'BeaufortSeaCore_thumbnail.PNG',
    
                chartOrder: 1,
    
                description: 'Sediment cores can help build past and present climates.'
    
                title: 'Beaufort Sea Species',
    
                project: 'Beaufort Sea',
    
                vizKey: 'BeaufortSeaSpecies',
                vizRoute: 'beaufort-sea-species',
    
    Archer, Althea Anne's avatar
    Archer, Althea Anne committed
                img_src: 'BeaufortSeaSpecies_thumbnail.png',
    
                chartOrder: 2,
    
    Hayley Corson-Dosch's avatar
    Hayley Corson-Dosch committed
                description: 'Microfossils show that Arctic water chemistry is changing.'
    
                title: 'Beaufort Sea Timeline',
    
                project: 'Beaufort Sea',
    
                vizKey: 'BeaufortSeaTimeline',
                vizRoute: 'beaufort-sea-timeline',
                img_src: 'BeaufortSeaTimeline_thumbnail.PNG',
    
                chartOrder: 3,
    
                description: 'Microfossil records help reconstruct past climates.'