swh:1:snp:0aaa767aeb9e39073ca637ffe95d3e2cc416f348
Raw File
Tip revision: 070b0036185d86b65db62269f3615ace0439fa0f authored by Dirk Roorda on 01 February 2021, 11:09:44 UTC
links to tf docs
Tip revision: 070b003
README.md
<div>
<img src="docs/images/dss-logo.png" align="left" width="300"/>
<img src="docs/images/etcbc.png" align="right" width="200"/>
<img src="docs/images/tf.png" align="right" width="200"/>
<img src="docs/images/dans.png" align="right" width="100"/>
</div>

# Dead Sea Scrolls

[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/ETCBC/dss/)](https://archive.softwareheritage.org/browse/origin/https://github.com/ETCBC/dss/)

[![DOI](https://zenodo.org/badge/168822533.svg)](https://zenodo.org/badge/latestdoi/168822533)

# Dead Sea Scrolls corpus in Text-Fabric

This repo is a research environment for the study of the Dead Sea Scrolls.
You can run your own programs off-line, and publish your work in online notebooks.

Corpus
------

This repo contains transcriptions of biblical and
non-biblical scrolls based on the data files of
Martin Abegg.

See also
[about](docs/about.md)
and
[transcription](docs/transcription.md).

Software
--------

The main processing tool is [Text-Fabric](https://github.com/annotation/text-fabric/).
It is instrumental to
turn the analysis of ancient data into computing narratives.

The ecosystem is Python and Jupyter notebooks.

Getting started
===============

Start with the
[tutorial](https://nbviewer.jupyter.org/github/annotation/tutorials/blob/master/dss/start.ipynb).

Authors
=======

This repo is joint work of

*   [Jarod Jacobs](https://warnerpacific.academia.edu/JarodJacobs)
    at 
    [Warner Pacific College](http://www.warnerpacific.edu)
*   [Martijn Naaijer](https://vu-nl.academia.edu/MartijnNaaijer)
    at 
    [Eep Talstra Center for Bible and Computer](http://etcbc.nl)
*   [Dirk Roorda](https://www.linkedin.com/in/dirkroorda/) at
    [DANS](https://www.dans.knaw.nl)

### Acknowledgements

* [Martin Abegg](https://en.wikipedia.org/wiki/Martin_Abegg)
  for providing his data files to us;

**N.B.:** Releases of this repo have been archived at
the
[Software Heritage Archive](https://www.softwareheritage.org)
and
[Zenodo](https://zenodo.org).
Click the badges to be taken to the archives. There you find ways to cite this work.

Status
------

This is **work in progress**.
We will collect feedback for quite some time before we bump the version to 1.0 or higher.

*   2019-06-11 Release 0.6, fixed the fact that the dotless shin was represented as sin, spotted by Oliver Glanz
*   2019-05-20 Release 0.5,
    new
    [tests](https://nbviewer.jupyter.org/github/etcbc/dss/blob/master/programs/checks.ipynb).
*   2019-05-09 Release 0.4.
*   2019-05-08 Release 0.3.
*   2019-05-05 Release 0.2.
back to top