نتایج جستجو برای: ژن fld

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

Journal: :Lebensmittel-Wissenschaft & Technologie 2021

Non-targeted strategies based on high-performance liquid chromatography with ultraviolet detection (HPLC-UV) and fluorescence (HPLC-FLD) fingerprints were evaluated to accomplish the classification authentication of instant coffee (40 samples), decaf (26 chicory (22 samples, including both ground instant), as well detect quantify frauds adulteration by multivariate chemometric methods. HPLC-UV ...

Journal: :Medical mycology 2010
Anne-Pauline Bellanger Gabriel Reboux Françoise Botterel Charline Candido Sandrine Roussel Benedicte Rognon Jean-Charles Dalphin Stephane Bretagne Laurence Millon

Farmer's lung disease (FLD) is a form of hypersensitivity pneumonitis resulting from recurrent exposure to moldy plant materials. We investigated and compared the initial response of respiratory epithelium after exposure to extracts of Sacharopolyspora rectivirgula, Lichtheimia corymbifera (formerly Absidia corymbifera), Eurotium amstelodami and Wallemia sebi. The two criteria for selection of ...

2004
Xuemei Cheng

Title of Dissertation: HYPERSPECTRAL IMAGING AND PATTERN RECOGNITION TECHNOLOGIES FOR REAL TIME FRUIT SAFETY AND QUALITY INSPECTION Xuemei Cheng, Doctor of Philosophy, 2004 Dissertation directed by: Professor Yang Tao Department of Biological Resources Engineering Hyperspectral band selection and band combination has become a powerful tool and have gained enormous interest among researchers. An...

2017
Tian Jin Heliang Yuan Na Zhao Honglei Qin Kewen Sun Yuanfa Ji

Frequency-locked detector (FLD) has been widely utilized in tracking loops of Global Positioning System (GPS) receivers to indicate their locking status. The relation between FLD and lock status has been seldom discussed. The traditional PLL experience is not suitable for FLL. In this paper, the threshold setting criteria for frequency-locked detector in the GPS receiver has been proposed by an...

Kamal Kolasangiani Khalil Farhangdoost Mahmoud Shariati

Forming limit curves are used as a parameter in finite element analysis to control the material's level of formability. In this research, forming limit diagram (FLD) of SS304L sheet was obtained by ABAQUSfinite element software. In practice, the experimental determination of a forming limit curve is a very time-consuming procedure which requires special and expensive equipment. Forming limit di...

Journal: :Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences 1997

Journal: :Information Fusion 2016
U. Rajendra Acharya Hamido Fujita Shreya Bhat U. Raghavendra Anjan Gudigar Filippo Molinari Anushya Vijayananthan Kwan-Hoong Ng

Steatosis or fatty liver disease (FLD) is characterized by the abnormal retention of large vacuoles of neutral fat in the liver cells, either due to alcoholism or metabolic syndrome. Succession of FLD can lead to severe liver diseases such as hepatocellular carcinoma, cirrhosis and hepatic inflammation but it is a reversible disease if diagnosed early. Thus, computer-aided diagnostic tools play...

1998
Chengjun Liu Harry Wechsler

We introduce in this paper two Enhanced Fisher Linear Discriminant (FLD) Models (EFM) in order to improve the generalization ability of the standard FLD based classifiers such as Fisherfaces. Similar to Fisherfaces, both EFM models apply first Principal Component Analysis (PCA) for dimensionality reduction before proceeding with FLD type of analysis. EFM-1 implements the dimensionality reductio...

2004
X. Cheng Y. R. Chen Y. Tao C. Y. Wang M. S. Kim A. M. Lefcourt

High−resolution hyperspectral imaging (HSI) provides an abundance of spectral data for feature analysis in image processing. Usually, the amount of information contained in hyperspectral images is excessive and redundant, and data mining for waveband selection is needed. In applications such as fruit and vegetable defect inspections, effective spectral combination and data fusing methods are re...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2004
Hong-Wen Chen

This study describes the determination of polycyclic aromatic hydrocarbons (PAHs) in water using high-performance liquid chromatography (HPLC) coupled with fluorescence detection (FLD). Because individual PAHs are generally present in water only at trace levels, a sensitive and accurate determination technique is essential. The separation and detection of five PAHs were run completely within 25...

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

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

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