نتایج جستجو برای: gothic literature

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

Journal: :Transactions of the Association for Computational Linguistics 2021

Most undeciphered lost languages exhibit two characteristics that pose significant decipherment challenges: (1) the scripts are not fully segmented into words; (2) closest known language is determined. We propose a model handles both of these challenges by building on rich linguistic constraints reflecting consistent patterns in historical sound change. capture natural phonological geometry lea...

Journal: :Minerals 2021

Gothic arch calcite, a specific crystallographic variety of calcite known from some hot springs and tufa streams, has been newly recognized in the Koněprusy Caves. The gothic-arch occurs on exteriors exotic coralloid speleothems where it coexists with scalenohedral (dogtooth) spar crystals. crystals exhibit microscopic ultrastructural features including deeply eroded topography, etch pits, spik...

Journal: :Machines 2023

The correct evaluation of the curvatures ball screw grooves allows accurate design constructive parameters this mechanism and enhancing its performance. formulation commonly used in literature, however, refers to bearing geometry, ignoring shape section’s profile helix angle. In paper, exact formulae for calculating principal curvature radii shaft nut are analytically derived presented. These e...

Journal: :Journal of Medieval Iberian Studies 2021

One of the main arguments used to legitimise Christian military expansion in medieval Iberia was location origin Iberian kingdoms ancient Visigothic Kingdom Toledo (507–711), which established a notion political continuity between these entities. The legitimacy reflected polities that emerged out process expansion, enabling activity against Muslims be portrayed as restoration Gothic Spain. In p...

پایان نامه :0 1374

chapter i provides an overview of structural linguistics and touches upon the saussurean dichotomies with the final goal of exploring their relevance to the stylistic studies of literature. to provide evidence for the singificance of the study, chapter ii deals with the controversial issue of linguistics and literature, and presents opposing views which, at the same time, have been central to t...

2005
S. F. El-Hakim L. Gonzo S. Girardi F. Voltolini

In this paper we report on our experience in creating photo-realistic virtual environments of frescoed surfaces to allow scientists, conservationists, historians, and tourists to closely study important frescoes at high level of details. In addition to allowing unlimited virtual access, this will also protect the frescoes from the damage that can be caused by opening the site to a large number ...

Journal: :Medical History 1998
Mark Harrison

human shape. But upon the middle of the body a fire of coals was smouldering; the flesh had been burnt through. The man was dead, but the smoke of his torment mounted still, a black vapour." In detective fiction, W H Auden said, the corpse must shock "not only because it is a corpse, but also because, even for a corpse, it is shockingly out of place, as when a dog makes a mess on a drawing-room...

Journal: :Gothic Studies 2022

This article explores the popularisation of concept haunted space in late eighteenth- and nineteenth-century Scotland. While earlier ghost stories were usually about haunting people, rise Gothic Romantic literary aesthetics fuelled a new interest both Scottish landscape, dramatic potential lurking spectres. Amid upheaval industrialisation Highland Clearances, period when Scots still wrestling w...

2016
Elizabeth Reynolds

Stained glass is arguably one of the most important aspects of Gothic cathedrals. As its popularity rose, mainly during the mid-12th century, the increased presence of stained glass presented major changes to the way the general populace was learning about religion. The windows became illuminated visual sermons of biblical stories, which may have had an even greater impact than the spoken word ...

Journal: :Comparative Literature: East & West 2014

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

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

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