نتایج جستجو برای: membrane crystallization

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

Journal: :Acta crystallographica. Section D, Biological crystallography 2006
Andrew P Yeh Andy McMillan Michael H B Stowell

Approximately 30% of the human genome, and likewise for other genomes, encodes membrane proteins. Also, the majority of known human pharmaceutical targets are membrane proteins. As a consequence, the future success of structure-based drug-design efforts will rely heavily on membrane-protein structural information. While a number of techniques are available to determine the structure of membrane...

2013
Christian Löw Yin Hoe Yau Els Pardon Caroline Jegerschöld Lisa Wåhlin Esben M. Quistgaard Per Moberg Susana Geifman-Shochat Jan Steyaert Pär Nordlund

Mechanosensitive channels (MS) are integral membrane proteins and allow bacteria to survive sudden changes in external osmolarity due to transient opening of their pores. The efflux of cytoplasmic osmolytes reduces the membrane tension and prevents membrane rupture. Therefore these channels serve as emergency valves when experiencing significant environmental stress. The preparation of high qua...

2012
Jan Kubicek Ramona Schlesinger Christian Baeken Georg Büldt Frank Schäfer Jörg Labahn

We investigated in meso crystallization of membrane proteins to develop a fast screening technology which combines features of the well established classical vapor diffusion experiment with the batch meso phase crystallization, but without premixing of protein and monoolein. It inherits the advantages of both methods, namely (i) the stabilization of membrane proteins in the meso phase, (ii) the...

2012
P. Worathanakul P. Kongkachuichay

A new SUZ-4 zeolite membrane with tetraethlyammonium hydroxide as the template was fabricated on mullite tube via hydrothermal sol-gel synthesis in a rotating autoclave reactor. The suitable synthesis condition was SiO2:Al2O3 ratio of 21.2 for 4 days at 155 °C crystallization under autogenous pressure. The obtained SUZ-4 possessed a high BET surface area of 396.4 m/g, total pore volume at 2.611...

2018
Elena Simone Rahimah Othman Goran T Vladisavljević Zoltan K Nagy

In this work, a novel membrane crystallization system was used to crystallize micro-sized seeds of piroxicam monohydrate by reverse antisolvent addition. Membrane crystallization seeds were compared with seeds produced by conventional antisolvent addition and polymorphic transformation of a fine powdered sample of piroxicam form I in water. The membrane crystallization process allowed for a con...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2011
Yaodong Wu Cheng Cheng Jinrong Yao Xin Chen Zhengzhong Shao

The crystallization of calcium carbonate (CaCO3) was investigated using a mineralization system composed of a chitosan membrane and regenerated silk fibroin (RSF). Such a system may resemble the mineralization in molluscs, where chitosan is a derivative of chitin and RSF an analogue of nacreous protein. It was found that the vaterite disks generally formed on the chitosan membrane while the ara...

Journal: :Bioinformatics 2006
Sitaram Asur Pichai Raman Matthew Eric Otey Srinivasan Parthasarathy

MOTIVATION Membrane proteins are known to play crucial roles in various cellular functions. Information about their function can be derived from their structure, but knowledge of these proteins is limited, as their structures are difficult to obtain. Crystallization has proved to be an essential step in the determination of macromolecular structure. Unfortunately, the bottleneck is that the cry...

Journal: :Acta crystallographica. Section D, Biological crystallography 2000
M L Chiu P Nollert M C Loewen H Belrhali E Pebay-Peyroula J P Rosenbusch E M Landau

Obtaining well ordered crystals of membrane proteins is the single most serious stumbling block in the pursuit of their high-resolution structures. The applicability of lipidic cubic phase-mediated crystallization is demonstrated on a diverse set of bacterial membrane proteins: two photosynthetic reaction centres, a light-harvesting complex and two retinal proteins, halorhodopsin and bacteriorh...

2004
Andrey Shiryayev Edward F. Holby

The self-assembly of membrane proteins from solution into two-dimensional crystals is studied numerically using a continuum model proposed by Talanquer and Oxtoby (J. Chem. Phys. 109, 223 (1998)). Although the mean field theory presented here is only qualitatively accurate in two dimensions, we obtain the main features of the crystal nucleation process, such as the nucleation free energy barrie...

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

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

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