نتایج جستجو برای: genre includes dystopia

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

Abstract Genre-based approach has been the focus of interest in the teaching of language since the mid1980s. Genre is defined in terms of the use of language in conventionalized communicative settings. The present study made an attempt to scrutinize the effects of genre-based pedagogy on Iranian Pre-intermediate EFL leaners' reading comprehension as well as the interaction between their reading...

Journal: :Scandinavian J. Inf. Systems 2008
Benno Stein Sven Meyer zu Eissen

Genre provides a characterization of a document with respect to its form or functional trait. Genre is orthogonal to topic, rendering genre information a powerful filter technology for information seekers in digital libraries. However, an efficient means for genre classification is an open and controversially discussed issue. This paper gives an overview and presents new results related to auto...

2015
Jotthi Bansal Matthew Woolhouse

Studies reveal a strong relationship between personality and preferred musical genre. Our study explored this relationship using a new methodology: genre dispersion among people’s mobile-phone music collections. By analyzing the download behaviours of genre-defined user subgroups, we investigated the following questions: (1) do genre-preferring subgroups show distinct patterns of genre consumpt...

Journal: :Tobacco Prevention and Cessation 2021

1. Ulucanlar S, Fooks GJ, Gilmore AB. The policy dystopia model: an interpretive analysis of tobacco industry political activity. PLoS Medicine. 2016;13(9):e1002125. doi:10.1371/journal.pmed.1002125 CrossRef Google Scholar

2011
Carolina Vicente-Dueñas Camino Bermejo-Rodríguez María Pérez-Caro Inés González Manuel Sánchez-Martín Isidro Sánchez-García

Note Waardenburg syndrome (WS) is a hereditary auditorypigmentary syndrome, the major symptoms being congenital sensorineural hearing loss and pigmentary disturbance of eyes, hair and skin. Depending in additional symptoms, WS can be classified into four types: WS type I (WS1) is associated with facial deformity such as dystopia canthorum (lateral displacement of the inner canthi); WS2 has no o...

2007
Elizabeth Bullen Elizabeth Parsons

This article examines Philip Reeve’s novel for children, Mortal Engines, and M.T. Anderson’s young adult novel, Feed, by assessing these dystopias as prototypical texts of what Ulrich Beck calls risk society. Through their visions of a fictional future, the two narratives explore the hazards created by contemporary techno-economic progress, predatory global politics and capitalist excesses of c...

2013
Ranganadh Nallamothu Shanmukha Reddy Kallam Srikanth Gunturu Sukumar Singh Vijay Kumar Rachalapally

A 9-year-old girl was referred to a trauma centre with severe head injury. 3D CT scan revealed depressed fracture involving the frontal bone on the right side, right parietal bone, and right superior orbital margin, right lamina papyracea. The frontal table was managed conservatively and open reduction and internal fixation was done for the supraorbital blow in to correct the ocular dystopia. T...

2017
ZENG Jun

The greatest charm of science fiction is not the artistic imagination, but the scientific imagination.Liu Cixin’s the Three-body Problem as a Chinese science fiction novel, reflected Chinese writer how to think science and technology and its possible future of mankind’s imagination. This novel contained “Deconstruction” Utopia, “Transcendence” dystopia and “Composited” Heterotopias, Which fully...

Journal: :Altre Modernità 2022

Two faces of the feminist dystopia in United Kingdom: Sophie Mackintosh and Rebecca Ley
 A conversation with by Marta Olivi

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

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

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