Construction Robotics (CR) Masters, Digital and Soft Skills for Interdisciplinary Project Development (DSSIPD) Course, RWTH Aachen University
Find a file
2021-12-01 15:52:15 +00:00
bin Committed binaries and batch files 2021-12-01 14:40:21 +01:00
content Merge branch 'seongho-ha' into 'master' 2021-12-01 15:52:15 +00:00
layouts/shortcodes Hide original template posts and add an example competition entry 2021-12-01 13:00:43 +01:00
static kaiwending 2021-12-01 15:27:02 +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 Restored file deleted by @cemre_karaoglan 2021-12-01 14:57:59 +01:00
.gitlab-ci.yml fixed pipeline 2021-12-01 16:50:41 +01:00
build_website.bat Committed binaries and batch files 2021-12-01 14:40: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
preview_website.bat Committed binaries and batch files 2021-12-01 14:40: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