-
Fixed
- 22 June 2017 - 22 June 2017
<div class="row my-paragraph">
<div class="col-xs-12 col-sm-12 col-md-12 text-center">
<a href="http://coraltriangleinitiative.org/sites/default/files/resources/SOM-teaser%281%29.jpg">
<img src="http://coraltriangleinitiative.org/sites/default/files/resources/SOM-teaser%281%29.jpg" class="img-responsive img-rounded img-thumbnail" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="container">
<h2 class="my-header">
Objectives
</h2>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab"href="#pre-som"><strong>Pre-SOM</strong></a></li>
<li><a data-toggle="tab" href="#som"><strong>SOM</strong></a></li>
</ul>
<div class="tab-content">
<div id="pre-som" class="tab-pane fade in active">
<ol type="1">
<li>
Outline recent development under the works of the thematic Technical Working Groups (TWGs) - Seascapes, EAFM, MPA, CCA and Threatened Species; review the decisions endorsed by the SOM-12; highlight the status of accomplishments of each WG; identify challenges; prepare work plans for 2018 as well as propose recommendations for SOM-13 consideration and adoption;
</li>
<li>
Outline recent developments under the works of the Governance Working Groups (GWGs) - CMWG, FRWG, MEWG - which includes the review of the decisions endorsed by the SOM-12; highlight the status of accomplishments of priority activities; identify challenges; prepare work plan for 2018 as well as to propose a set of recommendations to be endorsed by the SOM-13;
</li>
<li>
Outline recent developments under the works of Cross-cutting Themes (i.e. LGN, RBF, WLF, Capacity Building and Business Advisory Council), including reviewing the decisions endorsed by the SOM-12; highlight the accomplishments of priority activities; identify challenges; prepare work plan for 2018 as well as to propose a set of recommendations to be endorsed by the SOM-13;
</li>
<li>
Discuss and agree on the following: proposed CTI-CFF Regional Secretariat budget, Regional Secretariat’s Standard Operating Procedures for all financialrelated matters, the 2016 Audited Report and the criteria on quantum of country contributions. As well as to propose a set of recommendations to be endorsed by the SOM-13;
</li>
<li>
Discuss and agree on concept note of action plan under the framework of University Partnership as well as to propose a set of recommendations to be endorsed by the SOM-13;
</li>
</ol>
</div>
<div id="som" class="tab-pane fade">
<h4 class="icon">Day 1 (Wednesday, 29 November 2017)</h4>
<ol type="1">
<li>Officially open the SOM-13;</li>
<li>Acknowledge and adopt Progress Report of CTI-CFF post SOM-12;</li>
<li>Introduce and acknowledge Deputy Executive Director (DED) for Program Services</li>
<li>Adopt CTI-CFF Regional Secretariat Budget;</li>
<li>Consider and agree on revised text of the Agreement and Staff Regulation related to Executive Director and Deputy Executive Directors; subsequently, to recommend the new texts for CTI-COM approval during MM-7;</li>
<li>Acknowledge and consider Wildlife Conservation Society’s (WCS) application as new member of CTI Partners; subsequently, to recommend WCS for CTI-COM approval during MM-7;</li>
<li>Acknowledge progress of CT6’s implementation of National Plan of Actions (NPOA);</li>
<li>Acknowledge, consider and adopt recommendations from the thematic Technical Working Groups;</li>
<li>Acknowledge, consider and adopt recommendations from Governance Working Groups;</li>
</ol>
<h4 class="icon">Day 2 (Thursday, 30 November 2017)</h4>
<ol start="10">
<li>Acknowledge, consider and adopt recommendations from the Cross-cutting Themes;</li>
<li>Acknowledge the progress of cooperation arrangements;</li>
<li>Acknowledge and adopt the proposed CTI-CFF Calendar of Events 2018;</li>
<li>Acknowledge and appreciate the progress of CTI Partners and CTI Collaborators;</li>
<li>Consider and adopt date and venue of the SOM-14 and MM-7;</li>
<li>Consider other matters;</li>
<li>Adopt and sign Chairman’s Summary for the 13th CTI-CFF Senior Officials’ Meeting (SOM-13); and</li>
<li>Officially close the SOM-13</li>
</ol>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12">
<h2 class="my-header">
Organizing Committee:
</h2>
<h4 class="icon">
Contact Information
</h4>
<p>
You may email the PH NCCC Secretariat at <span class="my-link">ph.nccc.secretariat@gmail.com</span>. You may also call at +63 (2) 925 8948.
</p>
<p>
The following are members of the PH NCCC Secretariat; for any concerns, you may contact anyone of them:
<div class="row text-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<h5 class="profile-header">Ms. Nilda S. Baling</h5>
<p>
Supervising Ecosystems Management Specialist<br>Biodiversity Management Bureau<br><i class="fa fa-envelope icon"></i> <span class="staff-email">nildasbaling@yahoo.com</span><br><i class="fa fa-phone icon"></i> <span class="staff-email">+63 9088935863</span>
</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5 class="profile-header">Mr. Pablo G. de los Reyes, Jr.</h5>
<p>
Senior Ecosystems Management Specialist<br>Biodiversity Management Bureau<br><i class="fa fa-envelope icon"></i> <span class="staff-email">ogie821@gmail.com</span><br><i class="fa fa-phone icon"></i> <span class="staff-email">+63 9758224051</span>
</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5 class="profile-header">Ms. Carina Manlapaz</h5>
<p>
Ecosystems Management Specialist<br>Biodiversity Management Bureau<br><i class="fa fa-envelope icon"></i> <span class="staff-email">carinamanlapaz@gmail.com</span><br><i class="fa fa-phone icon"></i> <span class="staff-email">+63 9276066971</span>
</p>
</div>
</div>
</p>
</div>
<!-- end of oganize Committee -->
<div class="col-xs-offset-9 col-sm-offset-9 col-md-offset-9">
<button class="btn btn-info" onclick="goToTop();" id="top-btn"><i class="fa fa-angle-up"></i></button>
</div>
<script>
// When the user scrolls down 5px from the top of the document, show the button
window.onscroll = function() {
scrollFunction();
};
function scrollFunction(){
if ($("html,body").scrollTop() > 20) {
$("#top-btn").fadeIn();
} else {
$("#top-btn").fadeOut();
}
}
function goToTop(){
$("html,body").animate({scrollTop:0}, 800);
}
</script>
<!-- end of top btn -->
<div class="col-xs-12 col-sm-12 col-md-12">
<h4 class="icon">Vanue:</h4>
<p>
The 13th Coral Triangle Initiative on Coral Reefs, Fisheries and Food Security Senior Officials Meeting (13CTI-CFF SOM) will be held at Dusit Thani Manila Hotel, Makati City, Philippines. The management of the said Hotel may be contacted at the following:
</p>
<h4 class="icon">Address:</h4>
<p>
1223 Epifanio de los Santos Ave., Makati City, Metro Manila, Philippines
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3861.8845389366184!2d121.02402101426904!3d14.548594682250732!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c91bc0dc1e83%3A0xd17f72bc8e1610aa!2sDusit+Thani+Manila!5e0!3m2!1sen!2sid!4v1508482991747" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- end of location of information -->
</div>