نتایج جستجو برای: scenario making

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

2006
Tomohiro Matsuda

The scenario of brane inflation without using the conventional slow-roll approximations has been investigated. Based on the mechanism of generating the curvature perturbations at the end of inflation, a new brane inflation paradigm was developed. The conditions for making a sufficiently large enough number of e-foldings and for generating the curvature perturbations without producing dangerous ...

Journal: :Oper. Res. Lett. 2014
Uladzimir Rubasheuski Johan Oppen David L. Woodruff

We describe an opportunity to speed up multi-stage scenario generation and reduction using a combination of two well known methods: the moment matching method (Høyland and Wallace 2001) and the method for scenario reduction to approximately minimize a metric (Heitsch and Römish 2009). Our suggestions is to combine them rather than using them in serial by making use of a stage-wise approximation...

2013
Yefeng Ma Shengcheng Yuan Hui Zhang Yi Liu

The present paper introduces a scenario-based framework design for connecting emergency response system with human behavior analysis and social information processing, which aims at improving its comprehensive capability in dealing with unexpected situations caused by physical, social and psychological factors during a crisis. The overall framework consists of four function modules: scenario aw...

2009
Miltiades E. Anagnostou Maria A. Lambrou

An e-government project management and development scenario in a fictional country is described. Emphasis is given on how local culture undermines project quality. A detailed fictional project development scenario is presented. The interplay between different players, i.e. project developers, reviewers, and public services, is illustrated. While the rules of technology are the same everywhere, ...

2008
Bent B. Andresen

In this paper, the author reports findings from research concerning the planning of learning scenarios in education. The purpose of the research is to explore the value of this scenario planning and reflection-on-action. In particular, the research objective is to explore how this innovative method can guide the adoption of ICT in education and cultivate competencies for lifelong and lifewide l...

2008
William McIver

This position paper examines a critical paradox in e-health: there is a striking gap between critical information services for health care that can be implemented today using existing in information and communication technologies and those services that are actually available. Facets of this paradox are examined in the context of Canadian analyses and policy, advanced research on health care re...

Journal: :Softwaretechnik-Trends 2015
Robert Heinrich Kiana Rostami Johannes Stammel Thomas Knapp Ralf H. Reussner

Software is subject to continuous change. Software quality is determined by large extent through architecture which reflects important decisions, e.g. on structure and technology. For sound decision making during evolution change impacts on various system artifacts must be understood. In this paper, we introduce a new evolution scenario (replacing the database) to an established demonstrator fo...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه یزد 1388

this study considers the level of increase in customer satisfaction by supplying the variant customer requirements with respect to organizational restrictions. in this regard, anp, qfd and bgp techniques are used in a fuzzy set and a model is proposed in order to help the organization optimize the multi-objective decision-making process. the prioritization of technical attributes is the result ...

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

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

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