نتایج جستجو برای: social aesthetic

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

Journal: :Archives of facial plastic surgery 2012
Kian Karimi Martin F McKneally Peter A Adamson

Although the practice of medicine is built on a foundation of ethics, science, and common sense, the increasing complexity of medical interventions, social interactions, and societal norms of behavior challenges the ethical practice of aesthetic surgeons. We report a survey of the opinions, practices, and attitudes of experienced and novice facial plastic surgeons. The survey consisted of 15 cl...

2011

Reader-response criticism maintains that the interpretive activities of readers, rather than the author’s intention or the text’s structure, explain a text’s significance and aesthetic value. Biographical accounts of how a writer responds to his or her critics initiated this kind of criticism. That is, since a writer may respond to commentary provided by friends, reviewers, or critics, biograph...

Journal: :Environmental management 2005
Brack W Hale Michelle M Steen-Adams Katie Predick Nick Fisher

A consequence of expanding residential development into rural areas is the potential alteration of ecological communities. Certain novel land-use policies seek practical solutions by accommodating social needs for housing while conserving biodiversity. This study investigates whether regulations designed to protect the aesthetic characteristics of a river corridor simultaneously mitigate negati...

2009
Feng Zhu

Visual logic is the most basic logic principle that human beings’ aesthetic taste is based on. Through conducting search on aesthetic taste, we found out the common rule for aesthetic evolution, which is also an evolution process in a sense of meaning. Firstly, visual system apperceives aesthetic objects in a mode similar to computer searches. In the process of apperception, visual system is co...

Journal: :world journal of plastic surgery 0
رخساره یزدان دوست rokhsareh yazdandoost iumsدانشگاه علوم پزشکی ایران نیکی حیات بینی niki hayatbini iumsدانشگاه علوم پزشکی ایران علی اصغر اصغرنژادفرید ali asghar asgharnejad farid iumsدانشگاه علوم پزشکی ایران بنفشه غرایی banafsheh gharaee iumsدانشگاه علوم پزشکی ایران نور احمد لطیفی noor ahmad latifi iumsدانشگاه علوم پزشکی ایران

background elective aesthetic surgeries are increasing in the iranian population with reasons linked to body image dissatisfaction and psychological symptoms. this study compared the body image dissatisfaction and psychological symptoms among invasive and minimally invasive aesthetic surgery patients and a control group. methods data from 90 participants (invasive aesthetic surgery=30 ss, minim...

2017
Dariusz P. Danel Agnieszka E. Siennicka Pawel Fedurek Tomasz Frackowiak Piotr Sorokowski Ewa A. Jankowska Boguslaw Pawlowski

According to the life history paradigm, in life-threatening conditions, sexual selection criteria are relaxed in order to increase the probability of a last resort reproduction, ultimately contributing to reproductive success. This should be reflected in loosened mating preferences - a process observed in nonhuman animals. Studies investigating this aspect in humans, however, are scarce. This s...

Journal: :The British journal of sociology 2005
Tony Bennett

Best known for his pioneering study Distinction: A Social Critique of the Judgement of Taste, in which the aesthetic attitude of disinterestedness is accounted for as the expression of a class ethos, Bourdieu has become something of an icon of relativism. In thus effecting a Bakhtinian 'discrowning' of official hierarchies of the arts, he is often celebrated for his concern to place all tastes,...

2013
Stefano Casalegno Richard Inger Caitlin DeSilvey Kevin J. Gaston

Mapping the spatial distribution of ecosystem goods and services represents a burgeoning field of research, although how different services covary with one another remains poorly understood. This is particularly true for the covariation of supporting, provisioning and regulating services with cultural services (the non-material benefits people gain from nature). This is largely because of chall...

2015
Jianli Liu Edwin Lughofer Xianyi Zeng

Modeling human aesthetic perception of visual textures is important and valuable in numerous industrial domains, such as product design, architectural design, and decoration. Based on results from a semantic differential rating experiment, we modeled the relationship between low-level basic texture features and aesthetic properties involved in human aesthetic texture perception. First, we compu...

2011
Mordechai Gordon

The connection between humor and aesthetic experience has already been recognized by several thinkers and aesthetic educators. This essay extends the research of John Morreall and others who have examined the various connections between humor and aesthetics by focusing on the distinction between aesthetic and non-aesthetic humor. The author begins his analysis by describing the nature and purpo...

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

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

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