<!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 class="active" 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="">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 class="active" 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 class="active"><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><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 class="active"><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>		
</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=Icomos&dil=en">About</a> <span>></span> <a href="?Sayfa=Icomos&dil=en">ICOMOS</a>
			</div>
			<div class="col-xs-12 nopadding">
				<div class="icomosHeader">ICOMOS</div>
			</div>
			<div class="col-xs-12 nopadding icomosContainer">
				<div class="icomosContent">
					<div class="icomosResponsive">
					<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS (International Council on Monuments and Sites) is a global non-governmental organisation associated with UNESCO. It is founded in 1964 in Warsaw and has its headquarters in Paris. ICOMOS works for the conservation and protection of cultural heritage places. It is the only global non-government organisation of this kind, which is dedicated to promoting the application of theory, methodology, and scientific techniques to the conservation of the architectural and archaeological heritage. Its work is based on the principles enshrined in the 1964 International Charter on the Conservation and Restoration of Monuments and Sites (the Venice Charter).</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Its mission is to promote the conservation, protection, use and enhancement of monuments, building complexes and sites. It participates in the development of doctrine, evolution and distribution of ideas, conducts advocacy. ICOMOS is the Advisory Body of the World Heritage Committee for the Implementation of the World Heritage Convention of UNESCO. As such, it reviews the nominations of cultural world heritage of humanity and ensures the conservation status of properties. In light of numerous studies, conferences, symposia and discussions led by its National Committees and International Scientific Committees, ICOMOS has gradually built through philosophical and doctrinal heritage internationally.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS is a network of experts that benefits from the interdisciplinary exchange of its members, among which are architects, historians, archaeologists, art historians, geographers, anthropologists, engineers and town planners.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">The members of ICOMOS contribute to improving the preservation of heritage, the standards and the techniques for each type of cultural heritage property: buildings, historic cities, cultural landscapes and archaeological sites</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="">ICOMOS Turkey National Committee was established in 1974 and operates within the framework of international practices and ICOMOS Turkey National Committee Regulation.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS Turkey undertakes the following duties;</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Works for writing and acceptance of international recommendations to be implemented in the examination, conservation, restoration and evaluation of monuments and sites.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Collaborates at national and international level for the establishment and improvement of documentation centres on monuments and sites, and provide these documents for the use of ICOMOS members and relevant experts and institutions.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cooperates at national and international level in the preparation of lists, inventories, plans, topographical maps, photographs and photogrammetry archives of monuments and sites.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Examines and disseminates the most up-to-date technical information on the conservation, restoration and evaluation of monuments and sites.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Establishes permanent or temporary research commissions and expert committees in order to fulfil the above listed duties, and collaborates with the existing and future commissions and committees established within or outside of the committee.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cooperates with International Centre for the Study of the Preservation and Restoration of Cultural Property under UNESCO, of which the headquarters is in Rome, and ICOM, and other national and international institutions and sustain this cooperation.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makes publications on monuments and sites, support and protect these publications.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Works to train personnel in this field, supports in terms of technical materials.</span><br style="color: rgb(47, 43, 38); font-family: " trebuchet="" />
<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ICOMOS Turkey is a non-governmental organisation and so operates on voluntary basis. All arrangements on all activities are carried out by the Executive Committee elected for 3 years and members take part in various projects and activities on the same basis.</span><br />
<br />
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet=""><strong>How to Become a Member of ICOMOS Turkey?</strong></span></div>
<div>
	&nbsp;</div>
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">ICOMOS Turkey membership applications are evaluated at the National Committee meeting held in the final months of each year. Membership applications can be submitted throughout the year. Applications are completed by sending the complete documents listed below to <a href="mailto:icomosturkiye@gmail.com">icomosturkiye@gmail.com</a>. The deadline for new membership applications for ICOMOS Turkey for 2026 is November 1, 2026. Applications submitted after this date will be evaluated in the following calendar year.</span></div>
<div>
	&nbsp;</div>
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">Required documents for application:</span></div>
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-Letter of Intent</span></div>
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-CV</span></div>
<div>
	<span background-color:="" style="color: rgb(47, 43, 38); font-family: " trebuchet="">-At least two Letters of Reference (Letters of Reference must be obtained from ICOMOS Turkey members).</span></div>					</div>
				</div>
								<div class="icomosDocument">
					<div class="icomosDocumentHeader">Documents</div>
					<div class="icomosDocumentItem"><div class="icomosDocumentItemLeft"><div class="topDiv"></div><div class="bottomDiv" style="text-transform: uppercase !important;">pdf</div></div><div class="icomosDocumentItemRight"><a href="Dosyalar/ICOMOSTR_en0509861001536614939.pdf" target="_blank">Uluslararası Yönetmelik</a></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>