Support artist and movement influence links with web discovery, a developer checkup table with gallery/detail thumbnails, and debug image search with fix-it workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
638 lines
30 KiB
JavaScript
638 lines
30 KiB
JavaScript
/**
|
|
* Curated painting-to-painting influence edges for art-historical lineage.
|
|
*
|
|
* Each entry: work was influenced by influencedBy (directed edge).
|
|
* Optional artistMeta / paintingMeta on work or source creates missing DB rows.
|
|
*/
|
|
module.exports = [
|
|
// ── Renaissance foundations ──
|
|
{
|
|
work: { artist: 'Masaccio', title: 'Holy Trinity' },
|
|
influencedBy: { artist: 'Giotto', title: 'Lamentation' },
|
|
notes: 'Masaccio built on Giotto\'s sculptural gravity while introducing Brunelleschi\'s linear perspective.',
|
|
aspects: 'perspective, volume, gravity, narrative clarity',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Leonardo da Vinci', title: 'The Last Supper' },
|
|
influencedBy: {
|
|
artist: 'Andrea del Castagno',
|
|
title: 'Last Supper',
|
|
year: 1447,
|
|
wikipedia_title: 'Last Supper (Castagno)',
|
|
artistMeta: {
|
|
birth_year: 1421,
|
|
death_year: 1457,
|
|
movement: 'Early Renaissance',
|
|
wikipedia_title: 'Andrea del Castagno',
|
|
century: 1400,
|
|
},
|
|
},
|
|
notes: 'Leonardo reworked the Florentine Last Supper tradition toward psychological drama and unified perspective.',
|
|
aspects: 'perspective, gesture, psychological drama',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Michelangelo', title: 'The Creation of Adam' },
|
|
influencedBy: { artist: 'Masaccio', title: 'Expulsion' },
|
|
notes: 'Michelangelo\'s Sistine figures extend the monumental, sculptural body type developed by earlier Florentine masters.',
|
|
aspects: 'monumentality, anatomy, figura serpentinata',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Raphael', title: 'Sistine Madonna' },
|
|
influencedBy: { artist: 'Leonardo da Vinci', title: 'Mona Lisa' },
|
|
notes: 'Raphael absorbed Leonardo\'s sfumato and pyramidal Madonna groups into his own idealized devotional images.',
|
|
aspects: 'sfumato, pyramidal composition, ideal beauty',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Albrecht Dürer', title: 'Self-Portrait' },
|
|
influencedBy: { artist: 'Jan van Eyck', title: 'Man in a Red Turban' },
|
|
notes: 'Northern portrait precision and moral seriousness informed Dürer\'s claim for the artist as intellectual creator.',
|
|
aspects: 'portraiture, detail, oil technique, self-presentation',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Venetian color → Baroque drama ──
|
|
{
|
|
work: { artist: 'Titian', title: 'Venus of Urbino' },
|
|
influencedBy: {
|
|
artist: 'Giorgione',
|
|
title: 'Sleeping Venus',
|
|
year: 1510,
|
|
wikipedia_title: 'Sleeping Venus (Giorgione)',
|
|
artistMeta: {
|
|
birth_year: 1477,
|
|
death_year: 1510,
|
|
movement: 'High Renaissance',
|
|
wikipedia_title: 'Giorgione',
|
|
century: 1500,
|
|
},
|
|
},
|
|
notes: 'Titian completed and transformed Giorgione\'s reclining nude formula into a fully Venetian color composition.',
|
|
aspects: 'reclining nude, colorito, sensual atmosphere',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Caravaggio', title: 'Calling of Saint Matthew' },
|
|
influencedBy: { artist: 'Michelangelo', title: 'Creation of Adam' },
|
|
notes: 'Caravaggio translated High Renaissance monumentality into stark chiaroscuro and contemporary Roman life.',
|
|
aspects: 'chiaroscuro, anatomy, dramatic light, realism',
|
|
source_author: 'H. W. Janson',
|
|
source: 'History of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Artemisia Gentileschi', title: 'Judith Slaying Holofernes' },
|
|
influencedBy: { artist: 'Caravaggio', title: 'Judith Beheading Holofernes' },
|
|
notes: 'Artemisia reworked Caravaggio\'s Judith with heightened physical force and a female protagonist\'s agency.',
|
|
aspects: 'chiaroscuro, violence, female protagonist, Caravaggism',
|
|
source_author: 'Mary Garrard',
|
|
source: 'Artemisia Gentileschi',
|
|
},
|
|
{
|
|
work: { artist: 'Rembrandt', title: 'The Night Watch' },
|
|
influencedBy: { artist: 'Peter Paul Rubens', title: 'Descent from the Cross' },
|
|
notes: 'Rembrandt studied Rubens\' dynamic grouping and light while pursuing a rougher, more psychological Dutch idiom.',
|
|
aspects: 'group composition, movement, light, civic narrative',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Diego Velázquez', title: 'Las Meninas' },
|
|
influencedBy: { artist: 'Peter Paul Rubens', title: 'Descent from the Cross' },
|
|
notes: 'Velázquez combined Rubens\' courtly brilliance with a uniquely Spanish interrogation of painting and reality.',
|
|
aspects: 'court painting, brushwork, meta-painting, light',
|
|
source_author: 'Jonathan Brown',
|
|
source: 'Velázquez: Painter and Courtier',
|
|
},
|
|
{
|
|
work: { artist: 'El Greco', title: 'View of Toledo', year: 1599, wikipedia_title: 'View of Toledo',
|
|
artistMeta: { birth_year: 1541, death_year: 1614, movement: 'Mannerism', wikipedia_title: 'El Greco', century: 1500 },
|
|
},
|
|
influencedBy: { artist: 'Michelangelo', title: 'Creation of Adam' },
|
|
notes: 'El Greco\'s elongated forms and spiritual turbulence extend Mannerist distortion toward modern expression.',
|
|
aspects: 'elongation, spiritual drama, color, expression',
|
|
source_author: 'H. W. Janson',
|
|
source: 'History of Art',
|
|
},
|
|
|
|
// ── Rococo → Neoclassicism → Romanticism ──
|
|
{
|
|
work: { artist: 'Jean-Honoré Fragonard', title: 'The Swing' },
|
|
influencedBy: { artist: 'Jean-Antoine Watteau', title: 'Pilgrimage to Cythera' },
|
|
notes: 'Fragonard pushed Watteau\'s fête galante toward playful eroticism and lighter Rococo brushwork.',
|
|
aspects: 'fête galante, lightness, erotic play, brushwork',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Jacques-Louis David', title: 'Oath of the Horatii' },
|
|
influencedBy: { artist: 'Nicolas Poussin', title: 'Rape of the Sabine Women',
|
|
artistMeta: { birth_year: 1594, death_year: 1665, movement: 'Baroque', wikipedia_title: 'Nicolas Poussin', century: 1600 },
|
|
year: 1637,
|
|
wikipedia_title: 'The Rape of the Sabine Women (Nicolas Poussin)',
|
|
},
|
|
notes: 'David revived Poussin\'s classical severity as moral propaganda for the French Revolution.',
|
|
aspects: 'classical composition, moral narrative, frieze-like grouping',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Eugène Delacroix', title: 'Liberty Leading the People' },
|
|
influencedBy: { artist: 'Jacques-Louis David', title: 'Oath of the Horatii' },
|
|
notes: 'Delacroix transformed David\'s civic heroism into Romantic turbulence, color, and contemporary barricade energy.',
|
|
aspects: 'heroic allegory, color, movement, political narrative',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Eugène Delacroix', title: 'Liberty Leading the People' },
|
|
influencedBy: {
|
|
artist: 'Théodore Géricault',
|
|
title: 'The Raft of the Medusa',
|
|
year: 1819,
|
|
wikipedia_title: 'The Raft of the Medusa',
|
|
artistMeta: { birth_year: 1791, death_year: 1824, movement: 'Romanticism', wikipedia_title: 'Théodore Géricault', century: 1800 },
|
|
},
|
|
notes: 'Géricault\'s Raft proved that modern tragedy and bodily suffering could carry epic scale — a lesson Delacroix applied to revolution.',
|
|
aspects: 'Romantic sublime, suffering, modern history painting, scale',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Eugène Delacroix', title: 'Death of Sardanapalus' },
|
|
influencedBy: { artist: 'Peter Paul Rubens', title: 'Lion Hunt' },
|
|
notes: 'Delacroix admired Rubens\' color, carnality, and swirling movement in history painting.',
|
|
aspects: 'color, movement, Orientalism, sensual violence',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Jean-Auguste-Dominique Ingres', title: 'Grande Odalisque' },
|
|
influencedBy: { artist: 'Titian', title: 'Venus of Urbino' },
|
|
notes: 'Ingres revisited the reclining nude through a cool Neoclassical line descended from Raphael and Venetian precedents.',
|
|
aspects: 'reclining nude, contour, classicism, exoticism',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Caspar David Friedrich', title: 'Wanderer above the Sea of Fog', year: 1818,
|
|
wikipedia_title: 'Wanderer above the Sea of Fog',
|
|
artistMeta: { birth_year: 1774, death_year: 1840, movement: 'Romanticism', wikipedia_title: 'Caspar David Friedrich', century: 1800 },
|
|
},
|
|
influencedBy: { artist: 'Claude Lorrain', title: 'Embarkation of the Queen of Sheba',
|
|
artistMeta: { birth_year: 1600, death_year: 1682, movement: 'Baroque', wikipedia_title: 'Claude Lorrain', century: 1600 },
|
|
year: 1648,
|
|
wikipedia_title: 'Embarkation of the Queen of Sheba',
|
|
},
|
|
notes: 'Friedrich turned Claude\'s luminous ideal landscape inward, making nature a mirror of spiritual solitude.',
|
|
aspects: 'landscape, sublime, contemplation, Romantic mood',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'J. M. W. Turner', title: 'The Fighting Temeraire' },
|
|
influencedBy: { artist: 'Claude Lorrain', title: 'Embarkation of the Queen of Sheba' },
|
|
notes: 'Turner studied Claude\'s golden atmospheres before dissolving form into light and industrial modernity.',
|
|
aspects: 'atmosphere, light, landscape, dissolution of form',
|
|
source_author: 'John Ruskin',
|
|
source: 'Modern Painters',
|
|
},
|
|
{
|
|
work: { artist: 'J. M. W. Turner', title: 'Rain, Steam and Speed' },
|
|
influencedBy: { artist: 'John Constable', title: 'The Hay Wain', year: 1821, wikipedia_title: 'The Hay Wain',
|
|
artistMeta: { birth_year: 1776, death_year: 1837, movement: 'Romanticism', wikipedia_title: 'John Constable', century: 1800 },
|
|
},
|
|
notes: 'Constable\'s naturalistic cloud studies and open-air light fed Turner\'s later experiments in atmospheric abstraction.',
|
|
aspects: 'plein-air light, atmosphere, landscape, modern life',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Realism and the birth of Modernism ──
|
|
{
|
|
work: { artist: 'Gustave Courbet', title: 'A Burial at Ornans' },
|
|
influencedBy: { artist: 'Diego Velázquez', title: 'Las Meninas' },
|
|
notes: 'Courbet claimed the Spanish realists as ancestors for painting ordinary life at monumental scale.',
|
|
aspects: 'realism, scale, everyday subject, brushwork',
|
|
source_author: 'Linda Nochlin',
|
|
source: 'Realism',
|
|
},
|
|
{
|
|
work: { artist: 'Gustave Courbet', title: 'The Stone Breakers' },
|
|
influencedBy: { artist: 'Jean-François Millet', title: 'The Gleaners' },
|
|
notes: 'Realist painters shared a commitment to rural labor, though Courbet\'s treatment is rougher and more confrontational.',
|
|
aspects: 'labor, social realism, unidealized bodies',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Édouard Manet', title: 'Olympia' },
|
|
influencedBy: { artist: 'Francisco Goya', title: 'The Naked Maja' },
|
|
notes: 'Manet\'s frank nude also invokes Goya\'s direct gaze and refusal of idealized mythological disguise.',
|
|
aspects: 'frank nudity, gaze, modernity, Spanish realism',
|
|
source_author: 'T. J. Clark',
|
|
source: 'The Painting of Modern Life',
|
|
},
|
|
{
|
|
work: { artist: 'Édouard Manet', title: 'Luncheon on the Grass' },
|
|
influencedBy: {
|
|
artist: 'Giorgione',
|
|
title: 'The Pastoral Concert',
|
|
year: 1509,
|
|
wikipedia_title: 'The Pastoral Concert',
|
|
},
|
|
notes: 'Manet\'s déjeuner on the grass reworks Venetian pastoral concerto nudes as a scandalous Parisian picnic.',
|
|
aspects: 'pastoral, nude, modern life, art-historical quotation',
|
|
source_author: 'T. J. Clark',
|
|
source: 'The Painting of Modern Life',
|
|
},
|
|
{
|
|
work: { artist: 'Édouard Manet', title: 'A Bar at the Folies-Bergère' },
|
|
influencedBy: { artist: 'Diego Velázquez', title: 'Las Meninas' },
|
|
notes: 'Manet\'s mirror and barmaid echo Velázquez\'s meditation on looking, reflection, and the space of painting.',
|
|
aspects: 'mirror, gaze, modern life, meta-painting',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Claude Monet', title: 'Impression, Sunrise' },
|
|
influencedBy: { artist: 'J. M. W. Turner', title: 'Rain, Steam and Speed' },
|
|
notes: 'Monet\'s Impressionism extends Turner\'s dissolution of solid form into colored atmosphere and light.',
|
|
aspects: 'atmosphere, light, dissolution of form, serial observation',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Claude Monet', title: 'Water Lilies' },
|
|
influencedBy: { artist: 'John Constable', title: 'The Hay Wain' },
|
|
notes: 'The Impressionist obsession with transient natural light grows from Constable and the Barbizon open-air tradition.',
|
|
aspects: 'plein-air, atmosphere, landscape, color',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Claude Monet', title: 'Water Lilies' },
|
|
influencedBy: {
|
|
artist: 'Jean-Baptiste-Camille Corot',
|
|
title: 'Forest of Fontainebleau',
|
|
year: 1846,
|
|
wikipedia_title: 'Forest of Fontainebleau (Corot)',
|
|
artistMeta: { birth_year: 1796, death_year: 1875, movement: 'Realism', wikipedia_title: 'Camille Corot', century: 1800 },
|
|
},
|
|
notes: 'Corot\'s silvery plein-air studies of forest and pond atmosphere prepared the Impressionist water garden.',
|
|
aspects: 'plein-air, silvery tone, landscape, atmosphere',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Edgar Degas', title: 'The Ballet Class' },
|
|
influencedBy: { artist: 'Jean-Auguste-Dominique Ingres', title: 'Grande Odalisque' },
|
|
notes: 'Degas combined Ingres\' classical line with Manet\'s modern subjects and Japanese asymmetry.',
|
|
aspects: 'drawing, line, modern life, asymmetry',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Henri de Toulouse-Lautrec', title: 'At the Moulin Rouge' },
|
|
influencedBy: { artist: 'Edgar Degas', title: 'Absinthe' },
|
|
notes: 'Toulouse-Lautrec transformed Degas\' café and dance-hall observation into bold poster flatness and nightlife color.',
|
|
aspects: 'nightlife, observation, flat color, Japanese print',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Pierre-Auguste Renoir', title: 'Dance at Le Moulin de la Galette' },
|
|
influencedBy: { artist: 'Jean-Honoré Fragonard', title: 'The Swing' },
|
|
notes: 'Renoir revived Rococo pleasure and dappled light for modern Parisian leisure.',
|
|
aspects: 'leisure, dappled light, Rococo pleasure, brushwork',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Georges Seurat', title: 'Sunday Afternoon on the Island of La Grande Jatte' },
|
|
influencedBy: { artist: 'Pierre-Auguste Renoir', title: 'Dance at Le Moulin de la Galette' },
|
|
notes: 'Seurat systematized Impressionist color and leisure subjects into pointillist classical frieze.',
|
|
aspects: 'color theory, pointillism, frieze composition, modern leisure',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Post-Impressionism ──
|
|
{
|
|
work: { artist: 'Paul Cézanne', title: 'Mont Sainte-Victoire' },
|
|
influencedBy: { artist: 'Claude Monet', title: 'Impression, Sunrise' },
|
|
notes: 'Cézanne pursued Impressionist light but rebuilt landscape into enduring geometric structure.',
|
|
aspects: 'structure, geometry, color, landscape',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Paul Cézanne', title: 'The Card Players' },
|
|
influencedBy: { artist: 'Diego Velázquez', title: 'Las Meninas' },
|
|
notes: 'Cézanne admired Velázquez\'s sober observation and translated it into peasant stillness and planar form.',
|
|
aspects: 'observation, planar form, stillness, Spanish realism',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Vincent van Gogh', title: 'Sunflowers' },
|
|
influencedBy: { artist: 'Paul Gauguin', title: 'Vision After the Sermon' },
|
|
notes: 'Van Gogh and Gauguin exchanged bold color and symbolic flatness during their Arles collaboration.',
|
|
aspects: 'color, symbolic flatness, expressive brushwork',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Paul Gauguin', title: 'Where Do We Come From?' },
|
|
influencedBy: { artist: 'Vincent van Gogh', title: 'Starry Night' },
|
|
notes: 'Gauguin pushed van Gogh\'s symbolic color toward flat, dreamlike Tahitian allegory.',
|
|
aspects: 'symbolic color, primitivism, allegory, flatness',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Edvard Munch', title: 'The Scream' },
|
|
influencedBy: { artist: 'Vincent van Gogh', title: 'Starry Night' },
|
|
notes: 'Munch transformed Post-Impressionist color and swirl into Symbolist anxiety and inner psychic space.',
|
|
aspects: 'expression, anxiety, color, subjective experience',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Edvard Munch', title: 'The Scream' },
|
|
influencedBy: { artist: 'Odilon Redon', title: 'The Cyclops' },
|
|
notes: 'Symbolist dream imagery and psychological unease link Redon\'s fantasies to Munch\'s modern anguish.',
|
|
aspects: 'Symbolism, psychology, fantasy, color',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Henri Matisse', title: 'The Dance' },
|
|
influencedBy: { artist: 'Paul Gauguin', title: 'Where Do We Come From?' },
|
|
notes: 'Matisse drew on Gauguin\'s flat color fields and primitive rhythm for his Fauve dance circle.',
|
|
aspects: 'flat color, rhythm, primitivism, Fauvism',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Henri Matisse', title: 'The Dance' },
|
|
influencedBy: { artist: 'Paul Cézanne', title: 'The Bathers' },
|
|
notes: 'Matisse simplified Cézanne\'s bathers into a decorative ring of pure color and movement.',
|
|
aspects: 'bathers, simplification, color, form',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Cubism, abstraction, Surrealism ──
|
|
{
|
|
work: { artist: 'Pablo Picasso', title: 'Guernica' },
|
|
influencedBy: { artist: 'Francisco Goya', title: 'The Third of May 1808' },
|
|
notes: 'Picasso\'s anti-war mural reactivates Goya\'s testimony to civilian slaughter with Cubist fragmentation.',
|
|
aspects: 'political protest, suffering, monochrome, fragmentation',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Pablo Picasso', title: 'Guernica' },
|
|
influencedBy: { artist: 'Eugène Delacroix', title: 'Massacre at Chios' },
|
|
notes: 'Picasso cited Delacroix\'s history of atrocity as a model for modern political painting.',
|
|
aspects: 'history painting, atrocity, composition, political art',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Pablo Picasso', title: 'Les Demoiselles d\'Avignon', year: 1907 },
|
|
influencedBy: [
|
|
{ type: 'painting', artist: 'Henri Matisse', title: 'The Dance' },
|
|
{ type: 'painting', artist: 'Paul Cézanne', title: 'The Bathers' },
|
|
{
|
|
type: 'artist',
|
|
artist: 'Paul Cézanne',
|
|
period: { duringCreation: true },
|
|
},
|
|
{
|
|
type: 'movement',
|
|
movement: 'Fauvism',
|
|
period: { start: 1905, end: 1907, note: 'Paris avant-garde rivalry with Matisse' },
|
|
},
|
|
],
|
|
notes: 'Picasso\'s Demoiselles responded to Fauve primitivism while absorbing Cézanne\'s structural bathers and Iberian/African mask forms.',
|
|
aspects: 'primitivism, mask-like faces, structure, rivalry',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Georges Braque', title: 'Houses at l\'Estaque' },
|
|
influencedBy: { artist: 'Paul Cézanne', title: 'Mont Sainte-Victoire' },
|
|
notes: 'Braque\'s early Cubist landscapes grow directly from Cézanne\'s faceted Provençal mountains.',
|
|
aspects: 'faceting, landscape, multiple viewpoints, structure',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Juan Gris', title: 'Portrait of Picasso' },
|
|
influencedBy: { artist: 'Georges Braque', title: 'Violin and Candlestick' },
|
|
notes: 'Gris synthesized Picasso\'s analytic Cubism with Braque\'s papier collé clarity.',
|
|
aspects: 'Cubism, collage, structure, portraiture',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Marcel Duchamp', title: 'Nude Descending a Staircase, No. 2' },
|
|
influencedBy: { artist: 'Umberto Boccioni', title: 'Unique Forms of Continuity in Space' },
|
|
notes: 'Duchamp\'s mechanized nude shares Futurism\'s attempt to paint movement through time on a single canvas.',
|
|
aspects: 'movement, mechanization, Cubism, Futurism',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Wassily Kandinsky', title: 'Composition VII' },
|
|
influencedBy: { artist: 'Henri Matisse', title: 'The Red Room' },
|
|
notes: 'Kandinsky pushed Matisse\'s liberated color toward fully non-objective spiritual composition.',
|
|
aspects: 'color, abstraction, spirituality, expression',
|
|
source_author: 'Wassily Kandinsky',
|
|
source: 'Concerning the Spiritual in Art',
|
|
},
|
|
{
|
|
work: { artist: 'Kazimir Malevich', title: 'Black Square' },
|
|
influencedBy: { artist: 'Henri Matisse', title: 'The Red Room' },
|
|
notes: 'Malevich\'s Suprematism radicalized Fauve color liberation into pure geometric feeling.',
|
|
aspects: 'abstraction, pure form, color, reduction',
|
|
source_author: 'Kazimir Malevich',
|
|
source: 'The Non-Objective World',
|
|
},
|
|
{
|
|
work: { artist: 'Giorgio de Chirico', title: 'The Disquieting Muses', year: 1918,
|
|
wikipedia_title: 'The Disquieting Muses',
|
|
artistMeta: { birth_year: 1888, death_year: 1978, movement: 'Surrealism', wikipedia_title: 'Giorgio de Chirico', century: 1900 },
|
|
},
|
|
influencedBy: { artist: 'Arnold Böcklin', title: 'Isle of the Dead', year: 1880,
|
|
wikipedia_title: 'Isle of the Dead (painting)',
|
|
artistMeta: { birth_year: 1827, death_year: 1901, movement: 'Symbolism', wikipedia_title: 'Arnold Böcklin', century: 1800 },
|
|
},
|
|
notes: 'De Chirico\'s empty piazzas extend Symbolist mystery into the metaphysical mood that fed Surrealism.',
|
|
aspects: 'mystery, empty space, classical ruins, mood',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Salvador Dalí', title: 'The Persistence of Memory' },
|
|
influencedBy: {
|
|
artist: 'Giorgio de Chirico',
|
|
title: 'The Disquieting Muses',
|
|
},
|
|
notes: 'Dalí\'s dream landscapes grow from de Chirico\'s metaphysical silence and uncanny stillness.',
|
|
aspects: 'dream imagery, metaphysical painting, uncanny, landscape',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'René Magritte', title: 'The Treachery of Images' },
|
|
influencedBy: { artist: 'Giorgio de Chirico', title: 'The Disquieting Muses' },
|
|
notes: 'Magritte\'s paradoxical objects inherit de Chirico\'s unsettling juxtaposition of everyday things.',
|
|
aspects: 'paradox, metaphysical painting, word and image',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Max Ernst', title: 'The Elephant Celebes' },
|
|
influencedBy: { artist: 'Giorgio de Chirico', title: 'The Disquieting Muses' },
|
|
notes: 'Ernst\'s collage-surrealism transforms de Chirico\'s enigmatic objects into biomorphic nightmares.',
|
|
aspects: 'Surrealism, collage, biomorphism, uncanny',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Marcel Duchamp', title: 'Fountain' },
|
|
influencedBy: { artist: 'Pablo Picasso', title: 'Les Demoiselles d\'Avignon' },
|
|
notes: 'Duchamp pushed Picasso\'s challenge to artistic convention from form to the readymade object itself.',
|
|
aspects: 'readymade, authorship, avant-garde, anti-art',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Postwar abstraction and Pop ──
|
|
{
|
|
work: { artist: 'Jackson Pollock', title: 'Number 1, 1950 (Lavender Mist)' },
|
|
influencedBy: { artist: 'Max Ernst', title: 'Europe After the Rain II' },
|
|
notes: 'Pollock\'s drip technique absorbed Surrealist automatism into all-over abstract gesture.',
|
|
aspects: 'automatism, gesture, all-over composition, Surrealism',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Jackson Pollock', title: 'Autumn Rhythm' },
|
|
influencedBy: { artist: 'Wassily Kandinsky', title: 'Composition VII' },
|
|
notes: 'Abstract Expressionism extends Kandinsky\'s belief in color and line as direct emotional record.',
|
|
aspects: 'abstraction, gesture, color, scale',
|
|
source_author: 'Clement Greenberg',
|
|
source: 'Art and Culture',
|
|
},
|
|
{
|
|
work: { artist: 'Willem de Kooning', title: 'Woman I' },
|
|
influencedBy: { artist: 'Pablo Picasso', title: 'Les Demoiselles d\'Avignon' },
|
|
notes: 'De Kooning\'s Woman series reworks Picasso\'s fractured nude as aggressive Abstract Expressionist paint.',
|
|
aspects: 'nude, fragmentation, gesture, rivalry',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Mark Rothko', title: 'No. 61 (Rust and Blue)' },
|
|
influencedBy: { artist: 'Wassily Kandinsky', title: 'Composition VII' },
|
|
notes: 'Rothko simplified Kandinsky\'s color masses into meditative fields of tragic emotion.',
|
|
aspects: 'color field, spirituality, scale, abstraction',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Roy Lichtenstein', title: 'Whaam!' },
|
|
influencedBy: { artist: 'Pablo Picasso', title: 'Guernica' },
|
|
notes: 'Pop art reframed modernist political painting as mass-media spectacle and comic-strip violence.',
|
|
aspects: 'mass media, Ben-Day dots, popular culture, irony',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Andy Warhol', title: 'Marilyn Diptych' },
|
|
influencedBy: { artist: 'Marcel Duchamp', title: 'Fountain' },
|
|
notes: 'Warhol\'s serial silkscreens extend Duchamp\'s question of authorship and reproduction to celebrity culture.',
|
|
aspects: 'reproduction, authorship, celebrity, readymade',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Richard Hamilton', title: 'Just What Is It' },
|
|
influencedBy: { artist: 'Marcel Duchamp', title: 'Fountain' },
|
|
notes: 'Hamilton\'s pioneering Pop collage inherits Duchamp\'s readymade logic and mixed-media irony.',
|
|
aspects: 'collage, consumer culture, readymade, Pop art',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
|
|
// ── Additional cross-period links for under-connected artists ──
|
|
{
|
|
work: { artist: 'Hieronymus Bosch', title: 'Garden of Earthly Delights' },
|
|
influencedBy: { artist: 'Jan van Eyck', title: 'Ghent Altarpiece' },
|
|
notes: 'Bosch transformed Northern Renaissance detail and symbolic density into visionary moral allegory.',
|
|
aspects: 'symbolism, detail, moral allegory, Northern Renaissance',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Sandro Botticelli', title: 'The Birth of Venus' },
|
|
influencedBy: { artist: 'Apelles', title: 'Venus Anadyomene' },
|
|
notes: 'Botticelli revived the ancient legend of Apelles\' lost Venus rising from the sea.',
|
|
aspects: 'mythology, classical revival, line, ideal beauty',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Francisco Goya', title: 'The Third of May 1808' },
|
|
influencedBy: { artist: 'Diego Velázquez', title: 'Las Meninas' },
|
|
notes: 'Goya, painter to the Spanish court, transformed Velázquez\'s realism into modern historical witness.',
|
|
aspects: 'Spanish realism, political tragedy, light, witness',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Gustav Klimt', title: 'The Kiss' },
|
|
influencedBy: { artist: 'Odilon Redon', title: 'The Cyclops' },
|
|
notes: 'Klimt\'s gold embrace merges Symbolist dream imagery with Byzantine decorative pattern.',
|
|
aspects: 'Symbolism, decorative pattern, gold, embrace',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Alphonse Mucha', title: 'Job Cigarette Papers' },
|
|
influencedBy: { artist: 'Henri de Toulouse-Lautrec', title: 'Jane Avril' },
|
|
notes: 'Art Nouveau poster design grows from Toulouse-Lautrec\'s bold lithographic flatness and celebrity advertising.',
|
|
aspects: 'poster, lithography, Art Nouveau, graphic design',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Alexander Rodchenko', title: 'Dance. An Objectless Composition' },
|
|
influencedBy: { artist: 'Kazimir Malevich', title: 'Black Square' },
|
|
notes: 'Constructivist design extended Suprematist pure form into photomontage and utilitarian propaganda.',
|
|
aspects: 'Constructivism, abstraction, photomontage, design',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
{
|
|
work: { artist: 'Vladimir Tatlin', title: 'Monument to the Third International' },
|
|
influencedBy: { artist: 'Pablo Picasso', title: 'Les Demoiselles d\'Avignon' },
|
|
notes: 'Tatlin\'s Constructivist tower translated Cubist fragmentation into revolutionary architectural form.',
|
|
aspects: 'Constructivism, Cubism, architecture, revolution',
|
|
source_author: 'E. H. Gombrich',
|
|
source: 'The Story of Art',
|
|
},
|
|
];
|