نتایج جستجو برای: ancient greek art

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

2012
Gregory Tsoucalas Fotini Gentimi Antonis A. Kousoulis Marianna Karamanou George Androutsos

Anorectal malformations remain a challenging topic in pediatric surgery, known since antiquity. In our paper we expose the main descriptions and therapeutic approaches of imperforate anus and perianal fistula through the works of the ancient Greek and Byzantine physicians.

Journal: :Aither 2023

The article focuses on Greek and Latin interpretation of Egyptian hieroglyphs its similarity possible relation to the classical art memory (almost lost) methods mnemonics. first part points differences between view script written sources, based mostly mythological stories about origin(s) writing. next briefly explains ancient hieroglyphs, focusing Horapollo’s Hieroglyphica other sources. third ...

2005
Brian D. Joseph

The etymology of Modern Greek ovci ‘no!’ has never really been in doubt, as the Ancient Greek emphatic negative oujciv ‘not’ is surely its source. However, various details of its development from oujciv remain unaccounted for, in particular the vowel in the initial syllable, the placement of the accent, and the functional shift from ‘not’ to ‘no!’. An explanation that seeks an answer for these ...

2007
K. P. Valavanis G. J. Vachtsevanos P. J. Antsaklis

The paper aims at presenting technology and automation advances in the ancient Greek World, offering evidence that feedback control as a discipline dates back more than twenty five centuries.

2008
Nick Nicholas Brian D. Joseph

While Greek is rich in compounds, one familiar type from Indo-European, namely dvandva compounds meaning 'X and Y', is essentially nonexistent in Ancient Greek. However, such compounds start occurring in post-Classical Greek and are fairly productive by early Modern Greek. The innovative dvandvas involve nouns, a type well attested elsewhere in Indo-European, but also verbs, such as aniγo-klino...

Journal: :Archives of Acoustics 2023

The theatres of Antiquity, Greek and Roman, constitute public buildings the utmost importance in history Western culture universal cultural heritage. Many these spaces are being used for their original function with or without only minor adaptations. If they well preserved and/or restored, performance attract large audiences to representations classical contemporary plays, thereby serving purp...

Journal: :Journal of the history of dentistry 2005
John M Hyson

Bloodletting is an ancient procedure that was utilized for curing the ills of man. This article traces the use of leeches for bloodletting therapy from ancient Greek times to the Chapin Harris era in the 1840s to modern day usage by plastic surgeons. The leech is described as both a parasite and a therapeutic agent. The techniques used by both medicine and dentistry are historically documented.

F Ghochehbikloo H Tabandeh

Cosmetics is as old as the history of human being. It has been present in human life since the times of the most ancient civilizations. Perfumery is one of the oldest branches of cosmetics. Valerian perfumes found from the Pharaohs’ pyramids, had maintained their aroma. Coriander, Mace oil, cardamom, cinnamon, and juniper were also the favorite materials used for perfumery in ancient Egyptian c...

Journal: :Art and design review 2021

I would argue that Richard Milette’s object has been influenced by Greek elements to reconstruct its conception. He selected a classic image as his vessel’s decoration. As Liopold L. Foulem describes, “the prototype chosen Milette for this series is true-to-life hydra, generic, stereotypical form used because of perverse association with art museums and, more accurately, the study painting… usi...

Journal: :Anesthesia and analgesia 2000
H Askitopoulou I A Ramoutsaki E Konsolaki

G reek is a particularly cultivated language and has been used to express and refine philosophical and scientific concepts for more than 30 centuries. It is not by chance that international scientific language has formed, and continues to form, many of its terms by borrowing Greek roots, words, or word parts (1). The ancient Greeks were preoccupied with what we now call the “theory of language....

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

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

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