mirador-sync-windows
A Mirador 4 plugin that adds the ability to synchronize the windows of a Mirador instance.
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.2%) to scientific vocabulary
Keywords
Repository
A Mirador 4 plugin that adds the ability to synchronize the windows of a Mirador instance.
Basic Info
- Host: GitHub
- Owner: nakamura196
- License: other
- Language: JavaScript
- Default Branch: main
- Homepage: https://nakamura196.github.io/mirador-sync-windows/
- Size: 1.19 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
mirador-sync-windows
mirador-sync-windows is a Mirador 4 plugin that adds the ability to synchronize the windows of a Mirador instance. This plugin is useful for comparing multiple images side by side.
This plugin is based on the mirador-sync-windows plugin by UCLA Library.


🌐 Website
Visit the demo page to try it out.
📖 Configuration
Several configuration options are available on windows that use mirador-sync-windows.
| Configuration | type | default | description |
| -------------------- | ------- | ------- | ---------------------------------- |
| syncWindowsEnabled | boolean | false | Enabled the image tools by default |
Example configuration:
javascript
const config = {
id: "demo",
windows: [
{
syncWindowsEnabled: true,
manifestId: "https://purl.stanford.edu/sn904cj3429/iiif/manifest",
},
],
};
📖 Installing mirador-sync-windows
mirador-sync-windows requires an instance of Mirador 4. See the Mirador wiki for examples of embedding Mirador within an application. See the live demo's index.js for an example of importing the mirador-sync-windows plugin and configuring the adapter.
📣 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.
Owner
- Name: Satoru Nakamura
- Login: nakamura196
- Kind: user
- Website: https://researchmap.jp/nakamura.satoru/?lang=english
- Repositories: 47
- Profile: https://github.com/nakamura196
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-sync-windows
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/setup-node v4 composite
- actions/upload-pages-artifact v3 composite
- @babel/cli ^7.24.7 development
- @babel/core ^7.24.7 development
- @babel/eslint-parser ^7.24.7 development
- @babel/plugin-proposal-class-properties ^7.18.6 development
- @babel/plugin-proposal-object-rest-spread ^7.20.7 development
- @babel/plugin-proposal-private-property-in-object ^7.21.11 development
- @babel/plugin-transform-regenerator ^7.24.7 development
- @babel/plugin-transform-runtime ^7.24.7 development
- @babel/preset-env ^7.24.7 development
- @babel/preset-react ^7.24.7 development
- @mui/material ^5.15.20 development
- @nakamura196/mirador 4.0.0-alpha.3 development
- @pmmmwh/react-refresh-webpack-plugin ^0.5.15 development
- @testing-library/dom ^9.3.4 development
- @testing-library/jest-dom ^6.4.6 development
- @testing-library/react ^14.3.1 development
- @testing-library/user-event ^14.5.2 development
- babel-eslint ^10.1.0 development
- babel-jest ^24.9.0 development
- babel-loader ^9.1.3 development
- eslint ^8.57.0 development
- eslint-config-airbnb ^19.0.4 development
- eslint-config-react-app ^7.0.1 development
- eslint-plugin-babel ^5.3.1 development
- eslint-plugin-import ^2.29.1 development
- eslint-plugin-jest ^27.9.0 development
- eslint-plugin-jsx-a11y ^6.8.0 development
- eslint-plugin-react ^7.34.3 development
- eslint-plugin-react-hooks ^4.6.2 development
- html-loader ^5.0.0 development
- html-webpack-plugin ^5.6.0 development
- jest ^29.7.0 development
- jest-environment-jsdom ^29.7.0 development
- jest-puppeteer ^9.0.2 development
- puppeteer ^21.11.0 development
- react ^18.3.1 development
- react-dom ^18.3.1 development
- react-refresh ^0.14.2 development
- terser-webpack-plugin ^5.3.10 development
- webpack ^5.92.1 development
- webpack-cli ^5.1.4 development
- webpack-dev-server ^4.15.2 development
- @emotion/babel-plugin ^11.11.0
- @emotion/cache ^11.11.0
- @emotion/react ^11.11.4
- @emotion/styled ^11.11.5
- @mui/icons-material ^5.15.20
- d3-delaunay ^6.0.4
- i ^0.3.7
- lodash ^4.17.21
- mirador-rotation ^4.0.1
- prop-types ^15.8.1
- react-redux ^9.1.2
- react-sizeme ^3.0.2
- redux ^5.0.1
- redux-thunk ^3.1.0
- 1325 dependencies