Master thesis done – lessons learned

Mads Ravn:

I graduated from Aarhus University with a degree in Computer Science this june. Now, I’m finally getting around to publishing my code (as I linked in my thesis). I thought that I would give a quick summary of the process of writing my thesis as well. You can find my thesis and the code I developed for my thesis here. The title of my thesis is Orthogonal Range Searching in 2D with Ball Inheritance and my advisor was Kasper Green Larsen.

Before I started writing my thesis, I followed a course called Master Thesis Preparation by Olivier Danvy. He has advised for quite a few PhD students so far, so he certainly has a good experience with it. The course consisted of a lot of good tips, tricks and good stories (which is his modus operandi). One of the few things which really stuck with me was to remember an advisor has a limited amount of time for you and it is your responsibility to use it as best as possible. My advisor was awesome enough to read some of what I had written each time we met. And in order to maximize what I got from this, I always compiled a ‘diff-version’ of my thesis for him. A ‘diff-version’ was made using latexdiff. Each time I handed something in, I saved the latex files for that version. Next time I handed something in, I would then run latexdiff on the current version and what I handed in last time. With this it was easy to see what was removed, what was added and what was the same as last time he read it. This worked out pretty good.