The Digital Ageing Atlas (DAA) is a portal of age-related changes covering different biological levels. It integrates molecular, physiological, psychological and pathological age-related data to create an interactive portal that serves as the first centralised collection of human ageing changes and pathologies.
The DAA initially started off as a PHP application but was then converted to a Python based application when it was realised that the code was becoming unworkable. It has had quite a fluid development as initial decisions about the database schema and categorisations did not hold up under real world use.
The DAA has two versions: A live and a beta. These use separate databases with changes from the beta being moved to the live version once reviewed.
The beta version has an admin section (based on the Django admin) that allows the addition of new data not just to the DAA but also to other HAGR databases. This admin section is more often known as the curator in the lab. Users of the curator site can be specified access to only certain databases allowing different people to access different levels of editing.
The DAA uses LibAge to provide referencing. This is built into the curator so it should be seamless. The references are added to the beta version of LibAge so when a new version of the DAA is deployed the new version of LibAge also needs to be deployed.
To add a new change the curator is used. This is based at the beta version site and is the only way to add data to the database. DO NOT add any data directly to the live database unless you are fixing a critical issue and you have already changed the information on the curator.
Changes can be marked as hidden and although they will be displayed on the beta version (with a warning) when exported they will be ignored and not imported into the live version.
You can also bulk add changes using a CSV file, the structure of which is provided in the curator.
The DAA uses Fabric to deploy both the versions and the data. The following commands are provided:
When deploying the data to the live database an automatic backup is taken and stored in the deploy_backups folder.