نتایج جستجو برای: amorphous magnetic materials

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

2017
Khuram Ali Yasir Javed Yasir Jamil

Magnetic phenomena at the atomic scale were discovered in the early twentieth century, whereas the discovery of the first known magnetic material (Fe3O4) revolutionized the field of magnetism. The magnetic properties of a material depend on temperature, the applied magnetic field, and pressure. A change in these variables will result in the existence of two or more forms of magnetism. Ferroand ...

2018
Bai Yang Yue Wu Xiaopan Li Ronghai Yu

It is difficult to fabricate high-purity amorphous FeCo alloys by traditional physical methods due to their weak glass forming ability. In this work, the fully amorphous FeCo nanoalloys with high purity and good stability have been prepared by a direct chemical reduction of Fe2+ and Co2+ ions with NaBH₄ as the reducing agent and polyvinylpyrrolidone (PVP) as the surfactant. The morphologies, su...

Journal: :Journal of chemical theory and computation 2016
Jérôme Cuny Yu Xie Chris J Pickard Ali A Hassanali

Nuclear magnetic resonance (NMR) spectroscopy is one of the most powerful experimental tools to probe the local atomic order of a wide range of solid-state compounds. However, due to the complexity of the related spectra, in particular for amorphous materials, their interpretation in terms of structural information is often challenging. These difficulties can be overcome by combining molecular ...

2014
Suchul Yoon Seok-Jae Lee

The effect of Cu addition on the soft magnetic properties of Fe­Zr­Si amorphous alloy was investigated by X-ray analysis, TEM observation, and B-H curve tracer. As a melt-spun amorphous ribbon sample was annealed above the crystallization onset temperature, very fine ¡-Fe particles smaller than 315 nm were precipitated and uniformly distributed in an amorphous matrix. Cu addition to Fe­Zr­Si am...

2004
A. Concustell G. Alcalá S. Mato T. G. Woodcock A. Gebert M. D. Baró J. Eckert K. Kurosaka

The discovery of improved physical and mechanical properties of amorphous and nanocomposite metallic materials respect to their crystalline counterparts [1], has led to an increasing interest and research activity in the study of these materials during the last two decades. The possibility of tailoring amorphous metallic alloys at cooling rates of 1-100 K/s [2], enables these structurally metas...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2008
Micah Lundberg Kapilanjan Krishan Ning Xu Corey S O'Hern Michael Dennin

For crystalline materials, the microscopic origin of plasticity is well understood in terms of the dynamics of topological defects. For amorphous materials, the underlying structural disorder prevents such a description. Therefore identifying and characterizing the microscopic plastic events in amorphous materials remains an important challenge. We show direct evidence for the coexistence of re...

2011
Daniel Merki Xile Hu

Recent work shows that nanoparticulate and amorphous molybdenum and tungsten sulfide materials are active catalysts for hydrogen evolution in aqueous solution. These materials hold promise for applications in clean hydrogen production technologies. In this perspective, the syntheses, structures and catalytic activities of nanoparticulate MoS2 and WS2, incomplete cubane-type [Mo3S4] 4+ and amorp...

Journal: :nanomedicine journal 0
mitra helmi rashid farimani department of physics, ferdowsi university of mashhad, mashhad, iran nanoscience center, ferdowsi university of mashhad, mashhad, iranسازمان اصلی تایید شده: دانشگاه فردوسی (ferdowsi university) nasser shahtahmassebi department of physics, ferdowsi university of mashhad, mashhad, iran nanoscience center, ferdowsi university of mashhad, mashhad, iranسازمان اصلی تایید شده: دانشگاه فردوسی (ferdowsi university) mahmoud rezaee roknabadi department of physics, ferdowsi university of mashhad, mashhad, iran nanoscience center, ferdowsi university of mashhad, mashhad, iranسازمان اصلی تایید شده: دانشگاه فردوسی (ferdowsi university)

objective(s): this paper describes coating of magnetite nanoparticles (mnps) with amorphous silica shells.   materials and methods: first, magnetite (fe3o4) nps were synthesized by co-precipitation method and then treated with stabilizer molecule of trisodium citrate to enhance their dispersibility. afterwards, coating with silica was carried out via a sol-gel approach in which the electrostati...

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

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

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