manuforma
The manuForma application is designed to make TEI data creation and distributed editing faster and easier.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Repository
The manuForma application is designed to make TEI data creation and distributed editing faster and easier.
Basic Info
- Host: GitHub
- Owner: majlis-erc
- Language: HTML
- Default Branch: main
- Size: 13.8 MB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 16
- Releases: 1
Metadata Files
README.md
manuForma [BETA]
The manuForma application is designed to make TEI data creation and distributed editing faster and easier. The application features easy to use multi-step forms, Github interactions and more.
Custom XForms are built using an XSLT stylesheet, a custom XML configuration file, and a custom XML Schema. The schema is used to define the elements and attributes required for your project. The schema must define all of the elements and attributes you would like in your forms. All controlled values, labels, language, and available elements and attributes will be defined in your custom schema. The more restrictive your schema is the faster your forms will perform.
TEI is a complex and large schema, so it is necessary to break the forms up into subforms. The subforms make for easier data entry and faster form load and processing time. We recommend breaking your TEI files up into the smallest meaningful blocks that you can. The application comes bundled with a few example forms, including TEI manuscripts. Use these example forms as templates to build your own custom forms.
We use our manuscripts forms as an exmple for the documentation, there are also, forms for person and place records. The manuscript forms are broken up into 8 different subforms as shown below.
Building the forms
Structure of the configuration file, forms/formGenerator/config.xml
General settings including Application Name, a base url for generating working navigation once the application has been deployed. Form titles, and descriptions.
<config>
<formBrandName>manuForma</formBrandName>
<formURL>/exist/apps/manuForma/</formURL>
<formTitle>Edit MSS TEI records</formTitle>
<formName>mssTEI</formName>
<formAuthor>majlis-erc</formAuthor>
<formDesc>Create and edit MSS records for MAJLIS: The Transformation of Jewish Literature in Arabic in the Islamicate World.</formDesc>
<formLang>en</formLang>
BlankTemplates define a starting template to load into the form, mulitple templates can be defined.
<blankTemplates>
<template name="Generic MSS Template" src="/forms/templates/full-mss-template.xml"></template>
</blankTemplates>
Each subform will need a schema and a template. You will need to include the XPath to the top level element for each subform as well as a name (no spaces or special characters) and a label which will appear in the form navigation.
<subforms>
<subform xpath="/descendant::tei:titleStmt" formName="titleStmt" formLabel="Title">
<formDesc>Record title information</formDesc>
<localSchema src="../schemas/titleStmt.xml"></localSchema>
<globalSchema src="../schemas/mss-compiled.odd"></globalSchema>
<xmlTemplate src="../templates/full-mss-template.xml"></xmlTemplate>
</subform>
....
</subforms>
The forms use a two step process, a ‘local schema’ which should be a very restricted schema for the exact elements you would like included in your forms and a ‘global schema’ which should be a full(er) version of the TEI Schema that the forms can use as a fall back to find element/attribute rules. Note, you can use your 'local schema' for both if you do not need your form to fall back on the full schema.
To create usable and quick forms it is important to be as restrictive as possible when designing your local shema. For example, only reference child elements that you will use, avoid broad classes or module references such as pLike. Instead for a paragraph, simply use a textNode as the only child. The XForms do not do well with mixed content nodes, so you will have to avoid this in your data design.
To build the form you will simply need to run the XSLT, it will use the values defined in your config.xml file to generate the necessary files to create all the form components necessary. Once the form is built, ant can be run and the applicaiton can be deployed to eXist-db. Forms were built and tested with eXist-db 5.3.1 and up.
Owner
- Name: The Transformation of Jewish Literature in Arabic in the Islamicate World
- Login: majlis-erc
- Kind: organization
- Repositories: 3
- Profile: https://github.com/majlis-erc
GitHub Events
Total
- Issues event: 82
- Watch event: 2
- Delete event: 35
- Member event: 2
- Issue comment event: 48
- Push event: 103
- Pull request review event: 1
- Pull request event: 116
- Fork event: 1
- Create event: 55
Last Year
- Issues event: 82
- Watch event: 2
- Delete event: 35
- Member event: 2
- Issue comment event: 48
- Push event: 103
- Pull request review event: 1
- Pull request event: 116
- Fork event: 1
- Create event: 55
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 15
- Total pull requests: 19
- Average time to close issues: 3 days
- Average time to close pull requests: 3 days
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 15
- Pull requests: 19
- Average time to close issues: 3 days
- Average time to close pull requests: 3 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mMoliere (119)
- wsalesky (2)
Pull Request Authors
- mMoliere (106)
- wsalesky (37)
- adamretter (3)