-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadaptationactions.html
891 lines (778 loc) · 42.5 KB
/
adaptationactions.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
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NDC Explorer | Adaptation Actions</title>
<!-- Bootstrap -->
<link href="./vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="./vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- NProgress -->
<link href="./vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- iCheck -->
<link href="./vendors/iCheck/skins/flat/green.css" rel="stylesheet">
<!-- Datatables -->
<link href="./vendors/datatables.net-bs/css/dataTables.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-buttons-bs/css/buttons.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-responsive-bs/css/responsive.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-scroller-bs/css/scroller.bootstrap.min.css" rel="stylesheet">
<!-- Custom Theme Style -->
<link href="../build/css/custom.min.css" rel="stylesheet">
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><img src=images/ncsd.png width=50 height=50></img> <span>NDC Explorer</span></a>
</div>
<div class="clearfix"></div>
<!-- menu profile quick info -->
<div class="profile clearfix">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>Sey Peou</h2>
</div>
</div>
<!-- /menu profile quick info -->
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-tachometer"></i> Dashboards <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="mitigation.html">Mitigation</a></li>
<li><a href="adaptation.html">Adaptation</a></li>
<li><a href="greenhouse.html">Greenhouse Gases</a></li>
</ul>
</li>
<li><a><i class="fa fa-table"></i> Action Items <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="mitigationactions.html">Mitigation Actions</a></li>
<li><a href="adaptationactions.html">Adaptation Actions</a></li>
<li><a href="allactions.html">All Actions</a></li>
<li><a href="myactions.html">My Actions</a></li>
<li><a href="wipactions.html">Active Actions</a></li>
<li><a href="completedactions.html">Completed Actions</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout" href="login.html">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav>
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<img src="images/img.jpg" alt="">Sey Peou
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu pull-right">
<li><a href="javascript:;"> Profile</a></li>
<li>
<a href="javascript:;">
<span class="badge bg-red pull-right">50%</span>
<span>Settings</span>
</a>
</li>
<li><a href="javascript:;">Help</a></li>
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a></li>
</ul>
</li>
<li role="presentation" class="dropdown">
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-envelope-o"></i>
<span class="badge bg-green">6</span>
</a>
<ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Adaptation Action #55
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Mitigation Action #24
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Adaptation Action #72
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Mitigation Action #43
</span>
</a>
</li>
<li>
<div class="text-center">
<a>
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h1>Adaptation Actions</h1>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>All Actions </h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Settings 1</a>
</li>
<li><a href="#">Settings 2</a>
</li>
</ul>
</li>
<li><a class="close-link"><i class="fa fa-close"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<table id="datatable" class="table table-striped table-bordered">
<thead>
<tr>
<th>Number</th>
<th>Sector</th>
<th>Action</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Towards an Agroecological transition in the uplands of Battambang...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>2</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">"(Program 1: Improvement of Agricultural Productivity and Diversification and Agri-Business) Developm..."</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>3</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Development of Horticulture and other food crops for increase production, improved quality-safety; h...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>4</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Development of Industry crops for increase in production, improved quality-safety; harvesting and po...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>5</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Improvement of support services and capacity building to crop production resilient to climate change...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>6</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Building climate change resilience on cassava production and processing...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>7</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Research for the development and enhancement of agricultural productivity, quality, and transfer thr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>8</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Development of new technologies and increased yields by using new crop varieties which adapt to clim...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>9</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Development of rubber clone varieties suitable for AEZ and resilient to climate change...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>10</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Enhancing institutional and capacity development on climate change impact, vulnerability assessment,...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>11</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">"(Program 2: Promote Animal Production and Animal Health) Improvement of animal breeding technology ..."</a></td>
<td>Completed</td>
</tr>
<tr>
<td>12</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Promotion of research capacities on animal genetic, animal breeding, and animal feed is strengthened...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>13</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Strengthening capacities for risk prevention and reduction, effective emergency preparedness and res...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>14</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">"(Program 3: Fishery Management and Aquaculture Development) Promoting aquaculture production syste..."</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>15</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Promoting climate resilience in the capture fisheries sector...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>16</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Scaled up climate‐resilient agricultural production through increased access to solar irrigation sys...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>17</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Developing a training manual and providing training on approaches for development of climate-smart a...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>18</td>
<td>Coastal Zones</td>
<td><a href="adaptationaction.html">Protection, risk mitigation, and resilience building from marine pollution particularly caused by...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>19</td>
<td>Coastal Zones</td>
<td><a href="adaptationaction.html">Effective management and protection of ecological systems of marine and costal zones to avoid advers...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>20</td>
<td>Education</td>
<td><a href="adaptationaction.html">Upgrading curriculum and training methodologies, including libraries, to include climate change subj...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>21</td>
<td>Education</td>
<td><a href="adaptationaction.html">Upgrading curriculum to include climate change for non-formal education...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>22</td>
<td>Education</td>
<td><a href="adaptationaction.html">Build centres of excellence for delivering climate change courses and research among Universities...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>23</td>
<td>Education</td>
<td><a href="adaptationaction.html">Conduct training for education officials on climate change e.g. as a required component of teacher t...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>24</td>
<td>Energy</td>
<td><a href="adaptationaction.html">Conduct climate risk analysis for the existing electricity infrastructures and provide recommendatio...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>25</td>
<td>Energy</td>
<td><a href="adaptationaction.html">Climate proofing of existing and future solar/hydropower infrastructure...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>26</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Strengthen institutional capacities at national and sub-national levels to integrate gender responsi...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>27</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Enhance coordination and implementing accountability mechanisms to reduce climate change vulnerabili...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>28</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Enhance monitoring and evaluation systems of sectoral ministries to track gender outcomes in climate...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>29</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Capacity Development for GCCC members and Sectoral Ministries on Gender analysis, gender responsive ...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>30</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Develop a technical guidelines for Gender mainstreaming in NDC process...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>31</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Market supply chain of rural women entrepreneurs resilient to climate change...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>32</td>
<td>Governance</td>
<td><a href="adaptationaction.html">Local government and Climate Change-III (LGCC3)...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>33</td>
<td>Governance</td>
<td><a href="adaptationaction.html">Reducing vulnerability of local communities though sub-national climate governance reform (focusing ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>34</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Enable effective decision-making for health interventions through generation of information and impr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>35</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Enhance climate resilience in health service delivery...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>36</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Strengthen and provide capacity building of technical guidelines for diagnosis, detection, control, ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>37</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Conduct water sanitation and hygiene (WASH) assessment on climate change and develop planning for ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>38</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Strengthen institutional capacities to effectively integrate climate risks and adaptation options in...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>39</td>
<td>Industry</td>
<td><a href="adaptationaction.html">Heat stress adaptation for industrial production ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>40</td>
<td>Information</td>
<td><a href="adaptationaction.html">Enhance the quality of broadcasting means and expand the capacity of coverages for raising awarenes...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>41</td>
<td>Information</td>
<td><a href="adaptationaction.html">Training and enhancing human capacity on climate change in information sector ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>42</td>
<td>Information</td>
<td><a href="adaptationaction.html">Urge private Media organizations to participate in covering/broadcasting the climate change topics a...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>43</td>
<td>Information</td>
<td><a href="adaptationaction.html">Urge and encourage to reduce (or ban) all forms of commercial advertisement that has negative impact...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>44</td>
<td>Infrastructure - Buildings</td>
<td><a href="adaptationaction.html">Integrating climate change response measures onto the construction design for buildings and for rura...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>45</td>
<td>Infrastructure - Buildings</td>
<td><a href="adaptationaction.html">Develop resilient infrastructure of school buildings in response to climate change...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>46</td>
<td>Infrastructure - Buildings</td>
<td><a href="adaptationaction.html">Implement climate change and disaster resilient construction and infrastructure standards including ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>47</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">(DLUP) Prepare spatial planning (city/district/municipality) guidelines at all levels for climate ch...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>48</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Integrating climate change response measures to the policy of social land concession (SLC) and its p...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>49</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Prepare Modality of standardized green spaces for urban planning or new sub-cities to address vulner...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>50</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Vulnerability Assessment towards the development of climate change strategic plans to respond to the...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>51</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Promote Land Use Planning Tools for urban houses and building construction adaptive to climate chang...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>52</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Promote proper low-cost shelters for low income households resilient to climate change, practically ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>53</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Development of building code with mainstreaming climate change into building designs...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>54</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Mainstream climate change response measures into coastal development planning against sea water intr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>55</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Strengthening Climate Resilient City...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>56</td>
<td>Infrastructure - Roads</td>
<td><a href="adaptationaction.html">Develop national road construction and maintenance design standards for national and provincial road...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>57</td>
<td>Infrastructure - Roads</td>
<td><a href="adaptationaction.html">Repair and rehabilitate existing road infrastructure and ensure effective operation and maintenance ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>58</td>
<td>Infrastructure - Roads</td>
<td><a href="adaptationaction.html">Rural road rehabilitation and improvement for climate change resilience ...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>59</td>
<td>Knowledge sharing</td>
<td><a href="adaptationaction.html">News coverage and program production for awareness raising on climate change and its impacts...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>60</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Develop and annually update national and subnational multi-hazard and climate risk assessments, incl...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>61</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">National end-to-end Early Warning Systems with focus on effective dissemination to populations at ri...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>62</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Implement community–based disaster and climate risk management programs...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>63</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Building resilience of biodiversity conservation and restoration to adapt to climate change...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>64</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Integrated Village Development ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>65</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Strengthen flood resiliency capacity of communities around Tonle Sap (access to clean water, off gri...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>66</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Building Climate Resilient Livelihood and Public Infrastructures in Social Land Concession for Vulne...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>67</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Building climate resilience for district and commune governance through policy and strategic develop...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>68</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Mainstreaming climate change into Education Strategic Plan 2019-2023 Strategic Plan and SDG4 Roadmap...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>69</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Strengthen the cooperation with local and International development agencies, NGOs and relevant inst...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>70</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Development of climate change national/capital/ provincial development plans including an M&E system...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>71</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Development of a climate change public investment program for the national/capital/ provincial level...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>72</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Building adaptive and resilient capacity for MRD officers at national and sub-national level for mai...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>73</td>
<td>Policy and planning</td>
<td><a href="adaptationaction.html">Build adaptive capacity on climate change for Village leaders (Village Development Committees, VDCs)...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>74</td>
<td>Tourism</td>
<td><a href="adaptationaction.html">Provide capacity building and supports for Climate Change Innovation at the provincial along Tonle S...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>75</td>
<td>Tourism</td>
<td><a href="adaptationaction.html">Raising public awareness on climate change innovation at all levels...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>76</td>
<td>Tourism</td>
<td><a href="adaptationaction.html">Practicing smart agriculture in tourism sector...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>77</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish an automated nation-wide hydromet monitoring network and data transmission program, includ...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>78</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish a centralized and standardized approach to climate-resilient water management...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>79</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish a National Climate and Flood Warning system, including a service centre and flood emergenc...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>80</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Integrated Groundwater Management in Cambodia...</a></td>
<td>Work in Progress</td>
</tr>
<tr>
<td>81</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish nationally standardized best-practice systems for irrigation...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>82</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Resilient and Adaptive rural water supply and sanitation construction...</a></td>
<td>Work in Progress</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /page content -->
<!-- footer content -->
<footer>
<div class="pull-right">
NDC Explorer by <a href="https://ralphreijs.github.io">Ralph Reijs</a>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
</div>
<!-- jQuery -->
<script src="./vendors/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="./vendors/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="./vendors/fastclick/lib/fastclick.js"></script>
<!-- NProgress -->
<script src="./vendors/nprogress/nprogress.js"></script>
<!-- iCheck -->
<script src="./vendors/iCheck/icheck.min.js"></script>
<!-- Datatables -->
<script src="./vendors/datatables.net/js/jquery.dataTables.min.js"></script>
<script src="./vendors/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/dataTables.buttons.min.js"></script>
<script src="./vendors/datatables.net-buttons-bs/js/buttons.bootstrap.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.flash.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.html5.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.print.min.js"></script>
<script src="./vendors/datatables.net-fixedheader/js/dataTables.fixedHeader.min.js"></script>
<script src="./vendors/datatables.net-keytable/js/dataTables.keyTable.min.js"></script>
<script src="./vendors/datatables.net-responsive/js/dataTables.responsive.min.js"></script>
<script src="./vendors/datatables.net-responsive-bs/js/responsive.bootstrap.js"></script>
<script src="./vendors/datatables.net-scroller/js/dataTables.scroller.min.js"></script>
<script src="./vendors/jszip/dist/jszip.min.js"></script>
<script src="./vendors/pdfmake/build/pdfmake.min.js"></script>
<script src="./vendors/pdfmake/build/vfs_fonts.js"></script>
<!-- Custom Theme Scripts -->
<script src="../build/js/custom.min.js"></script>
</body>
</html>