نتایج جستجو برای: hydrothermal treatment steps

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

Journal: :Physical chemistry chemical physics : PCCP 2011
Shudong Zhang Bo Shang Jinlong Yang Wensheng Yan Shiqiang Wei Yi Xie

The phase transition process from VO(2) (B) to VO(2) (A) was first observed through a mild hydrothermal approach, using hybrid density functional theory (DFT) calculations and crystallographic VO(2) topology analysis. All theoretical analyses reveal that VO(2) (A) is a thermodynamically stable phase and has a lower formation energy compared with the metastable VO(2) (B). For the first time, X-r...

Journal: :Nanotechnology 2009
Kan Kan Tingliang Xia Li Li Hongmei Bi Honggang Fu Keying Shi

Single-walled carbon nanotubes (SWCNTs) have been amidated by hydrothermal treatment with different aliphatic amines. The amido groups modified on the surface of the SWCNTs were characterized by Fourier transform infrared spectroscopy. The electrooxidation of nitric oxide (NO) at the modified electrodes of amidated SWCNTs was investigated. The modified electrodes of amidated SWCNTs exhibited di...

Journal: :Nanoscale 2016
Jiangjiang Gu Donghua Hu Jin Huang Xin Huang Qiuhong Zhang Xudong Jia Kai Xi

Carbon dots (CDs) have a wide range of applications and have drawn great interest in the recent decade. The fabrication and control of CDs with different solubilities are still urgent problems for their practical use. In this paper, aqueous soluble and organic soluble CDs (ACDs, OCDs) were produced by one-pot hydrothermal treatment of a designable waterborne polyurethane (WPU) emulsion. The dif...

2011
K. Matsui A. Ogawa J. Kikuma M. Tsunashima T. Ishikawa S. Matsuno

Hydrothermal formation reaction of tobermorite in the autoclaved aerated concrete (AAC) process has been investigated by in-situ X-ray diffraction. High-energy X-rays from a synchrotron radiation source in combination with a newly developed autoclave cell and a photon-counting pixel array detector were used. XRD measurements were conducted in a temperature range of 100–190 °C throughout 12 h of...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه کاشان - دانشکده ادبیات و زبانهای خارجی 1392

abstract this study aimed at investigating the possible relationship between self-assessment in writing and self-regulation of iranian efl learners. the main purpose of the study was not only to report and inform about this relationship, but also to investigate and find practical outcomes of the incorporation of self-assessment in writing, such as improving writing skill. the research was carr...

Journal: :Remote Sensing 2013
Cheryl Jaworowski Henry Heasler Christopher Neale Sivarajan Saravanan Ashish Masih

Monitoring Yellowstone National Park’s hydrothermal systems and establishing hydrothermal baselines are the main goals of an ongoing collaborative effort between Yellowstone National Park’s Geology program and Utah State University’s Remote Sensing Services Laboratory. During the first years of this research effort, improvements were made in image acquisition, processing and calibration. In 200...

Journal: :Bioresource technology 2011
Ke Sun Kyoung Ro Mingxin Guo Jeff Novak Hamid Mashayekhi Baoshan Xing

Thermal and hydrothermal biochars were characterized, and adsorption of bisphenol A (BPA), 17α-ethinyl estradiol (EE2) and phenanthrene (Phen) was determined to investigate the sorption characteristic difference between the two types of biochars. Thermal biochars were composed mostly of aromatic moieties, with low H/C and O/C ratios as compared to hydrothermal ones having diverse functional gro...

2002
JOY C. CHEN

Statistical analyses of geochemical data from ferromanganese nodule samples representing a broad area of the southeast Pacific Ocean indicate nodule compositions are controlled by four factors: (1) suboxic diagenesis; (2) oxic diagenesis; (3) hydrogenous precipitation; and (4) hydrothermal precipitation. The first three are identical to those identified in studies of nodules from the North Paci...

2014
Ying Zhang Wei Liu Craig E. Banks Fei Liu Mao Li Fan Xia Xiangliang Yang

As a typical biomineral, hydroxyapatite (HAp) is widely applied in bone implants and other related fields. However, the inherent nature of HAp can potentially be altered through restricting its fabrication conditions. Here, HAp fabricated by a hydrothermal treatment of pieces of natural seashell is demonstrated to have the capability of fluorescence quenching. To the best of the author's knowle...

2015
Zhongxin Chen Ting Huang Bo Cheng Jin Jiantong Hu Hongbin Lu Steven Nutt

graphene microsheets with dimensional control” Carbon 68 (2013) 167-174 DOI 1 High yield synthesis of single-layer graphene microsheets with dimensional control Zhongxin Chen, Ting Huang, Bo Cheng Jin, Jiantong Hu, Hongbin Lu, Steven Nutt 1. State Key Laboratory of Molecular Engineering of Polymers, and Department of Macromolecular Science, Fu...

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

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

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