-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
53 lines (50 loc) · 2.13 KB
/
_pkgdown.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
home:
title: Visualizing Water-Food-Energy Nexus
description: >
An open source prototype for a visual interface to support research and
Nexus engagements, designed collaborativelly as part of Creating Interfaces'
WP4.
template:
params:
bootswatch: flatly
authors:
Carlos Cámara:
href: "https://carloscamara.es/en"
Grant Tregonning:
href: "https://warwick.ac.uk/fac/arts/schoolforcross-facultystudies/igsd/about/people/gtregonning"
Greg McInerny:
href: "https://warwick.ac.uk/fac/cross_fac/cim/people/greg-mcinerny/"
João Porto de Albuquerque:
href: "https://warwick.ac.uk/fac/arts/schoolforcross-facultystudies/igsd/about/people/jpdealbuquerque/"
Institute for Global and Sustainable Development, University of Warwick:
href: "https://warwick.ac.uk/fac/arts/schoolforcross-facultystudies/igsd/"
# html: "<img src='https://pbs.twimg.com/profile_images/1156578660058587136/KLM4YUk9_400x400.png' height='120'>"
html: "<img src='https://avatars.githubusercontent.com/u/65400159' height='65'>"
Belmont Forum:
href: "https://www.belmontforum.org/"
html: "<img src='https://www.belmontforum.org/wp-content/uploads/2017/03/bf-logo.png' height='30'>"
Joint Programming Initiative (JPI):
href: "https://ec.europa.eu/programmes/horizon2020/en/h2020-section/joint-programming-initiatives"
html: "<img src='https://ec.europa.eu/programmes/horizon2020//sites/default/themes/h2020_europa/images/logo.svg' height='30'>"
UKRI Economic and Social Research Council:
href: "https://esrc.ukri.org/"
html: "<img src='https://esrc.ukri.org/esrc/includes/themes/MasterSite/images/logo-1.png' height='30'>"
reference:
- title: "Retrieve data"
desc: "Functions to retrieve data from online Tool"
- contents:
- starts_with("ci_get_data")
- title: "Water Footprint"
desc: >
Functions for preparing and visualising water footprint data.
- contents:
- starts_with("ci_wf_")
- title: "Food"
desc: "Functions for preparing and visualising food data."
- contents:
- starts_with("ci_dishratings")
- title: "Reactable"
desc: >
Functions to customise reactable outputs.
- contents:
- starts_with("rt_")