نتایج جستجو برای: fl 404014 cm

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

Journal: :Annals of advances in automotive medicine. Association for the Advancement of Automotive Medicine. Annual Scientific Conference 2010
Jason L Forman Francisco J Lopez-Valdes Nate Dennis Richard W Kent Hiromasa Tanji Kazuo Higuchi

Frontal-impact airbag systems have the potential to provide a benefit to rear seat occupants by distributing restraining forces over the body in a manner not possible using belts alone. This study sought to investigate the effects of incorporating a belt-integrated airbag ("airbelt") into a rear seat occupant restraint system. Frontal impact sled tests were performed with a Hybrid III 50th perc...

Journal: :caspian journal of environmental sciences 2014
al et f. amouei

the aim of this study was to provide necessary information on the age, growth and sex ratio of one of commercially important cyprinid species, alburnus chalcoides in the southern caspian sea (north iran) from 2010 through 2011. 53 specimens of both sexes (males and females) were collected monthly. the samples were transported tothe laboratory for further biological measurements and otolith extr...

Journal: :Organic materials 2022

The potential of porphyrin derivatives as hole-transporting materials (HTMs) for perovskite solar cells (PSCs) has been demonstrated. structural engineering HTMs provides an important means further improvement the performance PSCs. Herein, a zinc-porphyrin derivative (ZnP-FL) decorated with four fluorene-terminated triarylamines is presented. lab synthesis cost ZnP-FL estimated to be around $32...

Journal: :iranian journal of radiology 0
aiob beiknejad md, zahedan university of medical sciences; farshid mohebbi

to determine the gestational age of ultrasound devices, commonly used standard tables. the aim was to determine the gestational age of pregnant women admitted to hospitals in zahedan with hadlock and osaka table and gestational age derived from the tables to be adjusted to determine the gestational age of the actual use of tables for a more accurate determination of gestational age for the prop...

2016
Artur Pasternak Przemysław Wawok Piotr Richter

We report a case of a giant pancreatic pseudocyst in a 33-year-old woman presenting with abdominal pain, loss of appetite and abdominal distension. CT scans revealed a giant pancreatic pseudocyst measuring 10.3 cm × 9.6 cm × 9.3 cm anteroposteriorly, with signifi cant compression of the stomach. An open retrogastric cystogastrostomy was performed through a midline incision, and 3 L of fl uid wa...

Journal: : 2022

Vạt da cân đùi trước ngoài (ALT) có nhiều ưu điểm trong phẫu thuật tái tạo khuyết gân Achilles và phần mềm che phủ. Nghiên cứu trên 6 bệnh nhân từ 12 đến 62 tuổi, đều tổn thương vùng gót với tình trạng nhiễm trùng nặng khi vào viện. Kích thước của x 4 cm tới 10 cm. Sử dụng vạt ALT tự do dạng phức hợp ở 1 trường hợp, chùm 5 hợp. Các hai thành đảo fascia lata (FL), kích 15 cm, FL Làm mỏng dưới kí...

Journal: :Molecules 2015
Vladimír Forman Mária Haladová Daniel Grančai Mária Ficková

Cornaceae plants are known for their edible berries, and their leaves are used as tea. In the present study aqueous leaf extracts from Cornus mas (CM), C. alba (CA), C. flaviramea (CF), C. kousa (CK), and C. officinalis (CO) were tested for their antiproliferative activity in human breast cancer cells (MCF-7). Dose- (50-750 µg/mL) and time (24, 48, 72 h)-dependent antiproliferative effects were...

2015
Juan-Luis Román-Rodríguez Rubén Agustín-Panadero Jorge Alonso-Pérez-Barquero Antonio Fons-Font María-Fernanda Solá-Ruíz

BACKGROUND When partial coverage restorations (veneers, inlays, onlays…) must be cemented to dentin, bond strength may not reach the same predictable values as to enamel. The purpose of this study was: 1. To compare, with a shear bond test, the bond strength to dentin of a total-etch and a self-etching bonding agent. 2. To determine whether creating microretention improves the bond strength to ...

Journal: :Frontiers in Marine Science 2022

Ages of Chilean jack mackerel ( Trachurus murphyi ) in the southern Pacific Ocean were validated using three methods: 1) daily microincrement readings sagittal otoliths young-of-the year (YOY) fish to validate first annulus; 2) modal progression strong year-classes (PSYC) first, second and third annuli, 3) bomb radiocarbon analysis otolith cores absolute age older >38 cm fork length (FL)...

Journal: :Fetal diagnosis and therapy 2016
M Angeles Rodríguez Pilar Prats Ignacio Rodríguez Carmina Comas

OBJECTIVE To assess the ability to identify the conus medullaris (CM) and measure the conus-sacrum distance (CS distance) on a routine scan and the relationship with maternal and fetal factors. METHODS This was a prospective study. The assessment of the CM and the CS distance and the influence of the body mass index (BMI), gestational age (GA) and fetal position were analyzed. The correlation...

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

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

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