نتایج جستجو برای: informational and communicational technology ict

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

Journal: :iranian journal of management studies 0
seyed mohamad hadi razavi faculty of research institute for new technology development studies, iranian research organization for science and technology (irost) ghasem ramezanpoor nargesi faculty of research institute for new technology development studies,iranian research organization for science and technology (irost) hojatallah hajihoseini faculty of research institute for new technology development studies, iranian research organization for science and technology (irost) morteza akbari faculty of entrepreneurship, university of tehran

recently many researches have studied technological innovation capabilities (tics) and their impacts on firm’s competitive performance in the field of manufacturing industries. this paper pursued yam et al. (2004) framework to study the relevance of tics and firm's competitive performance in a mainly-service-based industry in iran (ict). empirical data were collected through a questionnaire...

Information and communication technologies are the most recent scientific achievements of mankind's ability seems to have much to offer society and are expected to be useful in solving the problems of human society. Many around the world believe that accelerates the process of adjustment in the exchange of knowledge and information through information and communication technologies a vital role...

Background: The use of Information and Communication Technology (ICT) is effective in the teaching-learning process. Related factors should be considered for optimal use of ICT. The aim of this study was to investigate the relationship between ICT literacy and computer self-efficacy of teachers at special schools of Birjand. Methods: Population of study include all individuals who are workin...

In todaychr('39')s world, given limited fossil fuel resources and growing population, it is imperative to consider energy efficiency. In this regard, due to the spread of information and communication technology, using its capabilities to reduce energy consumption & intensity is worth consideration.  In this study we assess the effect of Information and communications technology on energy inten...

Journal: :international journal of health policy and management 2015
hannah marrinan sonja firth david hipgrave eliana jimenez-soto

in modern decentralised health systems, district and local managers are increasingly responsible for financing, managing, and delivering healthcare. however, their lack of adequate skills and competencies are a critical barrier to improved performance of health systems. given the financial and human resource, constraints of relying on traditional face-to-face training to upskill a large and dis...

Journal: :Nóesis: Revista de Ciencias Sociales y Humanidades 2022

Two digital LGBT+ media in Mexico are analyzed to understand the implications of their operation and articulation with informational social needs sex-gender populations. It starts from communicational perspective conceptualize these projects as exercises technological appropriation but highlighting empirical intersections other analytical frameworks. Through method systematizing experience, tra...

The main goal of this study is to investigate the impact of information and communication technology (ICT) on human development in the six Gulf Cooperation Council countries (GCC), particularly, the effect of ICT development index on the three-key component of human development; income, health, and education. The study focused on the years 2005-2014. Based on the theoretical background explaine...

Charles Odinakachi Njoku, Chilaka Emmanuel Nwaimo

The main goal of this study is to investigate the impact of information and communication technology (ICT) on human development in the six Gulf Cooperation Council countries (GCC), particularly, the effect of ICT development index on the three-key component of human development; income, health, and education. The study focused on the years 2005-2014. Based on the theoretical background explaine...

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

when we return to the concept of poetry and the age-old discussion about the uselessness or the usefulness of the poets to the private and public state of human beings, originating from plato and aristotles views about poets respectively, there emerges the question of the role of poetry in human beings lives. in the same manner, with the advance of technology and the daily progress and improvem...

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

in iran we already use laminate tubes only in cosmetics industry. laminate tube manufacturers via using the most modern technology of the world, faced with the laminate tube market being saturated in cosmetics industry for packaging the cosmetic creams and toothpaste. but considering the great food market and therefore laminate tube features such as beautiful packaging, ease of use for the fina...

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

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

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