نتایج جستجو برای: الفین ocp

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

Journal: :Stroke 2003
Alfonso Ciccone Maurizio Melis

Contraceptive Users To the Editor: We read with interest the article by Siritho et al on ischemic stroke risk in oral contraceptive users.1 This case-control study seems well conducted, but the conclusion is not consequential to the results obtained. The conclusion of a study is of crucial importance when it deals with the practical implication of the study itself, which, in the case in point, ...

Journal: :Ethics & medicine : a Christian perspective on issues in bioethics 2002
Renee Mirkes

Some clinicians and ethicists in the first group object to the combined OCP based on good indirect evidence that it could cause the death of an early embryo.4 Others in this group broaden their moral opposition to include the primary effect of the OCP: direct suppression of fertility for procreative (family-planning) purposes. For the latter, moral objection to the OCP would continue even if it...

Journal: :American journal of physiology. Heart and circulatory physiology 2012
Holly R Middlekauff Jeanie Park Jeffrey A Gornbein

Endogenous and exogenous female hormones regulate sympathetic nerve activity (SNA) in animal models, but their impact in humans is controversial. The purpose of this study is to investigate the effects of the ovarian cycle and oral contraceptive pills (OCPs) on SNA. We hypothesized that the effects of endogenous hormones were baroreflex (BR)-mediated and that these cyclical changes in BR contro...

2015
Gerard J Molloy Leigh-Ann Sweeney Molly Byrne Carmel M Hughes Roger Ingham Karen Morgan Andrew W Murphy

OBJECTIVE Many forms of contraception are available on prescription only for example, the oral contraceptive pill (OCP) and long-acting reversible contraceptives (LARCs). In this analysis we aim to identify key determinants of prescription contraceptive use. DESIGN Cross-sectional population survey. Data on sociodemographic indices, concerns about the OCP and perceived barriers to access were...

Journal: :IEEE Transactions on Control Systems and Technology 2023

This article formulates and solves a multiobjective fast charging-minimum degradation optimal control problem (OCP) for lithium-ion battery module made of series-connected cells equipped with an active balancing circuitry. The in the are subject to heterogeneity induced by manufacturing defects nonuniform operating conditions. Each cell is expressed via coupled nonlinear electrochemical, therma...

Journal: :Investigative ophthalmology & visual science 2003
Mohammed S Razzaque Babar S Ahmed C Stephen Foster A Razzaque Ahmed

PURPOSE Increased stromal accumulation of macrophages and submucosal fibrosis due to excessive accumulation of collagens are central histologic features in ocular cicatricial pemphigoid (OCP). Interleukin (IL)-4 plays an important role in both the inflammatory and fibrotic events in several human and experimental diseases. In the present study, the possible role of IL-4 in the pathogenesis of O...

Journal: :Applied Materials Today 2022

Herein, we show that the enhanced osteogenecity of octacalcium phosphate (OCP) biomaterial, recently identified as an important element in hybrid organic–inorganic nanocomposites involved initial hydroxyapatite crystal expansion mammal bones, results from chemical property, stemming presence lattice strain and dislocations. Two types OCPs were synthesized by wet-chemical processing (c-OCP) abse...

2013
Fariba Binesh Ali Akhavan Azar Pirdehghan Mahnoosh Davoodi

BACKGROUND It is noted that oral contraceptive pills increase the risk of abnormal Pap smear but results have been inconsistent across the populations. OBJECTIVE This study aimed to evaluate the association between oral contraceptive pill (OCP) consumption and abnormal Pap smear in women who referred to Shahid Sadoughi and Madar hospitals in Yazd. MATERIALS AND METHODS A cross sectional des...

2004
F. Sargolzaei - Aval A. Sobhani S. A. Sarani M. H. Heydari

Background: In several conditions we have face cranial bone defects. Reconstruction of these defects remains one of the most challenging problems encountered by craniofacial surgeons. Objective: To evaluate bone repair in cranial bone defects by use of an implant made of octacalcium phosphate in combination with bone matrix gelatin (OCP/BMG). Methods: We used 40, 5–6-week-old male Sprague-Dawle...

2006
Geoffrey J. Gordon

Online convex programming has recently emerged as a powerful primitive for designing machine learning algorithms. For example, OCP can be used for learning a linear classifier, dynamically rebalancing a binary search tree, finding the shortest path in a graph with unknown edge lengths, solving a structured classification problem, or finding a good strategy in an extensive-form game. Several res...

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

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

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