DAMAP is a tool that is currently being developed by TU Wien and TU Graz as part of the FAIR Data Austria project. It is based on the idea of machine actionable data management plans (maDMPs) and aims to facilitate the creation of data management plans (DMPs) for researchers. The tool aims to be closely integrated into the institutional environment, collecting information from various established systems, in order to perceive project information, research data and personnel data from existing systems. This saves DMP authors from having to enter the same data several times. Finally DAMAP delivers both a DMP that can be read and edited as a Word document, and an maDMP whose information can be used at machine level. The current content of DAMAP is based on Science Europe’s Practical Guide to the International Alignment of Research Data Management and is compatible with the RDA recommendation on machine actionable DMPs.
For a showcase of some of the tools functions see the demo video.
For an overview and instructions for running the whole damap package (backend and frontend), refer to the damap-backend project.
This repository contains the source code for the frontend of DAMAP and need to be run with damap-backend. The project is based on Angular and uses NX as a build system.
Run nx serve damap-frontend
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload
if you change any of the source files.
Run nx build damap-frontend
to build the project. The build artifacts will be stored in the dist/
directory. Use
the --prod
flag for a production build.
Run nx test damap
to execute the unit tests for the library and nx test damap-frontend
for the application.
For running the project in conjunction with the backend in a dockerized setup, please refer to the damap-backend project.
Please refer to the CUSTOMISING page.