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

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

Journal: :Genetics and molecular research : GMR 2010
E Yildirim N Yildirim S Ercisli G Agar H Karlidag

Turnip (Brassica rapa var. rapa) is one of the main vegetables consumed by people living in Eastern Anatolia in Turkey. In this region, farmers obtain their own seeds for production, which results in considerable morphological variability. We examined the genetic variation and relationships among 11 turnip genotypes sampled from diverse environments of the Erzurum region located in Eastern Anat...

Journal: :jundishapur journal of microbiology 0
tamer ozsari clinics of pediatric diseases, igdir state hospital, igdir, turkey gulhan bora department of pharmaceutical microbiology, faculty of pharmacy, yuzuncu yil university, van, turkey; department of pharmaceutical microbiology, faculty of pharmacy, yuzuncu yil university, zeve campus, van, turkey. tel: +90-5073491709 bulent kaya clinics of pediatric diseases, igdir state hospital, igdir, turkey kahraman yakut department of pediatric diseases, faculty of medicine, baskent university, ankara, turkey

conclusions the most important factor in childhood acute gastroenteritis in east anatolia is the rotavirus. rotavirus and adenovirus antigens should be routinely investigated as a factor in fresh stool samples for the accurate diagnosis and treatment of gastroenteritis in children in the winter and autumn months. patients and methods the records of stool sample analyses for 1154 patients admitt...

Journal: :TURKISH JOURNAL OF EARTH SCIENCES 2020

Journal: :Health Problems of Civilization 2022

ENWEndNote BIBJabRef, Mendeley RISPapers, Reference Manager, RefWorks, Zotero AMA Demirel ÖB, Öz T, Can Gürkan Ö. THE EFFECT OF COVID-19 FEAR ON HEALTHY LIFESTYLE BEHAVIORS IN MENOPOSAL WOMEN: CASE SOUTHEASTERN ANATOLIA. Health Problems of Civilization. 2022. doi:10.5114/hpc.2022.118830. APA Demirel, B., Öz, T., & Gürkan, (2022). https://doi.org/10.5114/hpc.2022.118830 Chicago Özlem B, Tuğba an...

Journal: :The American journal of forensic medicine and pathology 2014
Kenan Cantekin Ahmet Ercan Sekerci Kubra Peduk Ebru Delikan Nurcan Ozakar Ílday Sezer Demirbuga Ozkan Miloglu

OBJECTIVE The aim of this study was to evaluate the impact of several aspects of climate, such as temperature and altitude, on dental maturation. MATERIALS AND METHODS The total sample consisted of 944 panoramic radiographs (473 Turkish children from Central Anatolia [228 girls and 245 boys] and 471 Turkish children from Eastern Anatolia [222 girls and 249 boys]). The children aged between 7....

Journal: :American Journal of Islam and Society 2016

2012
JOHN SKARTVEIT

Three new species of bibionid flies are described from the late Oligocene deposit of Bes-Konak, Anatolia, Turkey: Bibio anatolicus sp.n., Bibio nigricosta sp.n. and Penthetria beskonakensis sp.n. These genera are associated with temperate climate, contrasting with the bibionid Oligocene fossils from some other European localities with warmer climates, where the intertropical genus Plecia often ...

2016
Recep Sulhi Özkütük Yuri M. Marusik Mert Elverici Kadir Boğaç Kunt

A new species, Lathys ankaraensissp. n., is described based on the material collected in the Central Anatolia. The new species belongs to the humilis-group. Habitus, as well as copulatory organs of both sexes, are described and illustrated by means of line drawings and digital and SEM photographs. A key for the four Lathys species known in Turkey is also provided.

2017
Salih Kılıç Ahmet Çelik Hüseyin Altuğ Çakmak Abdülmecit Afşin Ahmet İlker Tekkeşin Gönül Açıksarı Mehmet Erdem Memetoğlu Fatma Özpamuk Karadeniz Ekrem Şahan Mehmet Hayri Alıcı Yüksel Dereli Ümit Yaşar Sinan Mehdi Zoghi

BACKGROUND The time in therapeutic range values may vary between different geographical regions of Turkey in patients vitamin K antagonist therapy. AIMS To evaluate the time in therapeutic range percentages, efficacy, safety and awareness of warfarin according to the different geographical regions in patients who participated in the WARFARIN-TR study (The Awareness, Efficacy, Safety and Time ...

2017
Özer Makay Beyza Özçınar Turgay Şimşek Cumhur Arıcı Bülent Güngör Serdar Özbaş Tamer Akça Ali Uğur Emre Güldeniz Karadeniz Çakmak Müfide Akçay Bülent Ünal Mustafa Girgin Sadullah Girgin Semih Görgülü Atakan Sezer Adem Karataş İbrahim Ali Özemir Nihat Aksakal Serap Erel M. Ümit Uğurlu Ali İlker Filiz Can Atalay Ali Uzunköy Uğur Deveci Çetin Kotan Gökhan İçöz Yavuz Kurt Abut Kebudi N. Zafer Cantürk Yeşim Erbil Rumen Pandev Bahadır M. Güllüoğlu

BACKGROUND Environmental habitat may play a role in clinical disparities of primary hyperparathyroidism (pHPT) patients. AIMS To compare preoperative clinical symptoms and associated conditions and surgical findings in patients with pHPT, living in different geographical regions from the Black Sea, Mediterranean and Anatolia regions. STUDY DESIGN Retrospective, clinical-based multi-centric ...

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

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

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"; } -->