نتایج جستجو برای: complex substrates

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

Journal: :international journal of advanced biological and biomedical research 2014
parviz rahbarian ali salehi sardoei

an important factor in the growth medium of plants and chemical plants. native substrates can be used to improve plant performance. to evaluate the effect of growth medium on the herb f. benjamina experimental design was completely randomized with eight treatments and four replications were carried out in the research greenhouse of islamic azad university of jiroft. f. benjamina  plants from ve...

2012
Denis Ostapenko Janet L. Burton Mark J. Solomon

The Anaphase-Promoting Complex/Cyclosome (APC/C) is an essential ubiquitin ligase that targets numerous proteins for proteasome-mediated degradation in mitosis and G1. To gain further insight into cellular pathways controlled by APC/C(Cdh1), we developed two complementary approaches to identify additional APC/C(Cdh1) substrates in budding yeast. First, we analyzed the stabilities of proteins th...

Journal: :Bioresource technology 2011
Rodrigo A Labatut Largus T Angenent Norman R Scott

The biomethane potential and biodegradability of an array of substrates with highly heterogeneous characteristics, including mono- and co-digestion samples with dairy manure, was determined using the biochemical methane potential (BMP) assay. In addition, the ability of two theoretical methods to estimate the biomethane potential of substrates and the influence of biodegradability was evaluated...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2010
Jennifer M Hsieh Kirill Tsirulnikov Michael R Sawaya Nathaniel Magilnick Natalia Abuladze Ira Kurtz Jeff Abramson Alexander Pushkin

Trichloroethylene (TCE) is one of the most widespread environmental contaminants, which is metabolized to N-acetyl-S-1,2-dichlorovinyl-L-cysteine (NA-DCVC) before being excreted in the urine. Alternatively, NA-DCVC can be deacetylated by aminoacylase 3 (AA3), an enzyme that is highly expressed in the kidney, liver, and brain. NA-DCVC deacetylation initiates the transformation into toxic product...

Bo Zhang, Jianrong Huang, Runlin Xu, Wenhui Lin, Yajun Wang,

 In order to investigate the effects of artificial substrates (vertical surface of polypropylene fabrics) on cultured shrimp, we reared 28-day old Litopenaeus vannamei post-larvae (PL28) intensively for 90 days at a density of 510 shrimp/m2 in each of 8 tanks. Two tanks containing no artificial substrate were a control group, and 1, 3 and 5 artificial substrates were present in other 6 tanks. T...

2002
Sergey Paushkin Amélie K Gubitz Séverine Massenet Gideon Dreyfuss

Spinal muscular atrophy is a common, often lethal, neurodegenerative disease that results from low levels of, or loss-of-function mutations in, the SMN (survival of motor neurons) protein. SMN oligomerizes and forms a stable complex with five additional proteins: Gemins 2–6. SMN also interacts with several additional proteins referred to as ‘substrates’. Most of these substrates contain a domai...

Journal: :The American naturalist 2005
Rowan D H Barrett R Craig MacLean Graham Bell

In complex environments that contain several substitutable resources, lineages may become specialized to consume only one or a few of them. Here we investigate the importance of environmental complexity in determining the evolution of niche width over approximately 900 generations in a chemically defined experimental system. We propagated 120 replicate lines of the bacterium Pseudomonas fluores...

Journal: :The international journal of biochemistry & cell biology 2015
Pablo Sánchez-Martín Carlos Romá-Mateo Rosa Viana Pascual Sanz

Lafora disease (LD, OMIM254780, ORPHA501) is a rare neurodegenerative form of epilepsy related to mutations in two proteins: laforin, a dual specificity phosphatase, and malin, an E3-ubiquitin ligase. Both proteins form a functional complex, where laforin recruits specific substrates to be ubiquitinated by malin. However, little is known about the mechanism driving malin-laforin mediated ubiqui...

2016
Xi Wu Lanlan Li Hui Jiang

Mitochondria-associated degradation (MAD) mediated by the Cdc48 complex and proteasome degrades ubiquitinated mitochondrial outer-membrane proteins. MAD is critical for mitochondrial proteostasis, but it remains poorly characterized. We identified several mitochondrial Cdc48 substrates and developed a genetic screen assay to uncover regulators of the Cdc48-dependent MAD pathway. Surprisingly, w...

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

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

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