نتایج جستجو برای: cooperative management

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

1996
Karl Aberer Justus Klingemann Thomas Tesch Jürgen Wäsch Erich J. Neuhold

Cooperative work on shared information requires different kind of computing system support to coordinate the work of multiple users, to establish mutual awareness and to ensure consistency. These issues are currently tackled separately in various loosely related areas, like workflow systems, groupware, and advanced transactional models. We present a transactional model that provides a core func...

2009
V. Kumar R. Bauza

With the identification of cooperative vehicular communication as an encouraging solution to real time traffic management problems, there has been efforts in evaluating more efficient communication technologies and applications. Field operational tests (FOTs) exist and provide precise evaluation tools but they have limitations. It is impractical to imagine evaluation of large scale city like sc...

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

چکیده هدف اصلی این پژوهش شناسایی الزامات نظام مدیریت کیفیت فراگیر در حوزه پژوهشی دانشگاه اصفهان بود. سوالهای پژوهش با توجه به مولفه های مدیریت کیفیت (تعهد مدیران، بهبود مستمر فرایندها ، مشتری محوری ، منابع انسانی ، مدیریت اطلاعات ، زیرساختهای کیفیت ، استفاده از نتایج ، انعطاف پذیری، مشارکت در فعالیتهای پژوهشی، ایجاد فرهنگ کیفیت و تناسب ساختارهای سازمانی) که بر اساس مطالعه استانداردهای بین المل...

1997
Karl Aberer Justus Klingemann Thomas Tesch Jürgen Wäsch Erich Neuhold Susan Even Frans Faase Peter Apers Hannu Kaijanranta Aarno Lehtola Olli Pihlajamaa

Cooperative work on shared information requires different kinds of computing system support to coordinate the work of multiple users, to establish mutual awareness among users, and to ensure the consistency of user results. These issues are currently tackled separately in various loosely related areas, such as workflow systems, groupware, and advanced transactional models. In the TRANSCOOP proj...

1987
Klaus Küspert Peter Dadam Jürgen Günauer

In the CAD, CAM. and Robotics environment the on-line construction and manipulation of data ob’ects is very often done at dedicated workstations rather than at h ost systems. As the storage space of workstations is usually not that large and as large designs are also not performed by a single designer but by a group of designers, in general, one would like to use host database systems as centra...

ژورنال: علوم تربیتی 2009

The purpose of this paper is to explore the effects of globalization on management of quality in higher education. A Meta-evaluation methodology is used to see how much the current research-supporting hypothesis is related to divergence, convergence or meso of quality management in higher education. In the light of three debates related to the nature of globalization, consequences of globalizat...

Journal: :مطالعات حقوق خصوصی 0
احد قلی زاده استادیار گروه حقوق دانشکدۀ علوم اداری واقتصاد دانشگاه اصفهان

in this research the cooperative sector's law has been analyzed under the general headings cooperative as an economic sector, cooperative's and cooperatives :union:’s nature, and damages of the acts to the law and the normal function of cooperatives and at the end it has been analytically concluded that regarding the stated structural and legal deficiencies while keeping the cooperati...

2003
Mark Manfredo Timothy Richards Scott Mcdermott

reserved. Readers may make verbatim copies of this document for non-commercial purposes by any means, provided that this copyright notice appears on all such copies. Practitioner's Abstract While not ignoring risk, agricultural cooperatives tend to accommodate risk through the holding of internal capital reserves rather than engage in active risk management. A lack of information regarding the ...

2000
Imed Boughzala Manuel Zacklad Nada Matta

This paper presents a methodological framework for the design of intercompany cooperation systems in the field of an extended enterprise. This framework relies on cooperation engineering enabling capitalization of knowledge in cooperative activities.

2001
Vitaly V. Mikheev Stanislav A. Fedoseev

Dynamic memory management is a known performance bottleneck of Java applications. The problem arises out of the Java memory model in which all objects (non-primitive type instances) are allocated on the heap and reclaimed by garbage collector when they are no longer needed. This paper presents a simple and fast algorithm for inference of object lifetimes. Given the analysis results, a Java comp...

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

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

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