نتایج جستجو برای: among comparative perspective

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

2015
Pankaj Choudhary Upasna Singh Stephen P. Borgatti Martin G. Everett Linton C. Freeman Ju-Sung Lee Hsinchun Chen Henrik Legind Larsen

Terrorist Activities worldwide has approached the evolution of various high-ended methodologies for analyzing terrorist groups and networks. Existing research found that Social Network Analysis (SNA) is one of the most effective and predictive method for countering terrorism in social networks. The study reviewed various SNA measures for predicting the key players/ main actors of terrorist netw...

2004
Mario George-Nascimento Gabriela Muñoz Pablo A. Marquet Robert Poulin

Mario George-Nascimento,* Gabriela Muñoz, Pablo A. Marquet and Robert Poulin Abstract As a general test of the energetic equivalence rule, we examined macroecological relationships among abundance, density and host body mass in a comparative analysis of the assemblages of trophically transmitted endoparasitic helminths of 131 species of vertebrate hosts. Both the numbers and total volume of par...

Journal: :Tobacco control 1999
X Chen J B Unger C A Johnson

OBJECTIVE To determine the extent to which Chinese American and white minors differ in age of smoking initiation, and to determine the effect of acculturation on smoking initiation. DESIGN Cross-sectional telephone surveys. SETTING Stratified random samples of the state of California, United States. SUBJECTS 347 Chinese American and 10 129 white adolescents aged 12 through 17 years, from ...

2018
Gavin Slade Rūta Vaičiūnienė

This article looks at how global flows of people and policies affect penal subjectivity among prisoners in Lithuania. Those who had previously been incarcerated abroad perceive their punishment in Lithuania's reforming penal system in comparative terms. We find that international prison experience may either diminish or increase the sense of the severity of the current punishment. Respondents o...

Journal: :Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing 1999
J. Hudak M. A. McClure

The detection of motifs within and among families of protein sequences can provide useful information regarding the function, structure and evolution of a protein. With the increasing number of computer programs available for motif detection, a comparative evaluation of the programs from a biological perspective is warranted. This study uses a set of 20 reverse transcriptase (RT) protein sequen...

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2015
Sree Rayavarapu Elena Braithwaite Robert Dorsam James Osterhout Lesley-Anne Furlong Daiva Shetty John R Peters

This review highlights general toxicology concerns caused by formulation differences between generic and innovator drugs. It underscores the importance of a scientific, clinically oriented, evidence-based comparative safety evaluation procedure for generic drugs and discusses representative case studies from a pharmacology-toxicology perspective. For consideration by generic drug industry stake...

2016
Thiago Aparecido da Silva Robertha Mariana Lemes Carlo Jose Freire Oliveira Aline da Silva Almeida Javier Emílio Lazo Chica

The endocrine portion of the pancreas, which is characterized by pancreatic islets, has been widely investigated among different species. The BALB/c and C57BL/6 mice are extensively used in experimental research, and the morphometric differences in the pancreatic islets of these animals have not been evaluated so far. Thus, our data have a comparative perspective related to the morphometric ana...

2009
Pamela N. Marcucci D. Bruce Johnstone

As governments are increasingly turning to cost sharing in order to meet the growing demand for, and decreasing government investment in, public higher education, the choice among different tuition fee policies becomes of great importance. Tuition fee policies and the financial assistance policies that accompany them are critical both for the very considerable revenue at stake and for the poten...

2015
T. Kue Young Boris Revich Leena Soininen

This extended editorial introduces the Special Issue on Suicide and Resilience in Circumpolar Regions, the results of the knowledge synthesis project by an international research team funded by the Canadian Institutes of Health Research and endorsed by the Arctic Council. It focuses on the extent and magnitude of the problem of suicidal behaviours and thoughts from a circumpolar perspective - t...

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

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

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