نتایج جستجو برای: rollover footwear

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

Journal: :International journal of occupational safety and ergonomics : JOSE 1999
K Kuklane I Holmér R Afanasieva

The present European Standard for footwear testing (Standard No. EN 344:1992; European Committee for Standardization [CEN], 1992) classifies footwear thermally by a temperature drop inside the footwear during 30 min at defined conditions. Today, other methods for footwear thermal testing are also available. The aim of this study was to compare EN 344:1992 with a thermal foot method. Six boots w...

2015
Polly QX Lim Nora Shields Nikolaos Nikolopoulos Joanna T Barrett Angela M Evans Nicholas F Taylor Shannon E Munteanu

BACKGROUND Foot deformity, flat feet, and the use of ill-fitting footwear are common in children and adolescents with Down syndrome (DS). The aim of this study was to determine whether these observations are associated with foot-specific disability in this group. METHODS A cross-sectional study design. Foot structure (foot posture determined using the Arch Index, presence of hallux valgus and...

2016
Vivienne Helaine Chuter Angela Searle Martin J Spink

BACKGROUND Foot pain is a common problem affecting up to 1 in 5 adults and is known to adversely affect activities of daily living and health related quality of life. Orthopaedic footwear interventions are used as a conservative treatment for foot pain, although adherence is known to be low, in part due to the perception of poor comfort and unattractiveness of the footwear. The objective of thi...

Journal: :Energies 2022

Vehicle driving safety is an important performance indicator for vehicles, and there still much room development in the active control of electric vehicles. Vehicles are susceptible to rollover when making sharp turns or overtaking at high speed. In order improve anti-rollover stability vehicles (EV), this study proposes a real-time motor strategy, mainly according acquisition vehicle attitude ...

Journal: :BMC Musculoskeletal Disorders 2007
Anita E Williams Christopher J Nester Michael I Ravey

BACKGROUND Specialist 'therapeutic' footwear is recommended for patients with diseases such as rheumatoid arthritis (RA) as a beneficial intervention for reducing foot pain, improving foot health, and increasing general mobility. However, many patients choose not to wear this footwear. Recommendations from previous studies have been implemented but have had little impact in improving this situa...

2013
Shan M Bergin Vanessa L Nube Jan B Alford Bernard P Allard Joel M Gurr Emma L Holland Mark W Horsley Maarten C Kamp Peter A Lazzarini Ashim K Sinha Jason T Warnock Paul R Wraight

Trauma, in the form of pressure and/or friction from footwear, is a common cause of foot ulceration in people with diabetes. These practical recommendations regarding the provision of footwear for people with diabetes were agreed upon following review of existing position statements and clinical guidelines. The aim of this process was not to re-invent existing guidelines but to provide practica...

2014
Carina Price Glen Cooper Philip Graham-Smith Richard Jones

Impact testing is undertaken to quantify the shock absorption characteristics of footwear. The current widely reported mechanical testing method mimics the heel impact in running and therefore applies excessive energy to walking footwear. The purpose of this study was to modify the ASTM protocol F1614 (Procedure A) to better represent walking gait. This was achieved by collecting kinematic and ...

2006
Maria Pavlou Nigel M. Allinson

Identification of the footwear traces from crime scenes is an important yet largely forgotten aspect of forensic intelligence and evidence. We present initial results from a developing automatic footwear classification system. The underlying methodology is based on large numbers of localized features located using MSER feature detectors. These features are transformed into robust SIFT or GLOH d...

2017
PANKAJ GUPTA

Leprosy is predominantly a disease of peripheral nerves and it particularly affects the nerves supplying the eyes, hands and feet, leading to irreversible impairments, if not treated early. Impairments in the foot include sensory loss, motor weakness of the anterior and/or lateral compartment of the leg and intrinsic muscles of the foot and dryness in the sole of the foot due to the involvement...

2011
Sicco A. Bus Rob Haspels Tessa E. Busch-Westbroek

OBJECTIVE Therapeutic footwear for diabetic foot patients aims to reduce the risk of ulceration by relieving mechanical pressure on the foot. However, footwear efficacy is generally not assessed in clinical practice. The purpose of this study was to assess the value of in-shoe plantar pressure analysis to evaluate and optimize the pressure-reducing effects of diabetic therapeutic footwear. RE...

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

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

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