-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfunders.js
More file actions
32 lines (32 loc) · 992 Bytes
/
funders.js
File metadata and controls
32 lines (32 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const Funders = [
{
name: 'The Dutch Research Council (NWO)',
logo_light: '/funders-logos/NWOlogo.png',
logo_dark: '/funders-logos/NWOlogo_dia.png',
url: 'https://www.nwo.nl/en',
},
{
name: 'The European Research Council under the H2020 Starting Grant TOPIOS project (grant agreement No 715386).',
logo_light: '/funders-logos/ERClogo.png',
logo_dark: '/funders-logos/ERClogo_dia.png',
url: 'http://topios.org/',
},
{
name: 'ESPRC',
logo_light: '/funders-logos/EPSRlogo.png',
logo_dark: '/funders-logos/EPSRlogo_dia.png',
url: 'https://www.ukri.org/councils/epsrc/',
},
{
name: 'BMBF via the Warmworld project',
logo_light: '/funders-logos/BMBFlogo.png',
logo_dark: '/funders-logos/BMBFlogo_dia.png',
url: 'https://www.warmworld.de',
},
{
name: 'Utrecht University',
logo_light: '/funders-logos/UUlogo.png',
logo_dark: '/funders-logos/UUlogo_dia.png',
url: 'https://www.uu.nl/en',
},
]