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

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

Journal: :Networks 2021

NetworksVolume 77, Issue 4 p. 475-476 Preface Preface: Special issue on network analytics and optimization Bernard Fortz, orcid.org/0000-0002-2355-8926 Search for more papers by this authorLuis Gouveia, orcid.org/0000-0003-4393-1617 authorChristina Büsing, orcid.org/0000-0002-3394-2788 authorMarkus Leitner, orcid.org/0000-0002-3313-9610 author First published: 09 April 2021 https://doi.org/10.1...

Journal: :The American journal of psychiatry 1973
L E Arnold V Kirilcuk S A Corson E O Corson

ISSN: (print 0002-953X)(online 1535-7228) This is a peer reviewed pre-print version of the following article: Levoamphetamine and Dextroamphetamine: Differential Effect on Aggression and Hyperkinesis in Children and Dogs, which has been published in final form at: http://www.appi.org http://www.appi.org/SearchCenter/Pages/Journal.aspx?ItemId=AJP http://ajp.psychiatryonline.org/article.aspx?arti...

2017
Seiichiro Aoe Hiroko Honda

1Lifescience Promoting Association, Daikyo-cho 25-3-1004, Shinjuku-ku, Tokyo 160-0015, Japan 2Otsuma Women’s Univerisity, Sanbancho 12, Chiyoda, Tokyo 102-8357, Japan 3AOB Keioh Group CORP., Kobuchizawa-cho 2961, Hokuto City, Yamanashi 408-8522, Japan 4ARSOA HONSHA CORP., Shibuya 3-26-8, Shibuta-ku, Tokyo 150-0002, Japan 5Tokyo Metropolitan University, Minami-osawa 1-1, Hachioji City, Tokyo 192...

2003
Douglas A. Reynolds Walter D. Andrews Joseph P. Campbell Jirí Navrátil Barbara Peskin André Adami Qin Jin David Klusacek Joy S. Abramson Radu Mihaescu John J. Godfrey Douglas A. Jones Bing Xiang

• This work is sponsored by the Department of Defense under Air Force Contract F19628-00-C-0002.and the CLSP/JHU workshop was supported by NSF and DoD fudning. Opinions, interpretations, conclusions and recommendations are those of the authors and are not necessarily endorsed by the United States Government + The authors gratefully acknowledge the CLSP group at JHU for organizing and hosting WS...

2009
Halima Hassen F. W. C. Neser A. de Kock

Department of Animal, Wildlife and Grassland Sciences, University of the Free State, P.O. Box 339, Bloemfontein, 9300, South Africa. Department of Hematology and Cell Biology, University of the Free State, P.O. Box 339, Bloemfontein, 9300, South Africa. University of the Free State, P.O. Box 339, Bloemfontein, 9300, South Africa. Department of Animal and Wildlife Sciences, University of Pretori...

مجتبی ایرائی مرتضی عباسی

مساله ارزیابی و انتخاب تأمین کننده، بصورت گسترده مورد مطالعه قرار گرفته است. رویکردهای تصمیم گیری متنوعی برای این مساله پیشنهاد گردیده است و در مدیریت زنجیره تأمین معاصر، عملکرد تأمین کنندگان بالقوه، بر اساس شاخص‌های زیادی مورد ارزیابی قرار می گیرند. با توجه به اهمیت تکنیک‌های تصمیم گیری در انتخاب تأمین کننده و ساخت مدل‌های تصمیم گیری کارآمد، در این مقاله مروری، بر تحقیقات انجام شده در این خصوص...

2010
Michelle Thorn Matthew Green Philip W. Bateman Elissa Z. Cameron Richard W. Yarnell Dawn M. Scott

Michelle Thorn*, Matthew Green, Philip W. Bateman, Elissa Z. Cameron, Richard W. Yarnell & Dawn M. Scott Biology Division, University of Brighton, Cockcroft Building, Lewes Road, Moulsecoomb, Brighton, BN2 4GJ, U.K. Mammal Research Institute, Department of Zoology and Entomology, University of Pretoria, Pretoria, 0002 South Africa School of Animal, Rural and Environment Sciences, Nottingham Tre...

2014
Pedro A. Reche Enrique Fernandez-Caldas Darren R. Flower Masha Fridkis-Hareli Yoshihiko Hoshino

1 Departamento de Microbiologı́a I, Inmunologı́a, Facultad de Medicina, Universidad Complutense, 28040 Madrid, Spain 2 Inmunotek SL, Alcalá de Henares, 28805 Madrid, Spain 3 School of Life and Health Sciences, Aston University, Birmingham B4 7ET, UK 4ATR, LLC, Worcester, MA 01606, USA 5Department of Mycobacteriology, National Institute of Infectious Diseases, Higashi-Murayama, Tokyo 189-0002, Japan

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

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

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