نتایج جستجو برای: unzipped mwcnts

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

2013
Hsieh-Chih Tsai Jeng-Yee Lin Faiza Maryani Chun-Chiang Huang Toyoko Imae

In this study, three types of hybrid nanotubes (NTs), ie, oxidized multiwalled carbon NTs (COOH MWCNTs), heparin (Hep)-conjugated MWCNTs (Hep MWCNTs), and diblock copolymer polyglycolic acid (PGA)-co-heparin conjugated to MWCNTs (PGA MWCNTs), were synthesized with improved biocompatibility and drug-loading capacity. Hydrophilic Hep substituents on MWCNTs improved biocompatibility and acted as n...

2015
G. Vimala E. Murugan

Multiwalled carbon nanotubes (MWCNTs)amphiphilic poly(amidoamine) (PAMAM) dendrimers (APAMAM) based hybrids were developed through individual functionalization of PAMAM with generation 4 (G4) and generation 5 APAMAM (G5) on MWCNTs. The two hybrids were used as matrices and deposited with silver (Ag) nanoparticles (NPs) to develop another two types of new MWCNT based hybrids viz., MWCNTAPAMAM (G...

Journal: :Nanoscale 2015
D D Chronopoulos C G Kokotos N Karousis G Kokotos N Tagmatarchis

The covalent functionalization of multi-walled carbon nanotubes (MWCNTs) with a proline-based derivative is reported. Initially, MWCNTs were oxidized in order to introduce a large number of carboxylic units on their tips followed by N-tert-butoxycarbonyl-2,2'(ethylenedioxy)bis-(ethylamine) conjugation through an amide bond. Then, a proline derivative bearing a carboxylic terminal moiety at the ...

2015
Xia Dong Lanxia Liu Dunwan Zhu Hailing Zhang Xigang Leng

Carbon nanotube (CNT)-based drug delivery vehicles might find great potential in cancer therapy via the combination of chemotherapy with photothermal therapy due to the strong optical absorbance of CNTs in the near-infrared region. However, the application of CNTs in cancer therapy was considerably constrained by their lack of solubility in aqueous medium, as well as the cytotoxicity caused by ...

2017
Xiaosong Jiang Tingfeng Song Zhenyi Shao Wanxia Liu Degui Zhu Minhao Zhu

Multi-walled carbon nanotubes (MWCNTs) and graphenes have been taken for novel reinforcements due to their unique structure and performance. However, MWCNTs or graphenes reinforced copper matrix composites could not catch up with ideal value due to reinforcement dispersion in metal matrix, wettability to metal matrix, and composite material interface. Taking advantage of the superior properties...

2015
Guosheng Chen Junlang Qiu Yan Liu Ruifen Jiang Siying Cai Yuan Liu Fang Zhu Feng Zeng Tiangang Luan Gangfeng Ouyang

Nanotechnology permits broad advances in agriculture. However, as it is still at a relatively early stage of development, the potential risks remain unclear. Herein, for the first time, we reveal the following: 1) the impact of multi-walled carbon nanotubes (MWCNTs) on the accumulation/depuration behaviors of contaminants in crop, mustard (Brassica juncea), and 2) the permeability and transport...

Journal: :Journal of colloid and interface science 2009
Xiu-E Shen Xiao-Quan Shan De-Ming Dong Xiu-Yi Hua Gary Owens

The sorption kinetics and thermodynamics of 1,3-dinitrobenzene (DNB), m-nitrotoluene (mNT), p-nitrophenol (pNP), and nitrobenzene (NB) on as-grown and nitric acid-oxidized multiwalled carbon nanotubes (MWCNTs) were investigated. The sorption kinetics was well described by a pseudo-second-order rate model, while both Langmuir and Freundlich models described the sorption isotherms well and the so...

Journal: :Journal of the American Chemical Society 2006
Zhi Xu Xuedong Bai Zhong Lin Wang Enge Wang

A multiwall carbon nanotube (MWCNT) consists of several or many concentric carbon shells, each of which could be metallic or semiconducting. Both theoretical predictions and experimental results suggest that MWCNTs have exotic electronic structures and intriguing transport properties, which are highly dependent on chirality of each shell. However, the structural defects and the random distribut...

Journal: :international journal of nanoscience and nanotechnology 2015
f. pourfayaz s. iranpour o. shojaei

toluene and benzene were eliminated using multi-walled carbon nanotubes (mwcnts). in order to investigate influence of acid treatment on the mwcnts adsorption capacities, the mwcnts were functionalized by nitric acid (10 m) under reflux conditions for 2 h. fourier transform infrared (ftir) and raman spectroscopy were employed to confirm the formation of functional groups on the nanotubes surfac...

2014
Neena Jaggi

In the present work, hydrogen gas sensor of modest sensitivity utilizing functionalized multiwalled carbon nanotubes partially decorated with tin oxide nanoparticles (F-MWCNTs/SnO2) has been fabricated. This sensing material was characterized by scanning electron microscopy (SEM). In addition, a remarkable finding was that the F-MWCNTs/SnO2 sensor shows good sensitivity as compared to F-MWCNTs ...

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

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

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