Skip to content

Commit

Permalink
05: after lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Nov 17, 2021
1 parent 8004da9 commit 724244a
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 12 deletions.
17 changes: 17 additions & 0 deletions shared/elektra.bib
Expand Up @@ -4526,3 +4526,20 @@ @inproceedings{raab2020unified


# vim: tabstop=2 shiftwidth=2 expandtab
@inproceedings{coelho2018we,
title={Why we engage in FLOSS: Answers from core developers},
author={Coelho, Jailton and Valente, Marco Tulio and Silva, Luciana L and Hora, Andr{\'e}},
booktitle={Proceedings of the 11th international workshop on cooperative and human aspects of software engineering},
pages={114--121},
year={2018}
}

@inproceedings{mendez2018open,
title={Open source barriers to entry, revisited: A sociotechnical perspective},
author={Mendez, Christopher and Padala, Hema Susmita and Steine-Hanson, Zoe and Hilderbrand, Claudia and Horvath, Amber and Hill, Charles and Simpson, Logan and Patil, Nupoor and Sarma, Anita and Burnett, Margaret},
booktitle={Proceedings of the 40th International Conference on Software Engineering},
pages={1004--1015},
year={2018}
}

Binary file modified slides/floss/05.pdf
Binary file not shown.
80 changes: 69 additions & 11 deletions slides/floss/05.tex
Expand Up @@ -7,7 +7,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}

\begin{frame}
\begin{frame}<1>[label=learning outcomes]
\frametitle{Learning Outcomes}
After successful completion of L05 \\
students will be able to
Expand All @@ -32,7 +32,7 @@ \section{Introduction}
\end{itemize}
\end{frame}

\begin{frame}
\begin{frame}<1>[label=make sure that]
\frametitle{Make Sure That}

\begin{itemize}[<+-| alert@+>]
Expand All @@ -43,7 +43,7 @@ \section{Introduction}
\end{itemize}
\end{frame}

\begin{frame}
\begin{frame}<1>[label=types of documentation]
\frametitle{Different Types of Documentation}

\begin{description}[<+-| alert@+>]
Expand Down Expand Up @@ -85,7 +85,7 @@ \section{Generate}
\end{itemize}
\end{frame}

\begin{frame}
\begin{frame}<1>[label=views]
\frametitle{Views}

The same (markdown) file can be viewed via:
Expand Down Expand Up @@ -195,7 +195,7 @@ \section{Verify}
\end{enumerate}
\end{frame}

\begin{frame}
\begin{frame}<1>[label=conclusions]
\frametitle{Conclusions}

\begin{enumerate}[<+-| alert@+>]
Expand All @@ -210,15 +210,73 @@ \section{Meeting}

\subsection{Recapitulation}

\againframe<10>{learning outcomes}

\begin{frame}
\frametitle{Recapitulation.}
\begin{itemize}
\item
\end{itemize}
\frametitle{Make Sure That}

\begin{task}
What should you make sure as FLOSS maintainer in respect to documentation?
\end{task}
\end{frame}

\againframe<10>{make sure that}

\begin{frame}
\frametitle{Make Sure That}

\begin{task}
Which types of documentation do you need to treat differently?
\end{task}
\end{frame}

\againframe<10>{types of documentation}

\breakframe

\begin{frame}
\frametitle{Views}

\begin{task}
Which different views can be provided by generation of documentation?
\end{task}
\end{frame}

\againframe<10>{views}

\begin{frame}
\frametitle{Conclusions}

\begin{task}
When do we generate, when do we verify, and for which users?
\end{task}
\end{frame}

\againframe<10>{conclusions}


\subsection{Assignments}

\begin{assignment}
\frametitle{H2: Corrections}

\begin{task}
How did you correct the review notes?
\end{task}
\end{assignment}

\begin{assignment}
\frametitle{T1: Continuous Integration}

\begin{task}
Do you have enough tasks?
\end{task}

\begin{task}
Fix CI pipeline.
\end{task}
\end{assignment}

\begin{frame}
\frametitle{Feedback}
% Exercises finished for this term.
Expand All @@ -227,15 +285,15 @@ \subsection{Assignments}
\vspace{-1cm}
\begin{itemize}
\item Feedback Talk
% \item ECTS breakdown realistic?
\item ECTS breakdown realistic?
% \item TISS Feedback from 16.06.2021 00:00 to 14.07.2021 23:59
\end{itemize}
\end{frame}

\subsection{Preview}

\begin{frame}
\frametitle{L05 Documentation}
\frametitle{L06 Entry Barriers}
\end{frame}


Expand Down
2 changes: 1 addition & 1 deletion slides/floss/Makefile
@@ -1,4 +1,4 @@
FILE=04
FILE=05

$(FILE).pdf:$(FILE).tex setup.tex
latexmk $(FILE)
Expand Down

0 comments on commit 724244a

Please sign in to comment.