نتایج جستجو برای: modernism poetry

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

2016
Awel Vaughan-Evans Robat Trefor Llion Jones Peredur Lynch Manon W. Jones Guillaume Thierry

The power of poetry is universally acknowledged, but it is debatable whether its appreciation is reserved for experts. Here, we show that readers with no particular knowledge of a traditional form of Welsh poetry unconsciously distinguish phrases conforming to its complex poetic construction rules from those that violate them. We studied the brain response of native speakers of Welsh as they re...

2013
Christian Obermeier Winfried Menninghaus Martin von Koppenfels Tim Raettig Maren Schmidt-Kassow Sascha Otterbein Sonja A. Kotz

Metrical patterning and rhyme are frequently employed in poetry but also in infant-directed speech, play, rites, and festive events. Drawing on four line-stanzas from nineteenth and twentieth German poetry that feature end rhyme and regular meter, the present study tested the hypothesis that meter and rhyme have an impact on aesthetic liking, emotional involvement, and affective valence attribu...

2016
Charles Bailey Amy Monaghan

The study of Modernism has often been divided by a seemingly unbridgeable gap between what has been deemed " high " art, esoteric works intended for the privileged few, and " low " culture-works intended for the groveling masses. In the first category are traditional art forms such as painting, sculpture, and literature. The lower art forms include mass-produced works that are accessible by des...

Journal: : 2022

Emma Andiievska’s poetic manner is quite experimental in modern literary milieu due to dense metaphoric imagology, daring alliteration, specific subject’s representation, cosmogonic transformation motive, etc., so it hardly correlates with European art styles (modernism and postmodernism particular), albeit her early oeuvre (1950—1960) being consequently considered as surrealistic one. It also ...

2015
ARTHUR LERNER

The letter inviting me to represent the field of poetry therapy by submitting an article for a “Special Issue on the State of the Arts” was broad enough to intrigue me and challenging enough to help me decide on a positive reply. And as I began to formulate ideas, discuss points of view with many individuals’ and gather notes, it soon became evident that I had undertaken a gigantic task that no...

2007
Jack Miles

03 "Monumentality," she vmtes, "creates the sense of social cohesion that is central to the consolidation of a community by impressing upon people the importance and power of a thing or a person Central to this impression of social power is the sense of long-lastingness; the perception that this city, building, institution, or artwork—and the values it represents— will last through generations,...

Journal: :The Iowa Review 2002

2008
Shashank Rao Amitabha Mukerjee

Poetry is a unique artifact of Human Natural Language Production whose creation requires mastery over linguistic knowledge and creativity. Thus, generating poetry by a computer is certainly a testament to the progress of Arti cial Intelligence. This report descibes the past work in this area and also presents a working algorithm which generates poetry using semantic similarity based on WordNet[1].

2015
Kathryn S. Collins Carol L. Langer

This paper illustrates the potential uses of poetry therapy for practitioners interested in cognitively based psychotherapies. Separate brief discussions of cognitive therapy and the uses of poetry and poetry therapy are presented. The congruence between these two approaches is addressed. Sample exercises and poems as illustrations are presented that demonstrate this congruence. © 2005 Elsevier...

Journal: :Journal of palliative medicine 2005
Jack Coulehan Patrick Clary

BACKGROUND Poetry plays an age-old role in the art of healing. Although medicine today seems distant from the world of poetic expression, there are surprising commonalities between the two. OBJECTIVES In this essay we reflect on three aspects of healing that are fostered by poetry. OBSERVATIONS Practicing medicine with too many facts and not enough poetry leads to dissatisfaction, disappoin...

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

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

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