database

An open database of stemmata

https://github.com/openstemmata/database

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

An open database of stemmata

Basic Info
  • Host: GitHub
  • Owner: OpenStemmata
  • License: cc-by-sa-4.0
  • Language: HTML
  • Default Branch: main
  • Size: 50.4 MB
Statistics
  • Stars: 13
  • Watchers: 3
  • Forks: 14
  • Open Issues: 30
  • Releases: 0
Created over 5 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

Open Stemmata Database

This repository contains an open source collection of historical text genealogies, in forms of tree-like graphs (stemma) for a variety of languages.

Current number of stemmata

🏆 most represented languages

GitHub repo file or directory count (in path) GitHub repo file or directory count (in path) GitHub repo file or directory count (in path) GitHub repo file or directory count (in path)

🥈 less represented languages

GitHub repo file or directory count (in path) GitHub repo file or directory count (in path) GitHub repo file or directory count (in path) GitHub repo file or directory count (in path)

🌱 lonely trees

GitHub repo file or directory count (in path) GitHub repo file or directory count (in path) GitHub repo file or directory count (in path)

Contributing

Find more information on the project website.

Sending your contribution

You can contribute by sending us images and/or metadata and DOT files,

  • by making a pull request on the main branch (preferred);
  • by opening an issue;
  • by sending it to us via email, to OpenStemmata [at] protonmail.com.

If you wish to contribute, have a look at the examples folder:

It contains several cases:

You can also read our more detailed Guidelines !

Organisation of a record

Actual data is stored in the data folder, and are sorted by linguistic code (e.g., fro for Old French traditions; gmh for Middle High German).

Each record is contained in a dedicated folder, and can contain up to three elements:

  • stemma.png: scan from the source edition;
  • metadata.txt: metadata file about the stemma
  • stemma.gv: GraphViz DOT format file for the stemma.

Generating metadata and DOT files

The following resources can help you create the necessary files:

DOT format is quite easy to master, and uses the following patterns:

  • a -> b link from a to b
  • a -> b [style="dashed"] dashed link from a to b (contamination)
  • a -> b [style="dashed"] grey link from a to b (uncertainty)
  • alpha[color="grey", label="α"] color alpha in grey (for hypothetical nodes, i.e., not extant manuscripts) and label it properly.

If you're hesitant, head over to the online editor for creating the file !

License

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Owner

  • Name: Open Stemmata
  • Login: OpenStemmata
  • Kind: organization
  • Email: OpenStemmata@protonmail.com

Building an open source collection of textual genealogies

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this collection, please cite it as below (in adddition to references to the sources)."
authors:
  - family-names: "Camps"
    given-names: "Jean-Baptiste"
    orcid: "https://orcid.org/0000-0003-0385-7037"
  - family-names: "Fernandez Riva"
    given-names: "Gustavo"
    orcid: "https://orcid.org/0000-0002-2202-6354"
  - family-names: "Gabay"
    given-names: "Simon"
    orcid: "https://orcid.org/0000-0001-9094-4475"
title: "Open Stemmata: Database"
version: 0.1
date-released: 2021-11-27
url: "https://github.com/OpenStemmata/database/"

GitHub Events

Total
  • Issues event: 10
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 15
  • Push event: 33
  • Pull request review comment event: 27
  • Pull request review event: 19
  • Pull request event: 15
  • Fork event: 3
  • Create event: 5
Last Year
  • Issues event: 10
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 15
  • Push event: 33
  • Pull request review comment event: 27
  • Pull request review event: 19
  • Pull request event: 15
  • Fork event: 3
  • Create event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 7
  • Average time to close issues: almost 4 years
  • Average time to close pull requests: 24 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 6.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 24 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Jean-Baptiste-Camps (9)
  • clemsciences (2)
  • gabays (1)
Pull Request Authors
  • Jean-Baptiste-Camps (7)
  • Gustav-Campedelli (2)
  • clemsciences (1)
  • SofieMoors (1)
  • Emiliegd14 (1)
Top Labels
Issue Labels
stemma (2) to_do (2) data model (1) enhancement (1) good first issue (1) template (1)
Pull Request Labels

Dependencies

.github/workflows/pull_request.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/transform.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite