Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Merge requests
!2
Project 'iiif/POC-mirador' was moved to 'iiif/poc-mirador-video-annotation'. Please update any links and bookmarks that may still have the old path.
Basic docker stack to build and serve Mirador
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Basic docker stack to build and serve Mirador
1_basic_docker_stack
into
main
Overview
16
Commits
2
Pipelines
0
Changes
9
Merged
Basic docker stack to build and serve Mirador
David Beniamine
requested to merge
1_basic_docker_stack
into
main
Sep 21, 2022
Overview
16
Commits
2
Pipelines
0
Changes
8
Issue
#1 (closed)
0
0
Merge request reports
Compare
version 1
version 1
03ee7d71
Sep 21, 2022
main (base)
and
latest version
latest version
741a421f
2 commits,
Sep 26, 2022
version 1
03ee7d71
1 commit,
Sep 21, 2022
Show latest version
8 files
+
24
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
src/index.js
+
16
−
3
View file @ 741a421f
Edit in single-file editor
Open in Web IDE
import
Mirador
from
'
mirador/dist/es/src/index
'
import
Mirador
from
'
mirador/dist/es/src/index
'
;
const
config
=
{
id
:
'
demo
'
id
:
'
demo
'
,
theme
:
{
transitions
:
window
.
location
.
port
===
'
4488
'
?
{
create
:
()
=>
'
none
'
}
:
{},
},
catalog
:
[
{
manifestId
:
'
http://localhost/dzkimgs_annotated_video.json
'
},
{
manifestId
:
'
http://localhost/video_split_annopage.json
'
},
{
manifestId
:
'
http://localhost/fediverse.json
'
},
{
manifestId
:
'
http://localhost/localvideo.json
'
},
{
manifestId
:
'
http://localhost/local_catvideo.json
'
},
{
manifestId
:
'
https://dzkimgs.l.u-tokyo.ac.jp/videos/iiif_in_japan_2017/manifest.json
'
},
{
manifestId
:
'
https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json
'
},
{
manifestId
:
'
https://iiif.harvardartmuseums.org/manifests/object/299843
'
}
]
}
Mirador
.
viewer
(
config
,
[])
Mirador
.
viewer
(
config
,
[
]);
Loading