Skip to content
Permalink
Browse files
add in meetings
  • Loading branch information
James Brusey committed Sep 28, 2022
1 parent a951b45 commit e976dd3e7ebe714a02cfc359dac1c75a58ba550f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
@@ -82,13 +82,25 @@ Only when one feature is finished should you move on to the next feature.
At every stage, you can check the other parts of your document to make sure you have something that is ready to be submitted.
You may also need to [[file:planning.org][update your plan of features]] to ensure that it makes sense.

* Don't wait---Write!
Don't wait until all the results are in and all the code is developed before you start writing.
You can actually start writing a draft from the beginning of the very first meeting.
Of course, you won't have much content yet---just a few headings and perhaps a preliminary title.
But that is enough to get started and to make sure you understand how to use the document tools.
Bring the PDF, in whatever state it is in, to each [[file:meeting.org][meeting]].

* Develop a pipeline
A common problem when developing research is that results need to be revised as problems with code are resolved.
For example, it may be that initially results were generated in grams but later this was changed to kilograms (kilogram is the correct SI unit).
Perhaps this change requires replotting a graph or regenerating a table.
Thus, it can help if you automate the process of getting your results into the document (are you starting to see why non-MS-Word tools are preferred?).
For more information on methods of doing this, see the [[https://github.coventry.ac.uk/aa3172/presentations/blob/main/2022-03-replication/replication.org][presentation on making your work replicable]].

* Get with the github
The university provides access to a [[https://github.coventry.ac.uk][Git repository]] that allows you to share code and draft versions of your thesis with your supervisor.
Make sure you understand how to use it effectively so that you can keep track of versions of your code (and thesis) throughout the running of your project.
It works best if you install [[https://git-scm.com/downloads][Git]] onto your computer rather than transfer files via the web interface.

* Conclusion
The aim of this document is to help you produce a great master's dissertation.
As with any project, expect the unexpected---difficulties can arise and some parts may take longer than expected.
@@ -0,0 +1,58 @@
#+title: How to meet with your supervisor
#+options: toc:nil
#+latex_class: scrartcl

The key things you need to know:
1. Meetings are important for your success
2. Joint meetings (with other students) make learning more fun
3. Help with scheduling
4. Some preparation is needed
5. Take notes---there should be at least one action

* Meetings aid success
Postgraduate research study is unlike undergraduate study.
For the undergraduate, the lecturer seems to sit in judgement of the student, ready to downgrade their estimation whenever a `dumb' question is asked.
In postgraduate study, however, the supervisor is an active member of the team, sometimes contributes to the writing or software development, and generally acts more like a coach.

The only mistake you can make is to not come to (or arrange) regular meetings.
Assume your supervisor is lazy---they won't necessarily arrange meetings if you don't ask for them.
Make sure you get the meetings you deserve!

* Joint meetings
The prime reason for having joint meetings is to reduce the overall meeting time dedicated to supervision for the supervisor.
With large numbers of PhD and Master's level students, supervision meetings can quickly become the dominant preoccupation of a busy supervisor.
Therefore, holding joint meetings (2--5 students at a time) is an effective way to reduce this load.

While this approach may seem to shortchange the student, it can actually be beneficial to all.
First, questions brought up by other students may be interesting to you (e.g., how do you get numbered headings in RMarkdown?).
Second, when you are behind, you may be inspired to work harder when you see other students doing well.
Finally, if you are ahead, you can enhance your learning experience by helping others who are struggling.
In summary, joint meetings usually benefit everyone.
In the rare case where this is not working for you, make sure you let your supervisor know.

** Help with scheduling
One difficulty with joint meetings is that it can make scheduling more complicated.
Thus it will be really helpful if students can coordinate between themselves to work out a good time.

Note that there are no strict rules on how often you can meet with your supervisor (there may be some limits on how /infrequently/ you meet of course!).
However, it is best not to leave it too long without a meeting and I recommend scheduling a meeting at least every 2 weeks.

* Preparation
At the very minimum, you should come to the meeting with your current draft.
Even if you have not written a line of code or performed a single experiment, you should be able to show that you can produce a PDF of your draft dissertation from week 1.
At the very least, this should have some headings that show roughly what you plan to include.

Once you have results, then make sure you can /show/ those results.
If you need to bring along your laptop to display your draft, that's fine.
Another option is to put your results onto the university's [[https://github.coventry.ac.uk][github]].

* Take some notes
Sometimes going to a supervision can be like trying to drink from a fire hose.
Make sure that you come with a note book, take notes of any /actions/ and remember to look at those notes after the meeting.
If you are not familiar with the idea of keeping track of a to-do list, you might find it useful to put tasks on your mobile phone (e.g., Apple Reminders or Google Keep).
Try to avoid the situation where you go to the next meeting with tasks not done.

* Summary
Meeting your supervisor can sometimes seem scary and intimidating but it needn't be so.
Your supervisor is there to help you produce a great project.

0 comments on commit e976dd3

Please sign in to comment.