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

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

ژورنال: :نشریه جغرافیا و برنامه ریزی 2013
عقیل مددی بهنام نوعی اباذر اسمعلی

شناسایی عوامل مؤثر در وقوع زمین لغزش­های موجود در یک حوضه و پهنه­بندی خطر آن یکی از ابزارهای اساسی جهت دست­یابی به راهکارهای کنترل این پدیده و انتخاب مناسب­ترین و کاربردی­ترین گزینه می­باشد. این تحقیق به منظور ارزیابی عوامل مؤثر در وقوع زمین لغزش و پهنه­بندی این پدیده بر اساس عوامل اثرگذار با مدل lim انجام گرفت. برای انجام این کار ابتدا 11 عامل مؤثر در وقوع زمین لغزش­ها با انجام مطالعات و بررسی...

Journal: :Archives of dermatology 2008
Asha R Patel Steven Z Pavletic Maria L Turner Edward W Cowen

tributed equally to this study. Study concept and design: C. Lim and S.-L. Lim. Acquisition of data: C. Lim and S.-L. Lim. Analysis and interpretation of data: C. Lim and S.-L. Lim. Drafting of the manuscript: C. Lim and S.-L. Lim. Critical revision of the manuscript for important intellectual content: C. Lim and S.-L. Lim. Administrative, technical, and material support: C. Lim and S.-L. Lim. ...

Golshan Mahmoudi Hossein Ghadiri, Mohammad Reza Ay,

Introduction: Iterative reconstruction techniques provide better image quality and have the potential for reconstructions with lower imaging dose than classical methods in computed tomography (CT). However, the computational speed is major concern for these iterative techniques. The system matrix calculation during the forward- and back projection is one of the most time- cons...

Journal: :European Journal of Cardio-Thoracic Surgery 2007

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

شناسایی عوامل موثر در وقوع زمین لغزش های موجود در یک حوضه وپهنه بندی خطر آن یکی از ابزارهای اساسی جهت دست یابی به راهکارهای کنترل این پدیده و انتخاب مناسب ترین وکاربردی ترین گزینه موثر می باشد. دراین تحقیق به منظور ارزیابی عوامل موثر در وقوع زمین لغزش های حوضه بارکیلی رود و پهنه بندی این پدیده بر اساس عوامل اثر گذار با مدل lim انجام گرفت.هدف از انجام این تحقیق شناخت عوامل موثر در وقوع حرکات دام...

Journal: :Biochemical Society transactions 2008
Jacqueline M Matthews Mugdha Bhati Vanessa J Craig Janet E Deane Cy Jeffries Christopher Lee Amy L Nancarrow Daniel P Ryan Margaret Sunde

LMO (LIM-only) and LIM-HD (LIM-homeodomain) proteins form a family of proteins that is required for myriad developmental processes and which can contribute to diseases such as T-cell leukaemia and breast cancer. The four LMO and 12 LIM-HD proteins in mammals are expressed in a combinatorial manner in many cell types, forming a transcriptional 'LIM code'. The proteins all contain a pair of close...

Journal: :Development 1998
D D O'Keefe S Thor J B Thomas

LIM domains are found in a variety of proteins, including cytoplasmic and nuclear LIM-only proteins, LIM-homeodomain (LIM-HD) transcription factors and LIM-kinases. Although the ability of LIM domains to interact with other proteins has been clearly established in vitro and in cultured cells, their in vivo function is unknown. Here we use Drosophila to test the roles of the LIM domains of the L...

This paper presents a sensorless system drive on primary flux oriented control (PFOC) and secondary flux oriented control (SFOC) for the linear induction motor (LIM) with taking into account end effect. Extended kalman filter (EKF) is applied to estimate LIM speed by measuring motor voltages and currents. In order to achieve desirable dynamic and robustness motor performance instead of traditio...

2006
D. LIM T. T. PHAN G. W. YIP B. H. BAY

Keloids are proliferative growths of dermal collagen, usually resulting from excessive tissue response during wound healing. There is evidence that keratinocytes may promote keloidogenesis via epithelial-mesenchymal interactions. Metallothioneins (MTs) are known to be involved in the fundamental cellular processes of growth and apoptosis. In this study, we evaluated the expression of MT isoform...

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

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

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