From 0f9899dd953d5935aa4f2be68af846321e2b41eb Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 20:25:45 +0000 Subject: [PATCH] Added references --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f99a3..19c2a8a 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,11 @@ After creating your own branch (following the guidelines above). Follow these st to include the video filename stem `video` where the three dots `...` are (without the extension). 3. Use the `preview_website.bat` batch file to ensure that the two changes above result in adding your competition entry to the showdown website. 4. Commit the changes above to **your own created branch** and push the chages to the remote. -5. Go to [GitLab.com](https://gitlab.com/rwth-crmasters-wise2122/deep-music-visualizer-showdown) and create a merge request (please follow the merge-requet guidelines above). \ No newline at end of file +5. Go to [GitLab.com](https://gitlab.com/rwth-crmasters-wise2122/deep-music-visualizer-showdown) and create a merge request (please follow the merge-requet guidelines above). + +## References + +- [Deep Music Visualizer](https://github.com/msieg/deep-music-visualizer): Is a repository on GitHub that we use in this project to generate music visualizations from a music file and a list of image classes from a public dataset. +- [HUGO](https://gohugo.io/): Is a computer program that generates a website from a set of `.md` files containing the content, which are formatted using a number of `.html` _Go_ templates. +- [GitLabs CI/CD](https://docs.gitlab.com/ee/ci/yaml/): Is a DevOps system where pushes to GitLab repository triggers a computer script that can then generate something useful, in this case a website. +- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/): Is the part of GitLab where GitLab CI/CD generates a website and GitLab provides a URL where this DevOps-generated website can be served.