From 71e446c520a40f9be8174a32b6e48addb435bb3c Mon Sep 17 00:00:00 2001 From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de> Date: Wed, 27 Nov 2024 18:17:56 +0100 Subject: [PATCH] Fix name in citation --- en/Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/Information.md b/en/Information.md index e887c2d..2ab3cc4 100644 --- a/en/Information.md +++ b/en/Information.md @@ -24,7 +24,7 @@ GitLab is primarily designed to manage **software projects**, but it is flexible - **Research projects**, especially if they are similar to software projects, as is increasingly the case. Alongside your programming code, you can manage your text, figures, and other necessary files. You can even store your data within the same GitLab project, but please read the [information about storage of research data](#storage-of-research-data) beforehand. - More detailed information on motivations and usage of versioning tools for scientific software is outlined in [Good enough practices in scientific computing by G. Wilseon et. al. (2017)](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510). + More detailed information on motivations and usage of versioning tools for scientific software is outlined in [Good enough practices in scientific computing by G. Wilson et. al. (2017)](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510). - **Documentation** about your equipment, laboratory, installation, or any other setup or procedure. 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. -- GitLab