Skip to content
Snippets Groups Projects
ChartGrid.js 3.16 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: 'Climate vulnerability of recreationally fished inland fish species',
                project: 'Fish as Food',
                vizKey: 'FishAsFoodLinkChart',
                vizRoute: 'inland-rec-fish-climate',
    
                img_src: 'FishAsFoodLinkChart_thumbnail.png',
    
                description: 'Inland fish that are recreationally fished are vulnerable'
            },
    
                title: 'Glacier/Topography 3D Cross-Section Scan',
    
                project: 'Fire in Ice',
    
                vizKey: 'GlacierScan',
    
                vizRoute: 'glacier-scan',
    
                img_src: 'glacial_xray_thumbnail.png',
    
                description: 'Ice cores can record changes in wildfire prevalence.'
    
            },          
            {
                title: 'Wildfire Aerosols',
                project: 'Fire in Ice',
                vizKey: 'Aerosols',
                vizRoute: 'aerosol-paths',
                img_src: 'aerosols_thumbnail.png',
                alt: '',
    
    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.'
    
    Archer, Althea Anne's avatar
    Archer, Althea Anne committed
                title: 'Beaufort Sea Sediment Coring',
    
                project: 'Beaufort Sea',
    
                vizKey: 'BeaufortSeaCore',
                vizRoute: 'beaufort-sea-ice-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,
    
                description: 'Microfossils can be used to indicate these changes.'
    
                title: 'Beaufort Sea Timeline',
    
                project: 'Beaufort Sea',
    
                vizKey: 'BeaufortSeaTimeline',
                vizRoute: 'beaufort-sea-timeline',
                img_src: 'BeaufortSeaTimeline_thumbnail.PNG',
    
                chartOrder: 3,
    
                description: 'Communities of microorganisms on the sea floor are affected.'