نتایج جستجو برای: brazos river

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

Journal: :Revista del Instituto de Medicina Tropical 2023

El eritema multiforme es una reacción inmunomediada que envuelve la piel y algunas veces a mucosa. Las infecciones medicamentos constituyen las causas más comunes. Típicamente se presenta como lesiones “en diana” sobreelevadas con centro pálido borde eritematoso o atípicas vesículas ampollas. Se el caso de mujer 68 años acude por tumoración nivel del antebrazo derecho signos inflamatorios fiebr...

Journal: :Journal of virology 1992
D A Kool S M Matsui H B Greenberg I H Holmes

A reassortant, TyRh, was isolated after coinfection of MA104 cells with avian Ty-1 and simian RRV rotaviruses. Hybridization and serological studies showed that the reassortant's 4th gene, which encodes Vp4, was derived from the simian RRV rotavirus parent, whereas the remaining 10 genes were derived from the avian Ty-1 rotavirus parent.

Journal: :American journal of physiology. Heart and circulatory physiology 2015
Fatima El-Hamad Elisabeth Lambert Derek Abbott Mathias Baumert

Beat-to-beat variability of the QT interval (QTV) is sought to provide an indirect noninvasive measure of sympathetic nerve activity, but a formal quantification of this relationship has not been provided. In this study we used power contribution analysis to study the relationship between QTV and muscle sympathetic nerve activity (MSNA). ECG and MSNA were recorded in 10 healthy subjects in the ...

Journal: :Communicable diseases intelligence 1997
L Hueston A Yund S Cope M Monteville M Marchetti J Haniotis J Clancy S Doggett R Russell D Dwyer G Parker

In support of a large, combined Australia-United States of America military exercise at Shoalwater Bay in south-eastern Queensland during March 1997 (TANDEM THRUST 97), the United States Navy sent the Deployed Public Health Laboratory (DPHL) into the field with the forces. The purpose of this was preventative medicine as well as disease and vector surveillance. Among the numerous potential thre...

Journal: :Eating behaviors 2012
Summar Reslan Karen K Saules Mark K Greenwald

Laboratory methods and questionnaires to assess the relative reinforcing value of food (RRV-F) have been developed, but this is the first study to validate an online questionnaire measure of the RRV-F. Participants (281 college students) completed an online survey assessing demographic variables, food preferences, and the RRV-F. A subsample (n=21) also completed a laboratory food choice session...

Journal: :Science 1990
Ivan Havel

Ivan Havel remembers when in the late 1970s the Czechoslovakian state police began watching his apartment. For months he had been hosting unofficial science seminars, and the police didn't like it. "It politicized me, says the soft-spoken computer scientist and brother of Czechoslovakian president Vaclav Havel. "The police would check the people who came and ask them to identify 'themselves. Th...

Journal: :Environmental monitoring and assessment 2011
Yongyong Zhang Jun Xia Junfeng Chen Minghua Zhang

Water quantity and quality joint operation is a new mode in the present dams' operation research. It has become a hot topic in governmental efforts toward integrated basin improvement. This paper coupled a water quantity and quality joint operation model (QCmode) and genetic algorithm with Soil and Water Assessment Tool (SWAT). Together, these tools were used to explore a reasonable operation o...

2014

Golden alga, Prymnesium parvum, has become a rising concern in terms of conservation. This is due to the toxic blooms they create that kill populations of fish and phytoplankton. P. parvum produce prymnesin toxins, which cause the blooms to be so dangerous. Previous research has claimed that prymnesins lyse cells and toxify other cells, neurons and fish. Specifically, the toxins have been shown...

Journal: :Estudios paraguayos 2021

En julio de 2021, diferentes pueblos indígenas del Paraguay están viviendo un momento crítico y lacerante, sumado a la pandemia, que agudiza el ninguneo hacia ellos. Sin embargo, lo señalado no significa anteriormente estuvieron bien. Para nada. Significa mal estaban, ahora atravesando una crisis más intensa debido fundamentalmente ambición desmedida algunos miembros sociedad envolvente o blanc...

Journal: :Revista Iberoamericana De Automatica E Informatica Industrial 2023

El uso de dispositivos roóticos bimanuales vestibles que asistan al usuario en la realización tareas mantenimiento tiene el objetivo disminuir los trastornos musculoesqueléticos asociados a adopción continuada posturas incómodas durante jornada laboral. En este artículo se presenta un estudio del estado arte con fin caracterizar sistema SecondArms y pueda realizar mayor número actividades posib...

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

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

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