tei-viewer

TEI/XML Simple Viewer

https://github.com/utda/tei-viewer

Science Score: 75.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
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization utda has institutional domain (www.lib.u-tokyo.ac.jp)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords

iiif tei
Last synced: 6 months ago · JSON representation ·

Repository

TEI/XML Simple Viewer

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
iiif tei
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

TEI Viewer

Node.js CI DOI

TEI/XML Simple Viewer

Based on CETEICean, the text of TEI/XML is displayed. The n attribute of the pb tag is shown. Additionally, images are displayed using the Mirador viewer based on the URL of the IIIF manifest file provided in the facsimile tag.

🌐 Website

Visit the demo page to try it out.

https://utda.github.io/tei-viewer/?u=https://kouigenjimonogatari.github.io/tei/01.xml&v=true

📖 Parameter

| Field | Description | Requirement | | ----- | --------------------------------------------- | ----------- | | u | URL of TEI/XML File | required | | v | If set to true, displays in vertical writing. | optional |

📖 Getting Started

First, run the development server:

```bash npm run dev

or

yarn dev

or

pnpm dev

or

bun dev ```

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

📖 Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Cite as

DOI

The above DOI corresponds to the latest versioned release as published to Zenodo, where you will find all earlier releases. To cite tei-viewer independent of version, use https://doi.org/10.5281/zenodo.10574443, which will always redirect to the latest release.

Owner

  • Name: 東京大学デジタルアーカイブズ構築事業
  • Login: utda
  • Kind: organization
  • Location: Tokyo

Citation (CITATION.cff)

cff-version: 1.1.0
message: "Cite as"
authors:
  - family-names: Nakamura
    given-names: Satoru
    orcid: https://orcid.org/0000-0001-8245-7925
    website: https://researchmap.jp/nakamura.satoru?lang=en
title: "tei-viewer"
doi: 10.5281/zenodo.10574443

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Dependencies

.github/workflows/nextjs.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-node v4 composite
  • actions/upload-pages-artifact v3 composite
package-lock.json npm
  • 357 dependencies
package.json npm
  • @types/node ^20 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • autoprefixer ^10.0.1 development
  • eslint ^8 development
  • eslint-config-next 14.1.0 development
  • postcss ^8 development
  • tailwindcss ^3.3.0 development
  • typescript ^5 development
  • CETEIcean ^1.9.2
  • next 14.1.0
  • react ^18
  • react-dom ^18