https://github.com/rsimon/immarkus
A semantic image annotation tool for researchers, digital humanists and cultural heritage professionals.
https://github.com/rsimon/immarkus
annotation iiif image-annotation
Last synced: about 2 months ago
JSON representation
A semantic image annotation tool for researchers, digital humanists and cultural heritage professionals.
- Host: GitHub
- URL: https://github.com/rsimon/immarkus
- Owner: rsimon
- License: agpl-3.0
- Created: 2023-08-29T10:04:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T07:03:30.000Z (about 2 months ago)
- Last Synced: 2026-04-07T08:29:49.306Z (about 2 months ago)
- Topics: annotation, iiif, image-annotation
- Language: TypeScript
- Homepage: https://immarkus.xmarkus.org
- Size: 10.2 MB
- Stars: 58
- Watchers: 6
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-iiif - IMMARKUS - A semantic image annotation tool for researchers, digital humanists and cultural heritage professionals. (Annotations / Import to Viewers)
README
# IMMARKUS
An image annotation environment for the [MARKUS platform](https://dh.chinese-empires.eu/markus/).
For documentation, see the [Wiki](https://github.com/rsimon/immarkus/wiki).
## Acknowledgements
IMMARKUS: Image Annotation has been developed by Prof. Dr. Hilde De Weerdt,
Dr. Rainer Simon, Dr. Lee Sunkyu, Dr. Iva Stojević, Dawn Zhuang, Meret Meister, and Xi
Wangzhi as part of the Regionalizing Infrastructures in Chinese History
([RegInfra](https://www.infrastructurelives.eu/)) project.
This research is part of a project that has received funding from the European
Research Council (ERC) under the European Union's Horizon 2020 research and
innovation programme (Grant agreement No. 101019509).
## How to Cite
To cite the software when you use it in your research or teaching, please use
the following bibliographic information:
__Platform__
```
Hilde De Weerdt, Rainer Simon, Dawn Zhuang, Lee Sunkyu, Iva Stojević, Meret Meister,
and Xi Wangzhi. IMMARKUS: Image Annotation. 2024-. https://immarkus.xmarkus.org.
```
__Code__
```
Rainer Simon. IMMARKUS: Image Annotation in X-MARKUS. 2024-.
https://github.com/rsimon/immarkus.
```
__Wiki__
```
Hilde De Weerdt, Rainer Simon, Dawn Zhuang, Lee Sunkyu, and Iva Stojević. Image Annotation in
IMMARKUS Wiki. 2024-. https://github.com/rsimon/immarkus/wiki.
```
## Installation
- Clone this repository
- Run `npm install` to install dependencies
- Run `npm run build`. The built distribution will be in the `dist` folder.
You can run `npm run preview` to serve the built distribution from a development server, or `npm start` to run IMMARKUS from source code.