aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/presentation/presentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'presentation/presentation.md')
-rw-r--r--presentation/presentation.md35
1 files changed, 20 insertions, 15 deletions
diff --git a/presentation/presentation.md b/presentation/presentation.md
index 3de057d..788dc8c 100644
--- a/presentation/presentation.md
+++ b/presentation/presentation.md
@@ -1,31 +1,36 @@
-# HPC Mandelbrot, Julia and Multibot Sets
+---
+title: "HPC Mandelbrot, Julia, and Multibot Sets"
+author:
+- "JP Appel"
+- "David Marrero"
+---
![Mandelbrot Set]()
-## Perquisite Knowledge
+# Prerequisite Knowledge
-### Complex Numbers
+## Complex Numbers
-### What is the Mandelbrot Set
+## What is the Mandelbrot Set
-### Fractals
+## Fractals
-### Handling Recursion
+## Handling Recursion
-## Implementations
+# Implementations
-### Serial
+## Serial
-### Serial Animation
+## Serial Animation
-### Shared
+## Shared
-### Shared Animation
+## Shared Animation
-### GPU
+## GPU
-### GPU Animation
+## GPU Animation
-## Analysis
+# Analysis
-### Speedups
+## Speedups