https://github.com/josefdolezal/fit-mi-dip
Master's thesis; Data Management Plans Migration for the DS Wizard Tool
https://github.com/josefdolezal/fit-mi-dip
Last synced: about 2 months ago
JSON representation
Master's thesis; Data Management Plans Migration for the DS Wizard Tool
- Host: GitHub
- URL: https://github.com/josefdolezal/fit-mi-dip
- Owner: josefdolezal
- License: mit
- Created: 2018-11-25T15:45:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T19:04:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T18:13:18.503Z (3 months ago)
- Language: TeX
- Homepage:
- Size: 3.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Master's Thesis: Data Management Plans Migration for the DS Wizard Tool [](https://travis-ci.com/josefdolezal/fit-mi-dip)
This thesis deals with the design and implementation of the migration tool for Data Stewardship Wizard portal.
## PDF Version
The compiled PDF version of the thesis is available in the [Releases](https://github.com/josefdolezal/fit-mi-dip/releases) tab.
The final printed version is [version 1.0.0](https://github.com/josefdolezal/fit-mi-dip/releases/tag/1.0.0).## Implementation Part
The implementation is available in separate repositories.
Those repositories are:* [DSW Client](https://github.com/ds-wizard/dsw-client) - The client application implementation (written in Elm)
* [DSW Server](https://github.com/ds-wizard/dsw-server) - The server application implementation (written in Haskell)## LaTeX Compilation
The thesis is typeset using LaTeX system.
To compile a PDF version, you will need latest TexLive distribution together with minted dependency.
You can also compile the sources using docker container `josefdolezal/xelatex`.To compile the PDF, simply run:
```sh
$ make build
```If you want a WYSIWYG-like editor, you can run:
```sh
$ make watch
```which will build the thesis whenver the LaTeX source is modified.
The output of these commands is `thesis.pdf` and `cover.pdf`.