ch-wa-xml

XML Conversion of Chadwyck-Healey's „Weimarer Ausgabe”

https://github.com/gremid/ch-wa-xml

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

XML Conversion of Chadwyck-Healey's „Weimarer Ausgabe”

Basic Info
  • Host: GitHub
  • Owner: gremid
  • License: gpl-3.0
  • Language: Clojure
  • Default Branch: main
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License Citation Zenodo

README.md

XML Conversion of Chadwyck-Healey's „Weimarer Ausgabe”

DOI

Conversion of Goethe's Collected Works from EBT DynaText to XML

The CD-ROM edition of Goethe's collected works by Chadwyck Healey, published in 1995 and based on the „Weimarer Ausgabe” – while not the most recent edition – still is the most comprehensive digital publication of Goethe's literary works as well as his scientific writings, letters, diaries and other texts. Unfortunately it is not easily accessible anymore. The CD-ROM version suffers from incompatibility with current hardware setups and lacking support of the accompanying DynaText software by current operating systems. Online versions of the edition – made available via web gateways and licensed exclusively to libraries – are scarce and allow only for the browsing of individual texts in the edition.

This conversion routine reads the edition's data in EBT's DynaText format, as provided on CD-ROM, and converts it to XML, thereby facilitating the usage of the edition as a whole in a machine-readable form.

Prerequisites

The conversion routines are written in Clojure, a JVM-based Lisp dialect. Accordingly, a Clojure installation is required.

Retrieve an ISO image of the CD-ROM edition

Retrieve an ISO image of the CD-ROM edition and copy the directory \EBTBOOKS\BOOKS\GOETHE\ to the project's data/ directory with paths converted to lower case, i. e.

$ sudo mount -o loop,ro $CH_WA_ISO_FILE /mnt $ cp -R /mnt/ebtbooks/books/goethe data

Convert to XML

Once the EBT DynaText dataset is available at data/goethe/, run the conversion:

$ clojure -M:convert ~/data/ksw/ch-wa-xml 2023-02-25T21:28:40.188Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 1", "type" "literary", "n" "001"} 2023-02-25T21:28:44.958Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 2", "type" "literary", "n" "002"} 2023-02-25T21:28:47.569Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 3", "type" "literary", "n" "003"} 2023-02-25T21:28:49.967Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 4", "type" "literary", "n" "004"} 2023-02-25T21:28:51.497Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 5i", "type" "literary", "n" "005"} 2023-02-25T21:28:52.596Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 5ii", "type" "literary", "n" "006"} 2023-02-25T21:28:58.025Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 6", "type" "literary", "n" "007"} 2023-02-25T21:29:01.747Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 7", "type" "literary", "n" "008"} 2023-02-25T21:29:03.901Z textmaschine INFO [ch-wa-xml:156] - {"weiref" "I‚ 8", "type" "literary", "n" "009"} […] $ ls -lh data/ch-wa.xml -rw-rw-r-- 1 joe users 130M Feb 25 22:36 data/ch-wa.xml

The resulting XML document can be found at data/ch-wa.xml.

License

Chadwyck-Healey's edition of Goethe's works is subject to copyright. The conversion of the edition's data has been conducted solely for the purpose of text and data mining in the context of a non-commercial research project and is as such legal under the provision of German Urheberrechtsgesetz § 60d.

The conversion routines are licensed under the GNU General Public License v3.0.

Bibliography

  1. Goethe, J. W., & Chadwyck-Healey Ltd. (1995). Goethes Werke auf CD-ROM. Cambridge: Chadwyck-Healey Ltd. WorldCat.
  2. DynaText Wikipedia.
  3. DeRose, Steven, Vogel, Jeffrey (1991). Data processing system and method for generating a representation for and random access rendering of electronic documents. Google Patents

Owner

  • Name: Gregor Middell
  • Login: gremid
  • Kind: user
  • Location: Berlin (Germany)
  • Company: Berlin-Brandenburgische Akademie der Wissenschaften

Citation (CITATION.cff)

cff-version: 1.2.0
title: "XML Conversion of Chadwyck-Healey's „Weimarer Ausgabe”"
version: 1.0.0
license: "GPL-3.0"
type: software
abstract: "Conversion of Goethe's Collected Works from EBT DynaText to XML"
message: "If you use this software, please cite it as below."
authors:
  - given-names: Gregor
    family-names: Middell
    affiliation: Berlin-Brandenburg Academy of Sciences and Humanities
    orcid: "https://orcid.org/0009-0000-9256-4687"
keywords:
  - digital humanities
  - computational philology
  - ebt dynatext

GitHub Events

Total
  • Release event: 1
  • Push event: 8
  • Pull request event: 5
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 8
  • Pull request event: 5
  • Create event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 4
  • Total Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Gregor Middell g****r@m****t 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • gremid (7)
Top Labels
Issue Labels
Pull Request Labels
autorelease: pending (6) autorelease: tagged (1)

Dependencies

.github/workflows/release-please.yml actions
  • googleapis/release-please-action v4 composite