نتایج جستجو برای: mps mean patch size

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

2006
Junmei Tang Le Wang Zhijun Yao

The landscape pattern of Daqing City, China has undergone a significant change during the last two decades as a result of rapid urbanization. A quantitative analysis describing the spatial fragmentation caused by urban sprawl from satellite images was presented on three dates: 1979, 1990, and 2000. Five landscape indices with supplementary ecological meanings were chosen to facilitate our exami...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2010
Nathalie Tzourio-Mazoyer Laurent Petit Annick Razafimandimby Fabrice Crivello Laure Zago Gael Jobard Marc Joliot Emmanuel Mellet Bernard Mazoyer

We investigated the effects of familial sinistrality (FS+; presence of left-handedness in one's close relatives), manual preference strength (MPS), and head size on the hemispheric lateralization of language in right-handers. Functional magnetic resonance imaging was used to map 49 individuals while listening to a story in their mother tongue. We found that individuals who had both the FS+ trai...

Journal: :Journal of controlled release : official journal of the Controlled Release Society 2010
Hilliard L Kutscher Piyun Chao Manjeet Deshmukh Yashveer Singh Peidi Hu Laurie B Joseph David C Reimer Stanley Stein Debra L Laskin Patrick J Sinko

The relationship between microparticle (MP) size and lung targeting efficiency, intra-lung distribution and retention time was systematically studied after intravenous administration of rigid fluorescent polystyrene MPs of various sizes (2, 3, 6 and 10 microm) to Sprague Dawley rats. Total fluorescence was assessed and it was found that 2 microm and 3 microm MPs readily passed through the lung ...

Journal: :Frontiers in Environmental Science 2022

China, like many other countries in the world, has declining biodiversity caused by urbanization. Urban parks are a patchwork of distinct biotopes and have significant conservation value for biodiversity. Biotope mapping is an essential tool urban conservation, ecological spatial planning ecosystem management, however there few studies on it China. This study explores practical scheme biotope c...

2014
Xindong Du Xiaobin Jin Xilian Yang Xuhong Yang Yinkang Zhou

Scientific interpretation of the mechanism of land use change is important for government planning and management activities. This study analyzes the land use change in Jiangsu Province using three land use maps of 2000, 2005 and 2008. The study results show that there was a significant change in land use. The change was mainly characterized by a continuous built-up land expansion primarily at ...

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

simplification universal as a universal feature of translation means translated texts tend to use simpler language than original texts in the same language and it can be critically investigated through common concepts: type/token ratio, lexical density, and mean sentence length. although steps have been taken to test this hypothesis in various text types in different linguistic communities, in ...

Journal: :Journal of Hazardous Materials 2021

Microplastics (MPs) in marine and terrestrial environments have been intensively studied, but the dynamics of airborne MPs remains limited. Existing studies on atmospheric are mostly derived from collection deposition, whereas direct measurements scarce. However, abundance is more relevant for evaluating human inhalation exposure risk. Herein, indoor outdoor urban rural areas a coastal city eas...

Journal: :Journal of nuclear medicine : official publication, Society of Nuclear Medicine 2016
Richard J Palyo Albert J Sinusas Yi-Hwa Liu

UNLABELLED There is increasing concern about radiation exposure from myocardial perfusion SPECT (MPS). γ-cameras with solid-state cadmium-zinc-telluride (CZT) detectors have better count sensitivity and spatial resolution than conventional sodium iodine detectors, allowing for significant reductions in radiotracer dose or acquisition time. This study aimed to demonstrate the capability of a hyb...

Journal: :Journal of mathematical biology 2017
Eric Foxall Nicolas Lanchier

We consider a version of the contact process with sexual reproduction on a graph with two levels of interactions modeling metapopulations. The population is spatially distributed into patches and offspring are produced in each patch at a rate proportional to the number of pairs of individuals in the patch (sexual reproduction) rather than simply the number of individuals as in the basic contact...

Journal: :Atmosphere 2022

Atmospheric microplastics (MPs) have been consistently captured within air samples on a global scale. Locations with high human activity are reported to MP levels. An urban sampling site in the Humber region (U.K.) has sampled over 13-month period, providing seasonal variation profile of levels, size, shape, and polymer types that humans exposed to. Mean measured using passive fallout into cont...

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

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

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