forked from iswelindus/iswelindus.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdgs.html
812 lines (742 loc) · 37.6 KB
/
sdgs.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>SDGs</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="site_libs/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="site_libs/tocify-1.9.1/jquery.tocify.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<div class="container-fluid main-container">
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
</script>
<!-- code folding -->
<script>
$(document).ready(function () {
// move toc-ignore selectors from section div to header
$('div.section.toc-ignore')
.removeClass('toc-ignore')
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
// establish options
var options = {
selectors: "h1,h2,h3",
theme: "bootstrap3",
context: '.toc-content',
hashGenerator: function (text) {
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
},
ignoreSelector: ".toc-ignore",
scrollTo: 0
};
options.showAndHide = true;
options.smoothScroll = true;
// tocify
var toc = $("#TOC").tocify(options).data("toc-tocify");
});
</script>
<style type="text/css">
#TOC {
margin: 25px 0px 20px 0px;
}
@media (max-width: 768px) {
#TOC {
position: relative;
width: 100%;
}
}
.toc-content {
padding-left: 30px;
padding-right: 40px;
}
div.main-container {
max-width: 1200px;
}
div.tocify {
width: 20%;
max-width: 260px;
max-height: 85%;
}
@media (min-width: 768px) and (max-width: 991px) {
div.tocify {
width: 25%;
}
}
@media (max-width: 767px) {
div.tocify {
width: 100%;
max-width: none;
}
}
.tocify ul, .tocify li {
line-height: 20px;
}
.tocify-subheader .tocify-item {
font-size: 0.90em;
padding-left: 25px;
text-indent: 0;
}
.tocify .list-group-item {
border-radius: 0px;
}
</style>
<!-- setup 3col/9col grid for toc_float and main content -->
<div class="row-fluid">
<div class="col-xs-12 col-sm-4 col-md-3">
<div id="TOC" class="tocify">
</div>
</div>
<div class="toc-content col-xs-12 col-sm-8 col-md-9">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">IS-WEL Indus</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Overview</a>
</li>
<li>
<a href="sdgs.html">SDGs</a>
</li>
<li>
<a href="issues.html">Issues</a>
</li>
<li>
<a href="policy.html">Policy</a>
</li>
<li>
<a href="emergingtechs.html">Emerging Techs</a>
</li>
<li>
<a href="data.html">Data</a>
</li>
<li>
<a href="model.html">Model</a>
</li>
<li>
<a href="baseline.html">Baseline</a>
</li>
<li>
<a href="pathways.html">Pathways</a>
</li>
<li>
<a href="analysis.html">Analysis</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="library.html">
<span class="fa fa-book"></span>
Library
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">SDGs</h1>
</div>
<div id="sdgs-overview" class="section level1">
<h1>SDGs Overview</h1>
<p>The United Nations Development Programme proposed 17 Sustainable Development Goals <a href="http://www.undp.org/content/undp/en/home/sustainable-development-goals.html">(SDGs)</a> which came into effect in January 2016. The 17 SDGs are shown in Figure 1 below. Further details, reports and official UN resolutions are also available as listed in the library (<span class="citation">UNDP (<a href="#ref-UNDP_SDGs">2017</a>)</span>,<span class="citation">UN (<a href="#ref-UN2016_SDGIndicators">2016</a>)</span>,<span class="citation">UN (<a href="#ref-UN2015_SDGagenda">2015</a>)</span>,<span class="citation">UNDP (<a href="#ref-UNDP2015_SDGbooklet">2015</a>)</span>,<span class="citation">UN (<a href="#ref-UN2017_SDGIndicators">2017</a><a href="#ref-UN2017_SDGIndicators">a</a>)</span>,<span class="citation">UN (<a href="#ref-UN2017_SDGsreport2017">2017</a><a href="#ref-UN2017_SDGsreport2017">b</a>)</span>,<span class="citation">SDSN (<a href="#ref-SDSN2017_SDGIntSpillovers">2017</a>)</span>).</p>
<p id="figcap">
Figure 1: UNDP Sustainable Development Goals
</p>
<center>
<div id="fig">
<p><a href="http://www.undp.org/content/undp/en/home/sustainable-development-goals.html"><img src="figures/f_sdg_17sdgs.png" /></a></p>
</div>
</center>
<p><br><br></p>
</div>
<div id="wel-sdgs" class="section level1">
<h1>WEL SDGs</h1>
<p>Eight SDGs directly related to Water-Energy-Land (WEL) are selected for further analysis. These goals will be monitored and tracked for the Indus Basin as part of the project ISWEL project. The selected WEL SDGs are shown in Figure 2.</p>
<p id="figcap">
Figure 2: Selected Water-Energy-Land (WEL) related SDGs
</p>
<center>
<div id="fig">
<p><a href="http://www.undp.org/content/undp/en/home/sustainable-development-goals.html"><img src="figures/f_sdg_WELsdgs.png" /></a></p>
</div>
</center>
<p><br><br></p>
</div>
<div id="wel-sdg-targets-and-indicators" class="section level1">
<h1>WEL SDG targets and indicators</h1>
<p>Detailed targets and indiators have been decided for each SDG in <a href="https://unstats.un.org/unsd/statcom/47th-session/documents/2016-2-IAEG-SDGs-E.pdf">Annex 4</a> of the United Nations report of the inter-agency and expert group on sustainable development goal indicators E/CN.3/2016/2 (<span class="citation">UN (<a href="#ref-UN2016_SDGIndicators">2016</a>)</span>). The following sections list the targets and indicators for each of the selected WEL SDGs.</p>
<div id="sdg-2---zero-hunger" class="section level2">
<h2>SDG 2 - Zero Hunger</h2>
<table>
<colgroup>
<col width="52%" />
<col width="47%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>2.1 - By 2030, end hunger and ensure access by all people, in particular the poor and people in vulnerable situations, including infants, to safe, nutritious and sufficient food all year round</td>
<td>2.1.1 - Prevalence of undernourishment <br> 2.1.2 - Prevalence of moderate or severe food insecurity in the population, based on the Food Insecurity Experience Scale (FIES)</td>
</tr>
<tr class="even">
<td>2.2 - By 2030, end all forms of malnutrition, including achieving, by 2025, the internationally agreed targets on stunting and wasting in children under 5 years of age, and address the nutritional needs of adolescent girls, pregnant and lactating women and older persons.</td>
<td>2.2.1 - Prevalence of stunting (height for age <-2 standard deviation from the median of the World Health Organization (WHO) Child Growth Standards) among children under 5 years of age <br> 2.2.2 - Prevalence of malnutrition (weight for height >+2 or <-2 standard deviation from the median of the WHO Child Growth Standards) among children under 5, disaggregated by type (wasting and overweight)</td>
</tr>
<tr class="odd">
<td>2.3 - By 2030, double the agricultural productivity and incomes of small-scale food producers, in particular women, indigenous peoples, family farmers, pastoralists and fishers, including through secure and equal access to land, other productive resources and inputs, knowledge, financial services, markets and opportunities for value addition and non-farm employment</td>
<td>2.3.1 - Volume of production per labour unit by classes of farming/pastoral/forestry enterprise size <br> 2.3.2* - Total Factor Productivity</td>
</tr>
<tr class="even">
<td>2.4 - By 2030, ensure sustainable food production systems and implement resilient agricultural practices that increase productivity and production, that help maintain ecosystems, that strengthen capacity for adaptation to climate change, extreme weather, drought, flooding and other disasters and that progressively improve land and soil quality</td>
<td>2.4.1* - Percentage of agricultural area under sustainable agricultural practices <br> 2.4.2* - Percentage of agricultural households using irrigation systems compared to all agricultural households <br> 2.4.3* - Percentage of agricultural households using eco-friendly fertilizers compared to all agricultural households using fertilizers</td>
</tr>
<tr class="odd">
<td>2.5 - By 2020, maintain the genetic diversity of seeds, cultivated plants and farmed and domesticated animals and their related wild species, including through soundly managed and diversified seed and plant banks at the national, regional and international levels, and promote access to and fair and equitable sharing of benefits arising from the utilization of genetic resources and associated traditional knowledge, as internationally agreed</td>
<td>2.5.1* - Ex situ crop collections enrichment index <br> 2.5.2* - Percentage of local crops and breeds and their wild relatives, classified as being at risk, not-at-risk or at an unknown level of risk of extinction</td>
</tr>
<tr class="even">
<td>2.a Increase investment, including through enhanced international cooperation, in rural infrastructure, agricultural research and extension services, technology development and plant and livestock gene banks in order to enhance agricultural productive capacity in developing countries, in particular least developed countries</td>
<td>2.a.1* The agriculture orientation index for government expenditures</td>
</tr>
<tr class="odd">
<td>2.b Correct and prevent trade restrictions and distortions in world agricultural markets, including through the parallel elimination of all forms of agricultural export subsidies and all export measures with equivalent effect, in accordance with the mandate of the Doha Development Round</td>
<td>2.b.1* - Percentage change in import and export tariffs on agricultural products <br> 2.b.2 - Agricultural export subsidies</td>
</tr>
<tr class="even">
<td>2.c Adopt measures to ensure the proper functioning of food commodity markets and their derivatives and facilitate timely access to market information, including on food reserves, in order to help limit extreme food price volatility</td>
<td>2.c.1* - Indicator of (food) price anomalies</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-6---clean-water" class="section level2">
<h2>SDG 6 - Clean Water</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>6.1 - By 2030, achieve universal and equitable access to safe and affordable drinking water for all</td>
<td>6.1.1 - Percentage of population using safely managed drinking water services</td>
</tr>
<tr class="even">
<td>6.2 - By 2030, achieve access to adequate and equitable sanitation and hygiene for all and end open defecation, paying special attention to the needs of women and girls and those in vulnerable situations</td>
<td>6.2.1 - Percentage of population using safely managed sanitation services, including a handwashing facility with soap and water</td>
</tr>
<tr class="odd">
<td>6.3 - By 2030, improve water quality by reducing pollution, eliminating dumping and minimizing release of hazardous chemicals and materials, halving the proportion of untreated wastewater and substantially increasing recycling and safe reuse globally</td>
<td>6.3.1 - Percentage of wastewater safely treated <br> 6.3.2 - Percentage of bodies of water with good ambient water quality</td>
</tr>
<tr class="even">
<td>6.4 - By 2030, substantially increase water-use efficiency across all sectors and ensure sustainable withdrawals and supply of freshwater to address water scarcity and substantially reduce the number of people suffering from water scarcity</td>
<td>6.4.1* - Percentage change in water use efficiency over time <br> 6.4.2* - Percentage of total available water resources used, taking environmental water requirements into account (level of water stress)</td>
</tr>
<tr class="odd">
<td>6.5 - By 2030, implement integrated water resources management at all levels, including through transboundary cooperation as appropriate</td>
<td>6.5.1* - Degree of integrated water resources management implementation (0-100)</td>
</tr>
<tr class="even">
<td>6.6 - By 2020, protect and restore water-related ecosystems, including mountains, forests, wetlands, rivers, aquifers and lakes</td>
<td>6.6.1 - Percentage of change in the extent of waterrelated ecosystems over time</td>
</tr>
<tr class="odd">
<td>6.a - By 2030, expand international cooperation and capacity-building support to developing countries in water- and sanitation-related activities and programmes, including water harvesting, desalination, water efficiency, wastewater treatment, recycling and reuse technologies</td>
<td>6.a.1 - Amount of water- and sanitation-related official development assistance that is part of a government coordinated spending plan</td>
</tr>
<tr class="even">
<td>6.b - Support and strengthen the participation of local communities in improving water and sanitation management</td>
<td>6.b.1 - Percentage of local administrative units with established and operational policies and procedures for participation of local communities in water and sanitation management</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-7---affordable-clean-energy" class="section level2">
<h2>SDG 7 - Affordable & Clean Energy</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>7.1 - By 2030, ensure universal access to affordable, reliable and modern energy services</td>
<td>7.1.1 - Percentage of population with access to electricity <br> 7.1.2 - Percentage of population with primary reliance on clean fuels and technology</td>
</tr>
<tr class="even">
<td>7.2 - By 2030, increase substantially the share of renewable energy in the global energy mix</td>
<td>7.2.1 - Renewable energy share in the total final energy consumption</td>
</tr>
<tr class="odd">
<td>7.3 - By 2030, double the global rate of improvement in energy efficiency</td>
<td>7.3.1 - Energy intensity measured in terms of primary energy and gross domestic product (GDP)</td>
</tr>
<tr class="even">
<td>7.a - By 2030, enhance international cooperation to facilitate access to clean energy research and technology, including renewable energy, energy efficiency and advanced and cleaner fossil-fuel technology, and promote investment in energy infrastructure and clean energy technology</td>
<td>7.a.1 - Mobilized amount of United States dollars per year starting in 2020 accountable towards the $100 billion commitment</td>
</tr>
<tr class="odd">
<td>7.b - By 2030, expand infrastructure and upgrade technology for supplying modern and sustainable energy services for all in developing countries, in particular least developed countries, small island developing States and landlocked developing countries, in accordance with their respective programmes of support</td>
<td>7.b.1* - Ratio of value added to net domestic energy use, by industry</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-11---sustainable-cities-and-communities" class="section level2">
<h2>SDG 11 - Sustainable Cities and Communities</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>11.1 - By 2030, ensure access for all to adequate, safe and affordable housing and basic services and upgrade slums</td>
<td>11.1.1 - Proportion of urban population living in slums, informal settlements or inadequate housing</td>
</tr>
<tr class="even">
<td>11.2 - By 2030, provide access to safe, affordable, accessible and sustainable transport systems for all, improving road safety, notably by expanding public transport, with special attention to the needs of those in vulnerable situations, women, children, persons with disabilities and older persons</td>
<td>11.2.1 - Proportion of the population that has convenient access to public transport, disaggregated by age group, sex and persons with disabilities</td>
</tr>
<tr class="odd">
<td>11.3 - By 2030, enhance inclusive and sustainable urbanization and capacity for participatory, integrated and sustainable human settlement planning and management in all countries</td>
<td>11.3.1 - Ratio of land consumption rate to population growth rate <br> 11.3.2* - Percentage of cities with a direct participation structure of civil society in urban planning and management which operate regularly and democratically</td>
</tr>
<tr class="even">
<td>11.4 - Strengthen efforts to protect and safeguard the world’s cultural and natural heritage</td>
<td>11.4.1* - Share of national (or municipal) budget which is dedicated to the preservation, protection and conservation of national cultural natural heritage, including World Heritage sites</td>
</tr>
<tr class="odd">
<td>11.5 By 2030, significantly reduce the number of deaths and the number of people affected and substantially decrease the direct economic losses relative to global gross domestic product caused by disasters, including water-related disasters, with a focus on protecting the poor and people in vulnerable situations</td>
<td>11.5.1* Number of deaths, missing people, injured, relocated or evacuated due to disasters per 100,000 people</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-12---responsible-consumption-production" class="section level2">
<h2>SDG 12 - Responsible Consumption & Production</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>12.1 - Implement the 10-Year Framework of Programmes on Sustainable Consumption and Production Patterns, all countries taking action, with developed countries taking the lead, taking into account the development and capabilities of developing countries</td>
<td>12.1.1 - Number of countries with sustainable consumption and production (SCP) national action plans or SCP mainstreamed as a priority or target into national policies</td>
</tr>
<tr class="even">
<td>12.2 - By 2030, achieve the sustainable management and efficient use of natural resources</td>
<td>12.2.1* - Material footprint and material footprint per capita</td>
</tr>
<tr class="odd">
<td>12.3 - By 2030, halve per capita global food waste at the retail and consumer levels and reduce food losses along production and supply chains, including postharvest losses</td>
<td>12.3.1 - Global food loss index</td>
</tr>
<tr class="even">
<td>12.4 - By 2020, achieve the environmentally sound management of chemicals and all wastes throughout their life cycle, in accordance with agreed international frameworks, and significantly reduce their release to air, water and soil in order to minimize their adverse impacts on human health and the environment</td>
<td>12.4.1 - Number of parties to international multilateral environmental agreements on hazardous and other chemicals and waste that meet their commitments and obligations in transmitting information as required by each relevant agreement <br> 12.4.2* - Treatment of waste, generation of hazardous waste, hazardous waste management, by type of treatment</td>
</tr>
<tr class="odd">
<td>12.5 - By 2030, substantially reduce waste generation through prevention, reduction, recycling and reuse</td>
<td>12.5.1 - National recycling rate, tons of material recycled</td>
</tr>
<tr class="even">
<td>12.6 Encourage companies, especially large and transnational companies, to adopt sustainable practices and to integrate sustainability information into their reporting cycle</td>
<td>12.6.1 Number of companies publishing sustainability reports</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-13---climate-action" class="section level2">
<h2>SDG 13 - Climate Action</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>13.1 - Strengthen resilience and adaptive capacity to climate-related hazards and natural disasters in all countries</td>
<td>13.1.1* - Number of deaths, missing people, injured, relocated or evacuated due to disasters per 100,000 people</td>
</tr>
<tr class="even">
<td>13.2 - Integrate climate change measures into national policies, strategies and planning</td>
<td>13.2.1* - Number of countries that have formally communicated the establishment of integrated lowcarbon, climate-resilient, disaster risk reduction development strategies (e.g. a national adaptation plan process, national policies and measures to promote the transition to environmentally friendly substances and technologies)</td>
</tr>
<tr class="odd">
<td>13.3 - Improve education, awareness-raising and human and institutional capacity on climate change mitigation, adaptation, impact reduction and early warning</td>
<td>13.3.1* - Number of countries that have integrated mitigation, adaptation, impact reduction and early warning into primary, secondary and tertiary curricula</td>
</tr>
<tr class="even">
<td>13.a - Implement the commitment undertaken by developed-country parties to the United Nations Framework Convention on Climate Change to a goal of mobilizing jointly $100 billion annually by 2020 from all sources to address the needs of developing countries in the context of meaningful mitigation actions and transparency on implementation and fully operationalize the Green Climate Fund through its capitalization as soon as possible</td>
<td>13.a.1 - Mobilized amount of United States dollars per year starting in 2020 accountable towards the $100 billion commitment</td>
</tr>
<tr class="odd">
<td>13.b - Promote mechanisms for raising capacity for effective climate change-related planning and management in least developed countries and small island developing States, including focusing on women, youth and local and marginalized communities</td>
<td>13.b.1* - Number of least developed countries and small island developing States that are receiving specialized support for mechanisms for raising capacities for effective climate change-related planning and management, including focusing on women, youth, local and marginalized communities</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-14---life-below-water" class="section level2">
<h2>SDG 14 - Life Below Water</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>14.1 - By 2025, prevent and significantly reduce marine pollution of all kinds, in particular from landbased activities, including marine debris and nutrient pollution</td>
<td>14.1.1* - Nitrogen use efficiency composite indicator</td>
</tr>
<tr class="even">
<td>14.2 - By 2020, sustainably manage and protect marine and coastal ecosystems to avoid significant adverse impacts, including by strengthening their resilience, and take action for their restoration in order to achieve healthy and productive oceans</td>
<td>14.2.1* - Percentage of coastal and marine development with formulated or implemented integrated coastal management/maritime spatial planning plans (that are harmonized where applicable), based on an ecosystem approach, that builds resilient human communities and ecosystems and provides for equitable benefit sharing and decent work</td>
</tr>
<tr class="odd">
<td>14.3 - Minimize and address the impacts of ocean acidification, including through enhanced scientific cooperation at all levels</td>
<td>14.3.1 - Average marine acidity (pH) measured at agreed suite of representative sampling stations</td>
</tr>
<tr class="even">
<td>14.4 - By 2020, effectively regulate harvesting and end overfishing, illegal, unreported and unregulated fishing and destructive fishing practices and implement science-based management plans, in order to restore fish stocks in the shortest time feasible, at least to levels that can produce maximum sustainable yield as determined by their biological characteristics</td>
<td>14.4.1* - Proportion of fish stocks within biologically sustainable levels</td>
</tr>
<tr class="odd">
<td>14.5 - By 2020, conserve at least 10 per cent of coastal and marine areas, consistent with national and international law and based on the best available scientific information</td>
<td>14.5.1 - Coverage of protected areas in relation to marine areas</td>
</tr>
<tr class="even">
<td>14.6 - By 2020, prohibit certain forms of fisheries subsidies which contribute to overcapacity and overfishing, eliminate subsidies that contribute to illegal, unreported and unregulated fishing and refrain from introducing new such subsidies, recognizing that appropriate and effective special and differential treatment for developing and least developed countries should be an integral part of the World Trade Organization fisheries subsidies negotiationb</td>
<td>14.6.1* - Dollar value of negative fishery subsidies against 2015 baseline</td>
</tr>
<tr class="odd">
<td>14.7 - By 2030, increase the economic benefits to small island developing States and least developed countries from the sustainable use of marine resources, including through sustainable management of fisheries, aquaculture and tourism</td>
<td>14.7.1* - Fisheries as a percentage of GDP</td>
</tr>
<tr class="even">
<td>14.a - Increase scientific knowledge, develop research capacity and transfer marine technology, taking into account the Intergovernmental Oceanographic Commission Criteria and Guidelines on the Transfer of Marine Technology, in order to improve ocean health and to enhance the contribution of marine biodiversity to the development of developing countries, in particular small island developing States and least developed countries</td>
<td>14.a.1 - Budget allocation to research in the field of marine technology as a percentage of total budget for research</td>
</tr>
<tr class="odd">
<td>14.b - Provide access for small-scale artisanal fishers to marine resources and markets</td>
<td>14.b.1* Proportion of national fishery production by country that are catches by small-medium fishery businesses or Progress by countries in adopting and implementing a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries</td>
</tr>
<tr class="even">
<td>14.c - Enhance the conservation and sustainable use of oceans and their resources by implementing international law as reflected in the United Nations Convention on the Law of the Sea, which provides the legal framework for the conservation and sustainable use of oceans and their resources, as recalled in paragraph 158 of “The future we want”</td>
<td>14.c.1* - Number of countries implementing either legally or programmatically the provisions set out in regional seas protocols and ratification and implementation of the ILO maritime and fisheries conventions</td>
</tr>
</tbody>
</table>
</div>
<div id="sdg-15---life-on-land" class="section level2">
<h2>SDG 15 - Life on Land</h2>
<table>
<colgroup>
<col width="57%" />
<col width="42%" />
</colgroup>
<thead>
<tr class="header">
<th>Targets</th>
<th>Indicators</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>15.1 - By 2020, ensure the conservation, restoration and sustainable use of terrestrial and inland freshwater ecosystems and their services, in particular forests, wetlands, mountains and drylands, in line with obligations under international agreements</td>
<td>15.1.1* - Forest area as a percentage of total land area</td>
</tr>
<tr class="even">
<td>15.2 - By 2020, promote the implementation of sustainable management of all types of forests, halt deforestation, restore degraded forests and substantially increase afforestation and reforestation globally</td>
<td>15.2.1* - Forest cover under sustainable forest management <br> 15.2.2 - Net permanent forest loss</td>
</tr>
<tr class="odd">
<td>15.3 - By 2030, combat desertification, restore degraded land and soil, including land affected by desertification, drought and floods, and strive to achieve a land degradation-neutral world</td>
<td>15.3.1* - Percentage of land that is degraded over total land area</td>
</tr>
<tr class="even">
<td>15.4 - By 2030, ensure the conservation of mountain ecosystems, including their biodiversity, in order to enhance their capacity to provide benefits that are essential for sustainable development</td>
<td>15.4.1 - Coverage by protected areas of important sites for mountain biodiversity <br> 15.4.2 - Mountain Green Cover Index</td>
</tr>
<tr class="odd">
<td>15.5 - Take urgent and significant action to reduce the degradation of natural habitats, halt the loss of biodiversity and, by 2020, protect and prevent the extinction of threatened species</td>
<td>15.5.1 - Red List Index</td>
</tr>
<tr class="even">
<td>15.6 - Promote fair and equitable sharing of the benefits arising from the utilization of genetic resources and promote appropriate access to such resources, as internationally agreed</td>
<td>15.6.1* - Number of permits or their equivalents made available to the Access and Benefit-sharing ClearingHouse established under the Nagoya Protocol on Access and Benefit-sharing and number of standard material transfer agreements, as communicated to the Governing Body of the International Treaty on Plant Genetic Resources for Food and Agriculture</td>
</tr>
<tr class="odd">
<td>15.7 - Take urgent action to end poaching and trafficking of protected species of flora and fauna and address both demand and supply of illegal wildlife products</td>
<td>15.7.1* - Red List Index for species in trade <br> 15.7.2* - Proportion of detected trade in wildlife and wildlife products that is illegal</td>
</tr>
<tr class="even">
<td>15.8 - By 2020, introduce measures to prevent the introduction and significantly reduce the impact of invasive alien species on land and water ecosystems and control or eradicate the priority species</td>
<td>15.8.1* - Adoption of national legislation relevant to the prevention or control of invasive alien species</td>
</tr>
<tr class="odd">
<td>15.9 - By 2020, integrate ecosystem and biodiversity values into national and local planning, development processes, poverty reduction strategies and accounts</td>
<td>15.9.1* - Number of national development plans and processes integrating biodiversity and ecosystem services values</td>
</tr>
<tr class="even">
<td>15.a - Mobilize and significantly increase financial resources from all sources to conserve and sustainably use biodiversity and ecosystems</td>
<td>15.a.1 - Official development assistance and public expenditure on conservation and sustainable use of biodiversity and ecosystems</td>
</tr>
<tr class="odd">
<td>15.b - Mobilize significant resources from all sources and at all levels to finance sustainable forest management and provide adequate incentives to developing countries to advance such management, including for conservation and reforestation</td>
<td>15.b.1* - Forestry official development assistance and forestry foreign direct investment</td>
</tr>
<tr class="even">
<td>15.c - Enhance global support for efforts to combat poaching and trafficking of protected species, including by increasing the capacity of local communities to pursue sustainable livelihood opportunities</td>
<td>15.c.1* - Proportion of detected trade in wildlife and wildlife products that is illegal</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="regional-sdg-status" class="section level1">
<h1>Regional SDG Status</h1>
<div id="indus" class="section level2">
<h2>Indus</h2>
</div>
<div id="pakistan" class="section level2">
<h2>Pakistan</h2>
</div>
<div id="indus-1" class="section level2">
<h2>Indus</h2>
</div>
<div id="china" class="section level2">
<h2>China</h2>
</div>
<div id="afghanistan" class="section level2">
<h2>Afghanistan</h2>
</div>
</div>
<div id="references" class="section level1 unnumbered">
<h1>References</h1>
<div id="refs" class="references">
<div id="ref-SDSN2017_SDGIntSpillovers">
<p>SDSN. 2017. <em>SDG Index and Dashboards Report 2017. Global Responsibilities. International Spillovers in Achieving the Goals</em>. Sustainability Development Solutions Network. <a href="http://www.sdgindex.org/assets/files/2017/2017-SDG-Index-and-Dashboards-Report--full.pdf" class="uri">http://www.sdgindex.org/assets/files/2017/2017-SDG-Index-and-Dashboards-Report--full.pdf</a>.</p>
</div>
<div id="ref-UN2015_SDGagenda">
<p>UN. 2015. <em>Transforming Our World: The 2030 Agenda for Sustainble Development</em>. United Nations. <a href="http://www.un.org/ga/search/view_doc.asp?symbol=A/RES/70/1&Lang=E" class="uri">http://www.un.org/ga/search/view_doc.asp?symbol=A/RES/70/1&Lang=E</a>.</p>
</div>
<div id="ref-UN2016_SDGIndicators">
<p>———. 2016. <em>Report of the Inter-Agency and Expert Group on Sustainable Development Goal Indicators</em>. United Nations. <a href="https://unstats.un.org/unsd/statcom/47th-session/documents/2016-2-IAEG-SDGs-E.pdf" class="uri">https://unstats.un.org/unsd/statcom/47th-session/documents/2016-2-IAEG-SDGs-E.pdf</a>.</p>
</div>
<div id="ref-UN2017_SDGIndicators">
<p>———. 2017a. <em>Sustainble Development Goals Indicators Global Database</em>. United Nations. <a href="https://unstats.un.org/sdgs/indicators/database/" class="uri">https://unstats.un.org/sdgs/indicators/database/</a>.</p>
</div>
<div id="ref-UN2017_SDGsreport2017">
<p>———. 2017b. <em>The Sustainble Development Goals Report 2017</em>. United Nations. <a href="https://unstats.un.org/sdgs/report/2017/" class="uri">https://unstats.un.org/sdgs/report/2017/</a>.</p>
</div>
<div id="ref-UNDP2015_SDGbooklet">
<p>UNDP. 2015. <em>Sustainble Development Goals Booklet</em>. United Nations DEvelopment Programme. <a href="http://www.undp.org/content/undp/en/home/librarypage/corporate/sustainable-development-goals-booklet.html" class="uri">http://www.undp.org/content/undp/en/home/librarypage/corporate/sustainable-development-goals-booklet.html</a>.</p>
</div>
<div id="ref-UNDP_SDGs">
<p>———. 2017. <em>Sustainble Development Goals</em>. United Nations Development Programme. <a href="http://www.undp.org/content/undp/en/home/sustainable-development-goals.html" class="uri">http://www.undp.org/content/undp/en/home/sustainable-development-goals.html</a>.</p>
</div>
</div>
</div>
<p id="footer">Copyright © 2017 IIASA All rights reserved.</p>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>