نتایج جستجو برای: fluorescent lamp

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

Journal: :Bulletin of Electrical Engineering and Informatics 2023

Rapid development in electrical technology has imposed strong challenges to modern power system. Power quality become a great concern due proliferation of electronic loads. Specifically for lighting load such as compact fluorescent lamps (CFLs), one the concerning issues is harmonics. CFL cost-competitive and energy efficient compared incandescent lamp. Inevitably, produces harmonics current no...

2014
Yi Wang Yan Wang Huaqing Xu Hang Dai Shuang Meng Changyun Ye

A loop-mediated isothermal amplification (LAMP) assay for rapid and sensitive detection of the L. ivanovii strains had been developed and evaluated in this study. Oligonucleotide primers specific for L. ivanovii species were designed corresponding to smcL gene sequences. The primers set comprise six primers targeting eight regions on the species-specific gene smcL. The LAMP assay could be compl...

Journal: :Bioresources 2021

An important wood species in the furniture and parquet industry today is “doussie” wood. In this study, effects of artificial weathering on ultraviolet-cured varnish (3 coats 5 coats) applied to doussie (Afzelia africana) were investigated. The samples UV system cured varnishes exposed aging for 252 h 504 via an UV-A 340 nm lamp. coated specimens fluorescent lamp a QUV accelerated tester h. sur...

Journal: :Journal of Scientific & Industrial Research 2023

The global vegetable market demands rigorous quality analysis of potato crops to define their reasonable price. Highly accurate machine learning-based automated defect detection systems are necessary for this rising market. On the other hand, artificial illuminating lamps used in these learning decisive determining accuracy. Artificial should provide a perception color that is as similar possib...

Journal: :Biosensors and Bioelectronics 2021

We demonstrate an integrated microneedle (MN)-smartphone nucleic acid amplification platform for “sample-to-answer” diagnosis of multiplexed plant pathogens within 30 min. This portable system consists a polymeric MN patch rapid extraction minute and 3D-printed smartphone imaging device loop-mediated isothermal (LAMP) reaction detection. expanded the technology DNA targets as in previous study ...

ژورنال: سلامت کار ایران 2018

Background and aims: Human beings are exposed to various light effects. Light can be effective in Cognition, human behavior, visual comfort, health and well-being. The purpose of this study was to Comparative Survey on the effect of fluorescent lamps and LED color temperature on staffs Cognitive Performance Indicators at the office. Methods: In this interventional study, 8 subjects including 2...

2016
Virginie Hubert Andrea Peschel Brigitte Langer Marion Gröger Andrew Rees Renate Kain

Autophagy is an evolutionarily conserved process used for removing surplus and damaged proteins and organelles from the cytoplasm. The unwanted material is incorporated into autophagosomes that eventually fuse with lysosomes, leading to the degradation of their cargo. The fusion event is mediated by the interaction between the Qa-SNARE syntaxin-17 (STX17) on autophagosomes and the R-SNARE VAMP8...

2001
Álysson R. Seidel Fábio E. Bisogno Douglas Pappis Ricardo N. do Prado

This paper presents a simple alternative of automatic luminous control for electronic ballasts operating in selfsustained oscillating mode feeding fluorescent lamps to energy saving. The luminous flux level control is based on a signal from a lighting dependent resistor, which measures the luminous flux level. The dimming feature is obtained using switching frequency variation. Thus, the circui...

Journal: :Lab on a chip 2013
Shih-Jie Lo Shih-Chun Yang Da-Jeng Yao Jiann-Hwa Chen Wu-Chun Tu Chao-Min Cheng

This paper describes the development of nucleic acid detection in paper using a combination of commercial fluorescent probes and DNA ladders, and provides us with a better understanding of the interactions between double-stranded DNA (the amplified products in this study), fiber structures in paper, and fluorescent probes. The amplified products (the reverse-transcription and amplification of d...

2010
John J. Cooley

This paper presents a retrofit system that exploits a fluorescent lamp’s own stray electric fields as an excitation source for capacitive sensing. The principal result of this work is the demonstration of sufficient sensitivity for detecting human occupants below the lamp. Experimental results are presented demonstrating detection ranges of 10 ft. between the lamp and the nearest edge of a huma...

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

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

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