No Image Available

Impressionism and Post-Impressionism, 1874-1904: Sources and Documents

 Author: Linda Nochlin  Category: Art  Publisher: Prentice-Hall  Published: January 1, 1966 More Details  Buy Now
 Description:

The author strikes a balance between a wide variety of familiar and less well-known sources to bring us the views of the writers of the time who in turn put into words the aspirations of the artists themselves. These sources trace the struggles of the artists to break away the traditional forms of expression and to attain a new vision of reality.

Other Books From - Art


 Back
document.addEventListener('DOMContentLoaded', function () { // Function to initialize AddToAny with dynamic data function initializeShareButtons(modal) { const bookTitle = modal.querySelector('h1, h2, h3')?.textContent.trim() || document.title; const bookUrl = modal.querySelector('.book-share-url')?.value || window.location.href; // Set AddToAny configuration window.a2a_config = window.a2a_config || {}; a2a_config.linkname = bookTitle; a2a_config.linkurl = bookUrl; // Initialize AddToAny if (window.a2a) { a2a.init_all(); } } // Event listener for modal open document.querySelectorAll('.open-modal-button').forEach(button => { button.addEventListener('click', function () { const modalId = this.getAttribute('data-modal-id'); const modal = document.getElementById(modalId); if (modal) { initializeShareButtons(modal); } }); }); });