Skip to content

Commit

Permalink
Initial steps towards example course
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Apr 29, 2024
1 parent fcb29d9 commit cc4d093
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions teach_online/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ chapters:
- file: content_delivery
- file: academic_integrity
- file: general_tips
- file: example
- file: spicy_takes
- file: acknowledgements
- file: postface
16 changes: 16 additions & 0 deletions teach_online/example.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc4d093

Please sign in to comment.