نتایج جستجو برای: electrolysis tim

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

2015
Derek Pletcher Xiaohong Li

This review makes the case for cheaper and more efficient water electrolysis technology. In particular, the potential advantages of zero gap, alkaline water electrolysers based on hydroxide ion conducting membranes are highlighted. Following a brief introduction into the thermodynamics and kinetics of water electrolysis, recent developments in oxygen evolving anodes, hydrogen evolving cathodes ...

2002
E. K. Storms

Samples of palladium sheet supplied by IMRA Japan were tested for anomalous energy production using electrolysis in heavy water and a sensitive calorimeter. Several samples were found to produce significant power above that being applied to produce electrolysis. This behavior was found to correlate with certain properties of the palladium metal. In addition, the anomalous heat was shown to orig...

2015
Zi-Ning Zhang Ming-Lu Zhu Yan-Hong Chen Ya-Jing Fu Tong-Wei Zhang Yong-Jun Jiang Zhen-Xing Chu Hong Shang

PURPOSE To explore the association between differential Tim-3 and PD-1 expression patterns and HIV disease progression, and to investigate the impact of common γ-chain cytokines on Tim-3 and PD-1 expression patterns on T cells. METHODS Tim-3/PD-1 expression on the T cells of patients with early and chronic HIV infections was detected. The expression levels and functional profiles of T cells w...

2011
Ka Jung Jun Mi Jin Lee Dong Chul Shin Min Yeong Woo Kyongmin Kim Sun Park

BACKGROUND T cell immunoglobulin mucin containing molecule (TIM)-3 is expressed in differentiated Th1 cells and is involved in the suppression of the cytokine production by these cells. However, the regulation of the expression of other T cell genes by TIM-3 is unclear. Herein, we attempted to identify differentially expressed genes in cells abundantly expressing TIM-3 compared to cells with lo...

Introduction Infantile colic is a common disorder in the three first months of childhood. There is no clear management in treating this disease which may lead to psychosocial consequences in parents. Due to the importance of infantile colic in Traditional Iranian Medicine (TIM) in this study was conducted. Materials and Methods In this review article, we searched the words for colic infantile l...

Background Measles is a contagious illness with symptoms including fever, cough and rash. Although after the start of vaccination, its mortality rate has decreased significantly, but in some countries, the disease still leads to dangerous complications. Since infectious diseases such as measles has long been of interest to practitioners, in this study the perspective of Traditional Iranian Medi...

2014
Marcelo Lopes da Silva Jordão Marcelo Hatanaka Abayomi Ogundele Maria Rosa Bet de Moraes Silva Roberto Murad Vessani

OBJECTIVE To assess the intraocular pressure (IOP)-lowering effect of travoprost 0.004%/timolol 0.5% fixed-dose combination (TRAV/TIM-FC) in patients not achieving the target IOP of ≤18 mmHg while on timolol 0.5% (TIM) monotherapy. METHODS A multicenter, prospective, open-label study (NCT01336569) was conducted in patients with open-angle glaucoma or ocular hypertension. Eligible patients wer...

2015
Brian Tomkowicz Eileen Walsh Adam Cotty Raluca Verona Nina Sabins Fred Kaplan Sandy Santulli-Marotto Chen-Ni Chin Jill Mooney Russell B. Lingham Michael Naso Timothy McCabe Derya Unutmaz

TIM-3 (T cell immunoglobulin and mucin-domain containing protein 3) is a member of the TIM family of proteins that is preferentially expressed on Th1 polarized CD4+ and CD8+ T cells. Recent studies indicate that TIM-3 serves as a negative regulator of T cell function (i.e. T cell dependent immune responses, proliferation, tolerance, and exhaustion). Despite having no recognizable inhibitory sig...

2012
Tomohiro Okagawa Satoru Konnai Ryoyo Ikebuchi Saori Suzuki Tatsuya Shirai Yuji Sunden Misao Onuma Shiro Murata Kazuhiko Ohashi

The immunoinhibitory receptor T cell immunoglobulin domain and mucin domain-3 (Tim-3) and its ligand, galectin-9 (Gal-9), are involved in the immune evasion mechanisms for several pathogens causing chronic infections. However, there is no report concerning the role of Tim-3 in diseases of domestic animals. In this study, cDNA encoding for bovine Tim-3 and Gal-9 were cloned and sequenced, and th...

Journal: :Protein engineering, design & selection : PEDS 2015
Mirja Krause Peter Neubauer Rik K Wierenga

Through structure-based and directed evolution approaches, a new catalytic activity has been established on the (β/α)8 barrel enzyme triosephosphate isomerase (TIM). This work started from ml8bTIM, a monomeric variant of TIM, in which the phosphate-binding loop (loop-8) had been shortened. Structure analysis suggested an additional point mutation (V233A), converting ml8bTIM into A-TIM. A-TIM ha...

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

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

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