Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.33 KB

copadocs

CoPaDocs – Corpus of Patient Documents – source files

This repository saves patient texts from the CoPaDocs project.

All data is provided via CC BY-SA 4.0, except for third party web libraries, like jQuery, Bootstrap, Datatables, and others, which are part of this repository to provide a complete package for serving a static website in compliance with the GDPR.

DOI

Preview via GitHub Pages

A preview is available at https://deutschestextarchiv.github.io/copadocs/.

Software prerequisites

Installation on Debian-like systems (Debian GNU/Linux, Ubuntu, Linux Mint etc.):

sudo apt install jq xsltproc

Setup instructions

To generate all data needed for HTML presentation, just execute

./build.sh

Webserver setup

You’ll need a webserver to serve the HTML files. A setup for Apache may look like:

<Directory /your/path/to/copadocs/web>
  DirectoryIndex index.html
  Options +Indexes
  Require all granted
</Directory>
Alias /copadocs /your/path/to/copadocs/web

Contact

Frank Wiegand, mailto:[email protected]