نتایج جستجو برای: coinage

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

Journal: :Physical chemistry chemical physics : PCCP 2011
Robert P Johnson Sumeet Mahajan Mamdouh E Abdelsalam Robin M Cole Jeremy J Baumberg Andrea E Russell Philip N Bartlett

Sphere segment void, or inverse opal, films prepared from a variety of coinage metals have shown promise as reliable and reproducible substrates for surface enhanced Raman spectroscopy (SERS). Sphere segment void substrates are prepared from colloidal templates consisting of one or more layers of polystyrene spheres. In this paper, we investigate the reflection spectra and SERS for a gold film ...

2009
Fernanda Torres Maria das Graças Mota Melo Antonella Tosti

Nickel is the major cause of allergic contact dermatitis in the general population, both among children and adults, as well as in large occupational groups. This metal is used in numerous industrial and consumer products, including stainless steel, magnets, metal plating, coinage, and special alloys, and is therefore almost impossible to completely avoid in daily life. Nickel contact dermatitis...

2014
Martin Emms Arun Jayapal

This work looks at a temporal aspect of multiword expressions (MWEs), namely that the behaviour of a given n-gram and its status as a MWE change over time. We propose a model in which context words have particular probabilities given a usage choice for an n-gram, and those usage choices have time dependent probabilities, and we put forward an expectationmaximisation technique for estimating the...

Journal: :The Journal of chemical physics 1996
J B Paul J J Scherer C P Collier R J Saykally

The cavity ringdown technique (CRLAS) has been employed to measure the gas phase absorption spectrum of the platinum silicide molecule in the 350 nm region. All nine of the measured rovibronic bands are assigned to a single 1 sigma-1 sigma electronic transition, with a ground state vibrational frequency of omega "e = 549.0(3) cm-1, and a bond length of r"0 = 2.069(1) angstroms. The results of...

2012

With my published work on 1858 and 1859 over-dated cents, along with Dr. Haxby’s recently published research on 1859 narrow “9” cents, many facts about this interesting bronze coinage have become clearer. In this article I will focus on two areas. First, we can now conclusively determine that the traditionally published mintage figures are greatly in error. Second, we finally have enough inform...

2008
Walter Scheidel

The Chinese tradition of supplementing large quantities of bronze cash with unminted gold and silver represents a rare exception to the western model of precious-metal coinage. This paper provides a detailed discussion of monetary development in ancient China followed by a brief survey of conditions in the Roman empire. The divergent development of the monetary systems of the Han and Roman empi...

2015
Mark J. Spalding

Is the loss of our Underwater Cultural Heritage accelerating? The term “underwater cultural heritage” (UCH) refers to all remnants of human activities lying on the seabed, on riverbeds, or at the bottom of lakes. It includes shipwrecks and artifacts lost at sea and extends to prehistoric sites, sunken towns, and ancient ports that were once on dry land but now are submerged due to manmade, clim...

Journal: :Physical review letters 2002
Hannu Häkkinen Michael Moseler Uzi Landman

Electronic structure and bonding in anionic coinage metal clusters are investigated via density-functional calculations, focusing on an extensive set of isomers of Cu(-)(7), Ag(-)(7), and Au(-)(7). While the ground states of Cu(-)(7) and Ag(-)(7) are three dimensional (3D), that of Au(-)(7) is planar, separated from the optimal 3D isomer by 0.5 eV. The simulated thermally weighted photoabsorpti...

Journal: :Abstracta iranica 2021

The transition period from Sasanian to Islamic Iran is a key moment for the upcoming history of both Europe and Asia. It indeed crucial put pieces together draw complex picture this central authority which used intermediaries local functionaries different religions. Among others, there were Christian communities. R. Curiel especially Gyselen studied catalogued Iranian copper coinage 7th 8th cen...

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

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

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