Skip to content

Commit

Permalink
Dummy geodesics (#15)
Browse files Browse the repository at this point in the history
* start

* some updates

* some slide edits

* add photos

* update sphere picture
  • Loading branch information
Joecstarr committed Sep 27, 2023
1 parent 47c87a8 commit 45b6fec
Show file tree
Hide file tree
Showing 16 changed files with 424 additions and 32 deletions.
10 changes: 9 additions & 1 deletion content/slides/Alexander_Polynomail.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ draft: false

slides:
highlight_style: dracula

diagram: true
diagram_options:
theme: "dark"
themeVariables:
fontSize: 17
reveal_options:
theme: "none"
# center: false
transition: "none"
---

{{< dracula_css >}}
Expand Down
16 changes: 9 additions & 7 deletions content/slides/Legendrian_knots.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ tags: [
]
draft: false
slides:
# Choose a theme from https://github.com/hakimel/reveal.js#theming

# Choose a code highlighting style (if highlighting enabled in `params.toml`)
# Light style: github. Dark style: dracula (default).
highlight_style: dracula
reveal_options: [
"RevealMarkdown", "RevealSearch", "RevealNotes", "RevealZoom"
]
diagram: true
diagram_options:
theme: "dark"
themeVariables:
fontSize: 17
reveal_options:
theme: "none"
# center: false
transition: "none"
---

{{< dracula_css >}}
Expand Down
12 changes: 8 additions & 4 deletions content/slides/Lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ slides:
highlight_style: dracula
diagram: true
diagram_options:
theme: dark
theme: "dark"
themeVariables:
fontSize: 17
reveal_options:
theme: "none"
# center: false
transition: "none"
---
<style>

Expand Down Expand Up @@ -208,9 +212,9 @@ flowchart
- Conway, J.H. "An Enumeration of Knots and Links, and Some of Their Algebraic Properties." In Computational Problems in Abstract Algebra, 329-58. Elsevier, 1970. [https://doi.org/10.1016/B978-0-08-012975-4.50034-5](https://doi.org/10.1016/B978-0-08-012975-4.50034-5).
- Louis H. Kauffman and Sofia Lambropoulou. Classifying and applying rational knots and rational tangles. In DeTurck, editor, Contemporary Mathematics, volume 304, pages 223-259, 2001
- Alain Caudron. Classification des nœuds et des enlacements, volume 4 of Publications Math ́ematiques d'Orsay 82 [Mathematical Publications of Orsay 82]. Universit ́e de ParisSud, D ́epartement de Mathe ́matique, Orsay, 1982.
- Robert Glenn Scharein. Interactive topological drawing. ProQuest LLC, Ann Arbor,
MI, 1998. Thesis (Ph.D.)–The University of British Columbia (Canada). URL: https:
//www.knotplot.com/.
- Robert Glenn Scharein. Interactive topological drawing. ProQuest LLC, Ann Arbor,
MI, 1998. Thesis (Ph.D.)–The University of British Columbia (Canada). URL: https:
//www.knotplot.com/.
{{% /slides/citations %}}


Expand Down
16 changes: 9 additions & 7 deletions content/slides/discrete_morse_theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ tags: [
]
draft: false
slides:
# Choose a theme from https://github.com/hakimel/reveal.js#theming

# Choose a code highlighting style (if highlighting enabled in `params.toml`)
# Light style: github. Dark style: dracula (default).
highlight_style: dracula
reveal_options: [
"RevealMarkdown", "RevealSearch", "RevealNotes", "RevealZoom"
]
diagram: true
diagram_options:
theme: "dark"
themeVariables:
fontSize: 17
reveal_options:
theme: "none"
# center: false
transition: "none"
---

{{< dracula_css >}}
Expand Down
Loading

0 comments on commit 45b6fec

Please sign in to comment.