Skip to content
Snippets Groups Projects
Commit fe89bded authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

fix lecture names

parent 14e94f75
No related branches found
No related tags found
2 merge requests!153merge back master to develop,!149add julia slides for the 2023 course (part 1 of 6)
......@@ -9,7 +9,7 @@
<div style="top: 1em; left: 60%; position: absolute;">
<img src="slides/img/julia.svg" height="200px">
<h1 style="margin-top:3ex; margin-bottom:3ex;">01: Absolute basics</h1>
<h1 style="margin-top:3ex; margin-bottom:3ex;">1: Start-up and basics</h1>
<h4>
Miroslav Kratochvíl<br>
Laurent Heirendt<br>
......
......@@ -45,12 +45,12 @@
# Course overview
1. *(7.3.)* Absolute basics
2. *(9.3.)* Language features (arrays, types, compilation, speed, macros)
3. *(14.3.)* Math and scientific computing
4. *(16.3.)* Useful packages for science
5. *(21.3.)* Parallelization, acceleration
6. *(23.3.)* Types and subtypes, complex data
1. *(7.3.)* Start-up and basics
2. *(9.3.)* In-depth language features (arrays, types, compilation, speed, macros)
3. *(14.3.)* Scientific computing: Basics
4. *(16.3.)* Scientific computing: Useful packages
5. *(21.3.)* Optimization, parallelization and acceleration
6. *(23.3.)* Types, subtypes and complex data
- Exam on 30.3., same time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment