نتایج جستجو برای: higher education institute

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

ژورنال: آموزش عالی ایران 2019
Fathi Vajargah, Kurosh, Salehi Omran, Ebrahim, Tarjani, Homeyra,

The purpose of the research was to gain the lived experience of the faculty from the status of academic identities; and how new approaches to planning based on managerialism create the schism of academic identities. The research method was grounded theory. Data were collected through in-depth qualitative interviews with 16 faculty members based on theoretical and purposeful sampling, at Mazanda...

2015

This article explores the recent development of new spheres of public engagement within UK higher education through an analysis of the foundation degree qualification. These, according to the Higher Education Funding Council for England (HEFCE), were designed to equip students with the combination of technical skills, academic knowledge, and transferable skills increasingly being demanded by em...

2016
Paul Thompson Alex Stevenson

Although formal educational institutions in the UK, and particularly in Higher Education (HE), have begun to include aspects of dance music and Hip-hop styles of music in their curricula, there is still a notable lack of research into the relationship between popular electronic music-making practices, such as performance, and formal education. This study explores some of the experiences, percep...

2016

This article explores the recent development of new spheres of public engagement within UK higher education through an analysis of the foundation degree qualification. These, according to the Higher Education Funding Council for England (HEFCE), were designed to equip students with the combination of technical skills, academic knowledge, and transferable skills increasingly being demanded by em...

Journal: :Program 2015
Rosie Higman Stephen Pinfield

Purpose: To investigate the relationship between research data management (RDM) and data sharing in the formulation of RDM policies and development of practices in higher education institutions (HEIs). Design/methodology/approach: Two strands of work were undertaken sequentially: firstly, content analysis of 37 RDM policies from UK HEIs; secondly, two detailed case studies of institutions with ...

2013
Tony Carr

This guest editorial comments on the rapidly changing environment for the use of Information and Communication Technologies (ICTs) in African Higher Education Institutions (HEI), introduces the e/merge online conferences and gives a brief introduction to the papers in the special issue.

2014
Gabriel-Alexandru Vîiu Adrian Miroiu

Over the past two decades Romanian higher education has been the subject of numerous policy reforms aiming to increase the overall quality and performance of higher education institutions (HEIs): two comprehensive laws on education and several second-order legislative acts intended to transform the sphere of higher education into a modern system of teaching and research. Funding was one of the ...

Journal: :JASIST 2016
Rob Johnson Stephen Pinfield Mattia Fosci

As open access (OA) publication of research outputs becomes increasingly common and is mandated by institutions and research funders, it is important to understand different aspects of the costs involved. This paper provides an early review of administrative costs incurred by universities in making research outputs OA, either via publication in journals (“Gold” OA), involving payment of article...

2014
Bruno Pešec Zvonimir Petković

In higher educational institutions, ethics is the very core of the people that institutions are trying to morally shape. In a few years’ time, these students will be assigned to some work place where they will be forced to make decisions which can affect businesses and more importantly – human lives. In that respect, what seems like a simple doubt about right or wrong, becomes alarmingly signif...

Journal: :Computers & Education 2015
Jane Seale Jan Georgeson Christoforos Mamas Julie Swain

The paper focuses on disabled students in higher education (HE) and their use of technologies to support their learning. Disabled students commonly report that they feel they have to work harder than other students because they have to manage both their disability and their study. Access to and accessibility of technologies affects how well disabled students manage this workload. Data were coll...

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

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

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