Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Oct 19, 2017
0 parents commit 719260d
Show file tree
Hide file tree
Showing 238 changed files with 20,090 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.DS_Store
.swp
*.swp
.idea/
*.pyc
*.pyo
client/*.zip
databases/*.table
databases/*.log
databases/*.sqlite
languages/*
sessions/*
uploads/*
errors/*
cache/*
2 changes: 2 additions & 0 deletions ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Write something about this app.
Developed with web2py.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
![shebanq2](https://raw.github.com/etcbc/shebanq/master/static/images/shebanq_logo.png)
![shebanq](https://raw.github.com/etcbc/shebanq/master/static/images/shebanq.png)
[![DOI](https://zenodo.org/badge/14582815.svg)](https://zenodo.org/badge/latestdoi/14582815)

SHEBANQ
=======

*System for HEBrew Text: ANnotations for Queries and Markup*

This is the code for [SHEBANQ](http://shebanq.ancient-data.org): the first data service of *ancient-data.org*.

SHEBANQ is a search engine for the Hebrew Bible, powered by the ETCBC4 linguistic database, formerly know as WIVU.

The data is archived for *open access*, at
[DANS-EASY](http://www.persistent-identifier.nl/?identifier=urn:nbn:nl:ui:13-048i-71)

The
[history of the underlying idea](http://annotation-paradigm.readthedocs.org/en/latest/queries-as-annotations/history.html)
shows where this demonstrator fits in the enterprise of Bible and Computing.

Authors
=======

ETCBC
-----
[Eep Talstra Centre for Bible and Computing](http://etcbc.nl)
* [Wido van Peursen](mailto:w.t.van.peursen@vu.nl)
* Eep Talstra
* Constantijn Sikkel
* [Oliver Glanz](mailto:glanz@andrews.edu) (now at [Andrews University](https://www.andrews.edu))

DANS
----
[Data Archiving and Networked Services](http://www.dans.knaw.nl)
* [Dirk Roorda](mailto:dirk.roorda@dans.knaw.nl)
* Henk van den Berg
* Heleen van de Schraaf

Contact
=======
[shebanq@ancient-data.org](mailto:shebanq@ancient-data.org)

2014-2015: Continued development of SHEBANQ made possible by the ETCBC and [The Language Archive](http://tla.mpi.nl)

2013-2014: The SHEBANQ demonstrator and the data curation of the ETCBC4 data into LAF have been funded by [CLARIN-NL](http://www.clarin.nl)

![tf](static/images/tf-small.png)
![dans](static/images/dans.png)
24 changes: 24 additions & 0 deletions UNLICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 719260d

Please sign in to comment.