@@ -14,129 +14,6 @@ import { Sponsors as data } from '@/data/sponsors'
1414
1515import { 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-
14017export 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 >
0 commit comments