forked from ls1intum/thesis-template-typst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proposal.typ
126 lines (102 loc) · 2.46 KB
/
proposal.typ
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#import "proposal_template.typ": *
#import "common/titlepage.typ": *
#import "common/metadata.typ": *
#titlepage(
title: titleEnglish,
titleGerman: titleGerman,
degree: degree,
program: program,
supervisor: supervisor,
advisors: advisors,
author: author,
startDate: startDate,
submissionDate: submissionDate
)
#show: project.with(
title: titleEnglish,
titleGerman: titleGerman,
degree: degree,
program: program,
supervisor: supervisor,
advisors: advisors,
author: author,
startDate: startDate,
submissionDate: submissionDate
)
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: red,
)[
Before you start with your thesis, have a look at our guides on confluence! \ https://confluence.ase.in.tum.de/display/EduResStud/How+to+thesis
]
= Introduction
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: yellow,
)[
*Introduction*
- Introduce the reader to the general setting
- What is the environment?
- What are the tools in use?
]
= Problem
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: yellow,
)[
*Problem description*
- What is/are the problem(s)?
- Identify the actors and use these to describe how the problem negatively influences them.
- Do not present solutions or alternatives yet!
- Present the negative consequences in detail
]
= Motivation
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: yellow,
)[
*Thesis Motivation*
- Outline why it is important to solve the problem
- Again use the actors to present your solution, but don’t be to specific
- Be visionary!
- If applicable, motivate with existing research, previous work
]
#pagebreak(weak: true)
= Objective
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: yellow,
)[
*Thesis Objective*
- What are the main goals of your thesis?
]
= Schedule
// TODO: Remove this block
#rect(
width: 100%,
radius: 10%,
stroke: 0.5pt,
fill: yellow,
)[
*Thesis Schedule*
- When will the thesis Start (Always 15th of Month)
- Create a rough plan for your thesis (separate the time in sprints with a length of 2-4 Weeks)
- Each sprint should contain several work items - Again keep it high-level and make to keep your plan realistic
- Make sure the work-items are measurable and deliverable
- No writing related tasks! (e.g. ”Write Analysis Chapter”)
]