نتایج جستجو برای: normal arc

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

Journal: :Energies 2021

Arc fault diagnosis is necessary for the safety and efficiency of PV stations. This study proposed an arc algorithm formed by combining variational mode decomposition (VMD), improved multi-scale fuzzy entropy (IMFE), support vector machine (SVM). method first uses VMD to decompose current into intrinsic functions (IMFs) in time-frequency domain, then calculates IMFE according IMFs associated wi...

2014
Juan Ye Li-Xia Lou Jin-Jing He Yu-Feng Xu

BACKGROUND Age-related cataract (ARC) is the leading cause of blindness in the world. The relationship between body mass index (BMI) and risk of ARC is controversial across observational studies. We therefore performed this meta-analysis to evaluate the association between BMI and risk of ARC. METHODS Eligible studies were identified through an electronic search of PubMed, Embase and the Coch...

Journal: :Endocrinology 1997
P A Bennett G B Thomas A D Howard S D Feighner L H van der Ploeg R G Smith I C Robinson

Synthetic GH secretagogues (GHSs) act via a receptor (GHS-R) distinct from that for GH-releasing hormone (GHRH). We have studied the hypothalamic expression and regulation of this receptor by in situ hybridization using a homologous riboprobe for rat GHS-R. GHS-R mRNA is prominently expressed in arcuate (ARC) and ventromedial nuclei (VMN) and in hippocampus, but not in the periventricular nucle...

Journal: :Molecular and cellular biology 2014
Olga V Razorenova Laura Castellini Renata Colavitti Laura E Edgington Monica Nicolau Xin Huang Barbara Bedogni Edward M Mills Matthew Bogyo Amato J Giaccia

The induction of hypoxia-inducible factors (HIFs) is essential for the adaptation of tumor cells to a low-oxygen environment. We found that the expression of the apoptosis inhibitor ARC (apoptosis repressor with a CARD domain) was induced by hypoxia in a variety of cancer cell types, and its induction is primarily HIF1 dependent. Chromatin immunoprecipitation (ChIP) and reporter assays also ind...

2014
ERIC SWARTZ

First and foremost, I have extensive experience with permutation group theory. There is an extensive literature on groups that act primitively on a set Ω, i.e., those groups which do not preserve a nontrivial system of blocks. Furthering this is the notion of quasiprimitivity. A group G acts quasiprimitively on a set Ω if every nontrivial normal subgroup of G is transitive on Ω. Every group act...

Journal: :Development 2002
Seema Agarwala Clifton W Ragsdale

Nuclei are fundamental units of vertebrate brain organization, but the mechanisms by which they are generated in development remain unclear. One possibility is that the early patterning of brain tissue into reiterated territories such as neuromeres and columns serves to allocate neurons to distinct nuclear fates. We tested this possibility in chick embryonic ventral midbrain, where a periodic p...

2016
Yasumasa Kawano Shinichi Morimoto Yoshito Izutani Kentaro Muranishi Hironari Kaneyama Kota Hoshino Takeshi Nishida Hiroyasu Ishikura

BACKGROUND Augmented renal clearance (ARC) of circulating solutes and drugs has been recently often reported in intensive care unit (ICU) patients. However, only few studies on ARC have been reported in Japan. The aims of this pilot study were to determine the prevalence and risk factors for ARC in Japanese ICU patients with normal serum creatinine levels and to evaluate the association between...

Journal: :International journal of ophthalmology 2015
Beatriz Antona Ana Barrio Isabel Sanchez Enrique Gonzalez Guadalupe Gonzalez

AIM To determine the repeatability and agreement of stereoacuity measurements made using some of the most widely used clinical tests: Frisby, TNO, Randot and Titmus. METHODS Stereoacuity was measured in two different sessions separated by a time interval of at least 24h but no longer than 1wk in 74 subjects of mean age 20.6y using the four methods. The study participants were divided into two...

2017
Javad Heravian Shandiz Mohsen Heyrani Davood Sobhani-Rad Zeinab Salehinejad Shirin Shojaei Mohamad Javad Khoshsima Abbas Azimi Abbas Ali Yekta Seyed Hosein Hoseini Yazdi

PURPOSE This study aimed to compare pattern visual evoked potential (PVEP) components in dyslexic and normal children. METHODS This cross-sectional analytic study recruited 72 children, including 36 dyslexic and 36 normal participants aged 8-12 years. Visual examinations included measurement of distance visual acuity, refraction, and PVEP components of amplitudes and latencies with two differ...

A graph is called symmetric if its full automorphism group acts transitively on the set of arcs. The Cayley graph $Gamma=Cay(G,S)$ on group $G$ is said to be normal symmetric if $N_A(R(G))=R(G)rtimes Aut(G,S)$ acts transitively on the set of arcs of $Gamma$. In this paper, we classify all connected tetravalent normal symmetric Cayley graphs of order $p^2q$ where $p>q$ are prime numbers.

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

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

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