-
Notifications
You must be signed in to change notification settings - Fork 5
/
instructions.tex
491 lines (432 loc) · 27.8 KB
/
instructions.tex
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
% Uncomment the lines with a single % if you wish to process the document separately
% \documentclass[12pt,a4paper,titlepage,draft]{memoir}
% \usepackage[]{ruthesis}
% \usepackage{custom}
% \graphicspath{{graphics/}{Graphics/}{./}}
% \author{Joseph~T.~Foley\formatemail{foley}} % My name, for the titlepage
% \title{Project Report and Thesis Preparation Instructions} % The title, for the titlepage
% \renewcommand{\maketitlehookc}{}% Skip the degree details
% \renewcommand{\maketitlehookd}{}% Skip the supervisor details
% \usepackage[hidelinks]{hyperref} % must be last package loaded!
%% Macros for filling in commonly changed items
\newcommand{\TIheadofgrad}{TBA}
\newcommand{\TItvdadmin}{Sigrún Þorgeirsdóttir~\formatemail{sigrunth}}
% \begin{document} % this tells the compiler that it is time to make
% % text to print instead of just getting ready.
% \maketitle{} % make a title page from the Title, Date, and Author
% \newpage
% \listoffixmes{}
% \tableofcontents{}
% %\section*{Errata} %%section* avoids putting a number
% \enableindents{}% turn on/off paragraph indents
% \mainmatter{}
\section{Introduction} % sections break up the document into pieces
These instructions detail how to prepare a final project report, master's thesis, or PhD dissertation for Reykjavík University.
These instructions (unless otherwise stated) assume you are in the Reykjavík University School of Technology.
If you are in another school, you should make sure that the template meets your specific requirements.
Critical information: The current version of the template uses Lua\LaTeX{} for enhanced font, code, and language support.
{\em It will not work on PDF\LaTeX{} nor classic \LaTeX.}
On debian based systems, you will need to install the \verb|texlive-luatex| package.
\begin{itemize}
\item [Overleaf Template:] \url{https://www.overleaf.com/latex/templates/reykjavik-university-project-report-and-thesis-template/fcwvcgnstrjs}
\item [Actively developed code:] \url{https://github.com/foleyj2/ru-thesis}
\item Current maintainers: Joseph Timothy Foley and Marcel Kyas.
Questions, comments, complaints should be submitted at \url{https://github.com/foleyj2/ru-thesis/issues}
\end{itemize}
\subsection{Frequently Asked Questions}
\begin{itemize}
\item {\em How do I use APA citations?}
The template is setup to use IEEE citations by default.
For those who want to use APA, you will need to adjust lines at the top of \path{main.tex}
See the comments in the file right after \verb|\usepackage[backend=biber,style=ieee]{biblatex}|
\item {\em Why does the margins and page size look weird?}
As mentioned in the Abstract, this template was optimized for the B5 paper size so that it in print copy it has the same size as a standard textbook that fits on a standard bookshelf.
This size also has the benefit of being similar to an e-Reader screen.
\item {\em Why isn't there the RU logo on the front of the template on Overleaf/Git?}
The official cover for these documents is generated by the Reykjavik University department.
Putting the RU logo on GitHub or Overleaf's templates is incompatible with their licensing rules, so we cannot legally include it.
See Section~\ref{sec:coverpage} about how to integrate the cover with the RU logo into your document.
\item {\em My advisor doesn't like this format and asked me to change it.
What should I do?}
Please contact the head of Graduate Affairs in your Department about what is required in the thesis format and who determines the formatting.
\item {\em Why are there all these blank pages?}
In printed books, content in the main body of the book traditionally starts on the Right i.e. ``Recto'' side.
The template puts blank pages so that the Abstract, Table of Contents, and Chapters always start on the right side which may involve putting blank pages.
\item {\em I've been told to use a Word Template. Where is it?}
There is no officially supported MS Word Template as of 2024-10-23 as far as the authors know.
The template authors tested MS Word to see if could properly typeset according to standard practice and found it had insufficient enforcement of formatting and margins.
In addition, MS Word is unable to hyphenate Icelandic properly which results in very ugly typesetting.
If you need a WYSIWYG editor to generate an Icelandic document, we recommend OpenOffice or LibreOffice with the extension developed at University of Iceland: \url{https://extensions.openoffice.org/fr/project/icelandic-hyphenation-dictionary}
The authors do not recommend using MS Word for any document that must be printed as a book\footnote{Publishers accept MS Word documents then pay people in Asia to extract the content and convert it into XML or LaTeX.}.
\item {\em Everything suddenly broke while I was trying to fix a citation}
The most common causes of this problem:
\begin{itemize}
\item \texttt{.bib} file has a weird UTF-8 character in it like a dash character "--" (which is different than "-" or "---" separator).
This can even be space characters that are non standard.
\item Forgetting to end each field with a ",".
\item Putting anything except "a-Z0-9" in the citation id field. (the first one)
\item Putting a URL in anything except the URL field
\item Using ``\&'' to separate author names.
Names are separated with the word ``and''.
Only use ``,'' when you are reversing the order e.g. ``Foley, Joseph''
\item Having ``\&'' or underscore or ``\verb|\|'' in a field
\end{itemize}
There are so many ways the citations can go wrong that Joe recommends using Zotero to export the \texttt{.bib} for beginning users.
The JabRef tool is also very helpful for finding issues and managing the \texttt{.bib} files.
\end{itemize}
\section{Coverpage}\label{sec:coverpage}
Reykjavik University's communications department insists on a common outer appearance of all our theses.
A detailed explanation of what the cover should look like is at \url{https://en.ru.is/media/tvd/Instructions.pdf} though this document is from when the School of Technology was the School of Science and Engineering.
Instructions for specific schools or departments:
\begin{description}
\item[Department of Computer Science:] To generate the cover with the RU logo, follow the instructions at
\url{https://en.ru.is/media/skjol-td/Instructions_2020.pdf}, enter the relevant information into \url{https://en.ru.is/media/skjol-td/TD_E-cover_2019.pdf} and save the file as \texttt{cover.pdf}.
\item[Department of Engineering:]
\begin{description}
\item[M.Sc.] students be given a fill-in PDF cover in CANVAS under the Module ``Templates'' for the course T-901-MEI2 or equivalent. It will have the name ``afræn forsíða á lokaverkefni'' for the Icelandic version or ``Cover Page for MSc thesis - English'' for the English one.
\item[Ph.D.] students need to contact the RU Communications department for slightly different custom cover PDF before the document is to be published\footnote{Author Joseph highly suggests doing this 2 weeks before it is due.}.
\end{description}
\end{description}
This class supports the RU Communication's desire for the common appearance through the \texttt{rucover} package.
Place \texttt{cover.pdf} into the same directory that you have your thesis' main file.
\LaTeX{} includes the file automatically if you add \verb|\usepackage{rucover}| to your preamble.
You can control the filename with \verb|\usepackage[filename=name.pdf]{rucover}|.
\section{Files and Directories/Folders}
\begin{itemize}
%\item \path{cls/}: contains the \path{rureport.cls} template used to format these instructions.
\item \path{graphics/:} contains the graphics to generate this document.
%\item \path{covers/:} contains the official covers (from RU Communications) to be put on the outside of the finished book.
\item \path{IEEEtran/:} contains the IEEE citation style files
%\item \path{deadlines.xlsx}: A deadline calculator that uses the semester's
%graduation date
\end{itemize}
\section{Signatures}
If you are making a print copy, you may need a signature page.
This is no longer required for most electronic submissions except perhaps PhD.
\section{Printing}
If you decide to print, make sure you are doing it on archival acid-free paper.
Otherwise, your document will yellow and fall apart in the library over time.
Traditionally, the student prints out and binds a copy for each advisor and examiner.
This may also be required if the research was funded or in certain circumstances.
If you are using a printing house to take care of the binding, they may be able to take the completed PDFs (cover and inside text) and print them for you.
Check with the printing house if they want it as A4 (to be trimmed) or as B5 (which they will take care of resizing).
\section{Submission}
When your document is finished and approved by your advisor, it needs to be uploaded to Skemman~\url{https://skemman.is}.
An important thing to remember is that the uploaded document will follow you for the rest of your career:
employers are likely to find it and skim it.
Make sure the document is something you would be proud to have associated with you.
The general submission sequence is:
\begin{enumerate}
\item Defense complete, minor corrections complete after X days of work.
\item Save the completed thesis text as \path{main.pdf}
%\item Get signature pages signed by supervisor(s) and examiner.
%\item Sign the library release page.
%\item Scan the pages in, put them into the document in the appropriate places.
\item Open the official cover files in \path{cover}, fill in the appropriate fields, and save as a \path{cover.pdf}
% \item Use a PDF binding tool such as PDFsam \url{https://pdfsam.org} to putthe cover before the first page and save as \path{thesis.pdf}
\item Upload the finished \path{main.pdf} to Skemman.
\item An autogenerated email is sent from Skemman.
This email should be forwarded to your admin such at \TItvdadmin{}.
\item Grade for the thesis is published.
\item Graduation!
\item Sometime after graduation, the published thesis is released by RU on Skemman for others to read and enjoy.
\end{enumerate}
\section{LaTeX Template Instructions}
Some information is at the top of \path{main.tex} file, this file is for a general overview and common problems.
\subsection{Getting started:}
\begin{enumerate}
\item Find a safe place to work on your thesis document.
The author recommends Git on Overleaf, but anywhere data is backed up is a appropriate.
If you are working with sensitive information, you should avoid bitbucket, google drive, dropbox, and any other free cloud service.
If you think this is unnecessary, just consider how much time you will lose if your computer crashes.
Due to Murphy's law, this is likely to happen just before your thesis is due\footnote{This has happened many times.}.
\item Get a LaTeX installation. We recommend TeXlive \url{https://www.tug.org/texlive/}
For this template on windows, MiKTeX will also work, but will run very slowly the first time you render the template.
You will need to enable the ``miktex'' option in the template to substitute packages.
It is very very important that you run the ``MikTeX Update Wizard'' before you start.
Otherwise you may get errors when you try to build the document.
Under linux this is the ``texlive'' package.
Under Mac/OSX this is the ``MacTeX'' distribution.
Alternatively, if nothing you are doing is particularly private or proprietary, you can do development online using Overleaf.
In this case, you won't need to setup the rest of the tools mentioned below except perhaps the Reference Manager mentioned in step~\ref{list:refmanager}.
\begin{enumerate}
\item RedHat: sudo yum -y install
texlive-collection-fontsrecommended
texlive-biblatex-{apa,apa-doc,ieee,ieee-doc}
texlive-{xargs,lipsum,lastpage,luatex,pseudocode,url,examplep,listings,xspace,pgf,tikz,amsfonts,amsmath,amssymb,siunitx,svn-multi,subfig,fixme,textpos,biblatex,makeglos,nomencl,xwatermark,ltxkeys,framed,boondox,printlen}
Getting biber installed on older RedHat systems is a bit tricky
for unclear reasons. The metapackage you need is at
https://copr.fedoraproject.org/coprs/cbm/Biber/
\item Debian/Ubuntu:
sudo apt-get -y install texlive-full pgf latex-xcolor
If you don't want to install everything, this list of packages is known
to work: sudo apt-get -y install texlive texlive-luatex texlive-latex-extra
texlive-science texlive-generic-extra texlive-lang-european
texlive-lang-german latex-xcolor texlive-pictures pgf
texlive-bibtex-extra texlive-publishers chktex evince
fonts-lmodern lmodern biber
\end{enumerate}
\item Get a LaTeX Integrated Development Environment (recommended, but not required)
\url{http://texstudio.sourceforge.net/} or
\url{http://www.xm1math.net/texmaker/}
Some editors may include LaTeX support.
If you want to learn a very powerful (but old-fashioned) editor \url{http://www.gnu.org/software/emacs/}
Install the auctex package by: M-x list-packages, click on AUCTeX
\item Get a references manager (recommended, but not required)\label{list:refmanager}
\url{http://jabref.sourceforge.net/} (You may have to install a Java JRE first.)
The reference library is in \path{references.bib} by default.
It is just a text file that can be edited, but be careful with the formatting.
A common mistake is to forget ``,'' at the end of each piece of an entry/line.
If you are going to make glossaries or acronym lists, you will need
a perl interpreter. Only windows usually needs this installed:
\url{http://www.activestate.com/activeperl}
\item Get supporting programs for some tools.
For glossaries under windows, you will need to install Perl
\url{http://strawberryperl.com/}
(it is already installed on the other platforms.)
\item Try building the \path{main.tex} file. If you get errors, there
is something wrong with your LaTeX installation. Fix those first.
\item Rename the \path{main.tex} file with your information (optional).
DEGREE-NAME-YEAR is the recommended scheme
e.g. \path{msc-foley-2015.tex}.
This is referred to as the "Main" file.
\item Set your UI to use \path{lualatex} as the processor.
If you are typing commands in manually, this is by typing in \path{lualatex main.tex}
\item Open and read the options at the top of the previous file and set
it up for your document.
You will need to fill in the title and author at least.
\item Start editing all of the \path{.tex} files with your content.
\item Compile the document by running lualatex on the Main file, run the bibliography tool, then view the result.
\item When you print, make sure that the scale is 100\%.
If you allow it to resize when printing, the margins won't be right.
If the margins aren't right, then the RU logo will not look right on the
cover.
\end{enumerate}
\subsection{Important Details}
\begin{itemize}
\item Make absolutely sure that your \path{references.bib} is in UTF-8. If it is another format (CP1251,etc) you may get weird problems with any accented characters.
{\em Students have run into encoding issues in the past and it has taken a surprisingly long time to debug.}
\item Make sure the rest of the files, particularly the \path{.tex} file are in UTF8 or are at least in the same encoding.
If the files are in different encoding, you will discover errors with accented characters when you try to include them together.
Watch out for line endings. Linux, Windows, and OSX all use different line endings in text files.
\item You may wish biber/biblatex instead of bibtex.
(The template may already do this.)
Otherwise Icelandic characters may not work properly in your \path{references.bib} file.
TexMaker and TeXStudio require a configuration change to do this.
%Refer to the ``...Projects'' guide above.
\item Be consistent about UPPER and lower case in naming files.
Windows doesn't care (but some programs in Windows do).
OSX sometimes cares.
Linux always cares.
\item When using this template with SVN, you will want to tell it to ignore the extensions listed in Appendix~\ref{appendix:latex-gen}
\end{itemize}
\subsection{Limited Access}
In general, access to the MSc thesis shall be open.
If restricting access to a thesis is sought, e.g.\ for the purpose of protecting intellectual property or protecting commercial interests of an industrial partner participating in the MSc project, permission needs to be acquired, see {\em Reglur um skil á lokaritgerðum og lokaverkefnum við Háskólann í Reykjavík\/} (\url{http://www.ru.is/bokasafn/skemman}).
If restriction of access to a thesis is granted it should be clearly stated in the thesis right after the keywords following the abstract with specification of the date at which the restriction of access should be lifted.
% \subsection{Submission and Deadlines}
% The official completion of the MSc thesis is signified by the student submitting the final electronic (PDF) version of the thesis, signed by himself/herself, the supervisor(s) and the examiner to the SSE office and uploaded to Skemman, (see \url{https://www.skemman.is}).
% See also RU's rules for submission of theses and final projects ({\em Reglur um skil á lokaritgerðum og lokaverkefnum við Háskólann í Reykjavík\/}, \url{http://www.ru.is/bokasafn/skemman}).
% If a student plans to graduate in a particular graduation ceremony, the following deadlines must be respected.
% Should any of the deadlines below not be respected the student will have to wait for the following graduation ceremony before he/she can graduate.
% Students are responsible for adhering to these deadlines and are advised to deliver their work in good time.
% The deadline schedule for the purpose of graduation is as follows (where $t$ is the graduation date and the
% numbers refer to the number of days prior to graduation) as shown on Table~\ref{tab:deadlines}.
% \begin{table}
% \centering
% \begin{threeparttable}
% \begin{tabular}{ll}
% Final draft of thesis delivered to supervisor\tnote{a} &$t-50$\tnote{b}\\
% Supervisors comments delivered to student &$t-40$\tnote{c,d}\\
% Thesis delivered to supervisor(s), examiner and department head\tnote{a} &$t-20$\tnote{c}\\
% Examiner confirms that thesis may be put up for defense &$t-17$\tnote{c}\\
% Defense &$t-14$\tnote{c}\\
% Grade posted to the Registrar by SSE office &$t-11$\tnote{c}\\
% Graduation &$t$\tnote{c}\\
% \end{tabular}
% \begin{tablenotes}
% \item[a] Paper and/or electronic form, as requested by the supervisor(s) and/or examiner.
% \item[b] Date can be modified by mutual agreement of the supervisor, student and examiner.
% \item[c] Firm deadlines.
% \item[d] Or within 10 days after the supervisor has received the final draft, whichever comes first.
% \item[e] Or within 5 days after the defence, whichever comes first.
% \end{tablenotes}
% \caption{Schedule for thesis according to expected graduation date.}\label{tab:deadlines}
% \end{threeparttable}
% \end{table}
\subsection{Thesis Defense (Oral Examination Procedure)}
The examiner is selected by the Department Head in consultation with the supervisor(s).
The choice of examiner needs to be approved by the Director of Graduate Studies.
The examiner shall have the qualifications necessary to supervise the thesis, but must not have collaborated in the project on which the thesis is based and must fulfil the rules of Reykjavík University on impartiality of examiners.
The oral examination shall be open to the public and shall be announced through appropriate channels with at least 3 days notice.
The examination should take the form of an approximately 30 minute presentation by the student, followed by questions from the examiner, School representative (most often the Department Head), supervisor(s) and the audience.
The audience then leaves the room and the examiner(s), supervisor and School representative have the opportunity to put further questions to the candidate and, as appropriate, request modifications to the thesis.
Subsequently, the candidate leaves the room and the examiner, School representative and supervisor(s) deliberate and decide upon the grade.
Normally, the student will be informed of the grade the next day.
If the thesis is subject to confidentiality, or for other valid reasons approved by the Director of Graduate Studies, the oral examination may be closed to the public.
\subsection{Grading}
The appointed examiner shall evaluate the thesis and the oral defense of the thesis, together with the
supervisor(s) and the department's representative.
One grade shall be awarded for the thesis and defence.
The minimum passing grade is 6.0, see Guidelines for grading MSc theses in the appendix.
The following factors shall be taken into account:
\begin{itemize}
\item Significance and originality of work
\item Scientific and technological challenge and results
\item Methodological quality
\item Presentation
\end{itemize}
The number of ECTS credits awarded for the Master's project shall be taken into account.
Thus, significantly more demands in terms of originality, quantity and scientific quality of the work should be placed on the student for a 60 ECTS thesis than a 30 ECTS thesis.
\subsection{Guidelines for grading MSc thesis (English)}
The guidelines below describe typical projects in different grading brackets.
This is meant for
examiners and instructors in grading master's theses.
The projects need not fulfil every aspect of
these desciptions in order to be awarded the corresponding grade.
\begin{description}
\item [Superior (9,0-10,0)]
The project is excellent.
The handling of the material shows considerable originality and independant thought.
Considerable skill in the definition and organized solving of the problem.
Very good understanding of concepts.
Academic approach and handling of material.
Exemplary methods in collection and processing of data.
Use of references is very precise and supports the projects well.
The thesis may well lead to a publishable article.
Exceptionally well polished thesis with very good grammar, spelling and language use.
The thesis is in English.
The student's performance in the defense is excellent.
\item[First grade (7,5-8,5)]
The project is very good and handling of material is good and somewhat original.
Clear understanding of the material and the definition of the problem is good and the solving well organized.
Data gathering and processing without major weaknesses and intelligent use of references.
The thesis is well arranged and grammar, spelling and language is good.
The student's performance in the defense is either good or very good.
\item[Second grade (6,0-7,0)]
The project is acceptable.
Handling of material is fair and some independant thinking.
Definition and analysis of project reflects some understanding.
Data collection and processing is without major flaws.
Deficiencies in the literature review.
Flaws have not been addressed despite the instructor's suggestions.
Language, grammar and spelling is fair.
The student's performance in the defense is fair.
\item[Fail (1,0-5,5)]
The project is unacceptable.
The project has major flaws that have not been addressed despite the instructor's suggestions.
Limited understanding of the material.
Definitions and analysis do not show understanding of what is relevant in solving the problem at hand.
Major errors or misunderstanding.
Data collection and analysis has deficiencies and literature review is weak.
The subject is not adhered to or major inconsistencies.
Language, grammar and spelling is fair or poor.
The student's performance in the defense is fair or poor.
\end{description}
\subsection{Viðmið fyrir einkunnagjöf}
Eftirfarandi er lýsing á dæmigerðum verkefnum í mismunandi einkunnabilum sem er ætluð til stuðnings fyrir frófdómara og leiðbeinendur við mat á MSc verkefnum.
Lýsinging þarf ekki að eiga við verkefnið í öllum atriðum til að verkefnið geti hlotið vipkomandi einkunn.
\begin{description}
\item[Ágætiseinkunn (9,0 -- 10,0)] Verkefni er afburðagott.
Efnistök engdurspegla umtalsverðan frumleika og sjálfstæði í hugsun.
Umtalsverð færni í skilgeiningu og skipulegri úrlausn viðfangsefnisins.
Mjög góður skilningur á hugtökum.
Visindaleg nálgun við efnistök.
Fyrirmyndar vinnubrögð við öflun og úrvinnslu gagna.
Heimildanotkun mjög nákvæm og styður vel við verkefnið.
Ætla má að ritgerðin geti leitt til birtingarhæfrar greinar.
Frágangur sérlega góður og stafsetning og málfar mjög gott.
Ritgerðin er skrifuð á ensku.
Frammistaða nemanda í vörninni afburðagóð.
\item[1. einkunn (7,5 -- 8,5)] Verkefni er mjög gott, efnistök góð og nokkuð frumleg.
Skýr skilningur á viðfangsefninu og góð færni í skilgreiningu þess og skipulegri úrlausn.
Vinnubrögð við öflun og úrvinnslu gagna án verulegra veikleika og heimildanotkun skynsamleg.
Frágangur góður og stafsetning og málfar gott.
Frammistaða nemanda í vörninni góð eða mjög góð.
\item[2. einkunn (6,0 -- 7,0)] Verkefnið er þokkalegt.
Allgóð efnistök og sjálfstæð hugsun á köflum.
Skilgreining og úrvinnsla viðfangsefnis endurspegla nokkurn skilning á viðfangsefninu.
Öflun og úrvinnsla gagna án verulegra galla.
Heimildanotkun nokkuð áfátt.
Finna má galla sem ekki hafa verið lagfærðir þrátt fyrir ábendingar leiðbeinanda.
Málfar og stafsetning þokkaleg.
Frammistaða nemanda í vörninni þokkaleg.
\item[Falleinkunn 0,0 -- 5,5] Verkefni fullnægir ekki lágmarkskröfum.
Verkefnið hefur áberandi galla sem ekki hafa verið lagfærðir þrátt fyrir ábendingar leiðbeinanda.
Takmarkaður skilningur á viðfangsefninu.
Skilgreining og úrlausn viðfangsefnis sýnir ekki næganlega góða tilfinningu fyrir því hvað skiptir máli við lausn þess.
Verulegar villur eða misskilningur.
Öflun og úrvinnsla gagna er töluvert áfátt sem og heimildanotkun.
Farið út fyrir efnið eða umtalsverð ósamkvæmni.
Málfar og stafsetning sæmileg eða slök.
Frammistaða nemanda í vörninni sæmileg eða slök.
\end{description}
\section{PhD Special Instructions}
Final Preparation for PhD Dissertations:\footnote{Always refer to the website in case details have changed}
\begin{enumerate}
\item Send PDF to Administrative person \TItvdadmin{}
%\item Get signature pages signed, and scan them into PDF
\item Talk to one of the printing companies in Iceland and ask if they can do a B4 booklet with a printed cover.
\fxwarning{Someone needs to tell me which ones are good and what are the magic words}
\item Make clear which elements are the outside cover and which are the inside contents.
\textbf{You want to make sure they don't print a copy of the cover inside the book.}
\item They will insert your signature pages into the PDF and start the printing process;
The paper you want is archival-quality acid-free 240$\times$\SI{170}{\milli\meter} (aka B5, Programme, or Book Economy).
\item If you can, get a proof of the print to check that the layout is correct and the quality is acceptable, particularly any figures.
\item If is acceptable, then get them to print out the required number of copies.
\item Finally bring the copies to head of graduate studies(\TIheadofgrad{}), who should forward them as appropriate.
\end{enumerate}
\subsection{LaTeX Generated file extensions}\label{appendix:latex-gen}
These are the files that \LaTeX{} generates when you run it.
If you are using SVN or another version control system, you want to tell that system to ignore these files:
\begin{verbatim}
*-blx.bib
*.acr
*.acn
*.alg
*.aux
*.bak
*.bbl
*.bcf
*.blg
*.bst
*.dvi
*.glo
*.gl*
*.idx
*.ind
*.ilg
*.ist
*.lo?
*.mw
*.nlo
*.ntn
*.out
*.pdf
*.ps
*.rel
*.run.xml
*.sbl
*.slg
*.snm
*.sym
*.synctex.gz
*.tcp
*.thm
*.tdo
*.to?
*.tmp
*.tmproj
*.xwm
._*
._.DS_Store
.~lock*
auto
Thumbs.db
\end{verbatim}
%\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% TeX-engine: luatex
%%% End: