Project proposal form

Project name

Team

Team members. How tasks will be separated among team members? (if number of participants > 1)

Background

  • Describe the problem that the project is to address.
  • Specify exact mathematical formulation (equations/model).
  • Why do you need fast methods for your problem?
  • Related work section. What has been done on this topic? (Google scholar might be helpful:))

Scope

What will be the end result of the project? Describe what phases of work will be undertaken.

Evaluation

Describe how the project will be evaluated by the end.


In [1]:
from IPython.core.display import HTML
def css_styling():
    styles = open("lectures/styles/custom.css", "r").read()
    return HTML(styles)
css_styling()


Out[1]: