From 10513447de27cc3e96f1139e84911f8b03885a22 Mon Sep 17 00:00:00 2001 From: Linus Bantel Date: Fri, 18 Oct 2024 15:24:34 +0200 Subject: [PATCH] ac Alex Linus added --- constants.tex | 2 +- content/slides.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.tex b/constants.tex index e1594ce..e63a07b 100644 --- a/constants.tex +++ b/constants.tex @@ -16,6 +16,6 @@ \def\semester{Winterterm 2024/2025} -\def\supervisorAc{\texttt{ac127328} and \texttt{ac127336}} +\def\supervisorAc{\texttt{ac127328}, \texttt{ac127336}, \texttt{ac134440}, \texttt{ac142406}} \def\urlNextcloud{https://ipvs.informatik.uni-stuttgart.de/cloud/s/4HbjLCQmfbenpWq} \def\passwordNextcloud{wt2DKgJQWL} diff --git a/content/slides.tex b/content/slides.tex index 16bae34..a6f7c61 100644 --- a/content/slides.tex +++ b/content/slides.tex @@ -159,7 +159,7 @@ \item Mandatory use of the University's provided \link{https://github.tik.uni-stuttgart.de/}{GitHub instance} by TiK. \item Each student can log in with their \texttt{stXXXXXX} credentials. \item Create \textbf{one private} repository per submission group. - \item Add all group members and supervisors (\supervisorAc) to the repository. + \item Add all group members and supervisors \footnote{\supervisorAc} to the repository. \item Each repository \textbf{must} contain a \texttt{README} with all necessary information for compiling and running the code. \item \texttt{C++ + CMake} \link{https://github.com/SCTeaching-NBody/ProgrammingProject_Cpp_Template}{Repository Template}. \item \texttt{Java + Maven} \link{https://github.com/SCTeaching-NBody/ProgrammingProject_Java_Template}{Repository Template}.