An image annotation environment for the MARKUS platform.
IMMARKUS: Image Annotation has been developed by Prof. Dr. Hilde De Weerdt, Dr. Rainer Simon, Dr. Lee Sunkyu, Dr. Iva Stojević, Meret Meister, and Xi Wangzhi as part of the Regionalizing Infrastructures in Chinese History (RegInfra) 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).
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, 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.
Instructions
Hilde De Weerdt, Rainer Simon, Lee Sunkyu, and Iva Stojević. Instructions
for Image Annotation in IMMARKUS. 2024. https://immarkus.xmarkus.org.
Wiki
Hilde De Weerdt, Rainer Simon, Lee Sunkyu, and Iva Stojević. Image Annotation in
IMMARKUS Wiki. 2024. https://github.com/rsimon/immarkus/wiki.
- Clone this repository
- Run
npm install
to install dependencies - Run
npm run build
. The built distribution will be in thedist
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.