Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av David Broman 2016-06-07 12:08

Visa < föregående | nästa >
Jämför < föregående | nästa >

Deadlines and Submissions

Deadlines

The deadline for submitting exercises are 7 days before a seminar. That is, the deadlines are as follows:

  • Submission deadline module 1: August 22
  • Submission deadline module 2: October 10
  • Submission deadline module 3: November 10

Submission

At latest on June 15, you should send an email to David Broman with the URL to a private Git repository, where you will commit all your code. Note that this Git-repository should be private and not public. If you are a student at KTH, you should use the KTH Github service. Create a private repository and give the access rights to me (David). If you are not a KTH student, please contact me so that we can find a solution.

All solutions of  tasks, i.e., answers to questions, should be documented and submitted via email to dbro@kth.se at latest at the end of the day of the deadline listed above. Please create one PDF file with all the answers of exercises for one module. Clearly mark the section numbers. If the solution includes program code, please include the code in the document (if not too large) and point to the exact location of the code in the Git repository (give the explicit file name). That is, for each module you should only send one PDF-file via email. All code should be added to the Git repository.

Make sure that you have committed and pushed all your solutions to your github repository at latest by the deadline above. 

For simplicity, please use the following structure in the repository:

/module1/ex2/
/module1/ex3/
/module2/ex1/
/module2/ex2/
/module2/ex3/
...
/module2/ex2/

etc.

Here ex2 means exercises located in section 2 of the exercise document for a specific module.