نتایج جستجو برای: modified f

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

Journal: :Food chemistry 2014
Marie-Alice Fraiture Philippe Herman Isabel Taverniers Marc De Loose Dieter Deforce Nancy H Roosens

In the coming years, the frequency of unauthorised genetically modified organisms (GMOs) being present in the European food and feed chain will increase significantly. Therefore, we have developed a strategy to identify unauthorised GMOs containing a pCAMBIA family vector, frequently present in transgenic plants. This integrated approach is performed in two successive steps on Bt rice grains. F...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2005
L S Hirst E R Parker Z Abu-Samah Y Li R Pynn N C MacDonald C R Safinya

We report a technique for the alignment of self-assembled protein systems, such as F-actin bundles and microtubules, in a surface-modified titanium or silicon microfluidic device. Assembling filamentous protein systems in a confined geometry produces highly aligned samples for structural and mechanical studies. Biomolecular self-assembly can be investigated in a controlled fashion under differe...

2015
Xiaofei Li Yuhua Wu Jun Li Yunjing Li Likun Long Feiwu Li Gang Wu

The rapid increase in the number of genetically modified (GM) varieties has led to a demand for high-throughput methods to detect genetically modified organisms (GMOs). We describe a new dynamic array-based high throughput method to simultaneously detect 48 targets in 48 samples on a Fludigm system. The test targets included species-specific genes, common screening elements, most of the Chinese...

2017
Jiansong Li Hui Zhang Shaoyong Zhang Ji Zhang Anliang Chen Jidong Wang Wensheng Xiang

Two new 5-oxomilbemycins, 27-aldehyde-5-oxomilbemycin β12 (1) and 2-hydroxymilbemycin K (2), were isolated from a genetically engineered strain Streptomyces bingchenggensis BCJ60. Their structures were determined by comprehensive analyses of its 1 H and 13 C NMR, COSY, HMQC, and HMBC spectroscopic, HRESI-MS mass spectrometric and comparison with data from the literature. Preliminary studies sho...

2012
Yen-Yao Wang Anthony M. Townsend Andy Luse Brian E. Mennecke

This study investigates how consumers assess the quality o f two types o f recommender systems , co llaborative filtering and content -based, in the content of e-commerce by using a modified Unified Theory o f Acceptance and Use o f Techno logy (UTAUT) model. Specifically, the under-investigated concept o f trust in techno log ical artifacts is adap ted to a modified UTAUT model. Additionally, ...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2008
hossein faghihian mohammad hadi mohammadi

nitrate is an anion of major importance particularly in biological areas. excessive amounts in water supplies indicate pollution from sewage or agricultural effluents. the effects of excessive quantities of nitrate in water are well known. in this research structural modification of natural clinoptilolite by isomorphic substitution was performed. isomorphously substituted zeolite was prepared u...

Journal: :Quantum Information & Computation 2021

Randomized encoding is a powerful cryptographic primitive with various applications such as secure multiparty computation, verifiable parallel cryptography, and complexity lower-bounds. Intuitively, randomized $\hat{f}$ of function $f$ another that $f(x)$ can be recovered from $\hat{f}(x)$, nothing except for leaked $\hat{f}(x)$. Its quantum version, encoding, has been introduced recently [Brak...

2009
Y. Gao X. Chen C. G. Parini

A study on the MIMO channel capacity of a modified dual-element planar inverted-F antenna (PIFA) array is presented. The dual-element PIFA array consists of two modified PIFAs which are mounted on a small mobile terminal operating at 2.5 GHz. The relationship between mutual coupling and channel capacity is analysed by comparing the modified dual-element PIFA array with a conventional dual-eleme...

2016
Haijing Gu Junqi Ling Xiaoyan Zhou Limin Liu Ziming Zhao Jin-Long Gao

BACKGROUND Aging population will lead to the increase of incidence of root caries globally. The clinical management of root caries is challenging due to the difficulty in moisture isolation. The root caries is caused by the release of organic acids from cariogenic bacteria which results in the dissolution of cementum and dentin of the root. The purpose of this study is to study the efficacy of ...

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

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

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