diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-01-17 08:05:05 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-01-17 08:05:05 -0600 |
| commit | 9125b8f182a4e908c5f4dbd55dd26e74e757f249 (patch) | |
| tree | 8097b7404980e6de00b3d55ba3b2ebb69f7551c1 | |
| parent | dae3dca29075d5de8c4c51b3eab9bf0334866c9a (diff) | |
| download | main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar.gz main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar.bz2 main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar.lz main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar.xz main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.tar.zst main-9125b8f182a4e908c5f4dbd55dd26e74e757f249.zip | |
Started adding content
| -rw-r--r-- | www/links/index.md | 6 | ||||
| -rw-r--r-- | www/teaching/index.md | 21 |
2 files changed, 27 insertions, 0 deletions
diff --git a/www/links/index.md b/www/links/index.md new file mode 100644 index 0000000..4fe2534 --- /dev/null +++ b/www/links/index.md @@ -0,0 +1,6 @@ +* [Open-access textbooks](/books/) +* [Paul's Online Notes](https://tutorial.math.lamar.edu/) +* [Math StackExchange](https://math.stackexchange.com/) +* [TeX StackExchange](https://tex.stackexchange.com/) +* [DeTeXify](https://detexify.kirelabs.org/classify.html) +* [SageMath](https://www.sagemath.org/) diff --git a/www/teaching/index.md b/www/teaching/index.md new file mode 100644 index 0000000..600dd21 --- /dev/null +++ b/www/teaching/index.md @@ -0,0 +1,21 @@ +## Auburn University (2023--Present) + +* [MATH 7750-120: Advanced Topics in Graph Theory (Probabilistic Methods)](/teaching/advgraphs2025) +* [MATH 1150-080: Precalculus, Algebra and Trigonometry](https://auburn.instructure.com/) +* [MATH 1120-120: Precalculus](https://auburn.instructure.com/) + +## Iowa State University (2020--2023) + +* [Math 165: Calculus I](https://canvas.iastate.edu/) +* [Math 595: Longest Common Subsequences (graduate research seminar)](/teaching/lcs22) +* [Math 165: Calculus I](https://canvas.iastate.edu/) +* [Math 595: Algebraic Methods in Combinatorics](/teaching/algmethods22) +* [Math 314: Graph Theory](/teaching/graphs2022) +* [Math 267: Elementary Differential Equations and Laplace Transforms](https://canvas.iastate.edu/) +* [Math 165: Calculus I](/teaching/calcI21) +* [Math 595: Edit Distance in Graphs (early graduate research seminar)](https://canvas.iastate.edu/) +* [Math 267: Elementary Differential Equations and Laplace Transforms](https://canvas.iastate.edu/) + +## Carnegie Mellon University (2015--2020) + +* [21-228: Discrete Mathematics](/teaching/discrete20) |
