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

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

2014
Mohammad Khazaei Masao Arai Taizo Sasaki Mehdi Estili Yoshio Sakka

The experimental exfoliation of layered, ternary transition-metal carbide and nitride compounds, known as MAX phases, into two-dimensional (2D) nanosheets, is a great development in the synthesis of novel low-dimensional inorganic systems. Among the MAX phases, Mo-containing ones might be considered as the source for obtaining Mo2C nanosheets with potentially unique properties, if they could be...

2013
Rajesh Chalasani Amit Gupta Sukumaran Vasudevan

Two-dimensional (2D) nanosheets obtained by exfoliating inorganic layered crystals have emerged as a new class of materials with unique attributes. One of the critical challenges is to develop robust and versatile methods for creating new nanostructures from these 2D-nanosheets. Here we report the delamination of layered materials that belonging to two different classes--the cationic clay, mont...

2015
Lin Zhuang Wei Zhang Yongxin Zhao Hui Shen Han Lin Jinhua Liang

Novel-morphological Fe3O4 nanosheets with magnetochromatic property have been prepared by a modified solvothermal method. Such nanosheets could form one-dimension photonic crystal under an external magnetic field. The Fe3O4 nanosheets suspension could strongly diffract visible light and display varied colors with changing the intensity of the magnetic field. The photonic response is rapid, full...

Journal: :The Analyst 2015
Chunxia Wang Wanying Zhai Yuexiang Wang Ping Yu Lanqun Mao

Manganese dioxide (MnO2) nanosheets have recently been demonstrated to be particularly attractive for fluorescent sensing and imaging; however, almost all MnO2 nanosheets-based fluorescent assays have been developed with emissive nanoparticles as the probes. In this study, we developed a novel strategy to use organic dyes, instead of emissive nanoparticles, as the probe to construct a platform ...

2015
Damien Hanlon Claudia Backes Evie Doherty Clotilde S Cucinotta Nina C Berner Conor Boland Kangho Lee Andrew Harvey Peter Lynch Zahra Gholamvand Saifeng Zhang Kangpeng Wang Glenn Moynihan Anuj Pokle Quentin M Ramasse Niall McEvoy Werner J Blau Jun Wang Gonzalo Abellan Frank Hauke Andreas Hirsch Stefano Sanvito David D O'Regan Georg S Duesberg Valeria Nicolosi Jonathan N Coleman

Few-layer black phosphorus (BP) is a new two-dimensional material which is of great interest for applications, mainly in electronics. However, its lack of environmental stability severely limits its synthesis and processing. Here we demonstrate that high-quality, few-layer BP nanosheets, with controllable size and observable photoluminescence, can be produced in large quantities by liquid phase...

2014
Hailong Yan Deyang Zhang Jinyou Xu Yang Lu Yunxin Liu Kangwen Qiu Yihe Zhang Yongsong Luo

Well-aligned nickel oxide (NiO) nanosheets with the thickness of a few nanometers supported on a flexible substrate (Ni foam) have been fabricated by a hydrothermal approach together with a post-annealing treatment. The three-dimensional NiO nanosheets were further used as electrode materials to fabricate supercapacitors, with high specific capacitance of 943.5, 791.2, 613.5, 480, and 457.5 F g...

Journal: :Nanoscale 2015
Yuping Zhang Lin Guo Shihe Yang

Ultrathin Na2Ti2O4(OH)2 nanosheets of ∼8 nm thickness were prepared by a facile method for the first time. The resulting material was also used as a conducting agent and binder-free anode, both for sodium-ion batteries and lithium-ion batteries, for the first time. The Na2Ti2O4(OH)2 nanosheets exhibited excellent Na/Li-ion storage performance. A long-term cycling performance of the ultrathin Na...

Journal: :Chemistry 2017
Bikash Garai Arijit Mallick Anuja Das Rabibrata Mukherjee Rahul Banerjee

Few-layers thick metal-organic nanosheets have been synthesized using water-assisted solid-state transformation through a combined top-down and bottom-up approach. The metal-organic polyhedra (MOPs) convert into metal-organic frameworks (MOFs) which subsequently self-exfoliate into few-layered metal-organic nanosheets. These MOP crystals experience a hydrophobicity gradient with the inner surfa...

2016
Chunsong Zhao Haitian Zhang Wenjie Si Hui Wu

Two-dimensional (2D) nanoscale oxides have attracted research interest owing to their electronic, magnetic optical and catalytic properties. If they could be manufactured on a large scale, 2D oxides would be attractive for applications ranging from electronics to energy conversion and storage. Herein, we report facile fabrication of oxide nanosheets by rapid thermal annealing of corresponding h...

2015
Zhanxi Fan Xiao Huang Chaoliang Tan Hua Zhang

Two-dimensional nanomaterials, especially graphene and single- or few-layer transition metal dichalcogenide nanosheets, have attracted great research interest in recent years due to their distinctive physical, chemical and electronic properties as well as their great potentials for a broad range of applications. Recently, great efforts have also been devoted to the controlled synthesis of thin ...

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

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

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