mirador-compare-plugin

a Mirador 3 plugin that adds functions to compare annotations

https://github.com/nakamura196/mirador-compare-plugin

Science Score: 67.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
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

iiif mirador mirador-3 mirador-plugins
Last synced: 9 months ago · JSON representation ·

Repository

a Mirador 3 plugin that adds functions to compare annotations

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 8
Topics
iiif mirador mirador-3 mirador-plugins
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing Funding License Citation

README.md

mirador-compare-plugin

Node.js CI DOI

mirador-compare-plugin is a Mirador 3 plugin that adds functions to compare annotations.

🌐 Website

Visit the demo page to try it out.

📖 Data

Prepare a JSON file with following annotations.

json { "annotations": [ { "body": { "type": "TextualBody", "value": "施設: 図書館" }, "id": "https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/187cc82d-11e6-9912-9dd4-b4cca9b10970/canvas/p2#xywh=9628/9582/1352/1236", "type": "Annotation", "motivation": "commenting", "target": "https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/187cc82d-11e6-9912-9dd4-b4cca9b10970/canvas/p2#xywh=9628,9582,1352,1236", "_compare": { "id": "t", "label": "図書館" } } ] }

The JSON file used on the demo site is as follows.

https://raw.githubusercontent.com/nakamura196/mirador-compare-plugin/main/assets/json/agriculture.json

The _compare field is used to compare annotations. The _compare field has the following fields.

| Field | Description | | ---- | ---- | | id | Common ID for comparing annotations. | | label | Label for comparing annotations. |

📖 Installation

mirador-compare-plugin requires an instance of Mirador 3. See the Mirador wiki for examples of embedding Mirador within an application and additional information about plugins. See the live demo's index.js for an example of importing and configuring mirador-compare-plugin.

Contribute

Mirador's development, design, and maintenance is driven by community needs and ongoing feedback and discussion. Join us at our regularly scheduled community calls, on IIIF slack #mirador, or the mirador-tech and iiif-discuss mailing lists. To suggest features, report bugs, and clarify usage, please submit a GitHub issue.

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 mirador-compare-plugin independent of version, use https://doi.org/10.5281/zenodo.10449856, which will always redirect to the latest release.

Owner

  • Name: Satoru Nakamura
  • Login: nakamura196
  • Kind: user

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: "mirador-compare-plugin"
doi: 10.5281/zenodo.10449856

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • nakamura196 (8)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/node.js.yml actions
  • actions/checkout v2 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v1 composite
  • actions/setup-node v1 composite
  • actions/upload-pages-artifact v1 composite
package.json npm
  • @babel/core ^7.22.8 development
  • @babel/eslint-parser ^7.22.7 development
  • @babel/preset-env ^7.22.7 development
  • @babel/preset-react ^7.22.5 development
  • @blueprintjs/core ^5.0.1 development
  • @blueprintjs/icons ^5.0.0 development
  • @material-ui/core ^4.11.0 development
  • @material-ui/icons ^4.11.3 development
  • babel-jest ^29.6.0 development
  • enzyme ^3.11.0 development
  • enzyme-adapter-react-16 ^1.15.7 development
  • eslint ^8.44.0 development
  • eslint-config-airbnb ^19.0.4 development
  • eslint-plugin-import ^2.27.5 development
  • eslint-plugin-jest ^27.2.2 development
  • eslint-plugin-jsx-a11y ^6.7.1 development
  • eslint-plugin-react ^7.32.2 development
  • jest ^29.6.0 development
  • lodash ^4.17.21 development
  • nwb 0.25.x development
  • prop-types ^15.8.1 development
  • react-dom 16.14.0 development
  • @material-ui/styles ^4.11.5
  • react ^16.14.0
  • react-resizable ^3.0.5