نتایج جستجو برای: weight 736

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

2004
Patrick L. Jacobs Mark S. Nash

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728 1. Neurological Classification of Persons with Spinal Cord Injury (SCI) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729 1.1 Upper and Lower Motor Neuron Lesions . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

Journal: :Turkiye parazitolojii dergisi 2016
Duygu Neval Sayın İpek

OBJECTIVE The aim of present study was to investigate the chronobiology and identification of Hypoderma species in cattle slaughtered in the Diyarbakir Province of Turkey. METHODS In total, 736 hides and subcutaneous tissue of slaughtered cattle were examined for the presence of second- and third-instar larvae in the slaughterhouse between November 2012 and May 2013. Third-instar larvae were ...

Journal: :The New England journal of medicine 1998
P M Reilly A Alavi D H Jenkins

AWARD RECIPIENTS 16th Annual Jacob Heskel Gabbay Award Lectures in Biotechnology and Medicine IMAGING THE BRAIN IMAGING THE BRAIN Refreshments will be served before the lectures. For more information, please call 781-736-2403.

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده ادبیات و علوم انسانی 1391

حکومت ایلخانی با مرگ آخرین ایلخان مقتدر، ابوسعید بهادرخان در سال 736 هـ.ق (1335م) وارد مرحله تازه ای گردید که از آن با نام دوره زوال ایلخانان یاد می کنند. ابوسعید فرزند ذکوری نداشت که جانشینش گردد، در نتیجه در اوضاع آشفته پس از وفات او مدعیان جانشینی، برای کسب قدرت با هم به رقابت پرداختند. بازیگران اصلی عرصه قدرت در این سال ها امرای نظامی و روسای قبایل بودند که مستقلانه در گوشه و کنار، مشغول حک...

Journal: :مجلة کلية الآداب . جامعة الإسکندرية 2016

2008
Chul Ho Park Doo Hwan Kim

접수일:2008년 3월 5일, 승인일:2008년 6월 30일 책임저자:신진우, (138-736) 서울시 송파구 풍납2동 388-1 울산대학교 의과대학 서울아산병원 마취통증의학과 Tel: 02-3010-3868, Fax: 02-470-1363 E-mail: jinwoos@amc.seoul.kr 석사학위 논문임. 2006 ASA 시카고 학회에서 발표되었음. Received March 5, 2008, Accepted June 30, 2008 Correspondence to: Jin Woo Shin Department of Anesthesiology and Pain Medicine, Seoul Asan Medical Center, College of Medicine, University of Ulsan, 38...

2009
ALEKSEY ZINGER

0. Introduction 691 0.1. Mirror symmetry predictions for a quintic threefold 691 0.2. Computing GW-invariants of hypersurfaces 693 0.3. Mirror symmetry formulas for projective CY-hypersurfaces 695 1. Equivariant cohomology and stable maps 698 1.1. Definitions and notation 698 1.2. Setup for localization computation on M̃1,1(P, d) 701 1.3. Contributions from fixed loci, I 704 1.4. Contributions f...

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

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

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