]> mj.ucw.cz Git - diplomky.git/blob - metadata.tex
Separate out metadata and add switches based on thesis type
[diplomky.git] / metadata.tex
1 %%% Please fill in basic information on your thesis, which will be automatically
2 %%% inserted at the right places.
3
4 % Type of your thesis:
5 %       "bc" for Bachelor's
6 %       "mgr" for Master's
7 %       "phd" for PhD
8 %       "rig" for rigorosum
9 \def\ThesisType{bc}
10
11 % Language of your study programme:
12 %       "cs" for Czech
13 %       "en" for English
14 \def\StudyLanguage{cs}
15
16 % Thesis title in English (exactly as in the formal assignment)
17 % (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
18 \def\ThesisTitle{\xxx{Thesis title} \X{as in the formal assignment}}
19
20 % Author of the thesis (you)
21 \def\ThesisAuthor{\xxx{Name Surname}}
22
23 % Year when the thesis is submitted
24 \def\YearSubmitted{\xxx{YEAR}}
25
26 % Name of the department or institute, where the work was officially assigned
27 % (according to the Organizational Structure of MFF UK in English,
28 % or a full name of a department outside MFF)
29 \def\Department{\xxx{Name of the department} \X{as per Organizational Structure of MFF UK in English}}
30
31 % Is it a department (katedra), or an institute (ústav)?
32 \def\DeptType{\xxx{Department}}
33
34 % Thesis supervisor: name, surname and titles
35 \def\Supervisor{\xxx{Supername Supersurname} \X{+titles}}
36
37 % Supervisor's department (again according to Organizational structure of MFF)
38 \def\SupervisorsDepartment{\xxx{department}}
39
40 % Study programme
41 \def\StudyProgramme{\xxx{study programme}}
42
43 % An optional dedication: you can thank whomever you wish (your supervisor,
44 % consultant, who provided you with tea and pizza, etc.)
45 \def\Dedication{%
46 \xxx{Dedication.}
47 \X{You can thank whomever you wish (your supervisor, consultant, who provided you with tea and pizza, etc.)}
48 }
49
50 % Abstract (recommended length around 80-200 words; this is not a copy of your thesis assignment!)
51 \def\Abstract{%
52 \xxx{Use the most precise, shortest sentences that state what problem the
53 thesis addresses, how it is approached, pinpoint the exact result achieved, and
54 describe the applications and significance of the results. Highlight anything
55 novel that was discovered or improved by the thesis. Maximum length is 200
56 words, but try to fit into 120. Abstracts are often used for deciding if
57 a reviewer will be suitable for the thesis; a well-written abstract thus
58 increases the probability of getting a reviewer who will like the thesis.}
59 \X{This is not a~copy of your thesis assignment!}
60 }
61
62 % 3 to 5 keywords (recommended), each enclosed in curly braces.
63 % Keywords are useful for indexing and searching for the theses by topic.
64 \def\Keywords{%
65 \xxx{{key} {words}}
66 \X{usually 3 to~5 key words or phrases}
67 }
68
69 % If your abstracts are long and do not fit in the infopage, you can make the
70 % fonts a bit smaller by this setting. (Also, you should try to compress your abstract more.)
71 \def\InfoPageFont{}
72 %\def\InfoPageFont{\small}  % uncomment to decrease font size
73
74 % If you are studing in a Czech program, you also need to provide metadata in Czech:
75 % (in English programs, this is not used anywhere)
76
77 \def\ThesisTitleCS{\xxx{Název práce česky}}
78 \def\DepartmentCS{\xxx{Název katedry česky} \X{podle oficiální organizační struktury MFF UK}}
79 \def\DeptTypeCS{\xxx{Katedra}}
80 \def\SupervisorsDepartmentCS{\xxx{katedra vedoucího}}
81 \def\StudyProgrammeCS{\xxx{studijní program}}
82
83 \def\KeywordsCS{%
84 \xxx{{klíčová} {slova}}
85 }
86
87 \def\AbstractCS{%
88 \xxx{Abstrakt práce přeložte také do češtiny.}
89 }