Skip to content

dh-atlas/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DH ATLAS - web application

DOI

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.


Changelog

Version 2.0

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.


Deployment Guide

This documentation provides instructions for deploying the ATLAS application using Docker.

Prerequisites

Docker and Docker Compose installed on your machine

Clone the Repository

git clone https://github.com/dh-atlas/app.git
cd app

Start the Application

To 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 -d

Once the containers are running, you can access the ATLAS web interface at: http://localhost:8115.

Stop the Application

To stop the running containers without removing them:

docker compose --project-name=atlas -f docker-compose.prod-opt.yml stop

To stop and remove the containers, networks, and volumes:

docker compose --project-name=atlas -f docker-compose.prod-opt.yml down

To remove Docker images manually (if needed):

docker rmi web:0.1.2
docker rmi busybox

About

The DH ATLAS web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •