نتایج جستجو برای: anatolia

تعداد نتایج: 2308  

Journal: :Acta Scientiarum Polonorum 2023

1Department of Food Engineering, Faculty Ankara University, Gölbaşı, Ankara, Turkey 2Bayramiç Vocational School, Laboratory Technology Program, Çanakkale Onsekiz Mart Bayramiç, Çanakkale,

Journal: :Geosciences 2021

Here, we investigated the crustal structure beneath eastern Anatolia, an area of high seismicity and critical significance for earthquake hazards in Turkey. The study was based on local tomography method using data from earthquakes that occurred provided by Turkiye Cumhuriyeti Ministry Interior Disaster Emergency Management Directorate Earthquake Department dataset used included travel times 54...

Journal: :Saudi medical journal 2006
Suleyman Yazar Ozan Yaman Fevziye Cetinkaya Izzet Sahin

OBJECTIVE Human cystic echinococcosis (CE) caused by infection with a larval stage of Echinococcus granulosus is a serious public health problem in Turkey. Echinococcosis is a zoonotic disease; dogs and livestock are important hosts in transmission. The aim of this study is to evaluate the rate of CE in Kayseri Rural Area, Central Anatolia, Turkey. METHODS At the present study, we planned to ...

Journal: :The Eurasian journal of medicine 2015
S Selcuk Atamanalp Bunyami Ozogul Abdullah Kisaoglu Sukru Arslan Ercan Korkut Erdem Karadeniz

OBJECTIVE Typhoid fever (TF) is an important health problem in developing countries, and typhoid intestinal perforation (TIP) is a serious complication of TF. The present report aims to determine the clinical importance of TIPs for the last 36 years in our region, eastern Anatolia. MATERIALS AND METHODS The clinical records of 84 surgically treated cases with TIPs were reviewed retrospectivel...

2013
Fırat Bilgel Burhan Can Karahasan

Turkey has been suffering from separatist terrorism and the political conflict it implies since the mid-1980s, both of which are believed to have a negative impact on economic welfare. This article investigates the economic costs of PKK (Kurdistan Workers’ Party) terrorism, particularly in the Eastern and Southeastern provinces of Turkey by invoking the synthetic control method. We create a syn...

Journal: :Croatian medical journal 2007
Esra Saatci Ersin Akpinar

Poverty, a complex, multidimensional, and universal problem, has been conceptualized as income and material deprivation. In this article, we discuss poverty and related factors in Turkey. The absolute poverty line for Turkey was US$ 4 per capita per day. Turkey was ranked 92nd out of 177 countries with moderate human development in the 2006 Human Development Report. The individual food poverty ...

2013
Silvia Ghirotto Francesca Tassi Erica Fumagalli Vincenza Colonna Anna Sandionigi Martina Lari Stefania Vai Emmanuele Petiti Giorgio Corti Ermanno Rizzi Gianluca De Bellis David Caramelli Guido Barbujani

The Etruscan culture is documented in Etruria, Central Italy, from the 8(th) to the 1(st) century BC. For more than 2,000 years there has been disagreement on the Etruscans' biological origins, whether local or in Anatolia. Genetic affinities with both Tuscan and Anatolian populations have been reported, but so far all attempts have failed to fit the Etruscans' and modern populations in the sam...

2012
Orhan YILMAZ R. Trevor WILSON

Mules are known to have been used as carriage and riding animals in Mesopotamia and Anatolia as early as the beginning of the second millennium BC but may have been first bred in Anatolia in the Third Century BC. They have thus contributed to Turkey's cultural, social and economic heritage for more than 4,000 years and were an ancient component of its guild of domestic animals and overall biodi...

2013
Claudio Ottoni Linus Girdland Flink Allowen Evin Christina Geörg Bea De Cupere Wim Van Neer László Bartosiewicz Anna Linderholm Ross Barnett Joris Peters Ronny Decorte Marc Waelkens Nancy Vanderheyden François-Xavier Ricaut Canan Çakırlar Özlem Çevik A. Rus Hoelzel Marjan Mashkour Azadeh Fatemeh Mohaseb Karimlu Shiva Sheikhi Seno Julie Daujat Fiona Brock Ron Pinhasi Hitomi Hongo Miguel Perez-Enciso Morten Rasmussen Laurent Frantz Hendrik-Jan Megens Richard Crooijmans Martien Groenen Benjamin Arbuckle Nobert Benecke Una Strand Vidarsdottir Joachim Burger Thomas Cucchi Keith Dobney Greger Larson

Zooarcheological evidence suggests that pigs were domesticated in Southwest Asia ~8,500 BC. They then spread across the Middle and Near East and westward into Europe alongside early agriculturalists. European pigs were either domesticated independently or more likely appeared so as a result of admixture between introduced pigs and European wild boar. As a result, European wild boar mtDNA lineag...

Journal: :The Turkish journal of gastroenterology : the official journal of Turkish Society of Gastroenterology 2014
Bora Aktaş Sahin Coban Omer Başar Sema Yaman Barış Yılmaz Fuat Ekiz Osman Yüksel

Malva sylvestris (MS) is a kind of plant that grows naturally in fields, hedgerows, and fallow fields. The plant is commonly used in cooking in the Central Anatolia region of Turkey. Despite its extensive usage, only one case of an adverse effect of MS has been reported in the English medical literature until today (1). Here, we present a new case with fulminant hepatic failure and renal failur...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->