نتایج جستجو برای: broussonetia papyrifera

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

2014

Purpose: Water is very important to the existence of humans, though could also serve as vehicle of pathogenic organisms and dangerous organic and inorganic matters. The physicochemical and microbiological analysis of seven borehole water samples used by AkungbaAkoko residents were carried out with the aim of ascertaining their suitability or otherwise for human consumption. Methods: The total h...

2016
Ondrej Hanousek Marion Brunner Daniel Pröfrock Johanna Irrgeher Thomas Prohaska

The performance and validation characteristics of different single collector inductively coupled plasma mass spectrometers based on different technical principles (ICP-SFMS, ICP-QMS in reaction and collision modes, and ICP-MS/MS) were evaluated in comparison to the performance of MC ICP-MS for fast and reliable S isotope ratio measurements. The validation included the determination of LOD, BEC,...

2013
Mark A. Bradford

Temperature regulates the rate of biogeochemical cycles. One way it does so is through control of microbial metabolism. Warming effects on metabolism change with time as physiology adjusts to the new temperature. I here propose that such thermal adaptation is observed in soil microbial respiration and growth, as the result of universal evolutionary trade-offs between the structure and function ...

2005
Ichiro Torisu

We classify transverse Hopf links in the standard contact 3-space up to transverse isotopy in terms of their components’ self-linking number. 1 The statement of result A contact structure on a 3-manifold is a completely non-integrable 2-plane field on it. Let ξ0 be the standard contact structure on 3-space R 3 = {(x, y, z)}, that is, a 2-plane field on R defined by the kernel of the 1-form dz −...

Journal: :AJNR. American journal of neuroradiology 2003
Kohsuke Kudo Satoshi Terae Takeshi Asano Masaki Oka Kenshi Kaneko Satoshi Ushikoshi Kazuo Miyasaka

BACKGROUND AND PURPOSE Our purpose was to evaluate the visualization of the artery of Adamkiewicz (AKA) and the anterior spinal artery (ASA) by using multi-detector row CT. Preoperative detection of the AKA and ASA is important for prevention of ischemic complications of thoracoabdominal aortic surgery. METHODS Data from contrast-enhanced CT of the abdomen of 19 consecutive patients with know...

Amir Farshchi, Golbarg Ghiasi Peyman Malek Khatabi Samireh Farshchi

Objective(s) Learning is defined as the acquisition of information and skills, while subsequent retention of that information is called memory. The objective of the present study was to investigate the effect of aqueous extract of Boswellia papyrifera on learning and memory paradigms in mice and rats. Materials and Methods This study was held at the Department of Pharmacology, Faculty of Pha...

2010
Eric P. KELSEY Cameron P. WAKE Karl KREUTZ Erich OSTERBERG

Samples were collected from a snow pit and shallow firn core near Kahiltna Pass (2970ma.s.l.), Denali National Park, Alaska, USA, in May 2008. The record spans autumn 2003 to spring 2008 and reveals clusters of ice layers interpreted as summertime intervals of above-freezing temperatures. High correlation coefficients (0.75–1.00) between annual ice-layer thickness and regional summertime statio...

2015
Anna Victoria Martinez Edyta Małolepsza Laura Domínguez Qing Lu John E. Straub

The propensity of peptides to form α-helices has been intensely studied using theory, computation, and experiment. Important model peptides for the study of the coil-to-helix transition have been alanine-lysine (AKA) peptides in which the lysine residues are placed on opposite sides of the helix avoiding charge repulsion while enhancing solubility. In this study, the effects of capped versus zw...

1999
CHUNG–PEI MA

In these lectures I highlight some key features of massive neutrinos in the context of cosmology. I first review the thermal history and the free-streaming kinematics of the uniform cosmic background neutrinos. I then describe how fluctuations in the phase space distributions of neutrinos and other particles arise and evolve after neutrino decoupling according to the linear perturbation theory ...

Journal: :Annals of the rheumatic diseases 1999
C Vincent F de Keyser C Masson-Bessière M Sebbag E M Veys G Serre

OBJECTIVE Antiperinuclear factor (APF), "antikeratin antibodies" ("AKA"), and antibodies to human epidermis filaggrin (AFA), are highly specific serological markers of rheumatoid arthritis (RA), which recognise epitopes on various isoforms of (pro)filaggrin. It was proposed that these antibodies are globally named antifilaggrin autoantibodies. Here the diagnostic value of the detection of each ...

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

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

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