From 75664df9c31781f1235a959ecc9db7f6a9600394 Mon Sep 17 00:00:00 2001
From: "B. Philipp Kleer" <philipp.kleer@sowi.uni-giessen.de>
Date: Tue, 7 Dec 2021 21:51:07 +0100
Subject: [PATCH] corrected order (use cases)

---
 en/Information.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/en/Information.md b/en/Information.md
index 707eb8e..d9f2424 100644
--- a/en/Information.md
+++ b/en/Information.md
@@ -29,11 +29,9 @@ Importantly, GitLab is flexible enough to manage projects in other contexts thro
   Text, images, or videos can be easily arranged using GitLab Markdown, so anyone interested in your documentation only needs a web browser to find the most recent version.
   You can additionally manage issues or use a wiki to encourage others to keep the documentation up to date.
   (Note that the text you are reading is an example.)
-- **And many more**, like meeting protocols, teaching materials, etc.
-  Any project involving multiple iterations of digital content may benefit from management in GitLab, especially if multiple people are collaborating.
 - **Using CI for teaching**: A test scenario is presented [here](https://gitlab.ub.uni-giessen.de/bpkleer/using-ci-teaching). There you can see how CI can be used for teaching purposes (introductory R course at faculty 03). CI was used to give students the opportunity to test their script against a solution (independent of the availability of lecturers or TA's) so that students can see if their script did the correct thing.
-  Note that Git works best with text-based content; for versioning of binary content, consider using [Git LFS](https://gitlab.ub.uni-giessen.de/jlugitlab/git-lfs-howto).
-
+- **And many more**, like meeting protocols, teaching materials, etc.
+  Any project involving multiple iterations of digital content may benefit from management in GitLab, especially if multiple people are collaborating. Note that Git works best with text-based content; for versioning of binary content, consider using [Git LFS](https://gitlab.ub.uni-giessen.de/jlugitlab/git-lfs-howto).
 
 ## Storage of research data
 
-- 
GitLab