Writing Research Papers
Here are some useful links, please READ THEM before you start writing your first paper!
-
Michael Littman's pet peeves
here.
-
-
Drawing figures and tables
here.
Publish and prosper
here.
Giving Wonderful Talks
Here are some useful links, please READ THEM before you start preparing your first set of slides!
My favourite: click
here.
-
-
How to give a good conference talk:
here.
How to give a good colloquium:
here.
Good Coding Practices
Here are some useful links and thoughts, please READ THEM before you start programming!
Use semantic variable names
Annotate your code with lots of comments for ease of readability
Scalable code – avoid repetitive motifs as far as possible
For loops are time-consuming in Matlab. Use vector/matrix manipulations as far as possible
Matlab is very forgiving about vector/matrix sizes. Often, variable sizes are expanded “automatically” depending on the context. This means you need to be very careful when assigning and reusing variables
-
-
-
Latex Tutorials