نتایج جستجو برای: commodity specifications

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

2007
Pierre PESTIEAU María RACIONERO

This paper examines the optimal non linear income and commodity tax when the same labor disutility can receive two alternative interpretations, taste for leisure and disability, but the disability is not readily observable. We compare the optimal policy under alternative social objectives, welfarist and non-welfarist, and conclude that the non-welfarist objective, in which the planner gives a h...

Journal: :CoRR 2013
Spyros Hadjichristodoulou Donald E. Porter David Scott Warren

In this paper we investigate XSB-Prolog as a static analysis engine for data represented by medium-sized graphs. We use XSB-Prolog to automatically identify function dependencies in the Linux Kernel— queries that are difficult to implement efficiently in a commodity database and that developers often have to identify manually. This project illustrates that Prolog systems are ideal for building ...

Journal: :BIO web of conferences 2023

The construction of Marine Ranching is a safe, efficient, and sustainable way to achieve marine environmental protection biological resource utilization. In recent years, the in coastal provinces China has developed rapidly, but due late start, ability guarantee ecological security weak. this paper, Pseudosciaena crocea was selected as typical aquaculture species East Sea, by integrating experi...

Journal: :Int. J. Web Service Res. 2012
Andreas Schönberger Johannes Schwalb Guido Wirtz

Recently, the Web Services Interoperability Organization (WS-I) has announced to have completed its interoperability standards work. The latest deliverables include the so-called “Basic Security Profile” and the “Reliable Secure Profile”. This gives rise to the question whether or not Web Services adopters can rely on interoperability and functionality of Web Services stacks, in particular in t...

2005
Maree Pather L. M. Venter

This paper argues that, in a collaboration context, instead of Web services requiring client applications to comply with individual permutations of security configurations, a standardized mechanism should be established to ensure global security-interoperability. Such a solution would facilitate providing Web services in Grid Services contexts as well. A framework is proposed which comprises, i...

Journal: :Journal of Forecasting 2021

We present a comprehensive modelling framework aimed at quantifying the response of agricultural commodity prices to changes in their potential determinants. The problem model uncertainty is assessed explicitly by concentrating on specification selection based quality short-term out-of-sample forecasts (1 12 months ahead) for price wheat, soybeans and corn. Univariate multivariate autoregressiv...

Journal: :Journal of AOAC INTERNATIONAL 2008

Journal: :Concurrency and Computation: Practice and Experience 2001
Carlos O'Ryan Douglas C. Schmidt Fred Kuhns Marina Spivak Jeff Parsons Irfan Pyarali David L. Levine

To be an effective platform for performance-sensitive realtime systems, commodity-off-the-shelf (COTS) distributed object computing (DOC) middleware must support application quality of service (QoS) requirements end-to-end. However, conventional COTS DOC middleware does not provide this support, which makes it unsuited for applications with stringent latency, determinism, and priority preservat...

Journal: :international economics studies 0
kyongwook choi shawkat hammoudeh won joong kim

â â â  â â â  abstract â  using a structural var with block exogeneity, diagonality and identifying restrictions, this paper analyzes: first, the macroeconomic linkages among the oil price, u.s. output, interest rate, money supply, general price level and exchange rate and second, the relationships of the macroeconomic variables with the price indices of ten international nonfuel commodity grou...

Journal: :Journal of Banking and Finance 2023

The Nelson-Siegel framework is employed to model the term structure of commodity futures prices. Exploiting information embedded in level, slope and curvature parameters, we develop novel investment strategies that assume short-term continuation recent parallel, or butterfly movements curves. Systematic based on change generate significant profits are unrelated previously documented risk factor...

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

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

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