نتایج جستجو برای: decorated surfaces

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

Journal: :Information Visualization 2012
KyungTae Kim Niklas Elmqvist

We introduce embodied lenses for visual queries on tabletop surfaces using physical interaction. The lenses are simply thin sheets of paper or transparent foil decorated with fiducial markers, allowing them to be tracked by a diffuse illumination tabletop display. The physical affordance of these embodied lenses allow them to be overlapped, causing composition in the underlying virtual space. W...

Journal: :The Journal of Cell Biology 1977
D R Burgess T E Schroeder

We report on the internal ultrastructure of long, finger-like microvilli which cover the surface of the fertilized sea urchin egg. Eggs were attached to polylysine-coated surfaces; their upper portions were sheared away with a stream of buffer which left behind only their plasma membranes and adjacent cytoplasmic structures. Scanning electron microscopy (EM) of such fragments revealed intact th...

Journal: :The Analyst 2014
Yannick Coffinier Ievgen Kurylo Hervé Drobecq Sabine Szunerits Oleg Melnyk Vladimir N Zaitsev Rabah Boukherroub

We present in this work a simple and fast preparation method of a new affinity surface-assisted laser/desorption ionization mass spectrometry (SALDI-MS) substrate based on silicon nanostructures decorated with copper particles. The silicon nanostructures were fabricated by the metal-assisted chemical etching (MACE) method. Then, superhydrophilic areas surrounded by superhydrophobic regions were...

Journal: :Nature chemistry 2013
Dragos Neagu George Tsekouras David N Miller Hervé Ménard John T S Irvine

Surfaces decorated with uniformly dispersed catalytically active nanoparticles play a key role in many fields, including renewable energy and catalysis. Typically, these structures are prepared by deposition techniques, but alternatively they could be made by growing the nanoparticles in situ directly from the (porous) backbone support. Here we demonstrate that growing nano-size phases from per...

Journal: :Nanotechnology 2008
Shuli Bai Jianghong Zhao Guixiang Du Jianfeng Zheng Zhenping Zhu

A novel in situ method based on a liquid membrane templated self-assembly process is employed to modify carbon tube-in-tube nanostructures (TTCNTs) with Fe(2)O(3) nanoparticles. The as-obtained Fe(2)O(3) modified TTCNTs (Fe(2)O(3)/TTCNTs) nanocomposites are well constructed and the Fe(2)O(3) nanoparticles are well dispersed and decorated on the outer, inner and intramolecular surfaces of TTCNTs...

Journal: :Nanoscale 2014
Hassan Haji-Valizadeh Christa L Modery-Pawlowski Anirban Sen Gupta

There is substantial clinical interest in synthetic platelet analogs for potential application in transfusion medicine. To this end, our research is focused on self-assembled peptide-lipid nanoconstructs that can undergo injury site-selective adhesion and subsequently promote site-directed active platelet aggregation, thus mimicking platelet's primary hemostatic actions. For injury site-selecti...

Journal: :Journal of cell science 1993
M Ishida M S Aihara R D Allen A K Fok

In a previous study, monoclonal antibody DS-1 was found to specifically label the decorated spongiome along the radial arms of the contractile vacuole complexes in Paramecium multimicronucleatum. Fluorescein isothiocyanate-conjugated DS-1, when injected into cells, labels the radial arms initially, but with increasing postinjection time both the intensity of fluorescence and the number of fluor...

Journal: :Journal of Differential Geometry 2021

In this paper we consider type-preserving representations of the fundamental group three-holed projective plane into Projective Linear Group $\operatorname{PGL}(2,\mathbb{R})$ and study connected components with non-maximal euler class. We show that in class zero for all such there is a simple closed curve which non-hyperbolic, while $\pm 1$ are $6$ where curves sent to hyperbolic elements $2$ ...

Journal: :Selecta Mathematica-new Series 2021

Abstract We study the affine schemes of modules over gentle algebras. describe smooth points these schemes, and we also analyze their irreducible components in detail. Several our results generalize formerly known results, e.g. by dropping acyclicity, incorporating band modules. A special class algebras are Jacobian arising from triangulations unpunctured marked surfaces. For obtain a bijection...

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

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

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