Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 5.48 KB

README.md

File metadata and controls

56 lines (39 loc) · 5.48 KB

Reading Traces – Visualizing Theodor Fontane's Reference Library

Prototype

About

Reading Traces is visualization of personal reading traces such as marginalia or markings inside the reference library of the German realist author Theodor Fontane. His personal library comprises one hundred fifty-five volumes with more than sixty-four thousand pages, a collection of books from his possession which is now preserved in the Theodor-Fontane-Archive in Potsdam. The preserved volumes show a variety of reading traces, such as comments, ratings, text corrections, various types of markings, institutional stamps, fingerprints or glued-in newspaper articles. In total, the data and the digitized pages can be explored via two modes, each one consisting of multiple granularity levels to help explore the data from different perspectives. While the first mode arranges and visualizes the distribution of reading traces along the linear reading order of the books, the second mode arranges books and authors based on similarity measures.

The source code is not really prepared for re-use and in parts quite redundant and in need of a restructering, commenting and clean-up, sorry! Nevertheless, we still hope it might be usefull to some of you.

See also the project demo and a video describing the functionalities of the prototype. For more infos on the functionalities of the prototype, please inquire the help button inside the prototype.

The data

The visualization is based on three data sources and the images of the digitized pages of the books and is accessed via this Google Spreadsheet and the Google Spreadsheet API:

  1. Corpus data: Overview of all books in the collection including all relevant meta data such id, author, genre, publication date, etc.
  2. Data for reading traces in pages: A dataset including a data row for each of the over 60,000 pages/reading traces inside of the collection, including page id, reading trace occurences, reading trace transcriptions and more. This data is already processed and is a combination and restructering of individual spreadsheets for each book.
  3. Data for the similarity (dark) mode: The python modules pandas and sklearn.manifold.MDS were used for the calculation of the MDS layout.

For access to data files for individual books or access to the images, please contact the Theodor-Fontane-Archiv Potsdam.

External resources

/js/d3.v5.min.js → D3.js
/js/jquery.min.js → jQuery
/js/select2.min.js → Select2
/css/select2.css → Select2
/fonts/... → Roboto

Project Team

This project is a collaboration between the Theodor-Fontane-Archiv Potsdam (University of Potsdam) and the UCLAB (University of Applied Sciences Potsdam).

Team UCLAB

Mark-Jan Bludau: concept development, design, data analysis & prototype development
Viktoria Brüggemann: concept development & scientific supervision/research
Marian Dörk: project lead

Team Theodor-Fontane-Archive

Anna Busch: project coordination & data aquisition
Sabine Seifert: research data management
Luisa Billepp, Kristina Genzel, Tabea Klaus, Anke Reintsch: data aquisition
Peer Trilcke: project lead

Related publications

Bludau, M.-J., Brüggemann, V., Busch, A., & Dörk, M. (2020). Reading Traces: Scalable Exploration in Elastic Visualizations of Cultural Heritage Data. In Computer Graphics Forum (Vol. 39, No. 3, pp. 77-87).

Busch, A. (2020). Fontane als Leser. Zur Visualisierung von Lese- und Gebrauchsspuren in Fontanes Bibliothek. In: Randkulturen. Lese- und Gebrauchsspuren in Autorenbibliotheken des 19. und 20. Jahrhunderts, hrsg. v. Anke Jaspers und Andreas Kilcher, S. 212–240.

Busch, A., Bludau, M.-J., Brüggemann, V., Genzel, K., Seifert, S. & Trilcke, P. Scalable Exploration (2019). Prototype study for the visualization of an author's library on the example of 'Theodor Fontane's Library'. In Book of Abstracts of the Digital Humanities conference (DH) 2019: Complexities. Utrecht (The Netherlands)

Busch, A. (2019). Fontane als Leser. Zur Visualisierung von Lektürespuren in Fontanes Handbibliothek. In: Fontane Blätter (107, S. 104-131).

Busch, A., Bludau, M.-J., Brüggemann, V., Dörk, M., Genzel, K., Möller, H.-P., Seifert, S. & Trilcke, P. (2019). Skalierbare Exploration. Prototypenstudie zur Visualisierung einer Autorenbibliothek am Beispiel der ›Handbibliothek Theodor Fontanes. In Konferenzband zur DHd 2019 Frankfurt & Mainz - Digital Humanities: multimedial & multimodal

License

The source code is licensed under the ISC license. The data is licensed under CC BY-4.0.

Copyright (c) 2018-2020, Mark-Jan Bludau, UCLAB (FH Potsdam) & Theodor-Fontane-Archiv Potsdam.