[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
how-to-write-a-masters-thesis [2021/12/13 10:03]
strakova Move Content before Typesetting
how-to-write-a-masters-thesis [2021/12/13 10:59]
strakova [Timeline]
Line 24: Line 24:
   * **Minus 2 semesters, aka 2nd winter semester (2nd year)**: Again, don't forget to enrol for the second of the master's thesis courses. In this semester, some serious coding usually happens. If you haven't started in the previous semester, you will probably design experiments, guided by your supervisor. You will implement code for these experiments, run it on the computational grid. If your thesis is more practical one, you may implement an application. This semester is very busy and if your topic was chosen well, it is usually (at least mildly) fun :) At the end of semester, you will be granted credit for the course.   * **Minus 2 semesters, aka 2nd winter semester (2nd year)**: Again, don't forget to enrol for the second of the master's thesis courses. In this semester, some serious coding usually happens. If you haven't started in the previous semester, you will probably design experiments, guided by your supervisor. You will implement code for these experiments, run it on the computational grid. If your thesis is more practical one, you may implement an application. This semester is very busy and if your topic was chosen well, it is usually (at least mildly) fun :) At the end of semester, you will be granted credit for the course.
   * **Minus 1 semester, aka 2nd summer semester**: Finishing the experiments, polishing your application. But mostly, the writing. I will say more about the actual writing later in the following sections. Again, hopefully, you will be credited and will pass the third and last of the master's thesis courses at the end of this semester.   * **Minus 1 semester, aka 2nd summer semester**: Finishing the experiments, polishing your application. But mostly, the writing. I will say more about the actual writing later in the following sections. Again, hopefully, you will be credited and will pass the third and last of the master's thesis courses at the end of this semester.
-  * **End of study**: The master's programme is finished by taking a final exam, which consists of two parts: +  * **End of study**: Prior to being admitted to final exams, one has to have successfully cleared any other pending duties of the master's study, such as passed the mandatory exams and collected credits in sufficient amount, according to the specifications of your study programme. The master's programme is finished by taking a final exam, which consists of two parts: 
     - Master's study defence (''obhajoba'' in Czech): requires submitting the electronic (PDF) and the paper (hardcover) version of the thesis in the appointed [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]], enrolling for the exam in the [[https://is.mff.cuni.cz/|Study Information System (SIS)]] (again, the in the official [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]]) and obviously, showing up for the defence. More about the actual thesis defence later.     - Master's study defence (''obhajoba'' in Czech): requires submitting the electronic (PDF) and the paper (hardcover) version of the thesis in the appointed [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]], enrolling for the exam in the [[https://is.mff.cuni.cz/|Study Information System (SIS)]] (again, the in the official [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]]) and obviously, showing up for the defence. More about the actual thesis defence later.
-    - Master's state final examinations (''státnice'' in Czech): requires [[https://is.mff.cuni.cz/|registering]] for the examination in the required [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]] and showing up for the examination. Also more on the examination later. +    - Master's state final examinations (''státnice'' in Czech): requires [[https://is.mff.cuni.cz/|registering]] for the examination in the required [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]] and showing up for the examination.    Also more on the examination later. 
-  So each of both parts is offered separately in the [[https://is.mff.cuni.cz/|Study Information System (SIS)]], each of them must be enrolled in the required [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]] and they can be taken jointly or separately in three possible terms throughout the year: ''summer'' (June), ''autumn'' (September) and ''winter'' (February). Please note that the deadline for registration differs for each of the terms. Actually, there is a preferred way, when everything went well, and that is the summer final examination after the 2nd year's summer semester, taking both the defence and examination, which places the registration for both examinations and the submission of the thesis somewhere to **[[https://www.mff.cuni.cz/en/students/academic-calendar/|May]]**.+   
 +  So each of both parts is offered separately in the [[https://is.mff.cuni.cz/|Study Information System (SIS)]], each of them must be enrolled in the required [[https://www.mff.cuni.cz/en/students/academic-calendar/|deadline]] and they can be taken jointly or separately in three possible terms throughout the year: ''summer'' (June), ''autumn'' (September) and ''winter'' (February). Please note that the deadline for registration differs for each of the terms. There is a preferred way, when everything went well, and that is the summer final examination after the 2nd year's summer semester, taking both the defence and examination, which places the registration for both examinations and the submission of the thesis somewhere to **[[https://www.mff.cuni.cz/en/students/academic-calendar/|May]]**.
      
 ==== Survivor Advice: ==== ==== Survivor Advice: ====
Line 51: Line 52:
 An typical experimental NLP thesis usually consists of these parts: An typical experimental NLP thesis usually consists of these parts:
  
-  * Oficially required formalities such as front page, declaration of independent work, dedication, etc. Must be part of the thesis, must appear in the correct order and must look like EXACTLY like prescribed by the [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|Guidelines for Writing a Master Thesis]]. The good new is that since you already downloaded the [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|LaTeX template]], all these have already been sorted out for you as part of the template. You only have to fill in the blank fields.+  * Oficially required formalities such as front page, declaration of independent work, dedication, etc. Must be part of the thesis, must appear in the correct order and must look like EXACTLY like prescribed by the [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|Guidelines for Writing a Master Thesis]]. The good news is that if you downloaded the [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|official LaTeX template]], all these have already been sorted out for you as part of the template. You only have to fill in the blank fields.
   * Introduction   * Introduction
-  * Related Work+  * Theoretical Background/Related Work
   * Methodology   * Methodology
   * Results   * Results
Line 61: Line 62:
   * Appendices   * Appendices
  
-I describe [[how-to-write-a-masters-thesis-content|each section content]] in detail on separate page.+I describe [[how-to-write-a-masters-thesis-content|each section]] in detail on separate page.
  
  
Line 69: Line 70:
  
   * Read the official [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|Guidelines for Writing a Master Thesis]].   * Read the official [[https://www.mff.cuni.cz/en/students/bachelor-and-master-thesis/guidelines-for-writing-a-master-thesis|Guidelines for Writing a Master Thesis]].
-  * Download the official [[http://www.mff.cuni.cz/studium/bcmgr/prace/vzor-dp.zip|LaTeX template]] and take this as an opportunity to learn LaTeX (or brush up your LaTeX skills). Please please be it LaTeX and not a WYSIWYG editor (Word, Libreoffice, ...). It's just so easy to get beautifully typesetted text and mathematical formulas with LaTeX and so easy to ruin things otherwise. Also, get BibTeX for managing your references. You'll find yourself having to resist less urge to through it all away when you have to reindex your references in Word for the 50th time. Your future self will thank your current self if you put just a little work into setting up your thesis in LaTeX.+  * Download the [[http://www.mff.cuni.cz/studium/bcmgr/prace/vzor-dp.zip|official LaTeX template]] and take this as an opportunity to learn LaTeX (or brush up your LaTeX skills). Please please be it LaTeX and not a WYSIWYG editor (Word, Libreoffice, ...). It's just so easy to get beautifully typesetted text and mathematical formulas with LaTeX and so easy to ruin things otherwise. Also, get BibTeX for managing your references. You'll find yourself having to resist less urge to through it all away when you have to reindex your references in Word for the 50th time. Your future self will thank your current self if you put just a little work into setting up your thesis in LaTeX.
   * Read my [[how-to-write-a-masters-thesis-typesetting|advice on typesetting]], with good practices and frequent errors.   * Read my [[how-to-write-a-masters-thesis-typesetting|advice on typesetting]], with good practices and frequent errors.
  

[ Back to the navigation ] [ Back to the content ]