نتایج جستجو برای: 5 feand mn

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

Journal: :Inorganic chemistry 2014
Rami Al-Oweini Bassem S Bassil Jochen Friedl Veronika Kottisch Masooma Ibrahim Marie Asano Bineta Keita Ghenadie Novitchi Yanhua Lan Annie Powell Ulrich Stimming Ulrich Kortz

The five manganese-containing, Keggin-based tungstosilicates [Mn(II)3(OH)3(H2O)3(A-α-SiW9O34)](7-) (1), [Mn(III)3(OH)3(H2O)3(A-α-SiW9O34)](4-) (2), [Mn(III)3(OH)3(H2O)3(A-β-SiW9O34)](4-) (3), [Mn(III)3Mn(IV)O3(CH3COO)3(A-α-SiW9O34)](6-) (4), and [Mn(III)3Mn(IV)O3(CH3COO)3(A-β-SiW9O34)](6-) (5) were synthesized in aqueous medium by interaction of [A-α-SiW9O34](10-) or [A-β-SiW9O34H](9-) with eit...

Journal: :Physical review 2021

We report the temperature-dependent magnetic and structural properties of epitaxial ${\mathrm{Mn}}_{5}{\mathrm{Ge}}_{3}$ thin films grown on Ge substrates. Utilizing density-functional theory (DFT) calculations various experimental methods, we reveal mechanisms governing switching between collinear noncollinear spin configuration in ${\mathrm{Mn}}_{5}{\mathrm{Ge}}_{3}$. The Mn atoms occupy two ...

2013
Nicola Herzberg Christian Näther Wolfgang Bensch

Dedicated to Professor Heinrich Nöth on the occasion of his 85th birthday The new compound [Mn(dien)2][Mn(dien)SbS4]2 (dien = diethylenetriamine) was synthesized under solvothermal conditions. It crystallizes in the non-centrosymmetric monoclinic space group P21 with a = 7.5736(5), b = 19.1081(16), c = 13.1174(11) Å, β = 90.022(9)◦, V = 1898.3(3) Å3, and Z = 2. The crystal structure is composed...

2008
Xiao-Chun Wen

The title compound, [Mn(C(6)H(4)N(5))(2)(H(2)O)(2)], was synthesized by the hydro-thermal reaction of Mn(NO(3))(2) with picolino-nitrile in the presence of NaN(3). The Mn atom lies on an inversion centre. The distorted octa-hedral Mn environment contains two planar trans-related N,N'-chelating 5-(2-pyrid-yl)-tetra-zolate ligands in the equatorial plane and two axial water mol-ecules. O-H⋯N hydr...

Journal: :Journal of Food Processing and Preservation 2023

The current study is aimed at fortifying Barbari bread with different levels ( T Co : 0, id="M2"> 5 % 5%, id="M3"> 10 10%, and id="M4"> 15 15) of olive pomace dietary fiber (ODF) investigating the quality properties enriched bread. defatted ...

2009
Ming-Jie Li Peng-Fei Yan Guang-Ming Li Hong-Feng Li

In the title complex, [Mn(C(17)H(16)N(2)O(2))Cl], the Mn(III) ion is coordinated by two O [Mn-O = 1.719 (2) and 1.813 (2) Å] and two N [Mn-N = 1.824 (2) and 1.931 (2) Å] atoms from the tetra-dentate Schiff base ligand and a chloride anion [Mn-Cl = 2.9634 (16) Å] in a square-pyramidal geometry. In the ligand, the two benzene rings form a dihedral angle of 68.06 (5)°.

Journal: :Vaccine 2013
Sungsil Moon Yuhuan Wang Chris Edens Jon R Gentsch Mark R Prausnitz Baoming Jiang

Skin immunization is effective against a number of infectious diseases, including smallpox and tuberculosis, but is difficult to administer. Here, we assessed the use of an easy-to-administer microneedle (MN) patch for skin vaccination using an inactivated rotavirus vaccine (IRV) in mice. Female inbred BALB/c mice in groups of six were immunized once in the skin using MN coated with 5 μg or 0.5...

Journal: :Mathematical Problems in Engineering 2021

In this paper, we study the solution of difference equation Ω m + 1 = − 7 q 6 / ∏</...

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

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

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