نتایج جستجو برای: electromagnetic induction

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

Journal: :Orthopedics 2012
Fei Luo Tianyong Hou Zehua Zhang Zhao Xie Xuehui Wu Jianzhong Xu

The purpose of this study was to evaluate the effect of different frequencies of pulsed electromagnetic fields on the osteogenic differentiation of human mesenchymal stem cells. Third-generation human mesenchymal stem cells were irradiated with different frequencies of pulsed electromagnetic fields, including 5, 25, 50, 75, 100, and 150 Hz, with a field intensity of 1.1 mT, for 30 minutes per d...

2016
Roberta Guilizzoni Joseph C. Watson Paul Bartlett Ferruccio Renzoni

Articles you may be interested in Electromagnetic induction imaging with a radio-frequency atomic magnetometer Appl. Experimental demonstration of the equivalence of inductive and strongly coupled magnetic resonance wireless power transfer Appl. The possibility of revealing the presence and identifying the nature of conductive targets is of central interest in many fields, including security, m...

2001
Leonard R. Pasion Stephen D. Billings Douglas W. Oldenburg

An explosive ordnance is a munition that is either launched or fired with the intent of detonation at a specified target. An unexploded ordnance (UXO) is an explosive ordnance that, due to some malfunction, remains undetonated. As a result, the ordnance can be found at the ground surface, partially buried, or buried at a depth of up to 8 m beneath the surface. Practical and cost-effective strat...

2010
Wilson Wong David P. Belanger

A coil-gun uses pulsed currents of large magnitude to propel ferrous projectiles at high speeds. The various problems associated with high currents and magnetic fields are discussed, as well as the components and design of my experimental coil-gun. I tested the coil-gun at various charge voltages and different projectile sizes, then calculated the efficiency of the coil-gun with measured values...

Journal: :IEEE Trans. Geoscience and Remote Sensing 2001
I. J. Won Dean A. Keiswetter Thomas H. Bell

An estimated 110 million landmines, mostly antipersonnel mines laid in over 60 countries, kill or maim over 26 000 people a year. One of the dilemmas for removing landmines is the amount of false alarms in a typical minefield. Broadband electromagnetic induction spectroscopy (EMIS) is a promising technology that can both detect and identify buried objects as landmines. By reducing the number of...

2012
Tomasz M. Grzegorczyk Juan Pablo Fernández Fridon Shubitidze Kevin O'Neill Benjamin E. Barrowes

searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggesstions for reducing this burden, to Washington Headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Hi...

2017
Brendan John Darrer Brendan J. Darrer Ferruccio Renzoni Mark Ellerby Caroline Shenton-Taylor

Electromagnetic induction imaging has wide potential application in the disciplines of medicine, security, industry, geophysics and scientific research in general. The present study focuses on the applications in the security industry and in particular on providing a new tool for cargo screening in the context of the detection of illicit trafficking of special nuclear materials. The thesis repo...

2003
Robert C. Reedy Bridget R. Scanlon

The use of electromagnetic ~EM! induction measurements was evaluated to predict water content in the upper 1.50 m of a prototype engineered barrier soil profile designed for waste containment. Water content was monitored with a neutron probe, and bulk soil electrical conductivity was monitored with a Geonics EM38 ground conductivity meter at ten locations at approximately monthly intervals over...

2012
Tomasz M. Grzegorczyk Juan Pablo Fernández Fridon Shubitidze Kevin O'Neill Benjamin E. Barrowes

searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggesstions for reducing this burden, to Washington Headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Hi...

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

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

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