Settimo Vittone
google.charts.load('current', {packages: ['corechart']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var options = {
height: 200,
legend: { position: 'top', maxLines: 3 },
bar: { groupWidth: '75%' },
isStacked: true,
colors: ['#FF7600', '#409a3c', '#2178b5'],
vAxis:{
baselineColor: '#fff',
gridlineColor: '#fff',
textPosition: 'none'
}
};
var data = google.visualization.arrayToDataTable([
['', 'By', 'Posthumously by', 'About',
{ role: 'annotation' } ],
['2000-2001', 0, 0, 0, ''],
['2001-2002', 5, 0, 0, ''],
['2002-2003', 0, 0, 0, ''],
['2003-2004', 0, 0, 0, ''],
['2004-2005', 0, 0, 0, ''],
['2005-2006', 0, 0, 0, ''],
['2006-2007', 0, 0, 0, ''],
['2007-2008', 0, 0, 0, ''],
['2008-2009', 0, 0, 0, ''],
['2009-2010', 0, 0, 0, ''],
['2010-2011', 0, 0, 0, ''],
]);
var chart = new google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data, options);
};
function bringBack(sourceKey, targetKey, oclcNum) {
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null) {
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+targetKey+"&comment="+comment;
}
}
function sendBack(sourceKey, targetKey, oclcNum) {
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null) {
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+sourceKey+"&comment="+comment;
}
}
function getElementsByClassName(classname, node) {
if(!node)
node = document.getElementsByTagName("body")[0];
var a=[];
var re=new RegExp('\b' + classname + '\b');
var els=node.getElementsByTagName("*");
for(var i=0; els.length>=i; i++)
if(re.test(els[i].className))
a.push(els[i]);
return a;
}
function turnEditEntriesOn(node) {
var entries=getElementsByClassName('editEntry', node);
if (entries) {
for (var i = 0; entries.length>=i; i++) {
entries[i].style.display="block";
}
}
document.getElementById('identitiesonSwitch').style.display='none';
document.getElementById('identitiesoffSwitch').style.display='inline';
}
function turnEditEntriesOff(node) {
var entries=getElementsByClassName('editEntry', node);
if (entries) {
for (var i = 0; entries.length>=i; i++) {
entries[i].style.display="none";
}
}
document.getElementById('identitiesonSwitch').style.display='inline';
document.getElementById('identitiesoffSwitch').style.display='none';
}
Settimo Vittone
Overview
Works: | 1 works in 1 publications in 1 language and 2 library holdings |
---|---|
Classifications: | NA5621.S575, 726 |
Publication Timeline
.
Most widely held works by
Settimo Vittone
Settimo Vittone
La pieve di San Lorenzo e il battistero di San Giovanni Battista(
Book
)
1
edition published
in
2001
in
Italian
and held by
2 WorldCat member
libraries
worldwide
Audience Level
0 | 1 | |||
Kids | General | Special |
Audience level:
0.81
(from
0.81
for
La pieve d
... to
0.81
for
La pieve d
...)
Related Identities
Bertolotto, Claudio
Fondo per l'Ambiente Italiano
Scalva, Giuse
Useful Links
Library of Congress Authority File (English)
Virtual International Authority File.
Wikidata.
Associated Subjects
Architecture, Lombard Baptisteries Battistero di San Giovanni Battista (Settimo Vittone, Italy) Italy--Settimo Vittone Mural painting and decoration, Italian Mural painting and decoration, Medieval Pieve di San Lorenzo (Settimo Vittone, Italy)
Alternative Names
Settimo
Languages
Italian
(1)
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45070317-1', 'worldcat.org');
ga('send', 'pageview');
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0018/3695.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);