forked from rufuspollock-okfn/cop21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
43 lines (42 loc) · 1.24 KB
/
datapackage.json
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
{
"name": "cop21-agreement",
"title": "Negotiating Texts for COP21 UNFCCC",
"resources": [
{
"title": "4 Dec 2015 10am Draft",
"path": "archive/adp_compilation_4dec15_1000.pdf",
"format": "pdf",
"mediatype": "application/pdf",
"sources": [{
"web": "http://unfccc.int/files/bodies/awg/application/pdf/[email protected]"
}]
},
{
"title": "23 October 2015 Draft",
"path": "archive/11infnot.pdf",
"format": "pdf",
"mediatype": "application/pdf",
"sources": [{
"web": "http://unfccc.int/resource/docs/2015/adp2/eng/11infnot.pdf"
}]
},
{
"title": "5 October 2015 Unofficial Non-Paper Draft by Group Chairs",
"path": "archive/8infnot.pdf",
"format": "pdf",
"mediatype": "application/pdf",
"sources": [{
"web": "http://unfccc.int/resource/docs/2015/adp2/eng/8infnot.pdf"
}]
},
{
"title": "12 February 2015 - Negotiating Text",
"path": "archive/[email protected]",
"format": "pdf",
"mediatype": "application/pdf",
"sources": [{
"web": "https://unfccc.int/files/bodies/awg/application/pdf/[email protected]"
}]
}
]
}