Alessandria (Italy : Province)


WorldCat Identities



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' ],

['1870-1872', 0, 0, 0, ''],

['1872-1874', 0, 0, 0, ''],

['1874-1876', 10, 0, 0, ''],

['1876-1878', 0, 0, 0, ''],

['1878-1880', 0, 0, 0, ''],

['1880-1882', 0, 0, 0, ''],

['1882-1884', 0, 0, 0, ''],

['1884-1886', 0, 0, 0, ''],

['1886-1888', 0, 0, 0, ''],

['1888-1890', 0, 0, 0, ''],

['1890-1892', 0, 0, 0, ''],

['1892-1894', 0, 0, 0, ''],

['1894-1896', 0, 0, 0, ''],

['1896-1898', 0, 0, 0, ''],

['1898-1900', 0, 0, 0, ''],

['1900-1902', 0, 0, 0, ''],

['1902-1904', 0, 0, 0, ''],

['1904-1906', 0, 0, 0, ''],

['1906-1908', 0, 0, 0, ''],

['1908-1910', 0, 0, 0, ''],

['1910-1912', 0, 0, 0, ''],

['1912-1914', 0, 0, 0, ''],

['1914-1916', 5, 0, 0, ''],

['1916-1918', 0, 0, 0, ''],

['1918-1920', 0, 0, 0, ''],

['1920-1922', 0, 0, 0, ''],

['1922-1924', 0, 0, 0, ''],

['1924-1926', 0, 0, 0, ''],

['1926-1928', 0, 0, 0, ''],

['1928-1930', 5, 0, 0, ''],

['1930-1932', 0, 0, 0, ''],

['1932-1934', 0, 0, 0, ''],

['1934-1936', 0, 0, 0, ''],

['1936-1938', 0, 0, 0, ''],

['1938-1940', 0, 0, 0, ''],

['1940-1942', 0, 0, 0, ''],

['1942-1944', 0, 0, 0, ''],

['1944-1946', 0, 0, 0, ''],

['1946-1948', 0, 0, 0, ''],

['1948-1950', 0, 0, 0, ''],

['1950-1952', 10, 0, 0, ''],

['1952-1954', 10, 0, 0, ''],

['1954-1956', 0, 0, 0, ''],

['1956-1958', 0, 0, 0, ''],

['1958-1960', 10, 0, 0, ''],

['1960-1962', 0, 0, 0, ''],

['1962-1964', 0, 0, 0, ''],

['1964-1966', 5, 0, 0, ''],

['1966-1968', 5, 0, 0, ''],

['1968-1970', 5, 0, 0, ''],

['1970-1972', 0, 0, 0, ''],

['1972-1974', 0, 0, 0, ''],

['1974-1976', 10, 0, 0, ''],

['1976-1978', 0, 0, 0, ''],

['1978-1980', 0, 0, 0, ''],

['1980-1982', 0, 0, 0, ''],

['1982-1984', 0, 0, 0, ''],

['1984-1986', 0, 0, 0, ''],

['1986-1988', 10, 0, 0, ''],

['1988-1990', 0, 0, 0, ''],

['1990-1992', 0, 0, 0, ''],

['1992-1994', 0, 0, 0, ''],

['1994-1996', 0, 0, 0, ''],

['1996-1998', 0, 0, 0, ''],

['1998-2000', 0, 0, 0, ''],

['2000-2002', 0, 0, 0, ''],

['2002-2004', 0, 0, 0, ''],

['2004-2006', 10, 0, 0, ''],

['2006-2008', 5, 0, 0, ''],

['2008-2010', 5, 0, 0, ''],

['2010-2012', 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';




Alessandria (Italy : Province)



Overview







Works: 25
works in
30
publications in
1
language and
185
library holdings

Genres:
Criticism, interpretation, etc 
Conference papers and proceedings 
Art 
Exhibition catalogs 
History 
Sources 
Church history 
Periodicals 

Roles: Editor


Publication Timeline

.



Most widely held works by
Alessandria (Italy : Province)


Sibilla Aleramo, coscienza e scrittura by coscienza e scrittura" Convegno di studi "Sibilla Aleramo(
Book
)

2
editions published

in
1986
in
Italian
and held by
69 WorldCat member

libraries

worldwide



Statuti ed ordinazioni del comune de Carpeneto, Alto Monferrato circondario d'Acqui, provincia d'Alessandria by Alessandria (Italy : Province)(

)

2
editions published

in
1874
in
Italian
and held by
50 WorldCat member

libraries

worldwide



Uomini e cose del Monferrato : Alessandria, Palazzo Cuttica, 22 maggio-22 giugno 1975 by Luigi Carluccio(
Book
)

2
editions published

in
1975
in
Italian
and held by
25 WorldCat member

libraries

worldwide



Libarna by Emanuela Zanda(
Book
)

2
editions published

in
2004
in
Italian
and held by
10 WorldCat member

libraries

worldwide



Uomini e cose del Monferrato : [mostra], Ente provinciale turismo, 22 maggio-22 giugno, 1975 by Alessandria (Italy : Province)(
Book
)

2
editions published

in
1975
in
Italian
and held by
10 WorldCat member

libraries

worldwide



Provincia e piano provinciale nella prospettiva regionale : relazione del Presidente della Giunta provinciale al bilancio
1969
by Alessandria (Italy : Province)(
Book
)

1
edition published

in
1969
in
Italian
and held by
2 WorldCat member

libraries

worldwide



Per produrre carne migliore a prezzo più redditizio : L'allevamento del vitello da latte e del vitellone by Francesco Maiocco(
Book
)

1
edition published

in
1953
in
Italian
and held by
1 WorldCat member

library

worldwide



Dati e caratteristiche economico-sociali dei comuni della provincia di Alessandria by Alessandria (Italy : Province)(
Book
)

1
edition published

in
1965
in
Italian
and held by
1 WorldCat member

library

worldwide



Provincia di Alessandria : Il prodotto netto dell'agricoltura 1938-1949-1950-1951-1952-1953-1954-1955 by Alessandria (Italy : Province)(
Book
)

1
edition published

in
1959
in
Italian
and held by
1 WorldCat member

library

worldwide



Convegno provinciale su "Le Relazioni umane nell'organizzazione industriale." by Alessandria (Italy : Province)(

)


in
Italian
and held by
1 WorldCat member

library

worldwide




Il conte Gabriele Galateri, governatore di Alessandria; documenti e notizie by Francesco Gasparolo(
Book
)

1
edition published

in
1929
in
Italian
and held by
1 WorldCat member

library

worldwide



Fiere e mercati della Provincia di Alessandria, 1953 by Alessandria (Italy : Province)(
Book
)

1
edition published

in
1953
in
Italian
and held by
1 WorldCat member

library

worldwide



Arte e carte nella Diocesi di Tortona(
Book
)

1
edition published

in
2005
in
Italian
and held by
1 WorldCat member

library

worldwide



Relazione sull'andamento economico della provincia di Alessandria nell'anno by Alessandria (Italy : Province)(

)


in
Italian
and held by
1 WorldCat member

library

worldwide



Rivista di storia, arte, archeologia della ["puis" : per la] provincia di Alessandria by arte e archeologia per le province di Alessandria e Asti Società di storia(

)


in
Italian
and held by
1 WorldCat member

library

worldwide



Arte e carte nella Diocesi di Alessandria(
Book
)

1
edition published

in
2008
in
Italian
and held by
1 WorldCat member

library

worldwide



Ce. D.R.E.S. quaderni(

)


in
Italian
and held by
1 WorldCat member

library

worldwide



Voti sulla rinnovazione dei trattati di commercio e revisione del regime economico-doganale by Alessandria (Italy : Province)(
Book
)

1
edition published

in
1914
in
Italian
and held by
1 WorldCat member

library

worldwide



Bollettino by Alessandria (Italy : Province)(

)


in
Italian
and held by
1 WorldCat member

library

worldwide

Each issue includes a section of statistics of the province


Forma e spazio : [Prima] Biennale di scultura all'aperto, città di Alessandria : [mostra] Giardini Pubblici al Teatro marini,
dal 10 settembre al 30 ottobre, 1967
by Comune di Alessandria(
Book
)

1
edition published

in
1967
in
Italian
and held by
1 WorldCat member

library

worldwide




 

moreShow More Titles

fewerShow Fewer Titles




Audience Level









0

Audience Level


1
  Kids General Special  

Audience level:
0.76
(from
0.68
for
Uomini e c
... to
0.95
for
Forma e sp
...)




WorldCat IdentitiesRelated Identities


  • Melandri, Lea plus


  • Aleramo, Sibilla 1876-1960 plus


  • Conti, Bruna plus


  • Morino, Alba plus


  • Contorbia, Franco plus


  • Ferraro, Giuseppe 1846-1907 Editor plus


  • Carluccio, Luigi plus


  • Zanda, Emanuela Author plus


  • Italy Soprintendenza per i beni archeologici del Piemonte plus


  • Serravalle Scrivia (Italy) plus




Associated Subjects


Aleramo, Sibilla, Antiquities Architecture Archivio di Stato di Alessandria Art Catholic Church.--Diocese of Tortona (Italy) Christian art and symbolism Church architecture Church decoration and ornament Economic history Industrial statistics Italy Italy--Acqui Terme Italy--Alessandria Italy--Alessandria (Province) Italy--Libarna (Extinct city) Italy--Monferrato Italy--Tortona Law Legislation Liturgical objects Painting, Italian Painting, Modern Regional planning Social conditions




Alternative Names


Alesandrija

Alessandria (Italie ; province)

Alexandria

Alexandria Statiellorum

Alexandrie

Alexandrie (Italy : Province)

Alissandria

Città di Alessandria

Comune di Alessandria

Italy

Lisandria

Lisciandria

Lissandria

Αλεσσάντρια

Алесандрия

Алесандрија

Алесандрыя

Алессандрия

Алессандрія

Ալեսանդրիա

אלסנדריה

ألساندريا

آلساندریا

الیساندریا

الیسانڈریا

अॅलेसेंड्रिया

अलेस्सान्द्रिया

आलेसांद्रिया

আলেসান্দ্রিয়া

એલેસાન્ડ્રિયા

அலெசாண்ட்ரியா

అలెస్సాండ్రియా

ಅಲೆಸ್ಸಾಂಡ್ರಿಯ

ඇලෙස්සැන්ඩ්‍රියා

อาเลสซันเดรีย

ალესანდრია

알레산드리아

アレッサンドリア

亚历山德里亚


Languages


Italian
(25)









(function(i,s,o,g,r,a,m)i['GoogleAnalyticsObject']=r;i[r]=i[r])(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);

Popular posts from this blog

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020