نتایج جستجو برای: host countrys mineral policies

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

2007
Sergey Filippov Ionara Costa

This paper deals with the interplay between foreign direct investment (FDI) and the industrial and innovation policies of host developing economies. It aims to redefine the nexus between these different, though yet strongly interconnected policy areas, by bringing the affiliates of multinational corporations already established in a host economy to the first level of analysis. It argues that ho...

2015
NANXI KANG JENNIFER REXFORD Monia Ghobadi

Enterprise networks interconnect heterogeneous hosts, requiring careful management to provide secure, reliable and high-performance network communication. Today, the operators have to manually configure individual network devices, while considering the host address assignments and devices constraints (e.g., limited memory). These approaches are too complicated and inefficient for enterprise net...

Journal: :European Journal of Soil Biology 2021

Soil fungi play a fundamental role in the cycling of nutrients and tree nutrition forests. As mycorrhizal are closely associated with their host trees provide them essential base cations phosphorus, we hypothesize that they actively mine soil minerals transfer nutritive content to host. Therefore, expected be important colonizers mineral surfaces relative other fungal trophic guilds. To test th...

2015
Deborah N. Huntzinger John S. Gierke Wayne D. Pennington

........................................................................................................................ i PREFACE.......................................................................................................................... iii ACKNOWLEDGEMENTS............................................................................................... iv UNIFYING CHAPTER............

2006
BENJAMIN R. EDWARDS JAMES K. RUSSELL

We explore the potential effects of magmatic assimilation on mineral growth and mineral zoning in an alkali olivine basaltic magma using both equilibrium thermodynamics and kinetics. The equilibrium-model calculations simulate fractional crystallization alone (closed system) and coupled assimilation fractional crystallization (AFC) (open system); the models predict the assemblages ofmagmatig mi...

2017
Cristiane Pavan Pereira Denise Johnsson Campos Amaral Vaneuza Araujo Moreira Funke Victória Zeghbi Cochenski Borba

BACKGROUND The aim of this study was to evaluate the prevalence of pre-sarcopenia and bone mineral density after hematopoietic stem cell transplantation. METHODS The study group consisted of over 18-year-old patients who had been submitted to allogeneic transplantation at least one year previously. Patients and healthy controls were matched by sex, ethnic background, age, and body mass index....

Journal: :Applied and environmental microbiology 1990
Y Bashan S K Harrison R E Whitmoyer

The capacity of Azospirillum brasilense to enhance the accumulation of K, P, Ca, Mg, S, Na, Mn, Fe, B, Cu, and Zn in inoculated wheat and soybean plants was evaluated by using two different analytical methods with five A. brasilense strains originating from four distinct geographical regions. A Pseudomonas isolate from the rhizosphere of Zea mays seedlings was included as a control. All A. bras...

Journal: :American journal of nephrology 2015
Anna J Jovanovich Michel B Chonchol Atousa Sobhi Jessica B Kendrick Alfred K Cheung James S Kaufman Gerard Smits Kristen L Jablonski

BACKGROUND Evidence suggests that the renin-angiotensin-aldosterone system (RAAS) interacts with the vitamin D-fibroblast growth factor 23-Klotho axis. We investigated whether circulating mineral metabolism markers modify outcomes in response to RAAS inhibition in subjects with advanced chronic kidney disease (CKD). METHODS In this retrospective cohort study, we analyzed the association of an...

2018
M. L. Mazzucchelli P. Burnley R. J. Angel S. Morganti M. C. Domeneghetti F. Nestola M. Alvaro

Elastic geothermobarometry on inclusions is a method to determine pressure-temperature conditions of mineral growth independent of chemical equilibrium. Because of the difference in their elastic properties, an inclusion completely entrapped inside a host mineral will develop a residual stress upon exhumation, from which one can back-calculate the entrapment pressure. Current elastic geobaromet...

Journal: :journal of agricultural science and technology 2010
s. a. elahinia j. p. tewari

confocal laser scanning microscopy (clsm) is a revolutionary advance in the field of light microscopy which, in recent years, has been used on interaction studies between host and pathogen. this study carried out on the flag leaves of the susceptible spring wheat cultivar (triticum aestivum l.) known as thatcher and its near isogenic line with the yr-18 adult-plant resistance gene to stripe rus...

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

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

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