Skip to content

Commit d62fb4d

Browse files
nmheimjanfrancu
authored andcommitted
start projects page
1 parent caf4f0a commit d62fb4d

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ makedocs(;
115115
pages = [
116116
"Home" => "index.md",
117117
"Installation" => "installation.md",
118+
"Projects" => "projects.md",
118119
"1: Introduction" => lecture_01,
119120
"2: The power of Type System & multiple dispatch" => lecture_02,
120121
"3: Design patterns" => lecture_03,

docs/src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ Hint: The **first few homeworks are easier**. Use them to fill up your points.
5959
The final project will be individually agreed on for each student. Ideally you
6060
can use this project to solve a problem you have e.g. in your thesis, but don't
6161
worry - if you cannot come up with an own project idea, we will suggest one to
62-
you.
63-
64-
The evaluation criteria of the final project are ...
62+
you. More info and project suggestion can be found [here](@ref projects).
6563

6664

6765
## Grading

docs/src/projects.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [Projects](@id projects)
2+
3+
We want you to use Julia for something that is acutally useful for you.
4+
Therefore you can choose your final, graded project very freely.
5+
We will discuss your ideas with you individually and come up with a sufficiently
6+
extensive project together.
7+
8+
For you inspiration of what such a project could look like we have four
9+
suggestions for you (which you can of course choose to work on as well).
10+
11+
## The *Improved Equation Learner* and its symbolic representation
12+
13+
## An Evolutionary Algorithm applied to Julia's AST
14+
15+
## A Rule Learning Algorithm
16+
17+
## Distributed Optimization Package

0 commit comments

Comments
 (0)