<!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 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="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>
						<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><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 class="active"><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>
				<div class="container">
			<div class="col-xs-12 nopadding icomosMap">
				<a href="?Sayfa=AnaSayfa&dil=en">Homepage</a> <span>></span> <a href="?Sayfa=Duyurular&dil=en">News</a> <span>></span> <a href="?Sayfa=Duyuru&sira=149&dil=en">Living Heritage at Risk in the Middle East&#58; Insights from Conflict Zones</a>
			</div>
			<div class="col-xs-12 nopadding" style="border-top:1px solid #ccc;">
				<div class="icomosHeader">NEWS</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=Duyurular&dil=en" style="color: #156822;text-decoration:none;">Go to All News</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;">
					Living Heritage at Risk in the Middle East&#58; Insights from Conflict Zones				</div>
				<div class="icomosInnerDate" style="margin-top:20px;">News Date: 21.05.2026  </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">
					<div style="text-align: justify;">
	<span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 14px;">ICOMOS T&uuml;rkiye National Committee will organise a webinar on 21 May 2026, as part of the International Day for Monuments and Sites events, to raise awareness of the impacts of the ongoing conflicts in the Middle East on cultural heritage. The event, titled &quot;Living Cultural Heritage Under Threat in the Middle East: Findings from Conflict Zones,&quot; is planned to include assessments by ICOMOS members from the relevant countries regarding the identification of destruction caused by conflicts to cultural heritage in Iran, Lebanon, and Palestine, the management of the current situation, and the challenges encountered throughout this process.</span></span></div>
<div style="text-align: justify;">
	&nbsp;</div>
<div style="text-align: justify;">
	<span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 14px;">Through statements issued on 3 March 2026[1] and 26 March 2026[2], ICOMOS expressed its profound concern over the recent escalation of conflicts in the Middle East and their devastating human consequences, strongly condemned all forms of destruction of cultural and natural heritage &mdash; whether intentional or incidental &mdash; and reiterated that cultural heritage must not be regarded as a legitimate target. The statements underscore that the ongoing conflicts in the Middle East pose a risk of irreversible losses. That, given cultural heritage constitutes an integral part of fundamental social structures embedded in daily life &mdash; structures that ensure continuity even under conditions of displacement &mdash; the damages incurred must be understood not merely as physical loss, but also as disruption to practices, shared reference systems and cultural anchors, including through loss of access, use and presence.</span></span></div>
<div style="text-align: justify;">
	&nbsp;</div>
<div style="text-align: justify;">
	<span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 14px;">The theme of the 2026 International Day for Monuments and Sites (IDMS) &mdash; &quot;Emergency Response for Living Heritage in the Context of Conflicts and Disasters&quot; &mdash; aims to render visible the efforts undertaken for the protection and safeguarding of the world&#39;s culturally significant &quot;Living Heritage,&quot; in the face of escalating risks arising from disasters and conflicts that are accelerating within increasingly complex and multi-hazard contexts.</span></span></div>
<div style="text-align: justify;">
	&nbsp;</div>
<div style="text-align: justify;">
	<span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 14px;"><strong>Zoom Link:</strong>&nbsp;</span></span><span style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 14px; background-color: rgb(246, 246, 246);">&nbsp;</span><a data-saferedirecturl="https://www.google.com/url?q=https://us02web.zoom.us/j/82190956218&amp;source=gmail&amp;ust=1779435914016000&amp;usg=AOvVaw2OfHk4nwSYfL5Njer3VyWC" href="https://us02web.zoom.us/j/82190956218" style="font-family: arial, helvetica, sans-serif; font-size: 14px; background-color: rgb(246, 246, 246); color: rgb(17, 85, 204);" target="_blank">https://us02web.<wbr />zoom.us/j/82190956218</a>&nbsp;</div>
<div style="text-align: center;">
	<img alt="" src="/depo/images/Living%20Heritage%20at%20Risk%20in%20the%20Middle%20East%20Insights%20from%20Conflict%20Zones%20%287%29%282%29.jpg" style="width: 540px; height: 675px;" /><br />
	<br />
	<img alt="" src="/depo/images/Living%20Heritage%20at%20Risk%20in%20the%20Middle%20East%20Insights%20from%20Conflict%20Zones%20%286%29%283%29.jpg" style="width: 540px; height: 675px;" /></div>				</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>