The goal of the ATLAS is to create a knowledge graph of the international scholarly research on Italian Cultural Heritage leveraged in a Web portal that fosters users’ interpretation and engagement. The catalogue is published via CLEF (Crowdsourcing Linked Entities via web Form), a lightweight Linked Open Data native cataloguing system tailored to small-medium crowdsourcing projects.
Online platform: https://projects.dharc.unibo.it/atlas.
Current version DOI: https://doi.org/10.5281/zenodo.17369521
Previous version: 1.0 | https://doi.org/10.5281/zenodo.15482298
Major updates:
-
Data:
Updated according to version 2.0 of the ATLAS ontology, introducing two new classes of Research Product: Language Model and 3D Digital Twin.
More generally, the dataset has been expanded with new entities semi-automatically extracted from the described resources and their textual descriptions. -
Data visualization:
New visualization tools have been added, including network and timeline views, as well as mini-charts within the Explore page. -
Data access:
Integrated record-level download functionality. -
Bug fixing
Various improvements and fixes to ensure stability and performance.
This documentation provides instructions for deploying the ATLAS application using Docker.
Docker and Docker Compose installed on your machine
git clone https://github.com/dh-atlas/app.git
cd appTo deploy the application in detached mode using the production-optimised Docker Compose configuration:
docker compose --project-name=atlas -f docker-compose.prod-opt.yml up -dOnce the containers are running, you can access the ATLAS web interface at: http://localhost:8115.
To stop the running containers without removing them:
docker compose --project-name=atlas -f docker-compose.prod-opt.yml stopTo stop and remove the containers, networks, and volumes:
docker compose --project-name=atlas -f docker-compose.prod-opt.yml downTo remove Docker images manually (if needed):
docker rmi web:0.1.2
docker rmi busybox