نتایج جستجو برای: inducible test

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

Journal: :Journal of Visualized Experiments 2021

Inducible gene expression systems are an invaluable tool for studying biological processes. Optogenetic can provide precise control over timing, location, and amplitude using light as the inducing agent. In this protocol, optogenetic system is used to achieve light-inducible in zebrafish embryos. This relies on engineered transcription factor called TAEL based a naturally occurring light-activa...

2015
Yeonju Lee Seikwan Oh

BACKGROUND It has been known that ginseng can be applied as a potential nutraceutical for memory impairment; however, experiments with animals of old age are few. METHODS To determine the memory enhancing effect of red ginseng, C57BL/6 mice (21 mo old) were given experimental diet pellets containing 0.12% red ginseng extract (approximately 200 mg/kg/d) for 3 mo. Young and old mice (4 mo and 2...

پایان نامه :0 1374

in fact, this study focused on the following questions: 1. is there any difference between the effect of functional/notional approach and the structural approaches to language teaching on the proficiency test of efl learners? 2. can a rather innovative language test referred to as "functional test" ge devised so so to measure the proficiency test of efl learners, and thus be as much reliable an...

Journal: :Circulation research 2008
Hongbin Liu Steven A Fisher

The cardiac outflow tract (OFT) of birds and mammals undergoes complex remodeling in the transition to a dual circulation. We have previously suggested a role of myocardial hypoxia and hypoxia inducible factor (HIF)-1 in the apoptosis-dependent remodeling of the OFT. In the present study, we transduced recombinant adenovirus-mediated HIF-1alpha in embryonic chick OFT myocardium to test its role...

2013
Christopher A. Lieu Shankar J. Chinta Anand Rane Julie K. Andersen

We have previously shown that increases in astrocytic monoamine oxidase-B (MAO-B) expression, mimicking that which occurs with aging and in neurodegenerative disease, in a doxycycline (dox)-inducible transgenic mouse model evokes neuropathological similarities to what is observed in the human parkinsonian brain. Additional behavioral and neuropathological studies could provide further validatio...

2016
Soumyadeep Ghosh Mandira Banerjee

BACKGROUND & OBJECTIVES Methicillin resistant Staphylococcus aureus (MRSA) isolates with inducible clindamycin resistance (iCR) are resistant to erythromycin and sensitive to clindamycin on routine testing and inducible clindamycin resistance can only be identified by D-test. This study was aimed to detect methicillin resistance and iCR among S. aureus isolates, effectiveness of some commonly u...

Journal: :The Israel Medical Association journal : IMAJ 2011
Dror S Shouval Zmira Samra Itamar Shalit Gilat Livni Efraim Bilavsky Orit Ofir Rachamim Gadba Jacob Amir

BACKGROUND Staphylococcus aureus infections are a major cause of morbidity and mortality worldwide. Clindamycin is widely used in the treatment of staphylococcal infections; however, it is our impression that in the last few years, inducible clindamycin resistance (ICR) has become more prevalent. OBJECTIVE To assess the prevalence of ICR in methicillin-sensitive Staphylococcus aureus (MSSA) i...

Journal: :iranian journal of basic medical sciences 0
azam karkhaneh department of biochemistry, school of medicine, tehran university of medical sciences, tehran, iran reference laboratory, iranian social security organization, tehran, iran mohammad ansari department of biochemistry, school of medicine, tehran university of medical sciences, tehran, iran solaleh emamgholipour department of biochemistry, school of medicine, tehran university of medical sciences, tehran, iran mohammad hessam rafiee high institute for research and education in transfusion medicine, tehran, iran

objective(s):the neuropeptide calcitonin gene-related peptide (cgrp) has long been postulated to play an integral role in the pathophysiology of migraine. earlier studies showed that cgrp can stimulate the synthesis and release of nitric oxide (no) and cytokines from trigeminal ganglion glial cells. the purpose of this study was to determine the effect of 17β-estradiol in regulation of cgrp exp...

Journal: :Journal of cardiovascular magnetic resonance : official journal of the Society for Cardiovascular Magnetic Resonance 2001
C A Hamilton K M Link T B Salido F H Epstein W G Hundley

To determine if visualization of left ventricular contraction throughout the course of a pharmacologic stress test performed with magnetic resonance imaging (MRI) (rather than solely at baseline and peak stress) is necessary, we retrospectively reviewed dobutamine MRI results in 469 consecutively referred patients for diagnosis of inducible ischemia. At each stage of pharmacologic stress, six i...

Journal: :Indian journal of experimental biology 2010
Neeraj Gilhotra Harshita Jain Dinesh Dhingra

Effects of selective nitric oxide synthase (NOS) inhibitors, 7-nitroindazole (7-NI), a selective inhibitor of neuronal nitric oxide synthase (nNOS) and aminoguanidine (AG), a selective inhibitor of inducible nitric oxide synthase (iNOS) on anxiety in unstressed and stressed mice were investigated using elevated plus maze (EPM) test and light-dark test (LDT). 7-NI (20 and 40 mg/kg, ip) produced ...

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

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

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