Elisa Beshero-Bondar PRO
Professor of Digital Humanities and Chair of the Digital Media, Arts, and Technology Program at Penn State Erie, The Behrend College.
NWPA Humanities & Social Sciences Conference 2025
28 March 2025 @ Gannon University, Erie PA
Link to these slides: https://bit.ly/fv-explore
Elisa Beshero-Bondar | Raffaele Viglianti | Yuying Jin |
@ebeshero | @raffazizzi | @yuying-jin |
1. Try clicking anywhere in the heatmap to take you to a revised location
2. Now, check out how it looks in each other version
3. Runs on your local computer / device with JavaScript in your web browser
James Rieger, ed., first new edition of 1818 in 141
years : inline collation of "Thomas" w/ 1818,
1831 variants in endnotes
Legend:
Stuart Curran and Jack Lynch: PA Electronic Edition (PAEE) , collation of 1818 and 1831: HTML
Nora Crook crit. ed of 1818, variants of "Thomas", 1823, and 1831 in endnotes (P&C MWS collected works)
Romantic Circles TEI conversion of PAEE ; separates the texts of 1818 and 1831; collation via Juxta
1974
~mid-1990s
1996
Charles Robinson, The Frankenstein Notebooks (Garland): print facsimile of 1816 ms drafts
2007
Shelley-Godwin Archive publishes diplomatic edition of 1816 ms drafts
print edition
digital edition
Legend:
2013
2017
Frankenstein Variorum Project begins
assembly/proof-correcting of PAEE files; OCR/proof-correcting 1823; "bridge" TEI edition of S-GA notebook files; automated collation; incorporating "Thomas" copy text. Collation project completed in 2023, Variorum viewer officially launches in 2024.
<add>
, <del>
, <note>
elements showing Thomas marginalia
Align and “chunk”
Prescribe rules to direct the machine-assisted collation
<p>
"&"
is not different from "and"
MS (from Shelley-Godwin Archive):
It was on a dreary night of November that I beheld
<del>the frame on whic</del> my man
comple<del>at</del>teed
1818 (from PA Electronic edition)
<p>IT was on a dreary
night of November, that I beheld
the accomplishment of my toils.</p>
Manuscript (from Shelley-Godwin Archive):
<lb n="c56-0045__main__2"/>It was on a dreary night of November
<lb n="c56-0045__main__3"/>that I beheld <del rend="strikethrough"
xml:id="c56-0045__main__d5e9572">
<add hand="#pbs" place="superlinear" xml:id="c56-0045__main__d5e9574">the frame on
whic</add></del> my man comple<del>at</del>
<add place="intralinear" xml:id="c56-0045__main__d5e9582">te</add>
<add xml:id="c56-0045__main__d5e9585">ed</add>
1818 (from PA Electronic edition)
<p xml:id="novel1_letter4_chapter4_div4_div4_p1">I<hi>T</hi> was on a dreary
night of November, that I beheld the accomplishment of my toils.</p>
<del>
and <p>
markup<lb/>
elements, attribute nodes<hi>
elements as meaningful markup because sometimes they are meaningful for emphasis.MS (from Shelley-Godwin Archive):
["It", "was", "on", "a", "dreary",
"night", "of". "November", "that",
"I", "beheld"
"<del>the frame on whic</del>",
"my", "man",
"comple", "<del>at</del>", "teed"]
1818 (from PA Electronic edition)
["<p>", "IT", "was", "on", "a", "dreary",
"night", "of", "November,", "that", "I", "beheld",
"the", "accomplishment", "of", "my", "toils.", "</p>"]
Project decision: Treat a deletion as a complete and indivisible event:
a ”long token”. This helps to align other witnesses around it.
(Embedded markup is a little more complicated than our previous example)
<app>
<rdgGrp n="['that', 'i', 'beheld']">
<rdg wit="f1818">that I beheld</rdg>
<rdg wit="f1823">that I beheld</rdg>
<rdg wit="fThomas">that I beheld</rdg>
<rdg wit="f1831">that I beheld</rdg>
<rdg wit="fMS"><lb n="c56-0045__main__3"/>that I beheld</rdg>
</rdgGrp>
</app>
<app>
<rdgGrp n="['<del> the frame on whic</del>',
'my', 'man', 'comple',
'', '<mdel>at</mdel>', 'te', 'ed',
',', '.', '<del>and</del>']">
<rdg wit="fMS"><del rend="strikethrough"
xml:id="c56-0045__main__d5e9572">
<sga-add hand="#pbs" place="superlinear"
sID="c56-0045__main__d5e9574"/>the
frame on whic <sga-add eID="c56-0045__main__d5e9574"/> </del> my man
comple <mod sID="c56-0045__main__d5e9578"/>
<mdel>at</mdel>
<sga-add place="intralinear" sID="c56-0045__main__d5e9582"/>te
<sga-add eID="c56-0045__main__d5e9582"/>
<sga-add sID="c56-0045__main__d5e9585"/>ed
<sga-add eID="c56-0045__main__d5e9585"/>
<mod eID="c56-0045__main__d5e9578"/>
<sga-add hand="#pbs" place="intralinear"sID="c56-0045__main__d5e9588"/>,
<sga-add eID="c56-0045__main__d5e9588"/>.
<del rend="strikethrough"
xml:id="c56-0045__main__d5e9591">And</del></rdg>
</rdgGrp>
<rdgGrp n="['the', 'accomplishment', 'of', 'my', 'toils.']">
<rdg wit="f1818">the accomplishment of my toils.</rdg>
<rdg wit="f1823">the accomplishment of my toils.</rdg>
<rdg wit="fThomas">the accomplishment of my toils.</rdg>
<rdg wit="f1831">the accomplishment of my toils.</rdg>
</rdgGrp>
</app>
Background image created by the author from a loom on Reddit and the frontispiece illustration of Frankenstein (1831)
A Thomas copy edit of Letter IV at an early moment of intense revision
where the Creature comes to life in MS and Thomas
A Thomas copy edit not taken up later
Where the MS notebooks begin, just after "Everyone adored Elizabeth. . ."
An (in)famous enormous overhaul for 1831
"I feared the vengeance of the disappointed fiend..." https://frankensteinvariorum.org/viewer/1831/chapter_xviii#C24_app15
A passage marking a journey from the MS to 1831
Publishing a typical TEI digital scholarly edition, today
Browser, UI & UX
Webapp logic
Database
Server
“not all projects should be maintained in perpetuity. Some are ... not worth the intellectual, technical, and financial overhead of ongoing maintenance.”
(Smithies et al. 2019)
Smithies, James, Carina Westling, Anna-Maria Sichani, Pam Mellen, and Arianna Ciula. 2019. “Managing 100 Digital Humanities Projects: Digital Scholarship & Archiving in King’s Digital Lab.” Digital Humanities Quarterly 013 (1).
Those in charge of infrastructure are also determining, particularly in the long term, the scholarly worth of a project, whether it should remain online, and in what form.
Less infrastructure = less expense to maintain
Browser, UI & UX: React
Static site
generator:
Node and Astro JavaScript
Server: GitHub
With free, open source resources available, we scholars / students may help old projects find new life.
The Variorum in your local web browser
Link to these slides: https://bit.ly/fv-explore
Please dive in and explore (mobile friendly)!
https://frankensteinvariorum.org/
Thanks for listening! :-)
By Elisa Beshero-Bondar
Presentation for the DH2024 conference on the now complete Frankenstein Variorum project, with emphasis on theory of edition as expressed in the structure and interface.
Professor of Digital Humanities and Chair of the Digital Media, Arts, and Technology Program at Penn State Erie, The Behrend College.