-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial steps towards example course
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |