<!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=tr";
					}
				});
 
				$('.icomosSearch input').keyup(function(e){
					if(e.keyCode == 13 && $("#icomosSearch").val() != "")
					{
						window.location="?Sayfa=IcerikAra&s_ara="+ $("#icomosSearch").val() +"&dil=tr";
					}
				});
 
				$(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="">HAKKINDA</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomos&dil=tr">ICOMOS</a>
				<a href="?Sayfa=Yonetim&dil=tr">Yönetim</a>
				<a href="?Sayfa=Uyeveuzmanveritabani&dil=tr">Üye ve Uzman Veritabanı</a>
				<a href="?Sayfa=18nisan&dil=tr">18 NİSAN Uluslararası Anıtlar ve Sitler Günü</a>
				<a href="?Sayfa=Linkler&dil=tr">Linkler</a>
				<a href="?Sayfa=Iletisim&dil=tr">İletişim</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">KOMİTELER</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Uluslararasibilimselkomiteler&dil=tr">Uluslararası Bilimsel Komiteler</a>
				<a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=tr">Uluslararası Komiteler Türkiye Üyelikleri</a>
				<a href="?Sayfa=UlusalBilimselKomiteler&dil=tr">Ulusal Bilimsel Komiteler</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">ETKİNLİKLER</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusaletkinlikler&dil=tr">Ulusal Etkinlikler</a>
				<a class="active" href="?Sayfa=Uluslararasietkinlikler&dil=tr">Uluslararası Etkinlikler</a>
				<a href="?Sayfa=18nisanetkinlikler&dil=tr">18 Nisan Etkinlikler</a>
			</div>
		<a href="?Sayfa=Duyurular&dil=tr" data-icomos-active="">DUYURULAR</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">TÜZÜKLER</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomostuzukleri&dil=tr">ICOMOS Tüzükleri</a>
				<a href="?Sayfa=Digeruluslararasibildirgeler&dil=tr">Diğer Uluslararası Bildirgeler</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">BİLDİRGE VE RAPORLAR</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusalbildirgeler&dil=tr">Bildirgeler</a>
				<a href="?Sayfa=Ulusaltoplantinotlari&dil=tr">Raporlar</a>
			</div>
		<a href="?Sayfa=Yayinlar&dil=tr" data-icomos-active="">YAYINLAR</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">DÜNYA MİRAS ALANLARI</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=tr">Dünya Mirası Listesi'nde Türkiye</a>
				<a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=tr">Türkiye Dünya Mirası Geçici Listesi</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 selectedLanguage"><a href="javascript:void(0);">TR</a></div>
					<div class="englishLanguage"><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=tr"><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">HAKKINDA</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuHakkinda">
							<li><a href="?Sayfa=Icomos&dil=tr">ICOMOS</a></li>
							<li><a href="?Sayfa=Yonetim&dil=tr">Yönetim</a></li>
							<li><a href="?Sayfa=Uyeveuzmanveritabani&dil=tr">Üye ve Uzman Veritabanı</a></li>
							<li><a href="?Sayfa=18nisan&dil=tr">18 NİSAN Uluslararası Anıtlar ve Sitler Günü</a></li>
							<li><a href="?Sayfa=Linkler&dil=tr">Linkler</a></li>
							<li><a href="?Sayfa=Iletisim&dil=tr">İletişim</a></li>
						</ul>
					</li>					
					<li>
						<a href="javascript:void(0);" id="dropdownMenuKomiteler" aria-haspopup="true" aria-expanded="true">KOMİTELER</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuKomiteler">
							<li><a href="?Sayfa=Uluslararasibilimselkomiteler&dil=tr">Uluslararası Bilimsel Komiteler</a></li>
							<li><a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=tr">Uluslararası Komiteler Türkiye Üyelikleri</a></li>
							<li><a href="?Sayfa=UlusalBilimselKomiteler&dil=tr">Ulusal Bilimsel Komiteler</a></li>
						</ul>
					</li>
					<li class="active">
						<a href="javascript:void(0);" id="dropdownMenuEtkinlikler" aria-haspopup="true" aria-expanded="true">ETKİNLİKLER</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuEtkinlikler">
							<li><a href="?Sayfa=Ulusaletkinlikler&dil=tr">Ulusal Etkinlikler</a></li>
							<li class="active"><a href="?Sayfa=Uluslararasietkinlikler&dil=tr">Uluslararası Etkinlikler</a></li>
							<li><a href="?Sayfa=18nisanetkinlikler&dil=tr">18 Nisan Etkinlikler</a></li>
						</ul>
					</li>
					<li><a href="?Sayfa=Duyurular&dil=tr">DUYURULAR</a></li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuTuzukler" aria-haspopup="true" aria-expanded="true">TÜZÜKLER</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuTuzukler">
							<li><a href="?Sayfa=Icomostuzukleri&dil=tr">ICOMOS Tüzükleri</a></li>
							<li><a href="?Sayfa=Digeruluslararasibildirgeler&dil=tr">Diğer Uluslararası Bildirgeler</a></li>
						</ul>
					</li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuBildirgeveRaporlar" aria-haspopup="true" aria-expanded="true">BİLDİRGE VE RAPORLAR</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuBildirgeveRaporlar">
							<li><a href="?Sayfa=Ulusalbildirgeler&dil=tr">Bildirgeler</a></li>
							<li><a href="?Sayfa=Ulusaltoplantinotlari&dil=tr">Raporlar</a></li>
						</ul>
					</li>
					<li><a href="?Sayfa=Yayinlar&dil=tr">YAYINLAR</a></li>
					<li style="padding-right:0 !important;">
						<a href="javascript:void(0);" id="dropdownMenuDunyaMirasAlanlari" aria-haspopup="true" aria-expanded="true">DÜNYA MİRAS ALANLARI</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuDunyaMirasAlanlari">
							<li><a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=tr">Dünya Mirası Listesi'nde Türkiye</a></li>
							<li><a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=tr">Türkiye Dünya Mirası Geçici Listesi</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=tr">Ulusal Etkinlikler</a></li>
		<li class="active"><a href="?Sayfa=Uluslararasietkinlikler&dil=tr">Uluslararası Etkinlikler</a></li>
		<li><a href="?Sayfa=18nisanetkinlikler&dil=tr">18 Nisan Etkinlikler</a></li>
	</ul>	
</div>		</div>
				<div class="container">
			<div class="col-xs-12 nopadding icomosMap">
				<a href="?Sayfa=AnaSayfa&dil=tr">Ana Sayfa</a> <span>></span> <a href="?Sayfa=Ulusaletkinlikler&dil=tr">Etkinlikler</a> <span>></span> <a href="?Sayfa=Etkinlik&sira=5&tur=2&dil=tr">ICOMOS International Coordination Meeting on the UN SDGs</a>
			</div>
			<div class="col-xs-12 nopadding">
				<div class="icomosHeader">ULUSLARARASI ETKİNLİKLER</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=tr" style="color: #156822;text-decoration:none;">Tüm Uluslararası Etkinliklere Git</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;">Uluslararası Etkinlik</div>
				<div class="icomosInnerDate">Etkinlik Tarihi: 04 Şubat 2018 - 05 Şubat 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 Türkiye. Tüm hakları saklıdır					</div>
					<div class="icomosSearch">
						<input type="text" name="icomosSearch" id="icomosSearch" placeholder="İçerik Ara" 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>Adres</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>Eposta</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>Telefon</strong><br />+ 90 212 383 26 30
					</div>
				</div>
			</div>
		</div>
	</body>
</html>