نتایج جستجو برای: thaumatin like protein

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

Journal: :Applied sciences 2023

Microfocusing X-rays direct high-density photons on crystal samples and can enhance the diffraction limit quality of collected data. However, these intense cause radiation damage to sample, which often results in undesirable structural information. Accordingly, a data collection strategy that minimizes is critical obtaining accurate In this study, single-point was investigated at two different ...

Journal: :Allergy 2010
Y-W Yang K-C Tseng Y-H Chen J-Y Yang

1. Rodrı́guez A, Matheu V, Trujillo MJ, Martı́nez MI, Baeza ML, Barranco R et al. Grape allergy in paediatric population. Allergy 2004;59:364. 2. Kalogeromitros DC, Makris MP, Gregoriou SG, Mousatou VG, Lyris NG, Tarassi KE et al. Grape anaphylaxis: a study of 11 adult onset cases. Allergy Asthma Proc 2005;26:53– 58. 3. Alcoceba Borràs E, Botey Faraudo E, Gaig Jané P, Bartolomé Zavala B. Alcohol-...

2012
Dorothee Liebschner Miroslawa Dauter Gerold Rosenbaum Zbigniew Dauter

The accuracy of X-ray diffraction data depends on the properties of the crystalline sample and on the performance of the data-collection facility (synchrotron beamline elements, goniostat, detector etc.). However, it is difficult to evaluate the level of performance of the experimental setup from the quality of data sets collected in rotation mode, as various crystal properties such as mosaicit...

Journal: :Acta Crystallographica Section F Structural Biology and Crystallization Communications 2008

Journal: :Journal of experimental botany 2001
C Pinheiro M M Chaves C P Ricardo

Water deficit (WD) in Lupinus albus L. brings about tissue-specific responses that are dependent on stress intensity. Carbohydrate metabolism is very sensitive to changes in plant water status. Six days from withholding water (DAW), sucrose, glucose and fructose levels of the leaf blade had already increased over 5-fold, and the activities of SS and INV(A) had increased c. 1.5-2 times. From 9 D...

2012
Xing-Zheng Fu Xiao-Qing Gong Yue-Xin Zhang Yin Wang Ji-Hong Liu

Citrus canker disease caused by Xanthomonas citri subsp. citri (Xcc) is one of the most devastating biotic stresses affecting the citrus industry. Meiwa kumquat (Fortunella crassifolia) is canker-resistant, while Newhall navel orange (Citrus sinensis Osbeck) is canker-sensitive. To understand the molecular mechanisms underlying the differences in responses to Xcc, transcriptomic profiles of the...

2017
Silvia Russi Ana González Lillian R. Kenner Daniel A. Keedy James S. Fraser Henry van den Bedem

Protein crystallography data collection at synchrotrons is routinely carried out at cryogenic temperatures to mitigate radiation damage. Although damage still takes place at 100 K and below, the immobilization of free radicals increases the lifetime of the crystals by approximately 100-fold. Recent studies have shown that flash-cooling decreases the heterogeneity of the conformational ensemble ...

Journal: :Symmetry 2023

Along with the adoption of three-dimensional electron diffraction (3D ED/MicroED) as a mainstream tool for structure determination from sub-micron single crystals, questions about best practices regarding each step along workflow, data collection to solutions, arise. In this paper, we discuss three particular aspects 3D ED/MicroED experiment which, after hundreds structures solved in Rigaku’s l...

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

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

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