نتایج جستجو برای: polyamide film

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

Journal: :Energy & Fuels 2021

Poly(ether-block-amide) (PEBA, commercialized as Pebax) copolymer membranes show a highly promising platform for preparing high-performance CO2 capture from process streams containing CH4 and N2. Pebax combines high affinity with the desired mechanical strength polymeric thanks to its flexible polyether segment hard polyamide block, respectively. Furthermore, researchers have been improving per...

2014

Disclosed is an inhibitor of the expression of CTGF gene, which comprises a pyrrole-imidazole polyamide. The pyrrole-imidazole polyamide has an N-methylpyrrole unit (hereinafter, referred to as “Py”), an N-methylimidazole unit (hereinafter, referred to as “Im”) and a ϝ-aminobutanoic acid unit. In the pyrrole-imidazole polyamide, the region of the ϝ-aminobutanoic acid unit is folded to form an U...

Journal: :Bioorganic & medicinal chemistry 2014
Jevgenij A Raskatov James W Puckett Peter B Dervan

In an effort to quantitate Py-Im polyamide concentrations in vivo, we synthesized the C-14 radioactively labeled compounds 1-3, and investigated their tumor localization in a subcutaneous xenograft model of prostate cancer (LNCaP). Tumor concentrations were compared with representative host tissues, and exhibited a certain degree of preferential localization to the xenograft. Compound accumulat...

2010
Xiaokun Ma Nam-Hee Lee Hyo-Jin Oh Jong-Sun Hwang Sun-Jae Kim

The functional silica/polyamide-imide composite films were prepared via simple ultrasonic blending, after the silica nanoparticles were modified by cationic surfactant-cetyltrimethyl ammonium bromide (CTAB). The composite films were characterized by scanning electron microscope (SEM), thermo gravimetric analysis (TGA) and thermomechanical analysis (TMA). CTAB-modified silica nanoparticles were ...

2008
Philippe Simon Fabio Cannata Loïc Perrouault Ludovic Halby Jean-Paul Concordet Alexandre Boutorine Vladimir Ryabinin Alexandre Sinyakov Carine Giovannangeli

The design of molecules that damage a selected DNA sequence provides a formidable opportunity for basic and applied biology. For example, such molecules offer new prospects for controlled manipulation of the genome. The conjugation of DNA-code reading molecules such as polyamides to reagents that induce DNA damages provides an approach to reach this goal. In this work, we showed that a bipyridi...

Journal: :ACS Sustainable Chemistry & Engineering 2022

A naturally derived monomer, allylated gallic acid (AG), was herein proposed as a monomer for interfacially polymerized thin-film composite nanofiltration membranes. We investigated the synthesis of polyester membranes by varying concentration AG and reaction time with trimesoyl chloride. In addition, we demonstrated polyesteramide film using mixture m-phenylene diamine, although there are few ...

Journal: :Jurnal Rekayasa Kimia & Lingkungan 2021

Interfacial polymerization of polyamide was conducted using hydrophobic and hydrophilic membrane support. The effects monomer concentration were investigated, the resulting thin-film composite membranes tested for their performance in dye removal different flow configurations. results showed that a dense layer successfully formed on support, while with very loose structure became smoother more ...

2014
Daisuke Obinata Akiko Ito Kyoko Fujiwara Ken-Ichi Takayama Daisaku Ashikari Yasutaka Murata Kenya Yamaguchi Tomohiko Urano Tetsuya Fujimura Noboru Fukuda Masayoshi Soma Takayoshi Watanabe Hiroki Nagase Satoshi Inoue Satoru Takahashi

Aberrant overexpression of ERG induced by the TMPRSS2-ERG gene fusion is likely involved in the development of prostate cancer. Synthetic pyrrole-imidazole (PI) polyamides recognize and attach to the minor groove of DNA with high affinity and specificity. In the present study, we designed a PI polyamide targeting TMPRSS2-ERG translocation breakpoints and assessed its effect on human prostate ca...

Journal: :Biomaterials 2002
Xuejiang Wang Yubao Li Jie Wei Klass de Groot

In this study, acicular nano-hydroxyapatite (n-HA) was used to make a new biomimetic composite with polyamide (poly hexamethylene adipamide) by a unique technique. The physical and chemical characteristics of the composites were tested. It was found that these synthesized n-HA crystals were similar to bone apatite in size, phase composition and crystal structure. The biomimetic n-HA crystals we...

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

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

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