Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Last active August 29, 2015 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save CliffordAnderson/123ca93cbffe3d523d32 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/123ca93cbffe3d523d32 to your computer and use it in GitHub Desktop.
XQuery to clean up data from an Excel-generated webpage & generate an EAD document
xquery version "3.1";
(: Extracts data from Excel website and packages information as JSON map :)
declare function local:get-data($url as xs:string) as map(*)* {
let $request :=html:parse(fetch:text($url,'windows-1254'), map { 'encoding': 'UTF-8' })//table/tr
for $item in $request[position() = 2 to last()-1]
let $title := fn:normalize-space(fn:string-join($item/td[1]/a/text()))
let $category := $item/td[2]/text()
let $translation := $item/td[3]/text()
let $image := $item/td[4]/text()
let $info := fn:normalize-space(fn:string-join($item/td[5]/text()))
let $entry := map { 'title': $title, 'category': $category, 'translation': $translation, 'image': $image, 'info': $info }
return $entry
};
(: Packages data into C02 elements :)
declare function local:build-dao($image-url as xs:string, $entries as array(*)*) as element(c02)* {
for $entry in $entries?*
return
<c02 level="item">
<did>
<unittitle>{$entry?title}</unittitle>
<abstract>{$entry?info}</abstract>
<materialspec>{$entry?category}</materialspec>
<note><p>{$entry?translation}</p></note>
<daogrp>
<daoloc href="{$image-url || $entry?image}" role="thumbnail"/>
</daogrp>
</did>
</c02>
};
(: Rebuilds the EAD document with new C02 elements :)
declare function local:build-ead($ead as document-node(), $c02s as element()*) as element(ead) {
element ead {
$ead//eadheader,
element archdesc {
$ead//archdesc/@*,
$ead//archdesc/dsc/preceding-sibling::*,
element dsc {
$ead//dsc/@*,
element c01 {
$ead//dsc/c01/@*,
$ead//dsc/c01/c02/preceding-sibling::*,
$c02s
}
}
}
}
};
(: Main expression body :)
let $finding-aid := "https://raw.githubusercontent.com/HeardLibrary/finding-aids/master/morris-wachs.xml"
let $ead-url := 'http://www.library.vanderbilt.edu/bandy/images/LanternSlides/Lantern_Slides_Project_files/sheet001.htm'
let $image-url := 'http://www.library.vanderbilt.edu/bandy/images/LanternSlides/'
let $ead := fn:doc($finding-aid)
let $data := local:get-data($ead-url)
let $entries := array { $data }
let $c02s := local:build-dao($image-url,$entries)
return local:build-ead($ead,$c02s)
xquery version "3.1";
let $data :=
let $request :=html:parse(fetch:text('http://www.library.vanderbilt.edu/bandy/images/LanternSlides/Lantern_Slides_Project_files/sheet001.htm','windows-1254'), map { 'encoding': 'UTF-8' })//table/tr
for $item in $request[position() = 2 to last()-1]
let $title := fn:normalize-space(fn:string-join($item/td[1]/a/text()))
let $category := $item/td[2]/text()
let $translation := $item/td[3]/text()
let $image := $item/td[4]/text()
let $info := fn:normalize-space(fn:string-join($item/td[5]/text()))
let $entry := map { 'title': $title, 'category': $category, 'translation': $translation, 'image': $image, 'info': $info }
return $entry
let $data := map {'values': array { $data } }
return $data
<c02 level="item">
<did>
<unittitle>Lancret. L'Attache du patin.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Lancret. (</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0514.jpg"
role="thumbnail"/>
</daogrp>
</did>
</c02>
<ead>
<eadheader langencoding="iso639-2b" scriptencoding="iso15924" relatedencoding="dc" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601" id="a0">
<eadid countrycode="us" encodinganalog="identifier">morris-wachs-lantern-slides.xml</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Guide to the Morris Wachs Lantern Slide
Collection<date encodinganalog="date">18th Century</date>
</titleproper>
<titleproper type="filing" altrender="nodisplay">Wachs, Morris (Lantern Slides)
Collection</titleproper>
<author encodinganalog="creator">Finding aid prepared by Yvonne Boyer and Kathy
Smith</author>
</titlestmt>
<publicationstmt>
<!--To link to your logo, click on the diamond in the <extptr> tag below and enter the full
URL of the digital logo file in the HREF attribute. Describe image in TITLE attribute, eg., University of
Oregon logo-->
<publisher encodinganalog="publisher">Vanderbilt University Library. W.T. Bandy
Center for Baudelaire and Modern French Studies.<extptr actuate="onload" show="embed" role="image/jpeg" href="http://www.library.vanderbilt.edu/bandy/images/bndyctr.gif"/>
</publisher>
<date encodinganalog="date" normal="2015">©2015</date>
<address>
<addressline>Jean and Alexander Heard Library, Vanderbilt
University</addressline>
<addressline>419 21st Avenue South</addressline>
<addressline>Nashville, TN 37203-2427</addressline>
<addressline>Phone: (615) 343-0372</addressline>
<addressline>URL: http://www.library.vanderbilt.edu/bandy/</addressline>
</address>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded by Cliff Anderson<date normal="05-2015">May
2015</date>
</creation>
<langusage>Finding aid written in<language langcode="eng" encodinganalog="language" scriptcode="latn">English</language>.</langusage>
<descrules>Finding aid based on DACS (<title render="italic">Describing Archives: A
Content Standard</title>).</descrules>
</profiledesc>
<revisiondesc>
<change>
<date>
<!--Enter date of substantial revision of finding aid, if any-->
</date>
<item>
<!--Describe the revision(s)-->
</item>
</change>
</revisiondesc>
</eadheader>
<archdesc level="collection" type="inventory" relatedencoding="marc21">
<did id="a1">
<repository>
<corpname encodinganalog="852$a">Vanderbilt University<subarea encodinganalog="852$b">W.T. Bandy Center for Baudelaire and Modern French
Studies</subarea>
</corpname>
</repository>
<unitid encodinganalog="099" countrycode="us">Wachs 2004</unitid>
<origination>
<persname encodinganalog="100" role="creator">Wachs, Morris</persname>
</origination>
<unittitle encodinganalog="245$a">French Lantern Slides</unittitle>
<unitdate type="inclusive" encodinganalog="245$f">unknown</unitdate>
<physdesc>
<!-- May need to recount slides -->
<extent encodinganalog="300$a">118 slides</extent>
<physfacet encodinganalog="300$b">Glass slides in wooden storage box</physfacet>
<dimensions encodinganalog="300$c">3-3/8" x4"</dimensions>
</physdesc>
<abstract encodinganalog="5203_">These slides contain images related to the eighteenth
century and the Enlightenment, including book covers, portraits,
paintings.</abstract>
<physloc>Library Annex</physloc>
<langmaterial>
<language encodinganalog="546" langcode="FR"/>
</langmaterial>
</did>
<phystech encodinganalog="340">
<p>The glass lantern slides require a magic lantern or lantern slide projector. They
have been digitized.</p>
</phystech>
<originalsloc encodinganalog="535">
<p>These lantern slides are reproductions from various eighteenth century French
books.</p>
</originalsloc>
<bioghist encodinganalog="545" id="a2">
<!--Enter ENCODINGANALOG value of 5450_ for biog. or 5451_ for historical note, or use
<head> element-->
<head>Morris Wachs, 1921-2001</head>
<p>Morris Wachs (1921-2001) was born in Brooklyn, New York on December 24, 1921 and died
in Nashville on August 8, 2001. He was a graduate of Brooklyn College. He received
his doctorate at the University of Wisconsin in 1959. He initially taught at DePauw
University in Indiana, and then joined Vanderbilt University as associate professor
in 1962, retiring in 1992 as Professor Emeritus, after 30 years of service.
Professor Wachs was an eighteenth century specialist, with a focus on the poetry of
Denis Diderot (1713-1784). Wachs was the descendent of the great rabbinic Cohn
family. He was fluent in Yiddish and Hebrew and took an interest in the development
of the Judaica Collections in the Divinity School Library at Vanderbilt, playing a
role in the acquisition of the Yiddish holdings. He created the annual Jacqueline
Wachs Essay Prize for undergraduates in the French and Italian Writing Competition
in memory of his wife. Jacqueline Touret Wachs was a long-time senior lecturer with
the Department of French &amp; Italian at Vanderbilt. Wachs was well known for his
knowledge of the French Enlightenment. As a bibliophile, he helped build the
library’s collection of eighteenth-century French literature. He served as a member
and chair of the executive committee of the Modern Language Association of America
on the French Literature of the Eighteenth Century section.</p>
</bioghist>
<scopecontent encodinganalog="5202_" id="a3">
<p>Morris Wachs was a great book collector, focusing on eighteenth century French
literature. His collection is particularly rich in rare popular fiction, providing
an insight into the literary tastes of the eighteenth-century. His collection
represents material of the Enlightenment, ranging from orientalism, satire, novels,
epistolary fiction, almanacs, and fictional travel accounts. The book collection is
housed at the Library Annex in separate Microclimate boxes and occupies 116 linear
feet of space. The collection also includes 118 lantern slides housed in an old
wooden box, each slide labeled individually. These slides contain images related to
the eighteenth century and the Enlightenment, including book covers, portraits,
paintings. Wachs may have purchased the lantern slides along the Seine River from
the bouquinistes of Paris. The lantern slides were digitized by the Visual Resource
Center at Vanderbilt and linked to the Bandy Center site.</p>
</scopecontent>
<odd encodinganalog="500" id="a5">
<p>
<!--Text of additional general note(s); optional; if used for
interpretive/background essay, enter "hist" in <odd> TYPE attribute-->
</p>
</odd>
<arrangement encodinganalog="351" id="a4">
<p>They are organized as they were when purchased.</p>
</arrangement>
<fileplan id="a37">
<p>
<!--Info about original arrangement system; optional-->
</p>
</fileplan>
<altformavail encodinganalog="530" id="a9">
<p>. The lantern slides were digitized by the Visual Resource Center at Vanderbilt and
linked to the Bandy Center site.
http://www.library.vanderbilt.edu/bandy/images/LanternSlides/Lantern_Slides_Project.htm</p>
</altformavail>
<accessrestrict encodinganalog="506" id="a14">
<p>
<!--Summary of access restrictions or lack of restrictions; required-->
</p>
</accessrestrict>
<userestrict encodinganalog="540" id="a15">
<p>
<!--Summary of use restrictions or lack of restrictions-->
</p>
</userestrict>
<prefercite encodinganalog="524" id="a18">
<p>Morris Wachs Lantern Slide Collection of the W. T. Bandy Center for Baudelaire and
Modern French Studies at Vanderbilt University</p>
</prefercite>
<custodhist encodinganalog="561" id="a16">
<p>The collection of about 700 monograph titles and 118 glass lantern slides was donated
(purchase/donation) to the W.T. Bandy Center for Baudelaire and Modern French
Studies, Vanderbilt University in 2004 by Sol and Frieda Shaviro, the sister of
Morris Wachs.</p>
</custodhist>
<acqinfo encodinganalog="541" id="a19">
<p>
<!--Details concerning the immediate acquisition of the material by the repository -->
</p>
</acqinfo>
<accruals encodinganalog="584" id="a10">
<p>
<!--Describe expected additions; optional-->
</p>
</accruals>
<processinfo encodinganalog="583" id="a20">
<p>
<!--Actions taken during accessioning, arranging, preserving, etc.-->
</p>
</processinfo>
<separatedmaterial encodinganalog="5440_" id="a7">
<p>
<!--Describe materials related by provenance but physically separated from the collection-->
</p>
</separatedmaterial>
<bibliography encodinganalog="581" id="a11">
<p>Paul Kingsbury, “Wachs Collection Is World Class,” Acorn Chronicle, Fall, 2004, p.
14. http://www.library.vanderbilt.edu/bandy/pdf/Wachs.pdf</p>
</bibliography>
<otherfindaid encodinganalog="555" id="a8">
<p>
<!--Additional guides to the material-->
</p>
</otherfindaid>
<relatedmaterial encodinganalog="5441_" id="a6">
<p>
<!--Describe materials that are related, but not by provenance-->
</p>
</relatedmaterial>
<index id="a38">
<p>
<!--Index to key name(s) and/or term(s) in finding aid; optional. Linking
references to related locations in finding aid may be given-->
</p>
<indexentry>
<name>
<!--Or use <subject> to index a topic-->
</name>
<ref show="replace" actuate="onrequest">
<!--Use TARGET attribute to point to the ID of
the referenced element-->
</ref>
</indexentry>
</index>
<appraisal id="a39" encodinganalog="583">
<p>
<!--Info on archival value/disposition of records; optional-->
</p>
</appraisal>
<controlaccess id="a12">
<p>This collection is indexed under the following headings in the online catalog.
Researchers desiring materials about related topics, persons, or places should
search the catalog using these headings.</p>
<controlaccess>
<persname role="subject" encodinganalog="600">
<!--Additional personal name-->
</persname>
<persname role="creator" encodinganalog="700">
<!--Additional creator, personal-->
</persname>
</controlaccess>
<controlaccess>
<famname role="subject" encodinganalog="600">
<!--Family name-->
</famname>
<famname role="creator" encodinganalog="700">
<!--Additional creator, family-->
</famname>
</controlaccess>
<controlaccess>
<corpname role="subject" encodinganalog="610">
<!--Corporate body name-->
</corpname>
<corpname role="subject" encodinganalog="610">
<!--Corporate body name-->
</corpname>
<corpname role="creator" encodinganalog="710">
<!--Additional creator, corporate-->
</corpname>
</controlaccess>
<controlaccess>
<geogname role="subject" encodinganalog="651">
<!--Place name-->
</geogname>
</controlaccess>
<controlaccess>
<subject encodinganalog="650">France--18th century</subject>
<subject encodinganalog="650">
<!--Subject term-->
</subject>
<subject encodinganalog="650">
<!--Subject term-->
</subject>
</controlaccess>
<controlaccess>
<subject source="nwda" altrender="nodisplay" encodinganalog="690">
<!--NWDA
browsing term; at least one is required-->
</subject>
<subject source="nwda" altrender="nodisplay" encodinganalog="690">
<!--NWDA browsing term-->
</subject>
</controlaccess>
<controlaccess>
<genreform encodinganalog="655">
<!--Form or genre term-->
</genreform>
<genreform encodinganalog="655">
<!--Form or genre term-->
</genreform>
</controlaccess>
<controlaccess>
<occupation encodinganalog="656">
<!--Occupation term-->
</occupation>
<occupation encodinganalog="656">
<!--Occupation term-->
</occupation>
</controlaccess>
<controlaccess>
<function encodinganalog="657">
<!--Function-->
</function>
<function encodinganalog="657">
<!--Function-->
</function>
</controlaccess>
<controlaccess>
<title encodinganalog="630">
<!--Title of publication included/described in collection-->
</title>
</controlaccess>
</controlaccess>
<dsc type="combined" id="a23">
<c01 level="series">
<did>
<unitid encodinganalog="099">
<!--Unique identifying number or code-->
</unitid>
<container>
<!--Enter container number if applicable at this level; use TYPE attribute for type of
container-->
</container>
<origination>
<!--Use nested persname or corpname to give name of creator if different from parent-level creator-->
</origination>
<unittitle encodinganalog="245$a">
<!--Title of component-->
</unittitle>
<unitdate type="inclusive" encodinganalog="245$f">
<!--Date or range of dates of component material, or "undated"; repeatable-->
</unitdate>
<physdesc>
<extent encodinganalog="300$a">
<!--Quantity of component material-->
</extent>
<physfacet encodinganalog="300$b">
<!--Appearance, materials, or techniques if applicable-->
</physfacet>
<dimensions encodinganalog="300$c">
<!--Dimensions if applicable-->
</dimensions>
</physdesc>
<langmaterial>
<language encodinganalog="546">
<!--Language(s) of the materials if
different from collection level-->
</language>
</langmaterial>
</did>
<scopecontent encodinganalog="5202_">
<p>
<!--Brief description of component being described, such as series-->
</p>
</scopecontent>
<arrangement encodinganalog="351">
<p>
<!--Describe arrangement of component materials-->
</p>
</arrangement>
<accessrestrict encodinganalog="506">
<p>
<!--Summary of access restrictions, or lack of restrictions, on component material-->
</p>
</accessrestrict>
<userestrict type="540">
<p>
<!--Summary of use restrictions, or lack of restrictions, on component material-->
</p>
</userestrict>
<c02 level="item">
<did>
<unittitle>Le Barbier de Séville</unittitle>
<abstract>French play by Pierre Beaumarchais, with original music by Antoine-Laurent Baudron, written 1773, first performed 23 Feb, 1775</abstract>
<materialspec>Frontispiece</materialspec>
<note>
<p>The Barber of Seville</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0446.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Madame de Pompadour</unittitle>
<abstract>1764 Augustin de Saint-Aubin engraving based on a drawing by Charles-Nicolas Cochin Fils, with quattrain by Montmartel</abstract>
<materialspec>Engraving</materialspec>
<note>
<p/>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0447.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Manuscrit du Mariage de Figaro Planche XV</unittitle>
<abstract/>
<materialspec>Engraved plate</materialspec>
<note>
<p>Manuscript of The Marriage of Figaro Plate XV</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0448.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Voltaire couronné dans loge</unittitle>
<abstract>Engraving showing Voltaire being crowned at the Académie in his box 30 March 1778 ata perfo</abstract>
<materialspec>Engraving</materialspec>
<note>
<p>Voltaire crowned in box</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0449.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>La réception de l'electeur de Saxe au chatea</unittitle>
<abstract/>
<materialspec>Print (Engraving?/Painting?)</materialspec>
<note>
<p>The reception of the Elector of Saxony in the castle of Fontainebleau</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0450.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Duquelne - gr. de Edelinck</unittitle>
<abstract/>
<materialspec>Engraving</materialspec>
<note>
<p>Duquelne - engraved by Edelinck</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0451.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Factum de Beaumarchais</unittitle>
<abstract/>
<materialspec>Front Page- Trial narrative</materialspec>
<note>
<p>Trial narrative of Beaumarchais</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0452.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>L'abbé Delille</unittitle>
<abstract>Engraved by Benoist; painted by Monnier</abstract>
<materialspec>Engraving</materialspec>
<note>
<p>Abbé Delille</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0453.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Le tombeau de Rousseau à Ermenonville</unittitle>
<abstract>Rousseau originally buried at Ermenonville upon his death there in 1778; Moved to Pantheon in Paris in 1794</abstract>
<materialspec>Engraving</materialspec>
<note>
<p>Rousseau's tomb at Ermenonville</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0454.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Camille Desmoulins</unittitle>
<abstract>Camille Desmoulins- member of the National Convention</abstract>
<materialspec>Engraving</materialspec>
<note>
<p/>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0455.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>La Juene Captive d'André Chénier</unittitle>
<abstract>Conveyed by M. Antoine Guillois after a watercolor made by Hubert Robert during his imprisonment</abstract>
<materialspec>Engraving</materialspec>
<note>
<p>The </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0456.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de la mère d'André Chénier</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Portrait of André Chénier's mother</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0457.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Madame Geoffrin dans son cabinet</unittitle>
<abstract/>
<materialspec>Print (Charcoal Drawing?)</materialspec>
<note>
<p>Madame Geoffrin in his office (exhibition room?)</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0458.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Maison de Bernardin de St. Pierre à Essonnes</unittitle>
<abstract/>
<materialspec>Engraving</materialspec>
<note>
<p>House of Bernardin de St. Pierre at Essonnes</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0459.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>autographe de Voltaire</unittitle>
<abstract>Note containing Voltaire's signature</abstract>
<materialspec>Handwritten note</materialspec>
<note>
<p>Voltaire's autograph</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0460.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Caricature de Voltaire</unittitle>
<abstract/>
<materialspec>Engraving</materialspec>
<note>
<p>Charicature of Voltaire</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0461.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Hubert Robert. Le Saoln de Madame Geoffrin</unittitle>
<abstract/>
<materialspec>Print (Charcoal Drawing?)</materialspec>
<note>
<p>Hubert Robert. The Salon of Madame Geoffrin.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0463.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Watteau, J. A. Amusement champêtre. Acad.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>(</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0464.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Franklin</unittitle>
<abstract>Portrait of Benjamin Franklin with inscription</abstract>
<materialspec>Engraving</materialspec>
<note>
<p/>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0465.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Moreau le Jeune. Les Adieux.</unittitle>
<abstract>1777. Jean-Michel Moreau le Jeune. Engraved by Robet Delaunay</abstract>
<materialspec>Etching and engraving</materialspec>
<note>
<p>Moreau the Younger. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0466.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Gluck</unittitle>
<abstract>Portrait of Christophe Gluck with inscription</abstract>
<materialspec>Engraving</materialspec>
<note>
<p/>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0467.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vernet. Les Lavandières.</unittitle>
<abstract>(I believe it is Claude-Joseph Vernet.)</abstract>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Vernet. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0468.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Pater. Le colin-maillard.</unittitle>
<abstract>Jean-Baptiste Pater (1695-1736)</abstract>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Pater. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0469.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Frontispice des Études de la nature</unittitle>
<abstract>Book by Bernardin de St. Pierre, first published 1784</abstract>
<materialspec>Frontispiece(Engraving)</materialspec>
<note>
<p>Frontispiece of </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0470.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Soldat en 1720</unittitle>
<abstract/>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>Soldier in 1720</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0471.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Nattier. Une fille de Louis XV.</unittitle>
<abstract>By Jean-Marc Nattier noted for his portraits of the ladies of King Louis XV's court in classical mythological attire.</abstract>
<materialspec>Painting</materialspec>
<note>
<p>Nattier. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0472.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Pater. Concert dans un parc.</unittitle>
<abstract>Jean-Baptiste Pater (1695-1736)</abstract>
<materialspec>Painting</materialspec>
<note>
<p>Pater. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0473.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Moreau le jeune. Marie-Antoinette allant à</unittitle>
<abstract/>
<materialspec>Print (Etching?)</materialspec>
<note>
<p>Moreau the Younger. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0474.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Le Baquet de Mesmer</unittitle>
<abstract/>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>Mesmer's Baquet</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0475.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Zrianon(?). Chambre de Marie-Antionette.</unittitle>
<abstract/>
<materialspec>Photo</materialspec>
<note>
<p>Marie-Antionette's bedroom.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0476.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Chenavard P. Une réception chez Voltaire.</unittitle>
<abstract>Paul-Marc-Joseph Chenavard (1808-1895)</abstract>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>Chenavard, P. (</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0478.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Watteau, J. A. Les fiançailles au village. Coll.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Watteau, J. A. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0479.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Watteau, J. A. La lecture à la chandelle. Coll.</unittitle>
<abstract/>
<materialspec>Print (Charcoal Drawing?)</materialspec>
<note>
<p>Watteau, J. A. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0480.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Fournier. Washington et sa mère.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Fournier. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0481.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Watteau, J. A. Savoyard avec sa marmotte. Er</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Watteau, J. A. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0482.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>La bour - Jean-Jacques Rousseau</unittitle>
<abstract/>
<materialspec>Print (Portrait)</materialspec>
<note>
<p>The Bourgeoisie- Jean-Jacques Rousseau</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0483.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>???</unittitle>
<abstract/>
<materialspec>Print (Etching?)</materialspec>
<note>
<p>??</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0484.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Greuse. L'accordée de village.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Greuse. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0485.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Chardin. Le Bénédicité.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Chardin. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0486.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Petit trianon. Le Hameau.</unittitle>
<abstract>Located withing the Versailles park. Built for Marie-Antionette</abstract>
<materialspec>Print</materialspec>
<note>
<p>Petit Trianon. The Hamlet.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0487.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Diderot</unittitle>
<abstract/>
<materialspec>Print (Etching?)</materialspec>
<note>
<p>Diderot</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0488.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>????</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>???</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0494.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Bureau de Louis XV</unittitle>
<abstract/>
<materialspec>Photograph?</materialspec>
<note>
<p>Louis XV's desk.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0495.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Le Petit Trianon.</unittitle>
<abstract>The</abstract>
<materialspec>Photograph?</materialspec>
<note>
<p>Petit Trianon.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0490.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Watteau. La Danse. - Berlin.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Watteau. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0491.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Nattier, J. M. Le point de jour.Angl.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Nattier, J. M. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0492.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Les Halles au XVIIIe Siècle</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Halls of the 18th Century</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0493.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Oudry, Jean-Baptiste. La chasse au loup. Lou</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Oudry, Jean-Baptiste. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0496.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>G.-J. de Saint-Aubin. Les dimanches de St Clo</unittitle>
<abstract/>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>G.-J. de Saint-Aubin. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0497.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Jeaurat.Le Carnaval des ?? de Paris.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Jeaurat. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0498.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Callet. Louis XVI.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Callet. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0499.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Wertmuller. Marie-Antoinette ???. 1617.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Wertmuller. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0500.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Bs. Saint Aubin. Jeune mère et ses enfants.</unittitle>
<abstract/>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>Bs. Saint Aubin. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0501.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Boilly. La Fayette jeune.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Boilly. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0502.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Chardin. La mère laborieuse.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Chardin. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0503.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Greuse. La dame bienfaisante.</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Greuse. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0504.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Pater. Fête dans un parc.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Pater. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0505.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Boucher. La marchande de modes.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Boucher. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0506.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Aubry. La visite à la nourrice.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Aubry. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0507.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Lavreince. L'Ecole de danse.</unittitle>
<abstract/>
<materialspec>Print (Drawing?)</materialspec>
<note>
<p>Lavreince. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0508.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Swebach.Le promenade publique.</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Swebach. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0509.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Jeaurat. La mère laborieuse.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Jeaurat. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0510.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Pater. La (t?)oilette.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Pater. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0511.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vigée Le Brun. Marie-Antoinette à la rose.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Vigée Le Brun. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0512.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Caricature contre Rousseau</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>(Charicature against Rousseau?)</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0551.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Le Vieux Cordelier</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>The Old Cordelier.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0552.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Discours de la lanterne aux Parisiens</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>(Speech of the Lantern to the Parisians?)</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0553.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Les derniers moments de Rousseau</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>The last moments of Rousseau</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0554.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de Robespierre</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Portrait of Robespierre</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0555.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Jeaurat. Le transport à l'Hôpital</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Jeaurat. </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0556.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Titre des Lettres Persanes</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>Title of </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0550.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Les auteurs de l'encyclopédie</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>The authors of the encyclopædia</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0549.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vue de la chambre de Montesquieu</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>View of Montesquieu's room</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0548.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de Marivaux</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Portrait of Marivaux</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0547.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Mandementde l'archevêque de Paris brulé</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Mandate of the Archbishop of Paris burned by act of parliament</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0546.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Défense de l'esprit des Loix</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>Defense of the Spirit of Laws</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0545.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Caricature contre Diderot</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>(Charicature against Diderot?)</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0544.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Le neveu de Romeau</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Romeau's nephew</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0543.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Lettre sur les aveugles</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>Letter on the Blind</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0542.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>De l'esprit par Helvétius</unittitle>
<abstract/>
<materialspec>Page from book with notes</materialspec>
<note>
<p>From the mind by Helvetius</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0541.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Président Des Brosses</unittitle>
<abstract/>
<materialspec>Engraving</materialspec>
<note>
<p>President de Brosses</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0540.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Discours de l'Académie Française</unittitle>
<abstract/>
<materialspec>Frontispiece?</materialspec>
<note>
<p>Speech by the French Academy</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0539.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Marie-Antoinette en costume villageois</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Marie-Antoinette in Village Dress</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0538.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Frontispice de l'encyclopédie</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>Frontispiece of the encyclopædia</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0537.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait d'Helvétius</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Portrait of Helvetius</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0536.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Raynal</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Raynal</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0535.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de Marmontel</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Portrait of Marmontel</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0534.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vue du Château de Ferney</unittitle>
<abstract>Voltaire's home</abstract>
<materialspec>Print</materialspec>
<note>
<p>View of Chateau Ferney</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0533.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Lever du Philosophie de Ferney</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>???</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0532.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>(Vanvenarques??)</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>???</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0531.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vue du Château de Cirey</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>View of Chateau de Cirey</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0530.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Voltaire à sa table de travail</unittitle>
<abstract/>
<materialspec>Photograph</materialspec>
<note>
<p>Voltaire at his desk</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0529.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de Crébillon</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Portrait of Crebillon</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0528.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de J. B. Rousseau</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Portrait of J. B. Rousseau</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0527.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Voltaire jeune</unittitle>
<abstract/>
<materialspec>Print (Painting?)</materialspec>
<note>
<p>Volatire young.</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0526.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Les lettres philosophiques de Voltaire</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>Voltaire's philosophical letters</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0525.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Piron</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Piron</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0524.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Portrait de Le Sage</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Portrait of Le Sage</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0523.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>François d'Aguesseau</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>François d'Aguesseau</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0522.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Un page du Carnet de Voltaire</unittitle>
<abstract/>
<materialspec>Handwritten page</materialspec>
<note>
<p>A page from Voltaire's notebook</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0521.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Translation des un ches de Voltaire</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>(Translation of Voltaire's tasks?)</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0520.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>L'ermitage de Rousseau à Montmorency</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Rousseau's hermitage at Montmorency</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0519.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Discours qui a remporté le prix à l'exposition</unittitle>
<abstract/>
<materialspec>Frontispiece</materialspec>
<note>
<p>The speech that won the exhibition in Dijon</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0518.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Rousseau herborisant à Ermenonville</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>Rosseau gardening in Ermenonville</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0517.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Masque mortuaire de Rousseau</unittitle>
<abstract/>
<materialspec>Photograph</materialspec>
<note>
<p>Rousseau's Death Mask</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0516.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Vue des Charmettes</unittitle>
<abstract/>
<materialspec>Print</materialspec>
<note>
<p>View of Charmettes</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0515.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Lancret. L'Attache du patin.</unittitle>
<abstract/>
<materialspec>Painting</materialspec>
<note>
<p>Lancret. (</p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0514.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
<c02 level="item">
<did>
<unittitle>Manuscrit de l'Émile</unittitle>
<abstract/>
<materialspec>Page of manuscript</materialspec>
<note>
<p>Manuscipt of </p>
</note>
<daogrp>
<daoloc href="http://www.library.vanderbilt.edu/bandy/images/LanternSlides/IMG_0513.jpg" role="thumbnail"/>
</daogrp>
</did>
</c02>
</c01>
</dsc>
</archdesc>
</ead>
{
"values": [
{
"info": "French play by Pierre Beaumarchais, with original music by Antoine-Laurent Baudron, written 1773, first performed 23 Feb, 1775",
"translation": "The Barber of Seville",
"title": "Le Barbier de Séville",
"image": "IMG_0446.jpg",
"category": "Frontispiece"
},
{
"info": "1764 Augustin de Saint-Aubin engraving based on a drawing by Charles-Nicolas Cochin Fils, with quattrain by Montmartel",
"translation": null,
"title": "Madame de Pompadour",
"image": "IMG_0447.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "Manuscript of The Marriage of Figaro Plate XV",
"title": "Manuscrit du Mariage de Figaro Planche XV",
"image": "IMG_0448.jpg",
"category": "Engraved plate"
},
{
"info": "Engraving showing Voltaire being crowned at the Académie in his box 30 March 1778 ata perfo",
"translation": "Voltaire crowned in box",
"title": "Voltaire couronné dans loge",
"image": "IMG_0449.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "The reception of the Elector of Saxony in the castle of Fontainebleau",
"title": "La réception de l'electeur de Saxe au chatea",
"image": "IMG_0450.jpg",
"category": "Print (Engraving?/Painting?)"
},
{
"info": "",
"translation": "Duquelne - engraved by Edelinck",
"title": "Duquelne - gr. de Edelinck",
"image": "IMG_0451.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "Trial narrative of Beaumarchais",
"title": "Factum de Beaumarchais",
"image": "IMG_0452.jpg",
"category": "Front Page- Trial narrative"
},
{
"info": "Engraved by Benoist; painted by Monnier",
"translation": "Abbé Delille",
"title": "L'abbé Delille",
"image": "IMG_0453.jpg",
"category": "Engraving"
},
{
"info": "Rousseau originally buried at Ermenonville upon his death there in 1778; Moved to Pantheon in Paris in 1794",
"translation": "Rousseau's tomb at Ermenonville",
"title": "Le tombeau de Rousseau à Ermenonville",
"image": "IMG_0454.jpg",
"category": "Engraving"
},
{
"info": "Camille Desmoulins- member of the National Convention",
"translation": null,
"title": "Camille Desmoulins",
"image": "IMG_0455.jpg",
"category": "Engraving"
},
{
"info": "Conveyed by M. Antoine Guillois after a watercolor made by Hubert Robert during his imprisonment",
"translation": "The ",
"title": "La Juene Captive d'André Chénier",
"image": "IMG_0456.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "Portrait of André Chénier's mother",
"title": "Portrait de la mère d'André Chénier",
"image": "IMG_0457.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Madame Geoffrin in his office (exhibition room?)",
"title": "Madame Geoffrin dans son cabinet",
"image": "IMG_0458.jpg",
"category": "Print (Charcoal Drawing?)"
},
{
"info": "",
"translation": "House of Bernardin de St. Pierre at Essonnes",
"title": "Maison de Bernardin de St. Pierre à Essonnes",
"image": "IMG_0459.jpg",
"category": "Engraving"
},
{
"info": "Note containing Voltaire's signature",
"translation": "Voltaire's autograph",
"title": "autographe de Voltaire",
"image": "IMG_0460.jpg",
"category": "Handwritten note"
},
{
"info": "",
"translation": "Charicature of Voltaire",
"title": "Caricature de Voltaire",
"image": "IMG_0461.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "Hubert Robert. The Salon of Madame Geoffrin.",
"title": "Hubert Robert. Le Saoln de Madame Geoffrin",
"image": "IMG_0463.jpg",
"category": "Print (Charcoal Drawing?)"
},
{
"info": "",
"translation": "(",
"title": "Watteau, J. A. Amusement champêtre. Acad.",
"image": "IMG_0464.jpg",
"category": "Print (Painting?)"
},
{
"info": "Portrait of Benjamin Franklin with inscription",
"translation": null,
"title": "Franklin",
"image": "IMG_0465.jpg",
"category": "Engraving"
},
{
"info": "1777. Jean-Michel Moreau le Jeune. Engraved by Robet Delaunay",
"translation": "Moreau the Younger. ",
"title": "Moreau le Jeune. Les Adieux.",
"image": "IMG_0466.jpg",
"category": "Etching and engraving"
},
{
"info": "Portrait of Christophe Gluck with inscription",
"translation": null,
"title": "Gluck",
"image": "IMG_0467.jpg",
"category": "Engraving"
},
{
"info": "(I believe it is Claude-Joseph Vernet.)",
"translation": "Vernet. ",
"title": "Vernet. Les Lavandières.",
"image": "IMG_0468.jpg",
"category": "Print (Painting?)"
},
{
"info": "Jean-Baptiste Pater (1695-1736)",
"translation": "Pater. ",
"title": "Pater. Le colin-maillard.",
"image": "IMG_0469.jpg",
"category": "Print (Painting?)"
},
{
"info": "Book by Bernardin de St. Pierre, first published 1784",
"translation": "Frontispiece of ",
"title": "Frontispice des Études de la nature",
"image": "IMG_0470.jpg",
"category": "Frontispiece(Engraving)"
},
{
"info": "",
"translation": "Soldier in 1720",
"title": "Soldat en 1720",
"image": "IMG_0471.jpg",
"category": "Print (Drawing?)"
},
{
"info": "By Jean-Marc Nattier noted for his portraits of the ladies of King Louis XV's court in classical mythological attire.",
"translation": "Nattier. ",
"title": "Nattier. Une fille de Louis XV.",
"image": "IMG_0472.jpg",
"category": "Painting"
},
{
"info": "Jean-Baptiste Pater (1695-1736)",
"translation": "Pater. ",
"title": "Pater. Concert dans un parc.",
"image": "IMG_0473.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Moreau the Younger. ",
"title": "Moreau le jeune. Marie-Antoinette allant à",
"image": "IMG_0474.jpg",
"category": "Print (Etching?)"
},
{
"info": "",
"translation": "Mesmer's Baquet",
"title": "Le Baquet de Mesmer",
"image": "IMG_0475.jpg",
"category": "Print (Drawing?)"
},
{
"info": "",
"translation": "Marie-Antionette's bedroom.",
"title": "Zrianon(?). Chambre de Marie-Antionette.",
"image": "IMG_0476.jpg",
"category": "Photo"
},
{
"info": "Paul-Marc-Joseph Chenavard (1808-1895)",
"translation": "Chenavard, P. (",
"title": "Chenavard P. Une réception chez Voltaire.",
"image": "IMG_0478.jpg",
"category": "Print (Drawing?)"
},
{
"info": "",
"translation": "Watteau, J. A. ",
"title": "Watteau, J. A. Les fiançailles au village. Coll.",
"image": "IMG_0479.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Watteau, J. A. ",
"title": "Watteau, J. A. La lecture à la chandelle. Coll.",
"image": "IMG_0480.jpg",
"category": "Print (Charcoal Drawing?)"
},
{
"info": "",
"translation": "Fournier. ",
"title": "Fournier. Washington et sa mère.",
"image": "IMG_0481.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Watteau, J. A. ",
"title": "Watteau, J. A. Savoyard avec sa marmotte. Er",
"image": "IMG_0482.jpg",
"category": "Print"
},
{
"info": "",
"translation": "The Bourgeoisie- Jean-Jacques Rousseau",
"title": "La bour - Jean-Jacques Rousseau",
"image": "IMG_0483.jpg",
"category": "Print (Portrait)"
},
{
"info": "",
"translation": "??",
"title": "???",
"image": "IMG_0484.jpg",
"category": "Print (Etching?)"
},
{
"info": "",
"translation": "Greuse. ",
"title": "Greuse. L'accordée de village.",
"image": "IMG_0485.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Chardin. ",
"title": "Chardin. Le Bénédicité.",
"image": "IMG_0486.jpg",
"category": "Print (Painting?)"
},
{
"info": "Located withing the Versailles park. Built for Marie-Antionette",
"translation": "Petit Trianon. The Hamlet.",
"title": "Petit trianon. Le Hameau.",
"image": "IMG_0487.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Diderot",
"title": "Diderot",
"image": "IMG_0488.jpg",
"category": "Print (Etching?)"
},
{
"info": "",
"translation": "???",
"title": "????",
"image": "IMG_0494.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Louis XV's desk.",
"title": "Bureau de Louis XV",
"image": "IMG_0495.jpg",
"category": "Photograph?"
},
{
"info": "The",
"translation": "Petit Trianon.",
"title": "Le Petit Trianon.",
"image": "IMG_0490.jpg",
"category": "Photograph?"
},
{
"info": "",
"translation": "Watteau. ",
"title": "Watteau. La Danse. - Berlin.",
"image": "IMG_0491.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Nattier, J. M. ",
"title": "Nattier, J. M. Le point de jour.Angl.",
"image": "IMG_0492.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Halls of the 18th Century",
"title": "Les Halles au XVIIIe Siècle",
"image": "IMG_0493.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Oudry, Jean-Baptiste. ",
"title": "Oudry, Jean-Baptiste. La chasse au loup. Lou",
"image": "IMG_0496.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "G.-J. de Saint-Aubin. ",
"title": "G.-J. de Saint-Aubin. Les dimanches de St Clo",
"image": "IMG_0497.jpg",
"category": "Print (Drawing?)"
},
{
"info": "",
"translation": "Jeaurat. ",
"title": "Jeaurat.Le Carnaval des ?? de Paris.",
"image": "IMG_0498.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Callet. ",
"title": "Callet. Louis XVI.",
"image": "IMG_0499.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Wertmuller. ",
"title": "Wertmuller. Marie-Antoinette ???. 1617.",
"image": "IMG_0500.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Bs. Saint Aubin. ",
"title": "Bs. Saint Aubin. Jeune mère et ses enfants.",
"image": "IMG_0501.jpg",
"category": "Print (Drawing?)"
},
{
"info": "",
"translation": "Boilly. ",
"title": "Boilly. La Fayette jeune.",
"image": "IMG_0502.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Chardin. ",
"title": "Chardin. La mère laborieuse.",
"image": "IMG_0503.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Greuse. ",
"title": "Greuse. La dame bienfaisante.",
"image": "IMG_0504.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Pater. ",
"title": "Pater. Fête dans un parc.",
"image": "IMG_0505.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Boucher. ",
"title": "Boucher. La marchande de modes.",
"image": "IMG_0506.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Aubry. ",
"title": "Aubry. La visite à la nourrice.",
"image": "IMG_0507.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Lavreince. ",
"title": "Lavreince. L'Ecole de danse.",
"image": "IMG_0508.jpg",
"category": "Print (Drawing?)"
},
{
"info": "",
"translation": "Swebach. ",
"title": "Swebach.Le promenade publique.",
"image": "IMG_0509.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Jeaurat. ",
"title": "Jeaurat. La mère laborieuse.",
"image": "IMG_0510.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Pater. ",
"title": "Pater. La (t?)oilette.",
"image": "IMG_0511.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Vigée Le Brun. ",
"title": "Vigée Le Brun. Marie-Antoinette à la rose.",
"image": "IMG_0512.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "(Charicature against Rousseau?)",
"title": "Caricature contre Rousseau",
"image": "IMG_0551.jpg",
"category": "Print"
},
{
"info": "",
"translation": "The Old Cordelier.",
"title": "Le Vieux Cordelier",
"image": "IMG_0552.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "(Speech of the Lantern to the Parisians?)",
"title": "Discours de la lanterne aux Parisiens",
"image": "IMG_0553.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "The last moments of Rousseau",
"title": "Les derniers moments de Rousseau",
"image": "IMG_0554.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Portrait of Robespierre",
"title": "Portrait de Robespierre",
"image": "IMG_0555.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Jeaurat. ",
"title": "Jeaurat. Le transport à l'Hôpital",
"image": "IMG_0556.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Title of ",
"title": "Titre des Lettres Persanes",
"image": "IMG_0550.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "The authors of the encyclopædia",
"title": "Les auteurs de l'encyclopédie",
"image": "IMG_0549.jpg",
"category": "Print"
},
{
"info": "",
"translation": "View of Montesquieu's room",
"title": "Vue de la chambre de Montesquieu",
"image": "IMG_0548.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Portrait of Marivaux",
"title": "Portrait de Marivaux",
"image": "IMG_0547.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Mandate of the Archbishop of Paris burned by act of parliament",
"title": "Mandementde l'archevêque de Paris brulé",
"image": "IMG_0546.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Defense of the Spirit of Laws",
"title": "Défense de l'esprit des Loix",
"image": "IMG_0545.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "(Charicature against Diderot?)",
"title": "Caricature contre Diderot",
"image": "IMG_0544.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Romeau's nephew",
"title": "Le neveu de Romeau",
"image": "IMG_0543.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Letter on the Blind",
"title": "Lettre sur les aveugles",
"image": "IMG_0542.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "From the mind by Helvetius",
"title": "De l'esprit par Helvétius",
"image": "IMG_0541.jpg",
"category": "Page from book with notes"
},
{
"info": "",
"translation": "President de Brosses",
"title": "Président Des Brosses",
"image": "IMG_0540.jpg",
"category": "Engraving"
},
{
"info": "",
"translation": "Speech by the French Academy",
"title": "Discours de l'Académie Française",
"image": "IMG_0539.jpg",
"category": "Frontispiece?"
},
{
"info": "",
"translation": "Marie-Antoinette in Village Dress",
"title": "Marie-Antoinette en costume villageois",
"image": "IMG_0538.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Frontispiece of the encyclopædia",
"title": "Frontispice de l'encyclopédie",
"image": "IMG_0537.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "Portrait of Helvetius",
"title": "Portrait d'Helvétius",
"image": "IMG_0536.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Raynal",
"title": "Raynal",
"image": "IMG_0535.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Portrait of Marmontel",
"title": "Portrait de Marmontel",
"image": "IMG_0534.jpg",
"category": "Print"
},
{
"info": "Voltaire's home",
"translation": "View of Chateau Ferney",
"title": "Vue du Château de Ferney",
"image": "IMG_0533.jpg",
"category": "Print"
},
{
"info": "",
"translation": "???",
"title": "Lever du Philosophie de Ferney",
"image": "IMG_0532.jpg",
"category": "Print"
},
{
"info": "",
"translation": "???",
"title": "(Vanvenarques??)",
"image": "IMG_0531.jpg",
"category": "Print"
},
{
"info": "",
"translation": "View of Chateau de Cirey",
"title": "Vue du Château de Cirey",
"image": "IMG_0530.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Voltaire at his desk",
"title": "Voltaire à sa table de travail",
"image": "IMG_0529.jpg",
"category": "Photograph"
},
{
"info": "",
"translation": "Portrait of Crebillon",
"title": "Portrait de Crébillon",
"image": "IMG_0528.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Portrait of J. B. Rousseau",
"title": "Portrait de J. B. Rousseau",
"image": "IMG_0527.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Volatire young.",
"title": "Voltaire jeune",
"image": "IMG_0526.jpg",
"category": "Print (Painting?)"
},
{
"info": "",
"translation": "Voltaire's philosophical letters",
"title": "Les lettres philosophiques de Voltaire",
"image": "IMG_0525.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "Piron",
"title": "Piron",
"image": "IMG_0524.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Portrait of Le Sage",
"title": "Portrait de Le Sage",
"image": "IMG_0523.jpg",
"category": "Print"
},
{
"info": "",
"translation": "François d'Aguesseau",
"title": "François d'Aguesseau",
"image": "IMG_0522.jpg",
"category": "Print"
},
{
"info": "",
"translation": "A page from Voltaire's notebook",
"title": "Un page du Carnet de Voltaire",
"image": "IMG_0521.jpg",
"category": "Handwritten page"
},
{
"info": "",
"translation": "(Translation of Voltaire's tasks?)",
"title": "Translation des un ches de Voltaire",
"image": "IMG_0520.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Rousseau's hermitage at Montmorency",
"title": "L'ermitage de Rousseau à Montmorency",
"image": "IMG_0519.jpg",
"category": "Print"
},
{
"info": "",
"translation": "The speech that won the exhibition in Dijon",
"title": "Discours qui a remporté le prix à l'exposition",
"image": "IMG_0518.jpg",
"category": "Frontispiece"
},
{
"info": "",
"translation": "Rosseau gardening in Ermenonville",
"title": "Rousseau herborisant à Ermenonville",
"image": "IMG_0517.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Rousseau's Death Mask",
"title": "Masque mortuaire de Rousseau",
"image": "IMG_0516.jpg",
"category": "Photograph"
},
{
"info": "",
"translation": "View of Charmettes",
"title": "Vue des Charmettes",
"image": "IMG_0515.jpg",
"category": "Print"
},
{
"info": "",
"translation": "Lancret. (",
"title": "Lancret. L'Attache du patin.",
"image": "IMG_0514.jpg",
"category": "Painting"
},
{
"info": "",
"translation": "Manuscipt of ",
"title": "Manuscrit de l'Émile",
"image": "IMG_0513.jpg",
"category": "Page of manuscript"
}
]
}
@CliffordAnderson
Copy link
Author

Encoding issues fixed thanks to Christian Grün's Advice here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment