نتایج جستجو برای: remote neighborhood

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

Journal: :Journal of Education and Learning 2021

The purpose of this study was to explore the critical life-events first author's journey learning and teaching mathematics that prompted thinking about his past experiences as a student teacher. It portrays paradigmatic shift from traditionalist thinker constructivist actor in classroom within out by using autoethnography writing research genre connecting personal social, cultural, teaching/lea...

Journal: :archives of trauma research 0
shervin assari department of psychiatry, university of michigan, ann arbor, mi, usa; center for research on ethnicity, culture and health, school of public health, university of michigan, ann arbor, mi, usa; department of health behavior and health education, school of public health, university of michigan, ann arbor, mi, usa; department of psychiatry, university of michigan, ann arbor, mi, usa. tel: +1-7342320445, fax: +1-7346158739 maryam moghani lankarani department of psychiatry, university of michigan, ann arbor, mi, usa cleopatra howard caldwell center for research on ethnicity, culture and health, school of public health, university of michigan, ann arbor, mi, usa; department of health behavior and health education, school of public health, university of michigan, ann arbor, mi, usa marc a zimmerman department of health behavior and health education, school of public health, university of michigan, ann arbor, mi, usa; michigan youth violence prevention center, school of public health, university of michigan, ann arbor, mi, usa

conclusions fear of neighborhood violence is a contributing factor to increased risk of obesity for female african american youth who live in disadvantaged areas. this finding has implications for prevention of obesity among african american women who are at highest risk for obesity in the united states. initiatives that enhance neighborhood safety are critical strategies for obesity prevention...

2010
S. Hese AK

This study presents an approach to quantify thermokarst lake change and lake object structure change in spatial very high resolution remote sensing data as part of ESAs "Data User Element Permafrost". Lake Center points are used and multi temporal data is radiometrically normalized using a water mean rationing. A set of specific lake object characteristics (object shape, direction, lake object ...

2008
Xuelian Meng Le Wang José Luis Silván-Cárdenas Nate Currit

Automatic ground filtering for Light Detection And Ranging (LIDAR) data is a critical process for Digital Terrain Model (DTM) and three-dimensional urban model generation. Although researchers have developed many methods to separate bare ground from other urban features, the problem has not been fully solved due to the similar characteristics possessed by ground and non-ground objects, especial...

2017
Xiaohan Liao Cunjin Xue Fenzhen Su

From multiple raster datasets to spatial association patterns, the data-mining technique is divided into three subtasks, i.e., raster dataset pretreatment, mining algorithm design, and spatial pattern exploration from the mining results. Comparison with the former two subtasks reveals that the latter remains unresolved. Confronted with the interrelated marine environmental parameters, we propos...

Journal: :Remote Sensing 2013
Jason Defibaugh y Chávez Jason A. Tullis

Coverage and frequency of remotely sensed forest structural information would benefit from single orbital platforms designed to collect sufficient data. We evaluated forest structural information content using single-date Hyperion hyperspectral imagery collected over full-canopy oak-hickory forests in the Ozark National Forest, Arkansas, USA. Hyperion spectral derivatives were used to develop m...

Journal: :Remote Sensing 2022

In supervised deep learning, learning good representations for remote-sensing images (RSI) relies on manual annotations. However, in the area of remote sensing, it is hard to obtain huge amounts labeled data. Recently, self-supervised shows its outstanding capability learn images, especially methods instance discrimination. Comparing discrimination, clustering-based not only view transformation...

Journal: :international journal of preventive medicine 0
mélanie levasseur mélissa généreux josiane desroches annie carrier francis lacasse éric chabot

background: as key determinants of many favorable health and quality of life outcomes, it is important to identify factors associated with mobility and social participation. although several investigations have been carried out on mobility, social participation and neighborhood environment, there is no clear integration of these results. this paper presents a scoping study protocol that aims to...

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

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

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