Skip to content

Commit 543c881

Browse files
Updating sponsors list and adding logos
1 parent fa3727c commit 543c881

7 files changed

Lines changed: 17 additions & 132 deletions
55.1 KB
Loading
32.2 KB
Loading
39.9 KB
Loading
36.6 KB
Loading
35.9 KB
Loading

src/components/sponsors.js

Lines changed: 0 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -14,129 +14,6 @@ import { Sponsors as data } from '@/data/sponsors'
1414

1515
import { Heading } from '@/components/mdx'
1616

17-
const FundingSources = () => {
18-
return (
19-
<UnorderedList spacing={2}>
20-
<ListItem>
21-
The European Research Council under the H2020 Starting Grant{' '}
22-
<Link href='http://topios.org' color='blue.500' isExternal>
23-
TOPIOS
24-
</Link>{' '}
25-
project (grant agreement No 715386).
26-
</ListItem>
27-
<ListItem>
28-
The European Union's Horizon 2020 research and innovation programme{' '}
29-
<Link href='https://immerse-ocean.eu/' color='blue.500' isExternal>
30-
IMMERSE
31-
</Link>{' '}
32-
project (grant agreement No 821926)
33-
</ListItem>
34-
<ListItem>
35-
The European Union's Horizon 2020 research and innovation programme{' '}
36-
<Link href='https://www.atlanteco.eu/' color='blue.500' isExternal>
37-
AtlantECO
38-
</Link>{' '}
39-
project (grant agreement No 862923)
40-
</ListItem>
41-
<ListItem>
42-
The Dutch Research Council (NWO) through the Backward Lagrangian
43-
Tracking of the Patchiness of Oceanic Nutrients in a Turbulent Ocean
44-
project (grant agreement OCENW.KLEIN.085)
45-
</ListItem>
46-
<ListItem>
47-
The Dutch Research Council (NWO) through the Dynamics and climatic
48-
imprint of the early Antarctic Circumpolar Current project (grant
49-
agreement ALWOP.207)
50-
</ListItem>
51-
<ListItem>
52-
The Dutch Research Council (NWO) through the Tracing Marine
53-
Macroplastics by Unravelling the Ocean's Multiscale Dispersion Patterns
54-
project (grant agreement VI.C.222.025)
55-
</ListItem>
56-
<ListItem>
57-
The European Space Agency (ESA) through the{' '}
58-
<Link href='https://www.skim-ee9.org/' color='blue.500' isExternal>
59-
Sea surface KInematics Multiscale monitoring (SKIM) Mission Science
60-
(SciSoc) Study
61-
</Link>{' '}
62-
(Contract 4000124734/18/NL/CT/gp)
63-
</ListItem>
64-
<ListItem>
65-
The Pacific Community through the{' '}
66-
<Link
67-
href='https://www.uu.nl/en/news/rdm-support-added-a-unique-feature-to-the-oceanparcels-code-thats-how-we-reeled-in-funding-for-a-new'
68-
color='blue.500'
69-
isExternal
70-
>
71-
Application of Parcels to simulate the spatial and temporal movements
72-
of tuna to optimise designs of tuna tagging experiments
73-
</Link>{' '}
74-
project.
75-
</ListItem>
76-
<ListItem>
77-
The Galapagos Conservation Trust through the{' '}
78-
<Link
79-
href='https://galapagosplasticfree.nl/'
80-
color='blue.500'
81-
isExternal
82-
>
83-
Towards a plastic-free Galapagos: A new model to optimise beach
84-
cleanup strategies in complex island regions
85-
</Link>{' '}
86-
project.
87-
</ListItem>
88-
<ListItem>
89-
The{' '}
90-
<Link
91-
href='https://www.ukri.org/councils/epsrc/'
92-
color='blue.500'
93-
isExternal
94-
>
95-
EPSRC
96-
</Link>{' '}
97-
through an Institutional Sponsorship grant to Erik van Sebille under
98-
reference number EP/N50869X/1.
99-
</ListItem>
100-
<ListItem>
101-
<Link href='https://www.imperial.ac.uk/' color='blue.500' isExternal>
102-
Imperial College London
103-
</Link>{' '}
104-
and specifically the{' '}
105-
<Link
106-
href='https://www.imperial.ac.uk/grantham/'
107-
color='blue.500'
108-
isExternal
109-
>
110-
Grantham Institute
111-
</Link>
112-
.
113-
</ListItem>
114-
<ListItem>
115-
<Link href='https://www.uu.nl/' color='blue.500' isExternal>
116-
Utrecht University
117-
</Link>{' '}
118-
and specifically the{' '}
119-
<Link
120-
href='https://www.uu.nl/en/research/institute-for-marine-and-atmospheric-research-imau'
121-
color='blue.500'
122-
isExternal
123-
>
124-
Institute for Marine and Atmospheric Research
125-
</Link>{' '}
126-
and the{' '}
127-
<Link
128-
href='https://www.uu.nl/en/news/rdm-support-added-a-unique-feature-to-the-oceanparcels-code-thats-how-we-reeled-in-funding-for-a-new'
129-
color='blue.500'
130-
isExternal
131-
>
132-
Research Data Management Support
133-
</Link>
134-
.
135-
</ListItem>
136-
</UnorderedList>
137-
)
138-
}
139-
14017
export const Sponsors = () => {
14118
const sponsors = React.useMemo(() => data, [])
14219
return (
@@ -174,8 +51,6 @@ export const Sponsors = () => {
17451
</Flex>
17552
))}
17653
</SimpleGrid>
177-
178-
<FundingSources />
17954
</Box>
18055
</Container>
18156
</Box>

src/data/sponsors.js

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
export const Sponsors = [
22
{
3-
name: 'Parcels',
4-
logo: '/parcels-assets/logo-horo.svg',
5-
url: 'https://www.example.com/',
3+
name: 'The European Research Council under the H2020 Starting Grant TOPIOS project (grant agreement No 715386).',
4+
logo: '/sponsors-logos/LOGO_ERC-FLAG_FP.png',
5+
url: 'http://topios.org/',
66
},
77
{
8-
name: 'Parcels',
9-
logo: '/parcels-assets/logo-horo.svg',
10-
url: 'https://www.example.com/',
11-
}, // TODO: Update
8+
name: 'The Dutch Research Council (NWO)',
9+
logo: '/sponsors-logos/NWO logo - full colour - RGB - transparent background.png',
10+
url: 'https://www.nwo.nl/en',
11+
},
12+
{
13+
name: 'Utrecht University',
14+
logo: '/sponsors-logos/UU_logo_2021_EN_RGB.png',
15+
url: 'https://www.uu.nl/en',
16+
},
17+
{
18+
name: 'ESPRC',
19+
logo: '/sponsors-logos/UKRI_EPSR_Council-Logo_Horiz-RGB.png',
20+
url: 'https://www.ukri.org/councils/epsrc/',
21+
},
1222
]

0 commit comments

Comments
 (0)