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.
A preview is available at https://deutschestextarchiv.github.io/copadocs/.
Installation on Debian-like systems (Debian GNU/Linux, Ubuntu, Linux Mint etc.):
sudo apt install jq xsltproc
To generate all data needed for HTML presentation, just execute
./build.sh
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
Frank Wiegand, mailto:[email protected]