From cc4d09395aa99ee8d51244bb546bf7128d147fcc Mon Sep 17 00:00:00 2001 From: Niema Moshiri Date: Sun, 28 Apr 2024 17:45:29 -0700 Subject: [PATCH] Initial steps towards example course --- teach_online/_toc.yml | 1 + teach_online/example.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 teach_online/example.md diff --git a/teach_online/_toc.yml b/teach_online/_toc.yml index bbae8d0..de3f28b 100644 --- a/teach_online/_toc.yml +++ b/teach_online/_toc.yml @@ -11,6 +11,7 @@ chapters: - file: content_delivery - file: academic_integrity - file: general_tips +- file: example - file: spicy_takes - file: acknowledgements - file: postface diff --git a/teach_online/example.md b/teach_online/example.md new file mode 100644 index 0000000..f6f38e1 --- /dev/null +++ b/teach_online/example.md @@ -0,0 +1,16 @@ +(niemas-example-course)= +# Niema's Example Course + +```{note} +Source Code: [`teach_online/example.md`](https://github.com/niemasd/How-to-Teach-Online/blob/main/teach_online/example.md) +``` + +In this section, +I will provide a complete example of one of the courses I commonly teach: +UCSD's [CSE 100](https://catalog.ucsd.edu/courses/CSE.html#cse100) course (*Advanced Data Structures*). +Even if this exact recipe doesn't work for the courses you teach, +I hope that tidbits of the structure I use can give you some interesting ideas about how to structure your own courses. + +## TODO + +TODO