-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpublication.json
40 lines (38 loc) · 1.09 KB
/
publication.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
{
"@context": [
"https://schema.org",
"https://www.w3.org/ns/pub-context"
],
"conformsTo": "https://www.w3.org/TR/pub-manifest/",
"type": "Book",
"name": "Report of the Conference of the Parties serving as the meeting of the Parties to the Paris Agreement on its third session, held in Glasgow from 31 October to 13 November 2021",
"author": "United Nations Framework Convention on Climate Change (UNFCCC)",
"inLanguage": "en",
"readingOrder": [
"LEAD/split.html",
"Decision_1_CMA_3/split.html",
"Decision_2_CMA_3/split.html",
"Decision_3_CMA_3/split.html",
"Decision_4_CMA_3/split.html"
],
"resources": [
{
"type": [
"LinkedResource"
],
"url": "css/theme.css"
},
{
"type": [
"LinkedResource"
],
"url": "css/mathlive.css"
},
{
"type": [
"LinkedResource"
],
"url": "css/book.css"
}
]
}