نتایج جستجو برای: department of anthropology

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

2009
Tara R. Harris Colin A. Chapman Steven L. Monfort

Tara R. Harris, Colin A. Chapman, and Steven L. Monfort Department of Primatology, Max Planck Institute for Evolutionary Anthropology, Deutscher Platz 6, Leipzig, Germany 04103, Conservation and Research Center, Smithsonian National Zoo, 1500 Remount Road, Front Royal, VA 22630, Department of Anthropology and McGill School of Environment, 855 Sherbrooke St. West, McGill University, Montreal, Qu...

2012
Mami Aoyama Mark J. Hudson Kara C. Hoover

Occupation Mediates Ecosystem Services with Human Well-Being Mami Aoyama PhD, OTR a , Mark J. Hudson PhD b c & Kara C. Hoover PhD d a Department of Occupational Therapy and Associate Dean, Faculty of Rehabilitation Sciences , Nishikyushu University (University of West Kyushu) , Kanzaki , Saga , Japan b Anthropology, Department of Occupational Therapy , Nishikyushu University (University of West...

2008
L. Li T. M. Preuss J. K. Rilling W. D. Hopkins M. F. Glasser B. Kumar R. Nana X. Zhang X. Hu

L. Li, T. M. Preuss, J. K. Rilling, W. D. Hopkins, M. F. Glasser, B. Kumar, R. Nana, X. Zhang, and X. Hu Biomedical Imaging Technology Center, School of Medicine, Emory University, Atlanta, GA, United States, Division of Neuroscience, Yerkes National Primate Research Center, Atlanta, GA, United States, Department of Anthropology, Emory University, Atlanta, GA, United States, Division of Psychob...

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

abstract lexical knowledge of complex english words is an important part of language skills and crucial for fluent language use (nation, 2001). the present study, thus, was an attempt to assess the role of morphological decomposition awareness as a vocabulary learning strategy on learners’ productive and receptive recall and recognition of complex english words. so 90 sophomores (female and ma...

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

این پایان نامه برداشتی از مقاله ارائه داده شده توسط ham guoqiang [department of computer science, south china univ. of tech.]است . که در آن بسط خطای حدی از یک روش collocation گسسته برای معادلات انتگرال از نوع hammerstein بدست آمده است . در آنجا نشان داده شده است که وقتی برای تقریب انتگرال معین در این روش از چندجمله ایهای قطعه قطعه ای از درجه p-1 و کوادراتور عددی استفاده شود. جواب تقریبی شامل تو...

2015
Hannah Brown Ann H. Kelly Almudena Marí Sáez Elisabeth Fichet-Calvet Rashid Ansumana Jesse Bonwitt N’Faly Magassouba Foday Sahr Matthias Borchert

1 Anthropology Department, Durham University, Durham, United Kingdom, 2 Department of Sociology, Philosophy and Anthropology, Exeter University, Exeter, United Kingdom, 3 Department of Global Health and Development, London School of Hygiene and Tropical Medicine, London, United Kingdom, 4 Institute of Tropical Medicine and International Health, Charité—Universitätsmedizin Berlin, Berlin, German...

2008
Justin R. Garcia Gad Saad

Justin R. Garcia ̂ '̂ and Gad Saad^* 'Laboratory of Evolutionary Anthropology and Health, Departments of Anthropology and Biological Sciences, Binghamton University, Binghamton, NY 13902, USA ^Institute for Evolutionary Studies, Binghamton University, PO Box 6000, Binghamton, NY 13902, USA ^Marketing Department, John Molson School of Business, Concordia University, 1455 de Maisonneuve Blvd. West ...

2010
M. Foll L. Excoffier

1EnviroSPACE laboratory, Climate Change and Climate Impacts, Institute for Environmental Sciences, University of Geneva, Switzerland. 2Laboratory of anthropology, genetics and peopling history, Department of Anthropology, University of Geneva, Switzerland. 3Computational and Molecular Population Genetics Lab, Institute of Ecology and Evolution, University of Berne, Switzerland 4Swiss Institute ...

2012
Paul Kowal Somnath Chatterji Nirmala Naidoo Richard Biritwum Wu Fan Ruy Lopez Ridaura Tamara Maximova Perianayagam Arokiasamy Nancy Phaswana-Mafuya Sharon Williams J Josh Snodgrass Nadia Minicuci Catherine D’Este Karl Peltzer

WHO SAGE, Department of Health Statistics and Information Systems, World Health Organization, Geneva, Switzerland, University of Newcastle Research Centre on Gender, Health and Ageing, Newcastle, Australia, Department of Community Health, University of Ghana Medical School, Korle Bu, Accra, Ghana, Shanghai Municipal Center for Disease Control and Prevention, Shanghai, China, Center for Research...

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

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

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