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

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

Journal: :American journal of physiology. Heart and circulatory physiology 2009
Ling Gao Yuh-Fen Pung Jun Zhang Peng Chen Ting Wang Min Li Miguel Meza Ligia Toro Hua Cai

Sepiapterin reductase (SPR) catalyzes the final step of tetrahydrobiopterin (H(4)B) biosynthesis and the first step of H(4)B regeneration from an exogenous precursor sepiapterin. Despite the potential significance of SPR in regulating H(4)B-dependent nitric oxide (NO(*)) production, the endothelium-specific sequence and functions of SPR remain elusive. We first cloned endothelial SPR cDNA from ...

2017
Heesang Ahn Hyerin Song Jong-ryul Choi Kyujung Kim

From active developments and applications of various devices to acquire outside and inside information and to operate based on feedback from that information, the sensor market is growing rapidly. In accordance to this trend, the surface plasmon resonance (SPR) sensor, an optical sensor, has been actively developed for high-sensitivity real-time detection. In this study, the fundamentals of SPR...

Journal: :Genes & development 2002
Sophie Jarriault Iva Greenwald

Presenilin is an essential component of the LIN-12/Notch signaling pathway and also plays a critical role in the genesis of Alzheimer's disease. Previously, a screen for suppressors of the egg-laying defective phenotype caused by partial loss of presenilin activity in Caenorhabditis elegans identified a number of new spr genes that are potentially involved in the regulation of LIN-12/Notch sign...

Journal: :FASEB journal : official publication of the Federation of American Societies for Experimental Biology 2001
A M Blum A Metwali C Crawford J Li K Qadir D E Elliott J V Weinstock

Substance P (SP) regulates interferon-gamma (IFN-gamma) production through interaction with the SP receptor NK1 (SPr) on T cells at sites of inflammation. Using murine schistosomiasis, we evaluated whether SPr expression was subject to immunoregulation. Splenocytes from schistosome-infected mice cultured for < or =18 h did not express SPr, as determined by quantitative polymerase chain reaction...

The aim of this study is experimental assay of sensitivity and stability of a bimetallic silver/gold SPR sensor chip. This chip utilizes the sensitivity of the silver and the stability of the gold. Moreover, the Silver layer (instead of usual Cr or Ti layer) was used as an adhesive intermediate layer between the Gold layer and the glass substrate. The optimization of the Gold/Silver thickness u...

بهرامپور, علیرضا, تجلی, حبیب, شریفی, مریم, پاشایی عدل, حمید,

In recent years, development of highly sensitive biosensors is the main purpose of researchers to diagnose and prevent diseases. Accordingly, in this paper, surface plasmon resonance (SPR) biosensor has been designed based on one dimensional layered structures. With regard to the fact that the quality of SPR sensors strongly depends on the reflectance amplitude and full width at half maximum (F...

Journal: :Acta biochimica et biophysica Sinica 2013
Ping Yang Ruilin Sun Minghui Yao Weidong Chen Zhugang Wang Jian Fei

The lifespan of Caenorhabditis elegans is determined by various genetic and environmental factors. In this paper, spr-3, a C. elegans homologous gene of the mammalian neural restrictive silencing factor (NRSF/REST), is reported to be an important gene regulating lifespan of C. elegans. A deletion mutation of spr-3, spr-3(ok2525), or RNAi inhibition of spr-3 expression led to the short lifespan ...

2015
Xiaocong He Fengshou Gu Andrew Ball

Self-piercing riveting (SPR) is a high-speed mechanical fastening technique which is suitable for point-joining advanced lightweight sheet materials that are dissimilar, coated, and hard to weld. Major advances have been made in recent years in SPR technique. Latest literature relating to finite element analysis (FEA) of SPR joints is reviewed in this paper. The recent development in FEA of SPR...

Journal: :Analytical and bioanalytical chemistry 2003
Jirí Homola

Surface plasmon resonance (SPR) biosensors are optical sensors exploiting special electromagnetic waves-surface plasmon-polaritons-to probe interactions between an analyte in solution and a biomolecular recognition element immobilized on the SPR sensor surface. Major application areas include detection of biological analytes and analysis of biomolecular interactions where SPR biosensors provide...

2010
Anthony G. Frutos Robert M. Corn

Surfaceplasmonresonance (SPR) methods are surface-sensitive spectroscopic techniques that can be used to characterize a variety of ultrathin organic monolayers and multilayers at gold, silver, and copper surfaces. For example, SPR measurements have been used to study Langmuir-Blodgett films {1-3), selfassembled organic monolayers (4,5), specifically and nonspecifically adsorbed biopolymers (inc...

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

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

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