<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
		<meta name="format-detection" content="telephone=no">
		<title>Icomos Türkiye</title>
		<link href="favicon.ico" rel="icon">
		<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
		<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&amp;subset=latin-ext" rel="stylesheet">
		<link href="assets/style.css?ver=1" rel="stylesheet">
		<!--[if lt IE 9]>
		  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
		  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
		<![endif]-->
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
		<script src="assets/bootstrap/js/bootstrap.min.js"></script>
		<script>
			$(document).ready(function() {
				
				$(document).on("click",".languageBar a",function() {
					var path = window.location.href;
					var targetLanguage = $(this).text().toLowerCase();

					if(typeof path === "string" && path.indexOf("?Sayfa") > -1 && path.indexOf("&dil") > -1){
						window.location = path.split("&dil=")[0] + '&dil=' + targetLanguage;
					}
					else{
						window.location = path + '?Sayfa=AnaSayfa&dil=' + targetLanguage;
					}
				});
				
				$(document).on("click",".icomosSearch div",function() {
					if($("#icomosSearch").val() != ""){
						window.location="?Sayfa=IcerikAra&s_ara="+ $("#icomosSearch").val() +"&dil=en";
					}
				});
 
				$('.icomosSearch input').keyup(function(e){
					if(e.keyCode == 13 && $("#icomosSearch").val() != "")
					{
						window.location="?Sayfa=IcerikAra&s_ara="+ $("#icomosSearch").val() +"&dil=en";
					}
				});
 
				$(document).on("click","a.dropdownMobilMenu",function() {
					$(this).next().fadeToggle();
				});
				
				if ($(".subMobileMenuList a.active").length == 1){
					$(".subMobileMenuList a.active").parent().show();
				}		
			});
			function openNav() {
				$("#icomosSidenavId").fadeIn();
			}

			function closeNav() {
				$("#icomosSidenavId").fadeOut();
			}
		</script>
	</head>
	<body>
	<div id="icomosSidenavId" class="icomosSidenav">
		<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">ABOUT</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomos&dil=en">ICOMOS</a>
				<a href="?Sayfa=Yonetim&dil=en">Governance</a>
				<a href="?Sayfa=Uyeveuzmanveritabani&dil=en">Experts and Members Database</a>
				<a href="?Sayfa=18nisan&dil=en">18 APRIL International Day for Monuments and Sites</a>
				<a href="?Sayfa=Linkler&dil=en">Links</a>
				<a href="?Sayfa=Iletisim&dil=en">Contact</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">COMMITTEES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Uluslararasibilimselkomiteler&dil=en">International Scientific Committees</a>
				<a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=en">International Committee of Turkey Memberships</a>
				<a href="?Sayfa=UlusalBilimselKomiteler&dil=en">National Scientific Committees</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">ACTIVITIES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusaletkinlikler&dil=en">National Activities</a>
				<a class="active" href="?Sayfa=Uluslararasietkinlikler&dil=en">International Activities</a>
				<a href="?Sayfa=18nisanetkinlikler&dil=en">18 April Activities</a>
			</div>
		<a href="?Sayfa=Duyurular&dil=en" data-icomos-active="">NEWS</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">CHARTERS</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomostuzukleri&dil=en">Charters Adopted by ICOMOS</a>
				<a href="?Sayfa=Digeruluslararasibildirgeler&dil=en">Other International Doctrinal Texts</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">DECLARATIONS AND REPORTS</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusalbildirgeler&dil=en">Declarations</a>
				<a href="?Sayfa=Ulusaltoplantinotlari&dil=en">Reports</a>
			</div>
		<a href="?Sayfa=Yayinlar&dil=en" data-icomos-active="">PUBLICATIONS</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">WORLD HERITAGE SITES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=en">Turkey in the World Heritage List</a>
				<a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=en">World Heritage Tentative List</a>
			</div>
	</div>
		<div class="container-fluid languageBar">
			<div class="container">
				<div class="col-xs-12 nopadding">
					<div class="icomosMobileMenu">
						<button aria-controls="bs-navbar" aria-expanded="true" class="navbar-toggle" data-toggle="collapse" type="button" style="margin: 0;padding: 0;cursor:pointer;border-radius:0;" onclick="openNav()">
							<span class="sr-only">&nbsp;</span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</button>
					</div>
					<div class="turkishLanguage"><a href="javascript:void(0);">TR</a></div>
					<div class="englishLanguage selectedLanguage"><a href="javascript:void(0);">EN</a></div>
				</div>
			</div>
		</div>
		<div class="container">
			<div class="col-xs-12 col-sm-4 nopadding icomos">
				<a href="?Sayfa=AnaSayfa&dil=en"><img src="assets/images/icomos.png" border="0" /></a>
			</div>
			<div class="col-xs-12 col-sm-5 nopadding icomosDescription">
				<strong>Uluslararası Anıtlar ve Sitler Konseyi Türkiye Milli Komitesi</strong><br />International Council on Monuments and Sites
			</div>
			<div class="col-xs-12 col-sm-3 nopadding icomosturkiyelogo">
				<img src="assets/images/icomosturkiyelogo.png" border="0" />
			</div>
			<div class="col-xs-12 nopadding hidden-xs hidden-sm" style="border-top:1px solid #ccc;">				
				<ul class="nav navbar-nav icomosNavigation">
					<li style="padding-left:5px !important;">
						<a href="javascript:void(0);" id="dropdownMenuHakkinda" aria-haspopup="false" aria-expanded="false">ABOUT</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuHakkinda">
							<li><a href="?Sayfa=Icomos&dil=en">ICOMOS</a></li>
							<li><a href="?Sayfa=Yonetim&dil=en">Governance</a></li>
							<li><a href="?Sayfa=Uyeveuzmanveritabani&dil=en">Experts and Members Database</a></li>
							<li><a href="?Sayfa=18nisan&dil=en">18 APRIL International Day for Monuments and Sites</a></li>
							<li><a href="?Sayfa=Linkler&dil=en">Links</a></li>
							<li><a href="?Sayfa=Iletisim&dil=en">Contact</a></li>
						</ul>
					</li>					
					<li>
						<a href="javascript:void(0);" id="dropdownMenuKomiteler" aria-haspopup="true" aria-expanded="true">COMMITTEES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuKomiteler">
							<li><a href="?Sayfa=Uluslararasibilimselkomiteler&dil=en">International Scientific Committees</a></li>
							<li><a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=en">International Committee of Turkey Memberships</a></li>
							<li><a href="?Sayfa=UlusalBilimselKomiteler&dil=en">National Scientific Committees</a></li>
						</ul>
					</li>
					<li class="active">
						<a href="javascript:void(0);" id="dropdownMenuEtkinlikler" aria-haspopup="true" aria-expanded="true">ACTIVITIES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuEtkinlikler">
							<li><a href="?Sayfa=Ulusaletkinlikler&dil=en">National Activities</a></li>
							<li class="active"><a href="?Sayfa=Uluslararasietkinlikler&dil=en">International Activities</a></li>
							<li><a href="?Sayfa=18nisanetkinlikler&dil=en">18 April Activities</a></li>
						</ul>
					</li>
					<li><a href="?Sayfa=Duyurular&dil=en">NEWS</a></li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuTuzukler" aria-haspopup="true" aria-expanded="true">CHARTERS</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuTuzukler">
							<li><a href="?Sayfa=Icomostuzukleri&dil=en">Charters Adopted by ICOMOS</a></li>
							<li><a href="?Sayfa=Digeruluslararasibildirgeler&dil=en">Other International Doctrinal Texts</a></li>
						</ul>
					</li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuBildirgeveRaporlar" aria-haspopup="true" aria-expanded="true">DECLARATIONS & REPORTS</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuBildirgeveRaporlar">
							<li><a href="?Sayfa=Ulusalbildirgeler&dil=en">Declarations</a></li>
							<li><a href="?Sayfa=Ulusaltoplantinotlari&dil=en">Reports</a></li>
						</ul>
					</li>
					<li><a href="?Sayfa=Yayinlar&dil=en">PUBLICATIONS</a></li>
					<li style="padding-right:0 !important;">
						<a href="javascript:void(0);" id="dropdownMenuDunyaMirasAlanlari" aria-haspopup="true" aria-expanded="true">WORLD HERITAGE SITES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuDunyaMirasAlanlari">
							<li><a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=en">Turkey in the World Heritage List</a></li>
							<li><a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=en">World Heritage Tentative List</a></li>
						</ul>
					</li>
				</ul>		
			</div>
			<div class="col-xs-12 nopadding hidden-xs hidden-sm" style="border:1px solid #ccc;">				
	<ul class="nav navbar-nav icomosSubNavigation">
		<li><a href="?Sayfa=Ulusaletkinlikler&dil=en">National Activities</a></li>
		<li class="active"><a href="?Sayfa=Uluslararasietkinlikler&dil=en">International Activities</a></li>
		<li><a href="?Sayfa=18nisanetkinlikler&dil=en">18 April Activities</a></li>
	</ul>	
</div>		</div>
				<div class="container">
			<div class="col-xs-12 nopadding icomosMap">
				<a href="?Sayfa=AnaSayfa&dil=en">Homepage</a> <span>></span> <a href="?Sayfa=Ulusaletkinlikler&dil=en">Activities</a> <span>></span> <a href="?Sayfa=Etkinlik&sira=5&tur=2&dil=en">ICOMOS International Coordination Meeting on the UN SDGs</a>
			</div>
			<div class="col-xs-12 nopadding">
				<div class="icomosHeader">INTERNATIONAL ACTIVITIES</div>
			</div>
			<div class="col-xs-12 nopadding" style="padding: 20px 38px 8px 38px;background: #f6f6f6;">
				<div class="innerAllLink" style="float: left;display: inline;width: 100%;font-size: 14px;line-height: 20px;color: #156822;text-align: right;"><a href="?Sayfa=Uluslararasietkinlikler&dil=en" style="color: #156822;text-decoration:none;">Go to All International Activities</a></div>
				<div style="float: left;display: inline;width: 100%;font-size: 18px;line-height: 26px;font-weight:  bold;color: #444;text-align: left;border-bottom: 1px solid #999;padding-bottom: 10px;">
					ICOMOS International Coordination Meeting on the UN SDGs				</div>
				<div style="float: left;display: inline;width: 100%;font-size: 12px;line-height: 30px;color: #156822;text-align: left;padding-bottom: 10px;">International Activity</div>
				<div class="icomosInnerDate">Activity Date: 04 February 2018 - 05 February 2018</div>
			</div>
			<div class="col-xs-12 nopadding icomosContainer" style="background:#f6f6f6;">
				<div class="icomosContent icomosInnerContainer" style="width:100%;text-align:justify;">
								<div class="icomosResponsive">
					<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">FEBRUARY 4-5, 2017, ISTANBUL</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">An&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">international coordination meeting&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">will be held in Istanbul on Feb. 4-5, 2017, convened by the Focal Point for Sustainable Development Goals (SDGs) with the support of the ICOMOS Turkish National Committee and ICOMOS International Secretariat, as part of ICOMOS efforts related to the United Nations Agenda 2030 for Sustainable Development, in particular the Heritage Target (SDG11.4) to &ldquo;protect and safeguard the world&rsquo;s cultural and natural heritage&rdquo; under the heading of &ldquo;sustainable cities&rdquo; (SDG11).</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">The meeting aims to&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">gather key representatives&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">of ICOMOS International Scientific Committees and National Committees, as well as external guests (representatives of key partners of ICOMOS, local officials and selected local NGOs).</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">The&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">aim of the meeting&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">is to coordinate and mobilize ICOMOS activities in the 2017-18 cycle toward advancing the cause of &lsquo;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">heritage as a driver of sustainability</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&rsquo;. Expected outcomes are for members of ICOMOS and key partners to have exchanges of information and ideas related to the SDGs, as well as the identification of next steps and role distribution among ICOMOS members.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">The meeting is by invitation only, but proceedings will be broadcast live for public viewing.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Contact:&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dr. Ege Yildirim, ICOMOS SDG Focal Point (</span><a href="mailto:ege.yildirim@icomos.org" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">ege.yildirim@icomos.org</a><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">)</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ms. Gaia Jungeblodt, Director, ICOMOS International (</span><a href="mailto:gaia.jungeblodt@icomos.org" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">gaia.jungeblodt@icomos.org</a><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">)</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ms. Elifnaz Durusoy, ICOMOS Turkey (</span><a href="mailto:cmsdg2017@gmail.com" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">cmsdg2017@gmail.com</a><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS Mission and Scope of Activities for the SDGs</strong><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Mission:&nbsp;</strong><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">To steer a coordinated process of advocacy to advance the&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">implementation of UN Agenda 2030- SDGs and Habitat NUA from the perspective of cultural and natural heritage</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">, focusing on Target 11.4, within the framework of the ICOMOS mandate and inputs from strategic partners.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Scope of Activities:&nbsp;</strong><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Localization:&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Providing guidance and support to stakeholders at national, regional and local level, and across governance sectors (public, private, civil society, experts/professionals-academics)</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Monitoring:&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Focusing on the official Indicator 11.4.1 defined by the UN (expenditure and share of budgets allocated to heritage) and additional indicators, in particular by following the activities of partners toward localizing implementation</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Advocacy:&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">General advocacy for issues related to heritage within sustainable development, and mainstreaming culture and heritage in general by increasing visibility and outreach</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Resources:</strong><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">The SDGs&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">(&ldquo;Transforming Our World: the 2030 Agenda for Sustainable Development&rdquo;):&nbsp;</span><a href="https://sustainabledevelopment.un.org/post2015/transformingourworld" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">https://sustainabledevelopment.un.org/post2015/transformingourworld</a><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">New Urban Agenda&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">(Habitat III outcome document: Quito Declaration on Sustainable Cities and Human Settlements for All):&nbsp;</span><a href="http://unhabitat.org/new-urban-agenda-adopted-at-habitat-iii/" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">http://unhabitat.org/new-urban-agenda-adopted-at-habitat-iii/</a><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS Concept Note&nbsp;</strong><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">(Cultural Heritage, the UN Sustainable Development Goals, and the New Urban Agenda: ICOMOS Concept Note for the United Nations Agenda 2030 and the Third United Nations Conference on Housing and Sustainable Urban Development (Habitat III):&nbsp;</span><a href="http://www.usicomos.org/wp-content/uploads/2016/05/Final-Concept-Note.pdf" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">http://www.usicomos.org/wp-content/uploads/2016/05/Final-Concept-Note.pdf</a><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<strong style="color: rgb(47, 43, 38); font-family: " trebuchet="">Follow us Online:</strong><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Website:&nbsp;</span><u style="color: rgb(47, 43, 38); font-family: " trebuchet=""><a href="http://www.icomos.org/en/what-we-do/involvement-in-international-conventions/un-sustainable-development-goals-2" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37);">http://www.icomos.org/en/what-we-do/involvement-in-international-conventions/un-sustainable-development-goals-2</a></u><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Twitter: @icomosSDG2030&nbsp;</span><a href="https://twitter.com/icomosSDG2030" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">https://twitter.com/icomosSDG2030</a><span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&nbsp;&nbsp;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">#SDG11.4, #HeritageTarget #CulturalHeritage, #HeritageinSustainability</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Facebook:&nbsp;</span><a href="https://www.facebook.com/groups/29727787922/" style="outline: none; text-decoration-line: none; color: rgb(0, 98, 37); font-family: " trebuchet="">https://www.facebook.com/groups/29727787922/</a>				</div>
				</div>
							</div>
		</div>
		<div class="container-fluid" style="padding:30px 0; background:#f5f5f5;">
			<div class="container">
				<div class="col-xs-12 nopadding">
					<div class="icomosSocialMedia">
						<a href="https://twitter.com/ICOMOSTURKEY" target="_blank"><img src="assets/images/twitter.png" border="0" /></a>
						<a href="https://www.facebook.com/pages/Icomos-Turkey/132398016910423" target="_blank"><img src="assets/images/facebook.png" border="0" /></a>
						<a href="https://www.instagram.com/explore/tags/icomost%C3%BCrkiye/" target="_blank"><img src="assets/images/instagram.png" border="0" style="margin-right:0;" /></a>
					</div>
					<div class="icomosCopyright">
						Copyright © 2018 ICOMOS Turkey. All rights reserved					</div>
					<div class="icomosSearch">
						<input type="text" name="icomosSearch" id="icomosSearch" placeholder="Search" style="float:left;display:inline;width:calc(100% - 65px);padding:0 15px;height:40px;background:#fff;border:1px solid #cfcfcf;outline:none;color:#666;font-size:12px;text-align:left;border-radius:0;box-shadow:0;-webkit-appearance: none;">
						<div style="float:left;display:inline;margin-left:5px;width:60px;height:40px;background:#156822 url(assets/images/search.png) no-repeat center center;cursor:pointer;"></div>
					</div>
				</div>
			</div>
		</div>
		<div class="container-fluid" style="padding:60px 0; background:#156822;">
			<div class="container">
				<div class="col-xs-12 nopadding icomosFooter">
					<img src="assets/images/bottom1.png" border="0" class="bottom1Img" />
					<div class="bottom1Text">
						<strong>Address</strong><br />İstanbul Teknik Üniversitesi Mimarlık Fakültesi<br />Taşkışla, Oda No:105, Harbiye<br />  Şişli 34367 İstanbul  TÜRKiYE
					</div>
					<img src="assets/images/bottom2.png" border="0" class="bottom2Img" />
					<div class="bottom2Text">
						<strong>Email</strong><br />icomosturkiye@gmail.com<br />icomos@icomos.org.tr
					</div>
					<img src="assets/images/bottom3.png" border="0" class="bottom3Img" />
					<div class="bottom3Text">
						<strong>Telephone</strong><br />+ 90 212 383 26 30
					</div>
				</div>
			</div>
		</div>
	</body>
</html>