نتایج جستجو برای: music furthermore

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

Background. Music has been seen as a motivator to help individuals who are not persistent enough to do a full set of exercises. However, the effect of long-term using music has not been determined, especially for amateur students who participated in Physical Education courses. Objectives: The purpose of the study was to find out the effect of popular music on female physical fitness students w...

2012
Verena Konz

This thesis contributes to bridging the gap between music information retrieval (MIR) and musicology. We present several automated methods for music analysis, which are motivated by concrete application scenarios being of central importance in musicology. In this context, the automated music analysis is performed on the basis of audio material. Here, one reason is that for a given piece of musi...

ژورنال: پژوهش هنر 2018

The music courses are full of countless misuses of music to enjoy kings and history Dictators, which result in a negative attitude of society toward music. It sounds that concomitance of dance by reckless women, handsome young boys and concomitance of wine with music in courses of Safavid and Ghajar that was courses of development of sessions of Bacchanalian have resulted in a negative mentalit...

Journal: :جامعه شناسی هنر و ادبیات 0
سید ضیاء هاشمی استادیار گروه جامعه شناسی دانشگاه تهران امیرحسین غلامزاده نطنزی کارشناس ارشد جامعه شناسی دانشگاه تهران

music is a social phenomenon that is in conjunction with many aspects of human beings’ life today. in recent years, some forms of music have become widespread that are not from indigenous origins. indeed, these are new forms that challenge iranian cultural values. meanwhile, youth are the main consumers of these forms of music. because many of youth who are heavy consumers of music are living i...

2012
Man Yat Lo

This thesis focused on the application of evolutionary computational techniques for music composition. Conventionally, the music evaluator in an evolutionary music composition system is either a human operating the system interactively, or a knowledge-based system. The objective of this study was to investigate a novel approach to music composition that combines a machine-learning based evaluat...

Journal: :مطالعات عرفانی 0
نصرالله پورجوادی

abstract despite the existence of long-standing ties between poetry and music, sanāyi, the famous poet of the sixth century, was a serious opponent unlike many other poets. he overtly blamed music as erotic art and composed poems blaming music. the author describes sanāyi’s opinion about music in this paper and explores the terms of his disagreement. in the meantime, social backgrounds of his o...

Journal: :هنرهای نمایش و موسیقی 0
رضا صمیم استادیار جامعه شناسی، پژوهشکده مطالعات فرهنگی و اجتماعیِ وزارت علوم، تحقیقات و فناوری، تهران

research on popular music in iran has a short history. perhaps the article “sociology of the music of the masses in iran”, published in 1980, can be considered as the first methodological and systematic study on the popular music in iran.  in that article, the researcher, using marxist and neo-marxist approaches to study popular music, provides a general view on the music of the masses of the p...

2016
ALDO COELHO SILVA SANDRO DOS SANTOS FERREIRA RAGAMI CHAVES ALVES LUCIO FOLLADOR SERGIO GREGORIO DA SILVA

This study investigated the influence of music on the rating of perceived exertion (RPE) and attentional focus during walking at a self-selected pace. Fifteen overweight and obese women volunteered to participate in the study. They underwent four sessions: the first for incremental maximal test and anthropometric measurement followed by three experimental sessions. After the first session, they...

2009

Music plays an important role in the socialization of children and adolescents. Popular music is present almost everywhere, and it is easily available through the radio, various recordings, the Internet, and new technologies, allowing adolescents to hear it in diverse settings and situations, alone or shared with friends. Parents often are unaware of the lyrics to which their children are liste...

2011
Aline K. Honingh Rens Bod

We present a novel approach to clustering and classification of music, based on the concept of interval categories. Six interval categories exist, each with its own musical character. A piece of music can be represented by six numbers, reflecting the percentages of occurrences of each interval category. A piece of music can, in this way, be visualized as a point in a six dimensional space. The ...

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

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

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