]> mj.ucw.cz Git - diplomky.git/blob - metadata.tex
Metadata: We prefer British English in comments
[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}}
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}}
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}}
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 }
48
49 % Abstract (recommended length around 80-200 words; this is not a copy of your thesis assignment!)
50 \def\Abstract{%
51 \xxx{Use the most precise, shortest sentences that state what problem the
52 thesis addresses, how it is approached, pinpoint the exact result achieved, and
53 describe the applications and significance of the results. Highlight anything
54 novel that was discovered or improved by the thesis. Maximum length is 200
55 words, but try to fit into 120. Abstracts are often used for deciding if
56 a reviewer will be suitable for the thesis; a well-written abstract thus
57 increases the probability of getting a reviewer who will like the thesis.}
58 }
59
60 % 3 to 5 keywords (recommended) separated by \sep
61 % Keywords are useful for indexing and searching for the theses by topic.
62 \def\ThesisKeywords{%
63 \xxx{keyword\sep key phrase}
64 }
65
66 % If any of your metadata strings contains TeX macros, you need to provide
67 % a plain-text version for use in XMP metadata embedded in the output PDF file.
68 % If you are not sure, check the generated thesis.xmpdata file.
69 \def\ThesisAuthorXMP{\ThesisAuthor}
70 \def\ThesisTitleXMP{\ThesisTitle}
71 \def\ThesisKeywordsXMP{\ThesisKeywords}
72 \def\AbstractXMP{\Abstract}
73
74 % If your abstracts are long and do not fit in the infopage, you can make the
75 % fonts a bit smaller by this setting. (Also, you should try to compress your abstract more.)
76 \def\InfoPageFont{}
77 %\def\InfoPageFont{\small}  % uncomment to decrease font size
78
79 % If you are studing in a Czech programme, you also need to provide metadata in Czech:
80 % (in English programmes, this is not used anywhere)
81
82 \def\ThesisTitleCS{\xxx{Název práce česky}}
83 \def\DepartmentCS{\xxx{Název katedry česky}}
84 \def\DeptTypeCS{\xxx{Katedra}}
85 \def\SupervisorsDepartmentCS{\xxx{katedra vedoucího}}
86 \def\StudyProgrammeCS{\xxx{studijní program}}
87
88 \def\ThesisKeywordsCS{%
89 \xxx{klíčová slova\sep klíčové fráze}
90 }
91
92 \def\AbstractCS{%
93 \xxx{Abstrakt práce přeložte také do češtiny.}
94 }