Skip to content

Releases: HTR-United/schema

2023-06-27

26 Jun 09:12
b5e253a

Choose a tag to compare

What's Changed

Closed issues

New Contributors

Full Changelog: 2022.04.15...2023.06.27

2021.10.15

23 Jun 07:00
46a1c00

Choose a tag to compare

Created the first schema

Full Changelog: https://github.com/HTR-United/schema/commits/2021.10.15

2022.04.15

23 Jun 07:05
a55471f

Choose a tag to compare

Version 2021-10-15 -> Version 2022-04-15

  • Added free-text field transcription-software. Recommended values:
    • eScriptorium + Kraken
    • Transkribus
    • OCR For All
  • script is now a list of objects.
    • Basically, all script ISO values should become - iso: IsoValue such as - lat -> - iso: lat
    • Added the ability to specify a little more the script with a new free text field qualify
  • Added an institutions object which reuses the pattern of authors, except that it forces name and does not support firstname
  • orcid is now available for authors objects
  • A new characters field is now available, it supports three sub-properties
    • A unicode normalization mode called mode, which can be None, NFD, NFKD, NFC, NFKC
    • A transliteration boolean to indicated whether script is transliterated (such as hieroglyphs): Default False
    • A members property which accepts a list of characters and represent all glyphs in the ground truth.
  • roles in authors and institutions now accepts document-provider

What's Changed

  • Ajout d'un petit dérivé du logo HTR-United pour le schema by @alix-tz in #6
  • Preparing version 0.2 by @alix-tz in #9

Fixed

  • Schema: Add a "production software" key in #3
  • Contributor: have an Institution Name alternative to Name/Surname in #2
  • Way around incomplete list of Scripts? in #1
  • Add "German Kurrent" or "Kurrent" as a script in #4
  • Add ORCID to Contributor objects in #1
  • Add a "status" key in #11
  • Add a totally optional character list in #12
  • New role for wiki-cremma ? in #13

New Contributors

Full Changelog: 2021.10.15...2022.04.15