نتایج جستجو برای: sacral pit

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

Journal: :The Journal of endocrinology 2004
E Zoidis C Ghirlanda-Keller M Gosteli-Peter J Zapf C Schmid

In osteoblasts only the type III Na(+)-dependent phosphate (NaPi) transporter isoforms Pit-1 and Pit-2 have been identified. We tested the effects of extracellular Pi, Ca(2+) and IGF-I on Na(d)Pi transport and Pit-1 or Pit-2 mRNA expression in rat osteoblastic (PyMS) cells. The v(max) of Na(d)Pi transport was higher in cells kept in Pi-free, serum-free medium for 24 h than in controls at 1 mM P...

River bed sand and gravel are utilized more than mountain materials due to their availability and closeness to the transit roads and sites of usage. Excessive and non-technical extraction of gravel and sand bring a kind of interference in them, leading to many negative consequences. Therefore, presenting solutions to reduce these impacts and infilling mining pits are essential. In this researc...

Theoretical review of ‘mining pit lakes’ indicates that like natural lakes such lakes display a huge diversity. They are typically in a non-equilibrium state with respect to their surroundings. Hence, at the decommissioning phase of mining operation a detailed technical study are required on different aspects of such created water bodies considering its morphometry, geology, hydrology, water qu...

2013
Tanya Tillett

Pit Latrines and Groundwater Contamination Negative Impacts of a Popular Sanitation Method Worldwide an estimated 1.77 billion people use pit latrines as their primary mode of sanitation. With the prevalence of pit latrine use growing in developing countries, there is heightened concern about the negative impacts on drinking water. A new review assesses the known and measured environmental heal...

2016
Emilio Garcia-Tutor Marco Romeo Michael P. Chae David J. Hunter-Smith Warren Matthew Rozen

BACKGROUND Locoregional flaps are sufficient in most sacral reconstructions. However, large sacral defects due to malignancy necessitate a different reconstructive approach, with local flaps compromised by radiation and regional flaps inadequate for broad surface areas or substantial volume obliteration. In this report, we present our experience using free muscle transfer for volumetric reconst...

2007
Katy D. Price

Objectives: Oral pentosan polysulfate (PPS) is the only FDA-approved drug for interstitial cystitis (IC). Several studies have been conducted that show PPS will reduce IC symptoms. Sacral neuromodulation is a newer therapy for IC that has been FDAapproved in incontinent patients. Studies conducted in IC patients have shown that sacral neuromodulation reduces IC symptoms. Both therapies have doc...

حسینی, سید محسن, محمدی, جهانگرد, کوج, یحیی,

  Tree uprooting creates multiple microsites that can be effective on soil heterogeneity. In order to investigate the soil features in pit and mound location, twenty hectare areas of Tarbiat Modares University Experimental Forest Station studied that is located in Mazandaran province, in the north of Iran. Numbers of thirty four uprooted trees were found in study areas. Five microsites were con...

Journal: :Kathmandu University medical journal 2015
D Shrestha D Dhoju R Shrestha V Sharma

BACKGROUND Pelvic ring disruption when treated conservatively can be associated with prolonged hospital stay and immobilization, mal-union, chronic pain, limb length discrepancy if they are treated conservatively. Open reduction and fixation in an already compromised soft tissue and hemodynamically unstable patient causes more soft tissue injury, heamatoma, infection and neurovascular injury. P...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه مازندران 1389

فعال شدن گیرنده هورمون رشد (ghr) از طریق اتصال آن با هورمون رشد (gh) میانجی گری می شود و مجموعه (gh-ghr) سبب تغییر در متابولیسم چربی ها، پروتئین ها، مواد معدنی و کربوهیدرا ت ها و همچنین تمایز سلول ها می شود. فاکتور موثر بر بیان هورمون های هیپوفیزی (pit-1) ، از فاکتورهای ناظم مثبت در سنتز هورمون رشد و پرولاکتین در هیپوفیز پستانداران است. فاکتور القاء کننده اطلاعات بیولوژیک و فعال کننده فعالیت رو...

1985
JOSEPH M. POWERS

Noise produced by blast waves can be a problem, especially when an explosion occurs near populated areas. As one means of reducing the blast noise, the explosive is detonated in a pit, a space closed at the bottom and sides, open at the top. A two-dimentional finite difference model was used to simulate such an explosion in a pit and to determine to what extent the blast wave was attenuated. Th...

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

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

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