-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
40 lines (28 loc) · 1.31 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
## mandatory (subtitle and header-left are optional)
title: "Title of the thesis"
#subtitle: "From Markdown to LaTeX to PDF"
author: "First and last name"
keywords: [Markdown, Example]
### really long titles may require (multiple) line break(s) in page headers when using Eisvogel
### activate (i.e. uncomment the next line) "header-left" to define a shortened single-line version of your long title to be used in page headers
#header-left: "Shortened version of title for running page headers ..."
### (note to myself: "header-left" is a meta-data variable in the Eisvogel template)
### activate (i.e. uncomment the next line) "headeralternative" to use chapter/section in header instead of title
headeralternative: true
thesis_type: "Bachelor's Thesis"
studentnumber: "12345678"
date: "1. Oktober 2022"
reviewer1: "Prof. Dr. Gerit Wagner"
# reviewer2: "XXX, Wuppie GmbH"
degree_program: "Wirtschaftsinformatik"
department: "Faculty Information Systems and Applied Computer Sciences"
abstract-en: |
The abstract.
## optional
# acknowledgements: |
# Hier kommt die Danksagung hin.
## mandatory
declaration: |
**Hinweis: Hier ist die vom Prüfungsamt zur Verfügung gestellte Erklärung (inkl. zutreffende APO und Art der Arbeit) einzufügen. Diese ist dem Word-Dokument (... Thema-Bestätigung.docx) zu entnehmen.**
---