نتایج جستجو برای: n uptake

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

Journal: :international journal of advanced biological and biomedical research 0
elnaz azizzadeh m.sc. student in chemistry and soil fertility, department of soil sciences, gorgan university of agriculture sciences and natural resources gorgan, iran seyed ali reza movahedi naeini associate professor of department of soil sciences, gorgan university of agriculture sciences and natural resources gorgan, iran ebrahim zeinali associate professor of department of agronomy, gorgan university of agriculture sciences and natural resources gorgan, iran ghorban ali roshani assistant professor of gorgan institute for cotton research, gorgan, iran

this study was carried out in order to evaluate the changes of nitrogen, phosphor and potassium uptake by wheat and remaining of them in soil under foliar application of leonardite and foliar application of n and k. the experiment was conducted in gorgan university of agricultural sciences and natural resources during 2013- 2014. the experiment was laid out a using split-plot arrangement based ...

2015
Shuang Ma Xiaoxue Zhu Jing Zhang Lirong Zhang Rongxiao Che Fang Wang Hanke Liu Haishan Niu Shiping Wang Xiaoyong Cui

Organic nitrogen (N) uptake by plants has been recognized as a significant component of terrestrial N cycle. Several studies indicated that plants have the ability to switch their preference between inorganic and organic forms of N in diverse environments; however, research on plant community response in organic nitrogen uptake to warming and grazing is scarce. Here, we demonstrated that organi...

2015
Juliette Vella-Boucaud Dimitri Papathanassiou Olivier Bouche Alain Prevost Thibault Lestra Sandra Dury Hervé Vallerand Jeanne-Marie Perotin Claire Launois Louis Boissiere Mathilde Brasseur François Lebargy Gaëtan Deslee

BACKGROUND F-Fluorodeoxyglucose positron emission tomography/computed tomography (18F-FDG PET/CT) is increasingly used for the initial staging and restaging of lung cancer. Incidental gastrointestinal findings are often observed on (18)F-FDG PET/CT. The objective of this study was to assess incidental 18F-FDG uptake by the gastrointestinal tract (GIT) in patients with lung cancer. METHODS Two...

2017
Qiang Li Yawei Wu Wei Chen Rong Jin Fanlei Kong Yongpei Ke Haichun Shi Jichao Yuan

Although, considerable differences in root size in response to nitrogen (N) application among crop species and cultivars have been widely reported, there has been limited focus on the differences in root N uptake ability. In this study, two maize (Zea mays L.) hybrids, Zhenghong 311 (ZH 311, N-efficient) and Xianyu 508 (XY 508, N-inefficient), were used to compare differences in root N uptake a...

2015
Juliette Vella-Boucaud Dimitri Papathanassiou Olivier Bouche Alain Prevost Thibault Lestra Sandra Dury Hervé Vallerand Jeanne-Marie Perotin Claire Launois Louis Boissiere Mathilde Brasseur François Lebargy Gaëtan Deslee

Background: F-Fluorodeoxyglucose positron emission tomography/computed tomography (F-FDG PET/CT) is increasingly used for the initial staging and restaging of lung cancer. Incidental gastrointestinal findings are often observed on F-FDG PET/CT. The objective of this study was to assess incidental F-FDG uptake by the gastrointestinal tract (GIT) in patients with lung cancer. Methods: Two hundred...

Journal: :Journal of experimental botany 2006
Jörgen Persson Per Gardeström Torgny Näsholm

Although an increasing number of studies show that many plant species have the capacity to take up amino acids from exogenous sources, the importance of such uptake for plant nitrogen nutrition is largely unknown. Moreover, little is known regarding metabolism and distribution of amino acid-N following uptake or of the regulation of these processes in response to plant nitrogen status. Here res...

Journal: :Journal of economic entomology 2003
Jin-Cai Wu Hui-Min Qiu Guo-Qing Yang Bo Dong Hainan Gu

This study investigated the uptake of three macronutrients, including nitrogen (N), phosphorus (P), and potassium (K), by rice roots in response to different infestation levels of Nilaparvata lugens (Stål) (Homoptera: Delphacidae). Hydroponics experiments were conducted on the rice variety 'Zhendao 2' (moderately resistant to Tryporyza incertulas, Lepidoptera: Pyralidae) and the variety 'Xiushu...

امینی دهقی , مجید , افراسیابی, مهدی, مدرس ثانوی, سید علی محمد ,

In order to study the effects of phosphate biofertilizer Barvar 2 and triple super phosphate fertilizer on yield, quality and nutrient uptake in Medicago scutellata, cv. Robinson, a field research work was done in the Research Field of Agricultural College, Shahed University, located in Tehran, Qom highway in 2006. The treatments included phosphate biofertilizer Barvar 2 at two levels including...

2005
BARRY THORNTON

We assessed the extent to which plants can acquire amino acids when supplied as single N-sources or when plants have access to a mixture of aminoand inorganic N sources. Because the uptake of different N-sources is temperaturedependent, the effects of temperature on amino-N uptake were also tested. Lolium perenne (perennial rye-grass) was grown hydroponically at 11 ∞ C or 21 ∞ C. Uptake of N wa...

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

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

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