Skip to content

Commit

Permalink
Added Nick's post (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow authored Sep 3, 2024
1 parent 77bb9bd commit c918263
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/blog/2024-08-30-edition-crafter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: EditionCrafter at DH Inside Out
slug: edition-crafter-dh2024
date: 2024-08-30T09:00:15-04:00
author: Nick Laiacona
thumbnail: /images/posts/ec-logo.png
summary: At the DH Inside Out Workshop at DH2024, Performant Software Solutions LLC presented EditionCrafter, a tool for creating digital critical editions and archives.
tags:
- HippoChallenge
- conference
---

# EditionCrafter at DH Inside Out

<img src="/images/posts/ec-logo.png" width="300px" style="float:right; padding: 15px">

At the DH Inside Out Workshop at DH2024, we presented [EditionCrafter](https://cu-mkp.github.io/editioncrafter/), a tool for creating digital critical editions and archives. EditionCrafter provides a way to build high quality web based user interfaces for transcriptions and translations that accompany images of the primary sources. The tool comes in two parts: a command line interface and a React component library.

The command line tool is used during the build step to turn a TEI/XML file into a IIIF Manifest and a set of textual fragments, one per layer per page. These can then be put on any type of static web server, including GitHub Pages.

The React component then consumes the generated manifest to display the edition. It is provided both as a NPM package for inclusion in a React App and a UMD build suitable for plain HTML/JS/CSS websites.

DH Inside Out provided the perfect forum for this talk. We were able to dive into the technical details of the tool and even do a live coding demo. We hope that other software developers working in the Digital Humanities on similar projects will find this tool useful and we welcome feedback.

<img src="/images/posts/ec-screenshot.png" width="100%" style="padding: 15px">



Binary file added static/images/posts/ec-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/posts/ec-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c918263

Please sign in to comment.