Construction Robotics (CR) Masters, Digital and Soft Skills for Interdisciplinary Project Development (DSSIPD) Course, RWTH Aachen University
Find a file
Orwa Diraneyya 6e1ac7249b noureldeen
2021-12-01 14:05:37 +01:00
content noureldeen 2021-12-01 14:05:37 +01:00
layouts/shortcodes Hide original template posts and add an example competition entry 2021-12-01 13:00:43 +01:00
static Noureldeen 2021-12-01 13:39:07 +01:00
themes Pages/Hugo 2019-11-13 23:23:21 +01:00
.gitattributes Acivated LFS over *.mp4 files and added to .gitignore 2021-12-01 12:47:15 +01:00
.gitignore Acivated LFS over *.mp4 files and added to .gitignore 2021-12-01 12:47:15 +01:00
.gitlab-ci.yml Pages/Hugo 2019-11-13 23:23:21 +01:00
config.toml Update config.toml 2021-12-01 12:05:07 +00:00
LICENSE Pages/Hugo 2019-11-13 23:23:21 +01:00
README.md Updated documentation and added some videos 2021-12-01 13:21:47 +01:00

Build Status


To add your competition entry, you need to clone the repo to your computer using Vscode and then:

  1. Create a new branch using the version control tab in vscode, please use "first-last" as the name of the branch where first is your first (i.e. given) name and last is your last (i.e. family) name.
  2. Rename the visualization video files to "first-no.mp4" where first is your first (i.e. given) name and no is a sequential number (e.g. "orwa-1.mp4", "orwa-2.mp4", etc.). If you are competing with one entry, then name the file "first.mp4" where first is your first (i.e. given) name.
  3. Store the video files in the subfolder ./static/video in this repository
  4. Add your entry article and documentation to ./content/post in this repository (please use the 2021-12-01-orwa-diraneyya.md as an example)
  5. Commit your changes locally
  6. Push your commits to the remote
  7. Go to GitLab and create a merge request from there