نتایج جستجو برای: silo (agricultural)

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

2016
Philipp Haller Normen Müller Heather Miller

We formalize our programming model in the context of a typed lambda calculus with records. Figure 1 shows the abstract syntax of our core language. Besides standard terms, the language includes terms related to (a) spores, (b) silos, and (c) futures. The spore term creates a new spore. It contains a list of variable definitions, the spore header, and a closure which may only refer to its parame...

1999
Ove Ditlevsen

Measurements show that silo wall pressures exhibit large fluctuations in time and space during discharge of the silo. This observation is important for the design of the silo wall because spatial pressure variations may impose substantial bending moments that otherwise may be small or vanishing due to the carrying ability of the membrane forces in the silo wall. Information about the stochastic...

Journal: :The Iraqi Journal of Agricultural science 2022

The aim of this study was isolation and identification fungi producing aflatoxin B1 from wheat which stored for four months in some silos Baghdad , including Al Taji Silo, Khan Bani Saad Silo Dhari Silo. Those Silos were included the agricultural plan marketing season 2020. Different types obtained. They initially identified according to cultural morphological characteristics as Alternaria spp,...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2011
Tamás Börzsönyi Zsolt Kovács

We report experimental observations of sound waves in a granular material during resonant silo discharge called silo music. The grain motion was tracked by high-speed imaging while the resonance of the silo was detected by accelerometers and acoustic methods. The grains do not oscillate in phase at neighboring vertical locations, but information propagates upward in this system in the form of s...

2013
Keon Jang Justine Sherry Hitesh Ballani Toby Moncaster

Many cloud applications need predictable completion of application tasks. To achieve this, they require predictable completion time for network messages. We identify three key requirements for such predictability: guaranteed network bandwidth, guaranteed per-packet delay and guaranteed burst allowance. We present Silo, a network architecture for public cloud datacenters that offers these guaran...

2012
Diane Bailleul Sébastien Ollier Sylvie Huet Antoine Gardarin Jane Lecomte

CONTEXT Anthropogenic vectors enhance the natural dispersal capacity of plant seeds significantly in terms of quantity and distance. Human-mediated seed dispersal (i.e. anthropochory) greatly increases the dispersal of crop species across agroecosystems. In the case of oilseed rape (OSR), spillage of seeds from grain trailers during harvest has never been quantified. METHODS Our experimental ...

1994
Cui Zhang Rob Shaw Mark R. Heckman Gregory D. Benson Myla Archer Karl Levitt Ronald A. Olsson

This paper presents research towards the formal speciication and veriication of a secure distributed system and secure application programs that run on it. We refer to the whole system | from hardware to application programs written in a concurrent programming language | as the Silo, and to a simpliied view of the Silo as the miniSilo. Both miniSilo and Silo consist of a collection of microproc...

To be sure, all the industries try to be involved in globalization with a constant trend to find out ways to increase productivity across different functions within an organization to maintain competitive advantage world. Pharmaceutical industries are not exceptional and further are based on fragmentation. So these kind of companies need to cope with several barriers such as silo mentality that...

Journal: :Journal of agricultural and food chemistry 2009
Ana M Pacin Emilia Ciancio Bovier Héctor H L González Elena M Whitechurch Elena J Martínez Silvia L Resnik

Fumonisins in maize (Zea mays L.) grain silo bags in the conditions of three Argentine provinces were analyzed to determine how this kind of storage affects contamination and if differential storage durations or times of the year of silo bag closing and opening are factors that could modify it. Moisture content, water activity (a(w)), molds and yeasts present, and fumonisins were analyzed in 16...

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

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

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