From f2b2065c83c3d574f1cba2c75c3d4f9b05f3013d Mon Sep 17 00:00:00 2001 From: Ben Fiedler Date: Mon, 4 Jan 2021 12:03:32 +0100 Subject: [PATCH] Add ETH links page --- content/ethz.md | 56 ++++++++++++++++++++++++++++++++++++++++ layouts/page/single.html | 9 +++++++ 2 files changed, 65 insertions(+) create mode 100644 content/ethz.md create mode 100644 layouts/page/single.html diff --git a/content/ethz.md b/content/ethz.md new file mode 100644 index 0000000..570e3f4 --- /dev/null +++ b/content/ethz.md @@ -0,0 +1,56 @@ +# ETH Lecture Links + +## HS 2020 +* [Concepts of Object-Oriented Programming](https://www.pm.inf.ethz.ch/education/courses/COOP.html) +* [System Security](https://syssec.ethz.ch/education/system_security/system_security_as20.html), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=13646) +* [Security of Wireless Networks](https://syssec.ethz.ch/education/sown/sown_AS20..html), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=13732) +* [Probabilistic Methods in Combinatorics](https://moodle-app2.let.ethz.ch/course/view.php?id=13205), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=13205) +* [Geschichte des modernen Strafens](https://moodle-app2.let.ethz.ch/course/view.php?id=12843) +* [Scientific and Technological Expertise in the Historical Networks of Power](https://moodle-app2.let.ethz.ch/course/view.php?id=12807) + +### TA + +* [Algorithms Lab](https://www.cadmo.ethz.ch/education/lectures/HS20/algolab/index.html), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=13169) + +## FS 2020 + +* [Seminar on Randomized Algorithms and Probabilistic Methods](https://www.cadmo.ethz.ch/education/lectures/FS20/seminar-randalg.html) +* [Advanced Systems Lab](https://acl.inf.ethz.ch/teaching/fastcode/2020/), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=12308) +* [Approximations- und Online-Algorithmen](https://courses.ite.inf.ethz.ch/appron20/) +* [Formal Methods for Information Security](https://infsec.ethz.ch/education/ss2020/fmsec.html) + +### TA + +* [Formal Methods and Functional Programming](https://infsec.ethz.ch/education/ss2020/fmfp.html) + +## HS 2019 + +* [Randomized Algorithms and Probabilistic Methods](https://www.cadmo.ethz.ch/education/lectures/HS19/RandAlg/index.html) +* [Algorithms Lab](https://www.cadmo.ethz.ch/education/lectures/HS19/algolab/index.html), [Moodle](https://moodle-app2.let.ethz.ch/course/view.php?id=11262) +* [Network Security](https://netsec.ethz.ch/courses/netsec-2019/) +* [Einfhrung in die Programmierung](https://www.lst.inf.ethz.ch/education/einfuehrung-in-die-programmierung-i--252-0027-.html) + +## FS 2019 + +* [Introduction to Machine Learning](https://las.inf.ethz.ch/teaching/introml-s19) +* [Rigorous Software Engineering](https://people.inf.ethz.ch/suz/teaching/252-0216.html) +* [Information & Physics](http://cqi.inf.usi.ch/qic19.php) +* [Graph Theory](https://moodle-app2.let.ethz.ch/course/view.php?id=10564) +* [Embedded Systems](https://www.tec.ee.ethz.ch/education/lectures/embedded-systems.html) +* [Optimization Methods for Engineers](https://ilias-app2.let.ethz.ch/goto.php?target=crs_157263&client_id=ilias_lda) +* [Autonomous Mobile Robots](https://online.ethz.ch/courses/course-v1:ETH+AMRx_FS2019+2019_T1/about) + +## HS 2018 + +* [Algorithms, Probability and Computing](https://wwwti.inf.ethz.ch/ew/courses/APC18/index.html) +* [Angewandte Computer Architektur](https://www.scs.ch/vorlesungen) +* [Computer Systems](https://www.systems.ethz.ch/node/1381) +* [Network Modeling](http://vvz.ethz.ch/Vorlesungsverzeichnis/lerneinheit.view?semkez=2018W&ansicht=KATALOGDATEN&lerneinheitId=125712&lang=de) + +## FS 2018 + +* [Computer Networks](https://ndal.ethz.ch/courses/networks.html) +* [Data Modelling and Databases](https://www.systems.ethz.ch/courses/spring2018/data_mod_db) +* [Information Security](http://www.infsec.ethz.ch/education/ss2018/infsec.html) +* [Formal Methods and Functional Programming](http://www.infsec.ethz.ch/education/ss2018/fmfp.html) +* [Probability and Statistics](https://metaphor.ethz.ch/x/2018/fs/401-0614-00L/) diff --git a/layouts/page/single.html b/layouts/page/single.html new file mode 100644 index 0000000..6853772 --- /dev/null +++ b/layouts/page/single.html @@ -0,0 +1,9 @@ +{{ define "main" }} +
+
+
+ {{ .Content }} +
+
+
+{{ end }} -- 2.30.1