نتایج جستجو برای: combined with tile or glass

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

پایان نامه :0 1370

all analytical methods are generally based on the measurement of a parameter or parameters which are somehow related to the concentration of the species.an ideal analytical method is one in which the concentration of a species can be measured to a high degree precision and accuracy and with a high sensitivity. unfortunately finding such a method is very difficult or sometimes even impossible.in...

In fiber concretes, microcracks in the boundary area between the cement paste and the surface of aggregates or fibers are higher. Natural and artificial pozzolans can be used for reinforcing this area. In this research, the combination of glass fiber, zeolite, and nano silica particles were used in lightweight self-compacting concrete containing scoria. Fiber volume fractions between 0% to 1.5%...

Journal: :Journal of Orthopaedic Surgery and Research 2021

Abstract Background How to perform minimally-invasive surgery on Tile C pelvic fractures is very difficult, and it also a hot topic in orthopedic trauma research. We applied treatment using an anterior internal fixator combined with sacroiliac screws. Objectives To compare the biomechanical properties of different fixation models facture specimens, system or steel plate Methods Sixteen fresh ad...

Journal: :Kafkas Ünivesitesi sosyal bilimler enstitüsü dergisi 2022

The invention of writing in ancient times is a literary beginning the record archive for mankind. While records this were initially processed on elements such as stone, clay, wax and wood, later process they easy-to-write papyrus, parchment paper. substance used to write them ink. functional properties ink long-term use, preservation quality no odor have been made possible by use inkwells. In s...

2006
Wei H. Ng Jack J. McNamara Peretz P. Friedmann Anthony M. Waas

The thermomechanical behavior of damaged space shuttle tile thermal protection system (TPS) is considered. The effects of damage on the thermal protection capability and the induced thermal stresses in the TPS are examined by comparing the thermal and structural response of the damaged configurations with the undamaged configurations. The TPS is subjected to the re-entry heating and pressure pr...

2009
Ya Meng Glen Takahara

Experiments have demonstrated that DNA molecules can compute like a machine to solve mathematical problems, which is significant because of their parallel computation ability. However, due to the nature of biochemical reactions, DNA computation suffers from errors, which are its main limitation. The abstract and kinetic Tile Assembly Models are now commonly used to simulate real DNA computing e...

Journal: :Journal of oral science 2011
Vikender S Yadav Satish C Narula Rajinder K Sharma Shikha Tewari Renu Yadav

Conflicting data exist on the combined use of grafting materials and barrier membranes in comparison to guided tissue regeneration (GTR) with membrane alone. The aim of the present study was to compare the clinical outcomes of GTR with collagen membrane (CM) alone (control group) or CM combined with autogenous bone graft (test group 1) or autogenous bone mixed with bioactive glass (test group 2...

Journal: :Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment 1997

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده حقوق 1392

abstract the problems caused by the traditional system of criminal justice (which are based on remuneration and rehabilitation) such as, lack of attention to victim’s rights and position and society, underlie the emergence of restorative justice which had the victim-centered perspective, with respect to the role of the offender and participation of civil society. meanwhile, criminal mediation ...

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

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

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