Jaurès, Jean 1859-1914
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', 5, 0, 0, ''],
['1872-1874', 0, 0, 0, ''],
['1874-1876', 0, 0, 0, ''],
['1876-1878', 0, 0, 0, ''],
['1878-1880', 0, 0, 0, ''],
['1880-1882', 0, 0, 0, ''],
['1882-1884', 0, 0, 0, ''],
['1884-1886', 5, 0, 0, ''],
['1886-1888', 5, 0, 0, ''],
['1888-1890', 10, 0, 0, ''],
['1890-1892', 20, 0, 0, ''],
['1892-1894', 20, 0, 0, ''],
['1894-1896', 30, 0, 0, ''],
['1896-1898', 25, 0, 0, ''],
['1898-1900', 35, 0, 0, ''],
['1900-1902', 40, 0, 0, ''],
['1902-1904', 40, 0, 0, ''],
['1904-1906', 35, 0, 0, ''],
['1906-1908', 35, 0, 0, ''],
['1908-1910', 30, 0, 0, ''],
['1910-1912', 35, 0, 0, ''],
['1912-1914', 30, 0, 0, ''],
['1914-1916', 20, 0, 25, ''],
['1916-1918', 0, 30, 25, ''],
['1918-1920', 0, 30, 20, ''],
['1920-1922', 0, 25, 15, ''],
['1922-1924', 0, 35, 0, ''],
['1924-1926', 0, 30, 0, ''],
['1926-1928', 0, 30, 0, ''],
['1928-1930', 0, 30, 15, ''],
['1930-1932', 0, 35, 15, ''],
['1932-1934', 0, 30, 20, ''],
['1934-1936', 0, 20, 15, ''],
['1936-1938', 0, 25, 0, ''],
['1938-1940', 0, 30, 0, ''],
['1940-1942', 0, 10, 0, ''],
['1942-1944', 0, 15, 15, ''],
['1944-1946', 0, 25, 20, ''],
['1946-1948', 0, 35, 10, ''],
['1948-1950', 0, 30, 15, ''],
['1950-1952', 0, 20, 20, ''],
['1952-1954', 0, 15, 0, ''],
['1954-1956', 0, 20, 0, ''],
['1956-1958', 0, 0, 0, ''],
['1958-1960', 0, 0, 20, ''],
['1960-1962', 0, 25, 10, ''],
['1962-1964', 0, 20, 20, ''],
['1964-1966', 0, 25, 25, ''],
['1966-1968', 0, 15, 25, ''],
['1968-1970', 0, 30, 25, ''],
['1970-1972', 0, 35, 20, ''],
['1972-1974', 0, 35, 15, ''],
['1974-1976', 0, 25, 5, ''],
['1976-1978', 0, 25, 15, ''],
['1978-1980', 0, 25, 0, ''],
['1980-1982', 0, 25, 10, ''],
['1982-1984', 0, 20, 15, ''],
['1984-1986', 0, 30, 25, ''],
['1986-1988', 0, 25, 20, ''],
['1988-1990', 0, 20, 20, ''],
['1990-1992', 0, 0, 15, ''],
['1992-1994', 0, 15, 10, ''],
['1994-1996', 0, 30, 15, ''],
['1996-1998', 0, 15, 10, ''],
['1998-2000', 0, 25, 15, ''],
['2000-2002', 0, 30, 0, ''],
['2002-2004', 0, 15, 0, ''],
['2004-2006', 0, 20, 20, ''],
['2006-2008', 0, 30, 20, ''],
['2008-2010', 0, 25, 20, ''],
['2010-2012', 0, 30, 25, ''],
['2012-2014', 0, 30, 15, ''],
['2014-2016', 0, 35, 25, ''],
['2016-2018', 0, 25, 0, ''],
['2018-2020', 0, 10, 0, ''],
['2020-2022', 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';
Jaurès, Jean 1859-1914
Overview
Works: | 1,421 works in 3,807 publications in 6 languages and 22,239 library holdings |
---|---|
Genres: | History Conference papers and proceedings Biography Sources |
Subject Headings: | Socialists |
Roles: | Author, Editor, Publishing director, Author of introduction, Other, Honoree, Director, Contributor, Lyricist, Dedicatee, Set designer , Collector, Correspondent |
Classifications: | DC342.8.J4, 923.244 |
Publication Timeline
.
Most widely held works about
Jean Jaurès
Jean Jaurès
The life of Jean Jaurès by Harvey Goldberg(
Book
)
Socialism in France : from Jaurès to Mitterrand by Stuart Williams(
Book
)
Jean Jaurès, l'homme, le penseur, le socialiste by Charles Rappoport(
Book
)
La vie de Jean Jaurès, ou, La France d'avant 1914 by Marcelle Auclair(
Book
)
Jean Jaurès; a study of patriotism in the French socialist movement by Harold Richard Weinstein(
Book
)
Jean Jaurès, socialist and humanitarian by Margaret Pease(
Book
)
Jean Jaurès : the inner life of social democracy by Geoffrey Kurtz(
Book
)
Jean Jaurès, his life and work by J. Hampden Jackson(
Book
)
Jaurès et le socialisme des intellectuels, histoire du travail et de la vie économique by Georges Lefranc(
Book
)
Péguy entre Jaurès, Bergson et l'Église; métaphysique et politique by André Robinet(
Book
)
Le grand Jaurès by Max Gallo(
Book
)
Jean Jaurès; a story of patriotism in the French socialist movement by Harold Richard Weinstein(
Book
)
Jaurès et les intellectuels by Madeleine Rebérioux(
Book
)
Làrrière-pensée de jaurès by Henri Guillemin(
Book
)
Jean Jaurès by Vincent Auriol(
Book
)
Jaurès et son assassin by Jean Rabaut(
Book
)
Jaurès et l'unité de l'être by Jean Jaurès(
Book
)
Ils ont tué Jaures! (31 juillet 1914) by François Fonvieille-Alquier(
Book
)
Jaurès by Jean Rabaut(
Book
)
Actes du colloque Jaurès et la nation by Toulouse) Colloque Jaurès et la Nation (1965(
Book
)
more
fewer
Most widely held works by
Jean Jaurès
Jean Jaurès
A socialist history of the French Revolution by Jean Jaurès(
)
88
editions published
between
1920
and
2015
in
4
languages
and held by
1,463 WorldCat member
libraries
worldwide
"Written in the midst of his activities as leader of the Socialist Party and editor of its newspaper, Jean Jaurès intended
this book to serve as both a guide and an inspiration to political action. Mitchell Abidor's accomplished translation and
Jaurès's lively originality and willingness to criticise all players in this great drama make this unique book a true classic
on the French Revolution."--Jacket
Democracy and military service; an abbreviated translation of L'armée nouvelle by Jean Jaurès(
Book
)
116
editions published
between
1900
and
2015
in
4
languages
and held by
872 WorldCat member
libraries
worldwide
Studies in socialism by Jean Jaurès(
Book
)
26
editions published
between
1906
and
2011
in
English and Undetermined
and held by
396 WorldCat member
libraries
worldwide
Les preuves : affaire Dreyfus by Jean Jaurès(
Book
)
30
editions published
between
1898
and
1998
in
French and Italian
and held by
301 WorldCat member
libraries
worldwide
Ecrit par Jean Jaurès pendant l'été 1898, ce texte constitue tout à la fois une démonstration implacable de l'innocence
du capitaine Dreyfus et de la culpabilité des plus hautes autorités militaires et morales de la France au tournant du siècle,
une analyse critique de la dérive de la République que l'auteur, en socialiste et homme d'Etat, rappelle à son devoir de
démocratie
La guerre franco-allemande, 1870-1871 by Jean Jaurès(
Book
)
32
editions published
between
1901
and
1971
in
3
languages
and held by
256 WorldCat member
libraries
worldwide
Les origines du socialisme allemand by Jean Jaurès(
Book
)
34
editions published
between
1927
and
2018
in
French
and held by
221 WorldCat member
libraries
worldwide
Histoire socialiste, 1789-1900 by Jean Jaurès(
Book
)
45
editions published
between
1901
and
1910
in
French
and held by
220 WorldCat member
libraries
worldwide
Etudes socialistes by Jean Jaurès(
Book
)
44
editions published
between
1901
and
1997
in
French and Undetermined
and held by
214 WorldCat member
libraries
worldwide
De la réalité du monde sensible by Jean Jaurès(
Book
)
38
editions published
between
1891
and
1994
in
French
and held by
205 WorldCat member
libraries
worldwide
Pages choisies by Jean Jaurès(
Book
)
43
editions published
between
1922
and
2010
in
4
languages
and held by
187 WorldCat member
libraries
worldwide
Anthologie de Jean Jaurès by Jean Jaurès(
Book
)
24
editions published
between
1946
and
1947
in
3
languages
and held by
184 WorldCat member
libraries
worldwide
L'esprit du socialisme : six études et discours by Jean Jaurès(
Book
)
22
editions published
between
1964
and
1971
in
French and English
and held by
153 WorldCat member
libraries
worldwide
La classe ouvriere by Jean Jaurès(
Book
)
13
editions published
in
1976
in
French and English
and held by
152 WorldCat member
libraries
worldwide
La Constituante (1789-1791) by Jean Jaurès(
Book
)
29
editions published
between
1900
and
1983
in
French
and held by
136 WorldCat member
libraries
worldwide
Œuvres de Jean Jaurès by Jean Jaurès(
Book
)
12
editions published
between
1931
and
2017
in
French
and held by
132 WorldCat member
libraries
worldwide
Histoire socialiste de la révolution française by Jean Jaurès(
Book
)
51
editions published
between
1922
and
2014
in
French
and held by
131 WorldCat member
libraries
worldwide
Histoire socialiste de la Révolution française by Jean Jaurès(
Book
)
31
editions published
between
1922
and
1989
in
French and Undetermined
and held by
131 WorldCat member
libraries
worldwide
Histoire socialiste de la Révolution française by Jean Jaurès(
Book
)
27
editions published
between
1923
and
1989
in
French
and held by
124 WorldCat member
libraries
worldwide
Les temps de l'affaire Dreyfus : 1897-1899 by Jean Jaurès(
Book
)
11
editions published
between
2000
and
2001
in
French
and held by
119 WorldCat member
libraries
worldwide
Jaurès par E. Vandervelde by Jean Jaurès(
Book
)
18
editions published
between
1925
and
1951
in
French
and held by
118 WorldCat member
libraries
worldwide
more
fewer
Audience Level
0 | 1 | |||
Kids | General | Special |
Audience level:
0.63
(from
0.25
for
A socialis
... to
0.93
for
Histoire s
...)
Related Identities
Rebérioux, Madeleine Other Editor Author of introduction Annotator Director Author Contributor Author of afterword, colophon, etc.
Goldberg, Harvey 1923-1987 Author
Abidor, Mitchell Translator
Heller, Henry Author of introduction
Soboul, Albert (1914-1982) Publishing director Adapter Editor
Candar, Gilles Author of afterword, colophon, etc. Author of introduction Author Editor
France Armée
Mathiez, Albert 1874-1932 Editor
Parti socialiste (France)
Bonnafous, Max Author of introduction Annotator Director Editor
Useful Links
Library of Congress Authority File (English)
Virtual International Authority File.
Wikipedia Jean Jaurès
Wikidata.
Associated Subjects
Antisemitism Armed Forces Armed Forces--Organization Bergson, Henri, Civil-military relations Commune (Paris : Diplomatic relations Draft Dreyfus, Alfred, Esterhazy, Ferdinand Walsin, Evidence, Expert France France.--Armée France.--Assemblée nationale constituante (1789-1791) France.--Assemblée nationale législative (1791-1792) France.--Convention nationale France--Paris Franco-Prussian War (1870-1871) Germany Intellectual life Intellectuals Jaurès, Jean, Labor unions Liebknecht, Wilhelm, Metaphysics Military education Military policy Military readiness Mitterrand, François, Ontology Parti socialiste (France) Péguy, Charles, Philosophy Political and social views Political science Politicians Politics and government Reality Revolution (France : 1789-1799) Senses and sensation Social conditions Socialism Socialists Socialists--Biography Statesmen Syndicalism Treason Villain, Raoul Marie Alexandre, War--Causes Working class
Covers
Alternative Names
Ioannes Jaurès
Jaurès 1859-1914
Jaurès, August Marja Jan
Jaurès, Auguste-Marie-Joseph-Jean
Jaurès, Auguste-Marie-Joseph-Jean 1859-1914
Jaurès, Auguste Marie Joseph Jean Léon 1859-1914
Jaures , Giovanni
Jaurès, Giovanni 1859-1914
Jaurès, J.
Jaurès, Jan.
Jaurés Jean
Jaures, Jean, 1859-1914
Jaurès, Jean L. 1859-1914
Jaurés Jean Leon
Jaurès, Jean-Léon 1859-1914
Jaurès, Juan 1859-1914
Jaurèt, Jean 1859-1914
Jaurèt, Jean Leon 1859-1914
Jean Jaurès franca socialista politikisto (1859-1914)
Jean Jaurès francouzský politik. filozof a historik
Jean Jaurès Frans politicus
Jean Jaurès franséische Politiker
Jean Jaurès franzööschen Politiker
Jean Jaurès französischer Philosoph, Politiker, Vertreter des Reformsozialismus
Jean Jaurès French / Occitan Socialist leader
Jean Jaurès French Socialist leader
Jean Jaurès homme politique français
Jean Jaurès polític francès
Jean Jaurès politicien français
Jean Jaurès político francês
Jean Jaurès politico francese
Jean Jaurès polityk francuski, myśliciel polityczny
Jean Jaurès skrivagner gallek
Jean Jaurès sozialistischer französischer Politiker, Vertreter des Reformsozialismus
Jean Jaurès vācu politiķis
Joan Jaurés
Joan Jaurés arweinydd sosialaidd Ocsitania
Kateqoriya:Fransa filosofları
Žans Žoress
Zhores, Zhan
Zhores, Zhan 1859-1914
Zhuo lai 1859-1914
Zhuolai 1859-1914
Žores, Žan.
Žores, Žan 1859-1914
Žoresas Žanas
Ζαν Ζωρέ
Жан Жарэс
Жан Жорес
Жан Жорес французский философ, историк и преподаватель, деялтель французского и международного социалистического движения
Жан Жорес француски социјалистички водач
Жорес, Ж. (Жан), 1859-1914
Жорес Жан
Жорес, Жан 1859-1914
Жорес, Жан Леон 1859-1914
Жорес, Жан французский философ, историк и преподаватель, деялтель французского и международного социалистического движения
Жоресъ, Жанъ.
Ժան Ժորես
Ժան Ժորես ֆրանսիացի գրող
ז'אן ז'ורס
ז'ורס, ז'אן 1859-1914
ז'ורס, ז'ן
זשארעס, זשאן
זשארעס, זשאן 1859-1914
جان جوريس
ژان ژوره
जाँ जोर
장 조레스
죠레, 쟝 레옹
죠레스, 장 레옹
죠레스, 쟝 레옹
ジャン・ジョレス
ジョレス, ジャン
卓萊 1859-1914
尚·饒勒斯
Languages
French
(744)
English
(105)
German
(18)
Russian
(3)
Italian
(2)
Dutch
(2)
(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);