نتایج جستجو برای: sensitive hydrogel

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

2014
Yanjiao Han Tao Bai Wenguang Liu

The success of stem cell therapies is highly dependent on the ability to control their programmed differentiation. So far, it is commonly believed that the differentiation behavior of stem cells is supposed to be identical when they are cultured on the same homogeneous platform. However, in this report, we show that this is not always true. By utilizing a double-ion-triggered shape memory effec...

2017
M. Franke S. Leubner A. Dubavik A. George T. Savchenko C. Pini P. Frank D. Melnikau Y. Rakovich N. Gaponik A. Eychmüller A. Richter

Microfluidic devices present the basis of modern life sciences and chemical information processing. To control the flow and to allow optical readout, a reliable sensor material that can be easily utilized for microfluidic systems is in demand. Here, we present a new optical readout system for pH sensing based on pH sensitive, photoluminescent glutathione capped cadmium telluride quantum dots th...

2015
Chun-Hua Lu Weiwei Guo Xiu-Juan Qi Avner Neubauer Yossi Paltiel Itamar Willner

A G-rich nucleic acid-tethered acrylamide/N-isopropylacrylamide (NIPAM) copolymer is prepared. The nucleic acid-modified pNIPAM chains assemble, in the presence of K ions, into a stimuli-responsive G-quadruplex-crosslinked pNIPAM hydrogel undergoing cyclic and reversible solution/hydrogel/solid transitions. Addition of kryptofix [2.2.2], CP, to the K-stabilized G-quadruplex-crosslinked hydrogel...

2017
Sina Naficy Geoffrey M. Spinks Geoffrey M Spinks

pH-responsive hydrogels are capable of converting chemical energy to mechanical work. To optimize their use as actuators, their response when operating against an external load must be fully characterized. Here, the actuation strain of a model pH-sensitive hydrogel as a function of different constant loads is studied. The experimental actuation strain, produced by switching the pH from 2 to 12,...

2017

Conductive flexible hydrogel composites were printed on paper substrates using a functional ink, whichwas designed and formulated for screen-printing. The inkswere prepared using abundant and eco-friendlymaterials by blending carbon fibers into thematrix of a water-soluble cellulose derivative, carboxymethyl cellulose. For an optimal concentration of carbon fibers (10wt.%), the printed patterns...

2009
Sara M. Hashmi Eric R. Dufresne

Microgels are important materials for both basic science and engineering and have wide applications from the study of phase transitions to the delivery of drugs. These micron and sub-micron particles, made of hydrogel materials, respond to solvent conditions. The most common microgels are environmentally sensitive, responding to temperature and pH. Our material of interest, poly (N-isopropylacr...

2005
Ali Azhdarinia David J. Yang Dong-Fang Yu Richard Mendez Changsok Oh Saady Kohanim Jerry Bryant E. Edmund Kim

Purpose. To evaluate the feasibility of regional radiochemotherapy of mammary tumors using in situ hydrogel loaded with cisplatin (CDDP) and rhenium-188 (Re). Methods. Sodium alginate (SA) and calcium chloride were used to create a hydrogel for delivery of CDDP and Re. In vitro studies were performed to evaluate cytotoxic effects of Re-hydrogel and sustained-release ability of the CDDP-hydrogel...

Journal: :Talanta 1998
I Oehme S Prattes O S Wolfbeis G J Mohr

A comparative study on the effect of different immobilization methods and matrix materials on the performance of copper(II)-sensitive membrane layers is presented. The indicator dye Zincon was immobilized in hydrophilic and hydrophobic polymers by various methods including: (a) physical entrapment of the Zincon-tetraoctylammonium ion pair in plasticized PVC, hydrogel, polystyrene, ethyl cellulo...

2016
Jingda Tang Jianyu Li Joost J. Vlassak Zhigang Suo John A. Paulson

Rapid advances are taking place to develop hydrogels of high stretchability and toughness, but fatigue fracture has not been studied for any hydrogels. This negligence hinders the development of hydrogels and their applications. Herewe initiate a study of fatigue fracture of hydrogels.We choose polyacrylamide hydrogel as a model material. To place fatigue fracture in context, we apply monotonic...

2016
Qing-Qing Dai Jun-Li Ren Feng Peng Xiao-Feng Chen Cun-Dian Gao Run-Cang Sun

Acylated xylan-based magnetic Fe₃O₄ nanocomposite hydrogels (ACX-MNP-gels) were prepared by fabricating Fe₃O₄ nanoctahedra in situ within a hydrogel matrix which was synthesized by the copolymerization of acylated xylan (ACX) with acrylamide and N-isopropylacrylamide under ultraviolet irradiation. The size of the Fe₃O₄ fabricated within the hydrogel matrix could be adjusted through controlling ...

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

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

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