-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbronnen.html
46 lines (33 loc) · 1.42 KB
/
bronnen.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WFPFoodPrices</title>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.12.16.min.css" type="text/css" />
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<script type="text/javascript" src="https://cdn.pydata.org/bokeh/release/bokeh-0.12.16.min.js"></script>
<script type="text/javascript">
Bokeh.set_log_level("info");
</script>
</head>
<body>
<div id="banner">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="kaart.html">Kaart</a></li>
<li><a href="bronnen.html">Bronnen</a></li>
<li><a href="charts.html">Grafieken</a></li>
</ul>
</div>
<div id="bronnen">
<h1>Bronnen</h1>
<p> Currency Exchange Dataset. (2018). Verkregen via <a href="www.bis.org/statistics/xrusd">www.bis.org/statistics/xrusd</a></p>
<p> World Food Programme Global Food Prices Dataset. (2018). Verkregen
van https://data.humdata.org/dataset/wfp-food-prices </p>
<p>United Nations Refugee Dataset. (2018). Verkregen van <a href="http://data.un.org/Data.aspx?d=UNHCRf=indID%3AType-Ref">http://data.un.org/Data.aspx?d=UNHCRf=indID%3AType-Ref</a></p>
</div>
<div id="footbanner">
Door Chris Al Gerges, Diederik Salimans , Dion Custers en Geert Bakker
</div>
</body>
</html>