نتایج جستجو برای: in cs2 treatment

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

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2011
Matthew M Campolattaro Alireza Kashef Inah Lee John H Freeman

Cross-modal transfer occurs when learning established with a stimulus from one sensory modality facilitates subsequent learning with a new stimulus from a different sensory modality. The current study examined neuronal correlates of cross-modal transfer of pavlovian eyeblink conditioning in rats. Neuronal activity was recorded from tetrodes within the anterior interpositus nucleus (IPN) of the ...

Journal: :British journal of industrial medicine 1969
E J Bond W H Butler F De Matteis J M Barnes

Bond, E. J., Butler, W. H., de Matteis, F., and Barnes, J. M. (1968). Brit. J. industr. Med., 26, 335-337. Effects of carbon disulphide on the liver of rats. Normal rats surviving a single oral dose of carbon disulphide (CS2) show liver enlargement and depression of drug-metabolizing enzymes but no liver necrosis. If the drug-metabolizing enzymes are stimulated by phenobarbitone before exposure...

Journal: :Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 2009

Journal: :British journal of industrial medicine 1983
G Corsi P Maestrelli G Picotti S Manzoni P Negrin

Two groups of viscose rayon production workers were examined 10 years after discontinuation of exposure to CS2. Group A comprised 20 subjects exposed to high CS2 concentrations and group B 13 subjects with lower exposure. Clinical findings and the measurements of nerve conduction velocity of the slow fibres in the peripheral nerves were evaluated. Twelve subjects had both clinical and electromy...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه کاشان - دانشکده علوم انسانی 1389

abstract poor reading comprehension can result in failure in using references, benefiting from professional gatherings and resources, keeping up with the growing body of knowledge in the virtual world of the internet, and failing to achieve in efl programs. the purpose of the present quasi-experimental study was to explore the effects of background knowledge and previewing narrative and expos...

Journal: :Journal of Korean Medical Science 1998
E. Lee M. H. Kim

The abnormalities of cerebral vasoreactivity were evaluated in CS2 poisoning cases. In 34 retired workers with CS2 poisoning (case group) and 20 healthy individuals (control group), blood flow velocities were measured in the middle cerebral arteries (MCA) by transcranial Doppler. Compared with the control group, the case group showed lower mean values of blood flow velocities and pulsatile indi...

2001
F. E. HERNÁNDEZ S. S. YANG V. DUBIKOVSKIY W. SHENSKY E. W. VAN STRYLAND D. J. HAGAN

Experiments measuring the transmission of 5 nanosecond (FWHM), 532 nm pulses through an optical limiter using two different nonlinear materials at two separate focal planes show by far the highest dynamic-range measured to date. This cascaded focus, f/5 optical limiter combines self focusing and consequent nonlinear scattering in CS2, with reverse saturable absorption in lead-phthalocyanine (Pb...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علوم کشاورزی و منابع طبیعی گرگان - دانشکده مرتع و آبخیزداری و شیلات و محیط زیست 1391

جهت بهینه سازی شرایط تولید پروتئین هیدرولیز شده (شامل نسبت آنزیم به سوبسترا، دما و زمان) به منظور دستیابی به بالاترین خواص آنتی اکسیدانی، مینس تهیه شده از ضایعات میگوی ببری سبز (penaeus semisulcatus) پس از تعیین درصد پروتئین آن (13%، بر اساس وزن تر) با استفاده از دو پروتئاز تجاری آلکالاز و فلاورزایم بر اساس 18 تیمار تعیین شده با طرح آزمایشات سطح پاسخ برای هر آنزیم، هیدرولیز شده و با خشک کن انجم...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان فارس - دانشکده دندانپزشکی 1380

چکیده ندارد.

2012
H. Hosseini M. Javadi M. Moghiman

Carbon disulfide is widely used for the production of viscose rayon, rubber, and other organic materials and it is a feedstock for the synthesis of sulfuric acid. The objective of this paper is to analyze possibilities for efficient production of CS2 from sour natural gas reformation (H2SMR) (2H2S+CH4 =CS2 +4H2) . Also, the effect of H2S to CH4 feed ratio and reaction temperature on carbon disu...

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

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

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