<!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=37&tur=2&dil=tr">ICOMOS University Forum Summer School 2026 &#47;&#47; Coexistence &#45; Bergama&#58; Rethinking Living Heritage in a Layered City</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 University Forum Summer School 2026 &#47;&#47; Coexistence &#45; Bergama&#58; Rethinking Living Heritage in a Layered City				</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: 29 Haziran 2026 - 03 Temmuz 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">
					<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 14pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"><img alt="" src="/depo/images/a2_200ppi_Poster_BergamaSummerSchool2026_2026.03.23.jpg" style="width: 800px; height: 1131px;" /></span></span></span><br />
	&nbsp;</p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 14pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS University Forum Summer School 2026</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 14pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Coexistence - Bergama: Rethinking Living Heritage in a Layered City</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">by ICOMOS T&uuml;rkiye EPWG</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.8; text-align: justify; margin-top: 6pt; margin-bottom: 6pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Bergama (Izmir), T&uuml;rkiye&nbsp;</span></span></span></p>
<p dir="ltr" style="line-height: 1.8; text-align: justify; margin-top: 6pt; margin-bottom: 6pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">29.06.-03.07.2026</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-4854016b-7fff-3897-db1e-c85f1ce403e4" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">The International Summer School of the ICOMOS University Forum in 2026 will take place in Bergama (Izmir), T&uuml;rkiye, between 29th June and 3rd July 2026. It is organised by the </span><span style="font-size: 11pt; font-weight: 700; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS T&uuml;rkiye Emerging Professionals Working Group</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">, in collaboration with </span><span style="font-size: 11pt; font-weight: 700; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS University Forum, ICOMOS T&uuml;rkiye, ICOMOS Hungary</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">, and the </span><span style="font-size: 11pt; font-weight: 700; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">German Archaeological Institute (Istanbul),</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> with the support of</span><span style="font-size: 11pt; font-weight: 700; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> Bergama Municipality, Bergama World Heritage Site Management, Bergama Museum, Bergama Culture and Arts Foundation and Sarı Denizaltı Arts Initiative.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Pergamon, modern Bergama is one of the outstanding examples of historically layered urban centers, shaped by continuous human settlement from the Hellenistic period to the present. Located in the Bakır&ccedil;ay (ancient </span><span style="font-size: 11pt; font-style: italic; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Kaikos</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">) Plain of western Anatolia, the city has been continuously inhabited for over two millennia, forming a rare urban landscape where ancient monuments, Ottoman neighborhoods, and modern life coexist. Thanks to the interaction of successive civilizations that the city embodies, Bergama is recognised as a UNESCO World Heritage Site under the title &lsquo;Pergamon and its Multi-Layered Cultural Landscape&rsquo;.</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Pergamon emerged as a major political, cultural and intellectual centre during the Hellenistic period (3rd-2nd centuries BCE) as the capital of the Attalid Kingdom. Monumental structures, such as the Asklepieion, which is one of the most important healing centres of antiquity, the Great Altar &mdash;whose sculptural friezes are exhibited in the Pergamon Museum in Berlin&mdash;, the celebrated Library (rivaling the one in Alexandria) represent a significant artistic and historical testimony to the political and cultural achievements of the period. The city also gave its name to parchment (</span><span style="font-size: 11pt; font-style: italic; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">pergamenum</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">), reflecting its importance in manuscript production and scholarship.</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Following antiquity, Pergamon continued to evolve as an inhabited settlement, maintaining cultural and religious significance during the early Byzantine period. In the Ottoman era, new residential neighbourhoods, commercial areas and public buildings developed, overlaying earlier (Roman and Byzantine) settlement layers. This continuity of habitation produced a distinctive urban morphology reflecting the superimposition of diverse cultural traditions and historical periods.</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Despite transformations caused by natural hazards, conflicts and modern urban development since the mid-twentieth century, Bergama retains a significant degree of integrity as a layered city. Archaeological excavations, surveys and ongoing research continue to reveal and document its complex stratigraphy.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">The main theme of the summer school is &lsquo;coexistence&rsquo;, referring to the multi-layered cultural landscape of Bergama, which will be approached through three specific subthemes that are currently problematic:</span></span></span><br />
	&nbsp;</p>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size:16px;"><span style="white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" trebuchet="">1. Reconsidering the urban integrity of the Red Hall and its surroundings</span></span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">Reconsidering the urban integrity of ancient monuments and their settings requires moving beyond monument-centred conservation approaches toward a broader understanding of heritage as part of an evolving, multi-layered urban landscape. Within the World Heritage site, the Red Hall constitutes one of the most significant monumental components of the ancient city and represents an exceptional testimony to the cultural, architectural, and spiritual traditions of successive civilizations.</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">Despite its monumental significance and central location within the historic city, the Red Hall and its surroundings have gradually become fragmented from the contemporary urban fabric due to modern transportation corridors, changing land uses, and limited integration within everyday urban life. Nevertheless, the site retains a strong potential to function as a key urban archaeological resource capable of contributing to the regeneration of its surrounding neighbourhoods and enhancing the quality of urban life.</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">This subtheme invites participants to explore strategies for rethinking the relationship between archaeological heritage and contemporary urban environments. By addressing the physical, social, and environmental dimensions of urban integrity, the workshop will investigate how the Red Hall and its surroundings can be reintegrated into the living city while safeguarding their cultural significance.</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<br />
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size:16px;"><span font-size:="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="" white-space:="">2. Visioning the future of S&uuml;merbank Industrial Site&nbsp;</span></span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">From its foundation in 1933, until its privatization in the late 20th century, S&uuml;merbank, a state-owned enterprise, aimed to promote domestic production and reduce reliance on imports by establishing large-scale factories across the land, producing textiles, paper, cement, iron, and steel. In Bergama, whose economy had traditionally been based on agriculture and small-scale production, the establishment of the S&uuml;merbank Textile Factory (1960) marked the city&rsquo;s first major step toward industrialization. The factory functioned not only as a production facility but also as a comprehensive social complex, and fostered vibrant social communities with activities such as sports clubs and theatre groups. Until its closure (2004), the factory played a transformative role in Bergama&rsquo;s socio-cultural life, hosting events ranging from worker strikes and sports competitions to weddings and theatrical performances. The factory siren, which once structured the rhythm of daily life, remains a strong element of collective memory. Today, part of the former factory site is used by Dokuz Eyl&uuml;l University Bergama Vocational School and continues to serve the city through educational activities.</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">This subtheme invites participants to explore and critically reflect on the diverse values of the S&uuml;merbank Industrial Site at local, national, and international levels, and to collaboratively develop a shared vision for its future.</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<br />
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size:16px;"><span font-size:="" font-variant-alternates:="" font-variant-east-asian:="" font-variant-ligatures:="" font-variant-numeric:="" font-variant-position:="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="" vertical-align:="" white-space:="">3. Transmitting the narrative multi-layered cultural landscape</span></span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">As a renowned World Heritage site, Bergama attracts a diverse international audience and serves as an important case study in architectural, archaeological, and heritage education. Recognised for its outstanding multi-layered cultural landscape, the city embodies the continuous interaction of successive civilizations, reflected in the superimposition of Hellenistic, Roman, Byzantine, Ottoman, and 20th Century settlement layers. While this stratified character constitutes one of Bergama&rsquo;s most significant heritage values, it also presents a challenge for effectively communicating and interpreting the complexity of the site. Considering how Bergama is currently represented and narrated across various media and interpretive platforms, this subtheme aims to explore new possibilities for transmitting the concept of &lsquo;multi-layered cultural landscape&rsquo;.&nbsp;</span></span></div>
<div style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt; margin-left: 40px;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 10pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">This subtheme invites participants to develop creative strategies for communicating the significance of Bergama&rsquo;s multi-layered cultural landscape and interpreting its heritage values for different groups in the wider public, by exploring various forms of visual and spatial storytelling such as analytical mappings, interactive diagrams, digital visualization tools, game-based storytelling, and AI-assisted narrative techniques.</span></span></div>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">We welcome applications from emerging professionals and bachelor, master&#39;s, and PhD students (from disciplines such as architecture, archaeology, museology, culture management, conservation, urbanism, art history, etc.), postdoctoral researchers from the fields related to cultural heritage, and all kinds of heritage professionals. The capacity is limited to 30 participants. The language of the Summer School will be English.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Fee:</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">&nbsp;</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">- 100 Euros for early bird applicants (until 31st March), and for applicants under 26,</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">- 200 Euros for applicants after 31st March,</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">which cover participation in lectures and workshops, receptions, excursions, social dinner and heritage site tickets. Travel, accommodation expenses and meals will be covered by participants.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Call:</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> 17 March 2026</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Applications:</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> 17 March &ndash; 19 April 2026</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Announcement:</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> 27 April 2026</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Capacity:</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"> 30 participants&nbsp;</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">The summer school program will begin on 29th June with the opening session, keynote speeches, and a site visit, followed by a social dinner. On 30th June, the program will continue with lectures and a roundtable discussion. The following two days, 1st&ndash;2nd July, will be dedicated to workshop group sessions where participants will work collaboratively on the thematic topics. The summer school will conclude on 3rd July with the presentation of workshop results and a closing reception. Participants should be aware that they will take an active role in preparing the booklet after the summer school, which will eventually be printed and distributed among local authorities and institutions, as a summer school outcome and a potential source of inspiration.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Partners:</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS T&uuml;rkiye</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS University Forum</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">ICOMOS Hungary</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">German Archaeological Institute, Istanbul Department, Pergamon Excavation</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Bergama Municipality</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Bergama World Heritage Site Management</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Bergama Museum</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Bergama Culture and Arts Foundation (BERKSAV)</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Sarı Denizaltı Arts Initiative</span></span></span><br />
	&nbsp;</p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size:16px;"><strong><span id="docs-internal-guid-79655254-7fff-45f6-d4e0-625335e4ebfc" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">To Apply Please Fill The Form Below:</span></span></strong></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-79655254-7fff-45f6-d4e0-625335e4ebfc" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;"><a href="https://forms.gle/DfKhWkRXCwAscRPn7">https://forms.gle/DfKhWkRXCwAscRPn7</a></span></span></span></p>
<div>
	&nbsp;</div>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Travel Information</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">&nbsp;</span></span><br />
	<span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">1- From Izmir (approx. 3 hours):&nbsp;</span></span></p>
<ul dir="ltr" style="margin-left: 40px;">
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">The closest airport to Bergama is Izmir Adnan Menderes Airport.&nbsp;</span></span></li>
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">Change to <span style="font-size:14px;">IZBAN tram/su</span>bway line and purchase ticket (Bilet 35)</span></span></li>
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size:14px;"><span font-size:="" font-variant-alternates:="" font-variant-east-asian:="" font-variant-ligatures:="" font-variant-numeric:="" font-variant-position:="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="" vertical-align:="" white-space:="">IZBAN runs in regular intervals to Aliaga (for the timetable check: </span><a font-size:="" href="https://www.izban.com.tr/sayfalar/SeferSaatleri.aspx?MenuId=22" style="caret-color: rgb(0, 0, 0); font-family: " text-decoration:="" trebuchet="" white-space:=""><span style="color: rgb(17, 85, 204); font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">https://www.izban.com.tr/sayfalar/SeferSaatleri.aspx?MenuId=22</span></a><span font-size:="" font-variant-alternates:="" font-variant-east-asian:="" font-variant-ligatures:="" font-variant-numeric:="" font-variant-position:="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="" vertical-align:="" white-space:="">). No reservation. Tickets can be purchased at the station.</span></span></span></li>
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">Take the bus line ESHOT 835 from Aliaga to Bergama.</span></span></li>
</ul>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">2- From Istanbul:&nbsp;</span></span></p>
<ul dir="ltr" style="margin-left: 40px;">
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">By intercity bus lines (approx. 8-10 hours)&nbsp;</span></span></li>
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">By car (approx. 4-5 hours)</span></span></li>
	<li style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
		<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span style="font-size: 11pt; white-space: pre-wrap; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: " trebuchet="">From Istanbul Airports, connected flight to Izmir Adnan Menderes Airport.</span></span></li>
</ul>
<br />
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Workshop venue:&nbsp;</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">To be announced.</span></span></span></p>
<br />
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Accomodation Options</span><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">:</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Aristonicus Boutique Hotel</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Berksoy Hotel</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Hera Hotel</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Anil Hotel</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Odyssey Guest House</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Akropolis Guest House</span></span></span></p>
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">Further information about accommodation will be provided to the participants.</span></span></span></p>
<br />
<br />
<p dir="ltr" style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">*For more information please contact </span><a href="mailto:bergamasummerschool2026@gmail.com" style="text-decoration: none;"><span style="font-size: 11pt; color: rgb(17, 85, 204); font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">bergamasummerschool2026@gmail.com</span></a><span style="font-size: 11pt; font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">&nbsp;</span></span></span></p>
<br />
<br />
<p dir="ltr" style="line-height: 1.38; text-align: right; margin-top: 0pt; margin-bottom: 0pt;">
	<span style="font-family:trebuchet ms,helvetica,sans-serif;"><span id="docs-internal-guid-6d0634ab-7fff-9dbf-c0e6-7c5a0abd6923" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><span style="font-size: 11pt; color: rgb(183, 183, 183); font-variant-ligatures: normal; font-variant-alternates: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; vertical-align: baseline; white-space: pre-wrap;">March 2026</span></span></span></p>
<div>
	&nbsp;</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 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>