نتایج جستجو برای: 768 and 246

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

Journal: :Journal of bioenergetics and biomembranes 2005
Zulfiqar Ahmad Alan E Senior

Four positively-charged residues, namely betaLys-155, betaArg-182, betaArg-246, and alphaArg-376 have been identified as Pi binding residues in Escherichia coli ATP synthase. They form a triangular Pi binding site in catalytic site betaE where substrate Pi initially binds for ATP synthesis in oxidative phosphorylation. Positive electrostatic charge in the vicinity of betaArg-246 is shown to be ...

2016
Kieran Walsh

Pan African Medical Journal. 2016; 24:246 doi:10.11604/pamj.2016.24.246.6841 This article is available online at: http://www.panafrican-med-journal.com/content/article/24/246/full/ © Kieran Walsh et al. The Pan African Medical Journal ISSN 1937-8688. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0...

Journal: :Journal of bacteriology 2011
Vadim M Gumerov Andrey V Mardanov Alexey V Beletsky Maria I Prokofeva Elizaveta A Bonch-Osmolovskaya Nikolai V Ravin Konstantin G Skryabin

Strain 768-28 was isolated from a hot spring in Kamchatka, Russia, and represents a novel member of the Vulcanisaeta genus. The complete genome sequence of this thermoacidophilic anaerobic crenarchaeon reveals genes for protein and carbohydrate-active enzymes, the Embden-Meyerhof and Entner-Doudoroff pathways for glucose metabolism, the tricarboxylic acid cycle, beta-oxidation of fatty acids, a...

Journal: :iranian journal of veterinary medicine 2010
حمیدرضا حدادزاده hamid reza hadad zadeh parviz shayan mahdi vojgani mahmood bolorchi

seven hundred and sixty-eight blood samples of pregnant cattle from four holstein dairy herds that are farmed in the vicinity of tehran were used to evaluate the seroprevalence of neospora caninum infection by enzyme-linked immunosorbent assay (elisa). two hundred and ninety-eight of the 768 blood samples (38.8%) were positive for this infection. the prevalence of infection in the herds varied ...

2018
Yayun Liang Benford Mafuvadze Cynthia Besch-Williford Salman M Hyder

Background Between 30 and 40% of human breast cancers express a defective tumor suppressor p53 gene. Wild-type p53 tumor suppressor protein promotes cell-cycle arrest and apoptosis and inhibits vascular endothelial growth factor-dependent angiogenesis, whereas mutant p53 protein (mtp53) lacks these functions, resulting in tumor cell survival and metastasis. Restoration of p53 function is theref...

Journal: :The European respiratory journal 2005
M Tresinie F Van de Maele W Verhaeghe B Van de Maele R Venken K Hertveldt

CORRESPONDENCE: B. Van de Maele, Respiratory Division, Henri Serruys Hospital, Kaı̈rostraat 84, B-8400 Oostende, Belgium. Fax: 32 59555792. E-mail: dr.vandemaele@henriserruysav.be *Respiratory Division, Dept of Surgery, and Dept of Pathology, Henri Serruys Hospital, and Torhoutsesteenweg 51, B-8400, Oostende, Belgium. Eur Respir J 2005; 25: 768–770 DOI: 10.1183/09031936.05.00110904 Copyright ERS...

2001
Éric Colin de Verdière Michel Pocchiola Gert Vegter

This paper is concerned with applications of Tutte’s barycentric embedding theorem (1963, Proc. London Math. Soc. 13, 743–768). It presents a method for building isotopies of triangulations in the plane, based on Tutte’s theorem and the computation of equilibrium stresses of graphs by Maxwell–Cremona’s theorem; it also provides a counterexample showing that the analogue of Tutte’s theorem in di...

Journal: :Acta poloniae pharmaceutica 2009
Mariusz Stolarczyk Anna Apola Jan Krzek Anna Sajdak

First (DI) and second (D2) order derivative spectrophotometric method with an application of base line to peak technique was used for determination of active pharmaceutical ingredients (API) at two wavelengths: fluphenazine (D1 at lambda = 251 nm and lambda = 265 nm, D2 at lambda = 246 nm and lambda = 269 nm), pernazine (D1 at lambda = 246 nm and lambda = 258 nm, D2 at lambda = 254 nm and lambd...

2008
ROMAN KENK Roman Kenk

Kenk, Roman. Freshwater Triclads (Turbellaria) of North America, IX: The Genus Sphalloplana. Smithsonian Contributions to Zoology, number 246, 38 pages, 62 figures, 1 table.—A revision of the North American species of the genus Sphalloplana is presented. Apart from the nine species already known (S. percoeca, S. georgiana, S. kansensis, S. virginiana, S. weingartneri, S. buchanani, S. pricei, S...

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

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

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