نتایج جستجو برای: chloroacetaldehyde

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

2011
Gong Zhang Radoslaw Lukoszek Bernd Mueller-Roeber Zoya Ignatova

In eukaryotes, the transcription of tRNA genes is initiated by the concerted action of transcription factors IIIC (TFIIIC) and IIIB (TFIIIB) which direct the recruitment of polymerase III. While TFIIIC recognizes highly conserved, intragenic promoter elements, TFIIIB binds to the non-coding 5'-upstream regions of the tRNA genes. Using a systematic bioinformatic analysis of 11 multicellular euka...

2017
Isabel Amélia Costa Mendes Carla Aparecida Arena Ventura

Mendes IAC, Ventura CAA. Nursing Protagonism in the UN Goals for the people’s health. Rev. Latino-Am. Enfermagem. 2017;25:e2864. [Access ___ __ ____]; Available in: ____________________. DOI: http://dx.doi. org/10.1590/1518-8345.0000.2864. URL day month year For decades, high-level discussions on possible actions and strategic goals have been conducted aiming at achieving a better level of heal...

Journal: :Stroke 2014
Shin-Joe Yeh Sung-Chun Tang Li-Kai Tsai Jiann-Shing Jeng

BACKGROUND AND PURPOSE Pathogenetic classification of intracerebral hemorrhage (ICH), using systems such as SMASH-U (structural vascular lesions, medication, cerebral amyloid angiopathy [CAA], systemic disease, hypertension, or undetermined), is important in predicting functional outcomes and mortality in patients with ICH. This study aimed to compare pathogenetic subtypes between the first and...

Journal: :Nucleic acids research 1989
G E Tennyson C A Sabatos T L Eggerman H B Brewer

Mature RNA transcripts from a single eukaryotic gene may contain different nucleotide sequences, ranging from alternately spliced exons to transcripts from separate alleles differing by only one base. Our laboratory and others have recently reported another class of RNA sequence differences, occurring in transcripts from the single copy apolipoprotein B (apoB) gene. A unique RNA editing mechani...

2006
Osamu Inoue

Direct numerical simulation results of aeolian tones generated by a two-dimensional obstacle (circular cylinder, square cylinder, NACA0012 airfoil) in a uniform flow are presented and the generation and propagation mechanisms of the sound are discussed. The unsteady compressible Navier-Stokes equations are solved by a highly-accurate finite difference scheme over the entire region from near to ...

2017
Philip M. Tierno

Outdoor Air Quality OAQ): The federal government has made great progress towards cleaning outdoor air since 1970 via the Clean Air Act (CAA) and its additional amendments signed into law in 1990. This Act resulted in a significant 70% reduction of aggregate emissions of six representative indicators of common pollutants between the years of 1970 to 2014! Thusly, the CAA laws define the EPA’s re...

2008
Chun Hui Yang Makoto Otsuka Eisaku Ohama

Immunohistochemical study of perivascular plaques (PPs) in 7 patients with Alzheimer's disease (AD) and 4 with cerebral amyloid angiopathy (CAA)(CAA with dementia in 3 patients and CAA with massive cerebral hemorrhage in 1 patient) demonstrated that PPs were also a common form of amyloid P (AP) deposits, like SPs and CAAs, in both AD and CAA, and that they had similar immunostaining characteris...

2008
J. J.

Ten histologic sections were sampled from similar cortical regions in each of 84 autopsy brains removed from patients aged 60 to 97 years. The sections were stained by the Congo-red method and examined under polarized light for the presence of cortical {parenchymal) cerebral amyloid angiopathy (CAA). Some degree of CAA was found in 36% of all brains examined, with a higher proportion of patient...

2003
Jürg Schweizer

The rutschblock test is one of the most reliable snow stability tests. It is a mini slab avalanche that is tested with the appropriate dynamic load: the skier or snowboarder. The test method and its limitations are reviewed. The application of the rutschblock test as the standard stability test in the observational network of the Swiss Avalanche Warning Service is described. Introduction The ru...

2008

Quantitative RT-PCR analysis. The following primers were used to amplify β-casein cDNA and 18S rRNA sequences: forward primer of the β-casein gene 5'-GCT CAG GCT CAA ACC ATC TC-3' and reverse primer 5'-TGT GGA AGG AAG GGT GCT AC-3'; forward primer of the 18S rRNA gene 5’-TCGGAACTGAGGCCATGATT-3’ and reverse primer 5’CCTCCGACTTTCGTTCTTGATT-3’. Fragments of β-casein gene and 18S rRNA were amplifie...

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

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

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