نتایج جستجو برای: global deterioration scale

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

Journal: :Eos, Transactions American Geophysical Union 2011

Journal: :Water 2023

The continuous and widespread deterioration of lake water quality eutrophication is not only a local problem, but also global phenomenon [...]

Journal: :The Journal of clinical psychiatry 2009
Benedetto Vitiello Susan G Silva Paul Rohde Christopher J Kratochvil Betsy D Kennard Mark A Reinecke Taryn L Mayes Kelly Posner Diane E May John S March

OBJECTIVE The Treatment for Adolescents with Depression Study (TADS) database was analyzed to determine whether suicidal events (attempts and ideation) occurred early in treatment, could be predicted by severity of depression or other clinical characteristics, and were preceded by clinical deterioration or symptoms of increased irritability, akathisia, sleep disruption, or mania. METHOD TADS ...

2017
Michael J. Paldino Wei Zhang Zili D. Chu Farahnaz Golriz

BACKGROUND AND OBJECTIVE Epilepsy is associated with alterations in the structural framework of the cerebral network. The aim of this study was to measure the potential of global metrics of network architecture derived from resting state functional MRI to capture the impact of epilepsy on the developing brain. METHODS Pediatric patients were retrospectively identified with: 1. Focal epilepsy;...

2017
Akira Yamauchi Kazuya Kurokawa Hideaki Takahashi

Stainless steels in atmospheres containing H2O form a Cr2O3 scale in the early stage of oxidation. However, the Cr2O3 scale gradually degrades with time. In order to determine the effect of H2O on the deterioration of a Cr2O3 scale, evaporation behavior of Cr2O3 in N2-O2-H2O atmospheres was investigated. The rate of mass loss in a N2-O2-H2O atmosphere was found to be one order of magnitude high...

2014
Florian U. Fischer Dominik Wolf Armin Scheurich Andreas Fellgiebel

Higher general intelligence attenuates age-associated cognitive decline and the risk of dementia. Thus, intelligence has been associated with cognitive reserve or resilience in normal aging. Neurophysiologically, intelligence is considered as a complex capacity that is dependent on a global cognitive network rather than isolated brain areas. An association of structural as well as functional br...

Journal: :Environmental Research Letters 2021

Abstract Technological characteristics and meteorological conditions are major determinants of the greenhouse gas (GHG) footprints photovoltaic facilities. By accounting for technological differences, we quantified GHG 9992 utility-scale facilities worldwide. We obtained a median footprint 58.7 g CO 2 -eq kWh ?1 , with 3-fold spread (28.2–94.6 2.5th 97.5th percentiles). Differences in panel typ...

2014
Zeinab Hamidou Tienhan S. Dabakuyo-Yonli Francis Guillemin Thierry Conroy Michel Velten Damien Jolly Sylvain Causeret Olivier Graesslin Mélanie Gauthier Mariette Mercier Franck. Bonnetain

BACKGROUND This prospective multicenter study aimed to study the impact of the recalibration component of response-shift (RS) on time to deterioration (TTD) in health related quality of life (QoL) scores in breast cancer (BC) patients and the influence of baseline QoL expectations on TTD. METHODS The EORTC-QLQ-C30 and BR-23 questionnaires were used to assess the QoL in a prospective multicent...

2003
S. Claiborne

Background and Purpose—Recent studies suggest that the short-term risk of stroke may be greater after transient ischemic attack (TIA) than after stroke. Methods—We compared risks of neurological deterioration in those with and without TIA in the National Institute of Neurological Disorders and Stroke (NINDS) tissue plasminogen activator (tPA) trial, a randomized trial of intravenous tPA given w...

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

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

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