Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ metadata-files:
- tools/scisure/_sidebar.yml
- tools/snellius/_sidebar.yml
- tools/vucomputehub/_sidebar.yml
- tools/yoda/_sidebar.yml
- tools/yoda/_sidebar.yml
- tools/gitlab/_sidebar.yml
1 change: 1 addition & 0 deletions tools.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ listing:
- tools/snellius/index.qmd
- tools/vucomputehub/index.qmd
- tools/yoda/index.qmd
- tools/gitlab/index.qmd
sort: false # sort as defined above
filter-ui: [title]
categories: true
Expand Down
15 changes: 15 additions & 0 deletions tools/gitlab/_sidebar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
website:
sidebar:
- id: sb-gitlab
collapse-level: 4
contents:
- section: Gitlab
href: tools/gitlab/index.qmd
contents:
- href: tools/gitlab/index.qmd
text: What is Gitlab?
- tools/gitlab/cost_access.qmd
- tools/gitlab/contact_support.qmd
- tools/gitlab/quick_start.qmd
- tools/gitlab/faq.qmd

7 changes: 7 additions & 0 deletions tools/gitlab/contact_support.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Support and Contact
---

For questions on how to use Gitlab you can contact

For technical support you can contact the [RDM Support Desk](mailto:rdm@vu.nl?subject=Gitlab).
8 changes: 8 additions & 0 deletions tools/gitlab/cost_access.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Costs and Getting Access
---

## How to request access

## Costs
There are no direct costs involved.
7 changes: 7 additions & 0 deletions tools/gitlab/faq.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: FAQ
categories: []
description: "Frequently asked questions about GitLab"
---

### What is GitLab?
21 changes: 21 additions & 0 deletions tools/gitlab/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: GitLab
categories: [Compute]
---

## What is it?
GitLab is a web-based platform for version control and collaboration on code-based projects. It enables researchers to store, manage, and share code, track changes over time, and collaborate with others using Git repositories.


## What can it be used for?
GitLab can be used to support the development and management of code-based research projects. Common use cases include:

- Version control of code and scripts: Track changes over time, revert to previous versions, and maintain a clear history of your work.

- Collaboration on research projects: Work together with colleagues on shared codebases, contribute changes, and review each other’s work.

- Project management: Organise tasks, report issues, and track progress using built-in issue boards.

- Reproducible research: Maintain structured and well-documented code to ensure analyses can be reproduced and verified.

- Automation of workflows (CI/CD): Automatically test, validate, or deploy code when changes are made.
3 changes: 3 additions & 0 deletions tools/gitlab/quick_start.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Quick Start
---
Loading