diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-26 13:10:42 +0100 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-29 18:31:02 +0100 |
commit | dbfe642280c043e129752c488aa8c14159071281 (patch) | |
tree | 8f579fce8c326630ec1db05d330b3458d48b8bdc /content/teaching/index.md | |
download | adbjesus.com-dbfe642280c043e129752c488aa8c14159071281.tar.gz adbjesus.com-dbfe642280c043e129752c488aa8c14159071281.zip |
Initial site, and first blog post
Diffstat (limited to 'content/teaching/index.md')
-rw-r--r-- | content/teaching/index.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/content/teaching/index.md b/content/teaching/index.md new file mode 100644 index 0000000..1a98c38 --- /dev/null +++ b/content/teaching/index.md @@ -0,0 +1,31 @@ ++++ +title = "Teaching" ++++ + +### MSc + +- Experimental Methods in Computer Science + - [2022-2023](https://apps.uc.pt/courses/EN/unit/88863/20328/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/88863/20328/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/88863/20328/2020-2021) + +### BSc + +- Algorithmic Strategies (previously Advanced Programming Laboratory) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/89047/20442/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/89047/20442/2020-2021) + - [2017-2018](https://apps.uc.pt/courses/EN/unit/9865/669/2017-2018) +- Compilers + - [2022-2023](https://apps.uc.pt/courses/EN/unit/9863/669/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/9863/669/2021-2022) + - [2016-2017](https://apps.uc.pt/courses/EN/unit/9863/669/2016-2017) +- Data Structures and Algorithms + - [2020-2021](https://apps.uc.pt/courses/EN/unit/9854/20442/2020-2021) +- Introduction to Procedural Programming + - [2021-2022](https://apps.uc.pt/courses/EN/unit/9843/20442/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/9843/20442/2020-2021) + +### Other + +- Introduction to Programming in Java + - [2013-2014](https://apps.uc.pt/courses/EN/unit/78102/14301/2013-2014) |