نتایج جستجو برای: iranian traditional music

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

Journal: :مجله آسیایی گزارش موردی بالینی در طب سنتی و مکمل 0
fatemeh eghbalian ph.d. candidate of traditional medicine, department of iranian traditional medicine, faculty of traditional medicine, tehran university of medical sciences, tehran, iran akramosadat atyabi ph.d. candidate of traditional medicine, department of iranian traditional medicine, faculty of traditional medicine, tehran university of medical sciences, tehran, iran nafiseh esmaeili professor of dermatology, department of dermatology, faculty of medicine, tehran university of medical sciences, tehran, iran mehrdad karimi assistant professor of traditional medicine, department of iranian traditional medicine, faculty of traditional medicine, tehran university of medical sciences, tehran, iran

abstract background: atopic dermatitis is a common skin disease associated with chronic inflammation in the skin and itches and most patients have a positive family history of dermatitis. the major treatment of dermatitis, based on allopathic medicine, includes symptomatic treatment by oral antihistamines and topical or oral corticosteroids, which, in long-term, will cause various side effects....

Journal: :iranian red crescent medical journal 0
hamid shamsi baghbanan school of traditional medicine, shahid beheshti university of medical sciences, tehran, ir iran esmaeil nazem school of traditional medicine, tehran university of medical sciences, tehran, ir iran saeideh yarjoo school of traditional medicine, tehran university of medical sciences, tehran, ir iran bagher minaei school of traditional medicine, tehran university of medical sciences, tehran, ir iran; school of traditional medicine, tehran university of medical sciences, behesht street, tehran, ir iran. tel: +98-2155693520, fax: +98-2155693522

conclusions in this patient, traditional medicine treatment improved the patient's general well-being, hematopoiesis and portal hypertension. furthermore, it improved his quality of life, although it had no effect on his liver function. we recommend more clinical trials on therapeutic effects of iranian traditional medicine on cryptogenic cirrhosis. introduction there are several disorders that...

2016
Seyed Reza Vakilinia Davood Bayat Majid Asghari

BACKGROUND Diabetes is known as one of the most common diseases in the world and its treatment is one of the most important healthcare issues. Consequently, different treatment methods of complementary medicine and recent medicine have been used by scientific communities to control and predict the disease. This article considered the effects of dry cupping and wet cupping, based on traditional ...

2016
David R. Thompson

Traditional ensemble music education has historically been dominated by “the big three:” band, orchestra, and choir. Demographic shifts in student populations as well as long-time calls for expanded curricular offerings have led to the creation of alternative instrumental ensembles in schools. This review of literature will address the following questions: 1) What is an alternative instrumental...

2015
Lassi A. Liikkanen

YouTube is the leading Internet video service and one of the most popular websites in 2014. Music videos hold top positions in different YouTube charts, but the music video types or engagement patterns with them have not been systematically studied. In this paper we present three studies that focus on YouTube music. We first show that music videos are the most popular content genre in YouTube. ...

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

the human being attitudes, customs and their style of life are explained through their musical system design. so far the music is a part of the culture, therefore, to understand a culture one should also consider musical aspect of that culture. the human being attitudes, customs and their style of life are explained through their musical system design. so far the music is a part of the culture,...

2007
Bryan Duggan

This paper describes TunePal, a tool which facilitates convenient audio access to archive transcriptions of traditional tunes on a PDA. The main feature of TunePal is its ability to locate a tune by name or musical phrase from thousands stored on a PDA. TunePal enhances not only the recall of a musician using TunePal in a traditional music session, but also the acquisition of new repertoire. In...

2016
Luis Lemos LUIS LEMOS

Music is known to be one of the most visible forms of artistic expression through which traditional patriarchal values in society can be contested and challenged. However, it has not been recognised to what extent globalisation has enhanced or hindered the use of music as a tool for gender equality. Therefore, it is necessary to find linkages between gender and music in globalisation processes....

2009
Bryan Duggan Brendan O'Shea Mikel Gainza Padraig Cunningham

MATT2 is a content based music information retrieval system adapted to the characteristics of traditional Irish dance music. MATT2 compensates for expressive artefacts commonly employed by traditional musicians. Specifically these are ornamentation, "the long note", reversing and phrasing. In this paper we describe the main components of MATT2 and present an experiment where we demonstrate that...

Journal: :International Journal of Preventive Medicine 2019

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

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

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