نتایج جستجو برای: ffs

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

Journal: :Journal of International Conference Proceedings 2023

This study aims to integrate research results from several journals ascertain the impact of financial statement fraud (FFS) on pentagon. FFS is an intentional effort by company mislead users statements. Fraud pentagon explains five elements causing FFS. The population in this a journal which not included predatory for 2012-2022. There are 16 samples produced through purposive sampling. Secondar...

Journal: :I. J. Network Security 2009
Nikolay A. Moldovyan

Special form of finite fields (FFs), called vector FFs (VFFs), is defined in the vector spaces over the ground finite field GF (p) using particular types of the multiplication operation over vectors. Implementation of the cryptographic algorisms based on elliptic curves (ECs) over VFFs provides significantly higher performance than the implementation of the EC-based algorithms, in which the ECs...

Journal: :The Journal of bone and joint surgery. British volume 2007
T C Koslowsky K Mader J Dargel J Koebke M Hellmich D Pennig

We have evaluated four different fixation techniques for the reconstruction of a standard Mason type-III fracture of the radial head in a sawbone model. The outcome measurements were the quality of the reduction, and stability. A total of 96 fractures was created. Six surgeons were involved in the study and each reconstructed 16 fractures with 1.6 mm fine-threaded wires (Fragment Fixation Syste...

2015
Annemarie Westendorp Leontine Visser

This article is the outcome of an empirical study of technical training of women and men through Farmer Field Schools in rural Nepal during the last decade. When the Farmer Field Schools started in Nepal as part of the FAO Integrated Pest Management project in 1997, this was also the year that the Maoists declared the People’s Revolution. The article describes the increased participation of wom...

2013
Y. W. Wang P. Bambade

The purpose of the final focus system (FFS) of the future linear colliders (ILC and CLIC) is to demagnify the beam to the required size at the interaction point (IP). This can be done in a compact way based on a local chromaticity correction [1]. For an enlarged horizontal beta function at the IP βx*, chromaticity on horizontal plane will be smaller. We get a smaller vertical beam size, at the ...

2007
Satoshi Yamazaki Budy P. Resosudarmo

The Farmer Field School (FFS) is an intensive training program providing farmers with science based knowledge and practices, including integrated pest management (IPM). Recently there has been intensive debate as to whether or not this kind of training has any significant impact. Most case studies argue that the impact, in terms of a farmer’s ability to reduce the use or pesticides while increa...

Journal: :Fracture and Structural Integrity 2022

Over time, industrial equipment, particularly in the oil, gas, and petrochemical industries, is subjected to various forms of degradation damage that can affect its structural integrity. Most Codes Standards pertaining components do not address issues damage. As such, performing a Fitness For Service (FFS) assessment recommended make run-repair-replace decisions an in-service component may be f...

Journal: :Methods in enzymology 2013
Bin Wu Robert H Singer Joachim D Mueller

Time-integrated fluorescence cumulant analysis (TIFCA) is a data analysis technique for fluorescence fluctuation spectroscopy (FFS) that extracts information from the cumulants of the integrated fluorescence intensity. It is the first exact theory that describes the effect of sampling time on FFS experiment. Rebinning of data to longer sampling times helps to increase the signal/noise ratio of ...

Journal: :CoRR 2008
Feng Xia Youxian Sun Yu-Chu Tian Moses O. Tadé Jinxiang Dong

The quality of control (QoC) of a resource-constrained embedded control system may be jeopardized in dynamic environments with variable workload. This gives rise to the increasing demand of co-design of control and scheduling. To deal with uncertainties in resource availability, a fuzzy feedback scheduling (FFS) scheme is proposed in this paper. Within the framework of feedback scheduling, the ...

2017
Anna Sabine Clausen Erik Jørs Aggrey Atuhaire Jane Frølund Thomsen

Small-scale farmers in developing countries use hazardous pesticides taking few or no safety measures. Farmer field schools (FFSs) teaching integrated pest management (IPM) have been shown to reduce pesticide use among trained farmers. This cross-sectional study compares pesticide-related knowledge, attitude, practice (KAP), potential exposure, and self-reported poisoning symptoms among 35 FFS ...

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

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

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