نتایج جستجو برای: broussonetia papyrifera

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

2017
Sergey Nadtochiy

In this work, we present a discrete time modeling framework, in which the shape and dynamics of a Limit Order Book (LOB) arise endogenously from an equilibrium between multiple market participants (agents). We use the proposed modeling framework to analyze the effects of trading frequency on market liquidity in a very general setting. In particular, we demonstrate the dual effect of high tradin...

2011
Debajyoti Bera Vikram Goyal Anuj S. Saxena

There are many results on the possibilities of privacy leak in location-based services, and many remedies have also been suggested. In this paper, we look at this problem from an altogether different perspective claiming that privacy leaks are most likely inevitable for a lot of remedial mechanisms, and therefore it is necessary to provide means to a user to detect such leaks in advance. We spe...

2016
Magnus Erik Hvass Pedersen

This paper presents the results of using a novel Artificial Intelligence (AI) model for long-term investing. The AI model takes various financial data as input signals and tries to determine an optimal portfolio allocation. In these experiments, the AI model considers the stocks of 40 US companies, as well as the S&P 500 index and US government bonds with one-year maturity. The portfolio is reb...

2016
P. Scardi L. Gelisio

One hundred years after the original formulation by Petrus J.W. Debije (aka Peter Debye), the Debye Scattering Equation (DSE) is still the most accurate expression to model the diffraction pattern from nanoparticle systems. A major limitation in the original form of the DSE is that it refers to a static domain, so that including thermal disorder usually requires rescaling the equation by a Deby...

Journal: :Journal of accident & emergency medicine 1999
A J Brooks C Macnab K Boffard

OBJECTIVES To introduce a unique system of alias assignment for patients whose identity is initially unknown at time of admission to the emergency unit; to prevent confusion and cases of mistaken identity. METHODS At the triage area the "unknown" patient is given a "forename" using the phonetic alphabet according to the stage of the current name cycle. The sex of the patient is included as we...

Journal: :Pain medicine 2013
R Norman Harden Ann Louise Oaklander Allen W Burton Roberto S G M Perez Kathryn Richardson Melanie Swan Jennifer Barthel Brienne Costa Joseph R Graciosa Stephen Bruehl

OBJECTIVE This is the fourth edition of diagnostic and treatment guidelines for complex regional pain syndrome (CRPS; aka reflex sympathetic dystrophy). METHODS Expert practitioners in each discipline traditionally utilized in the treatment of CRPS systematically reviewed the available and relevant literature; due to the paucity of levels 1 and 2 studies, less rigorous, preliminary research r...

2012
Jacques Bou Abdo Jacques Demerjian Hakima Chaouchi

Protocol and technology convergence, the core of near future communication, will soon be forming the interoperating heterogeneous networks. Attaining a strict secure authentication without risking the QoS performance and call success rates is a major concern when it comes to wireless heterogeneous networks. In order to achieve this, a generic, fast and secure, Authentication and Key Agreement p...

2016

Just because you pitch a tent doesn't mean you're ready to go camping. In other words, yes ? men can have erections without feeling sexually excited or horny. These erections, aka spontaneous erections, are perfectly normal and common, popping up when guys are eating dinner, are called on in class, riding a bike, watching a movie, reading, sleeping, talking with grandma, or doing just about any...

Journal: :The Journal of Experimental Medicine 1988
S C Wallick E A Kabat S L Morrison

We have observed that antidextran hybridomas with potential N-linked glycosylation sites in VH have higher affinity for polymeric dextran and for isomaltoheptaose than those lacking potential glycosylation sites. In these studies we have used gene transfection and expression techniques to verify that the carbohydrate addition sites in VH were used. The carbohydrate of the VH region was accessib...

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

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

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