نتایج جستجو برای: bromine

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

2005
Stanislav I. Stoliarov Qaadir Williams Richard N. Walters Sean Crowley Richard E. Lyon

Federal Aviation Administration te technical note technica te technical note technica NOTICE This document is disseminated under the sponsorship of the U.S. Department of Transportation in the interest of information exchange. The United States Government assumes no liability for the contents or use thereof. The United States Government does not endorse products or manufacturers. Trade or manuf...

2001
R. W. Bradshaw

A cooperative program between Sandia National Laboratories (SNL) and the SRT Group was recently begun to advance the development of a chemical process to produce hydrobromic acid from bromine and methane. The purpose of the SNL program is to provide fundamental reaction kinetics information that will constitute the basis for system engineering by SRT. The SNL activities consist of computational...

Journal: :Analytical chemistry 2006
Sudarslal Sadasivan Nair Carol L Nilsson Mark R Emmett Tanner M Schaub Konkallu Hanumae Gowd Suman S Thakur K S Krishnan Padmanabhan Balaram Alan G Marshall

T-1-family conotoxins belong to the T-superfamily and are composed of 10-17 amino acids. They share a common cysteine framework and disulfide connectivity and exhibit unusual posttranslational modifications, such as tryptophan bromination, glutamic acid carboxylation, and threonine glycosylation. We have isolated and characterized a novel peptide, Mo1274, containing 11 amino acids, that shows t...

2015
Franky Puype Jiří Samsonek Jan Knoop Marion Egelkraut-Holtus Markus Ortlieb

In order to confirm the possibility that recycled fractions from the waste electrical and electronic equipment (WEEE) stream were illegally entering the European market in black polymeric food-contact articles (FCAs), bromine quantification, brominated flame retardant (BFR) identification combined with WEEE-relevant elemental analysis and polymer impurity analysis were performed. From the 10 se...

Journal: :Journal of structural biology 2009
Robert M S Schofield Jack C Niedbala Michael H Nesson Ye Tao Jacob E Shokes Robert A Scott Matthew J Latimer

We find that the spoon-like tips of the chelipeds (large claws) of the crab Pachygrapsus crassipes differ from the rest of the claw in that they are not calcified, but instead contain about 1% bromine--thus they represent a new example of a class of structural biological materials that contain heavy elements such as Zn, Mn, Fe, Cu, and Br bound in an organic matrix. X-ray absorption spectroscop...

Journal: :The journal of physical chemistry. A 2008
I U Goldschleger G Kerenskaya K C Janda V A Apkarian

The structure and composition of bromine clathrate hydrate has been controversial for more than 170 years due to the large variation of its observed stoichiometries. Several different crystal structures were proposed before 1997 when Udachin et al. (Udachin, K. A.; Enright, G. D.; Ratcliffe, C. I.; Ripmeester, J. A. J. Am. Chem. Soc. 1997, 119, 11481) concluded that Br2 forms only the tetragona...

Journal: :Environmental Health Perspectives 1975
J M Norris R J Kociba B A Schwetz J Q Rose C G Humiston G L Jewett P J Gehring J B Mailhes

Decabromodiphenyl oxide (DBDPO) and octabromobiphenyl (OBBP) perform well as fire-retardant additives for thermoplastics. Both compounds have low acute oral toxicity and low skin absorption toxicity. They are neither primary skin irritants or skin sensitizers and are only mildly irritating to the eyes. A 30-day dietary feeding study in rats established 8 mg DBDPO/kg-day as an unequivocal no-eff...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2010
Roland von Glasow

Recent field observations have shown that the atmospheric plumes of quiescently degassing volcanoes are chemically very active, pointing to the role of chemical cycles involving halogen species and heterogeneous reactions on aerosol particles that have previously been unexplored for this type of volcanic plumes. Key features of these measurements can be reproduced by numerical models such as th...

Journal: :BMC Chemical Biology 2006
Justin J Heynekamp Lucy A Hunsaker Thomas A Vander Jagt Lorraine M Deck David L Vander Jagt

BACKGROUND Urokinase-type plasminogen activator (uPA) plays a major role in extracellular proteolytic events associated with tumor cell growth, migration and angiogenesis. Consequently, uPA is an attractive target for the development of small molecule active site inhibitors. Most of the recent drug development programs aimed at nonpeptidic inhibitors targeted at uPA have focused on arginino mim...

2017
Rafael P. Fernandez Douglas E. Kinnison Jean-Francois Lamarque Simone Tilmes Alfonso Saiz-Lopez

Active bromine released from the photochemical decomposition of biogenic very short-lived bromocarbons (VSLBr) enhances stratospheric ozone depletion. Based on a dual set of 1960–2100 coupled chemistry–climate simulations (i.e. with and without VSLBr), we show that the maximum Antarctic ozone hole depletion increases by up to 14 % when natural VSLBr are considered, which is in better agreement ...

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

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

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