forked from zgrossbart/hborecycling
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
67 lines (53 loc) · 5.52 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Infographic of REDD+ and related international laws</title>
<link rel="stylesheet" href="recycle.css" type="text/css" media="screen">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cobismith.github.io/forestlaws/paper.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.1.7/underscore-min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cobismith.github.io/forestlaws/data.json" type="text/javascript" charset="utf-8"></script>
<script type="text/paperscript" canvas="canvas" src="https://cobismith.github.io/forestlaws/recycle.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
if (!!document.createElement('canvas').getContext) {
$('#nocanvas').hide();
}
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26336682-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="https://github.com/cobismith/forestlaws" id="forkme"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<h1>Infographic of REDD+ and related international laws</h1>
<p>
This visualisation provides a list of countries participating in REDD+ and identifies the forestry-related international agreements and declarations which they have ratified or accepted. REDD+ refers to “reducing emissions from deforestation and forest degradation”, which is supported by the <a href="http://unfccc.int/parties_and_observers/parties/non_annex_i/items/2833.php">United Nations Framework Convention on Climate Change</a>.
</p>
<div id="mainText">
<p id="nocanvas">
This page requires HTML5 canvas and JavaScript. It also doesn't load if you have HTTPS Everywhere turned on for GitHub Pages.
</p>
<canvas id="canvas" width=1000></canvas>
<p>
Included countries are either involved in <a href="http://www.un-redd.org/"> UN-REDD</a> or the <a href="https://www.forestcarbonpartnership.org/"> Forest Carbon Partnership Facility</a>. The dataset used for the infographic is on <a href="https://melbourne.figshare.com/articles/International_laws_for_forest_governance/2000538">Figshare</a>. It is based on information provided by the <a href="https://www.cbd.int/information/parties.shtml"> Convention on Biological Diversity (CBD)</a>, the <a href="https://cites.org/eng/disc/parties/chronolo.php">Convention on the International Trade in Endangered Species of Flora and Fauna (CITES)</a>, the <a href="http://www.ilo.org/dyn/normlex/en/f?p=NORMLEXPUB:11300:0::NO:11300:P11300_INSTRUMENT_ID:312314:NO">International Labour Organization (ILO)</a>, the CBD <a href="https://www.cbd.int/abs/nagoya-protocol/signatories/">Nagoya Protocol</a> and the <a href="http://www.un.org/press/en/2007/ga10612.doc.htm">United Nations Declaration on the Rights of Indigenous Peoples (UNDRIP)</a>. The visualisation was developed with <a href="http://www.law.unimelb.edu.au/melbourne-law-school/community/our-staff/staff-profile/username/Margaret%20Young">Margaret Young at Melbourne Law School</a>, who is interested in the interactions between international laws.
</p>
<p>A <a href="https://twitter.com/mpfc73">journalist</a> wrote an article about this infographic in Spanish <a href="http://www.mercadosdemedioambiente.com/actualidad/que-paises-han-ratificado-los-distintos-tratados-internacionales-que-afectan-a-los-bosques/"> which you can read / puedes leer </a>. <b>If you write about it in another language, please let me know :) </b> </p>
<p>
This infographic is made with <a href="http://www.paperjs.org">PaperJS</a>, <a href="http://documentcloud.github.com/underscore/">underscore.js</a>, and a little <a href="http://jquery.com/">JQuery</a>.
</p>
<p>This was created by <a href="http://www.cobismith.com/about">Cobi Smith</a>, remixed from a fun visualization by <a href="http://www.zackgrossbart.com/blog/more-about-zack/">Zack Grossbart</a>, which was based on a visualization by Craig Robinson.
<p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>
</body>
</html>