Skip to content

TomMiksa/DMPlanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMPlanner

DMPlanner helps you create the final version of your data management plan by extracting information from ORCiD and public repositories you used for your project.

Author

Alexander Schwarz | ORCiD

Technologies

  • Python 3.6
  • Flask
  • Docker
  • Bootstrap 4.0
  • JQuery

Usage

The easiest way to run DMPlanner is with docker. If files from Zenodo records should be imported automatically your personal API key has to be written into the dmplanner.config file before you create the docker image.

  1. The docker image can be built with: $ docker build -t dmplanner-image .
  2. After that the image can be started with: $ docker run -p 5000:5000 --name dmplanner dmplanner-image

If everything is working DMPlanner should be running on localhost:5000.

License

MIT

About

Data Management Plan Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.9%
  • HTML 36.3%
  • JavaScript 18.8%