aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/presentation/presentation.md
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 20:18:59 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 20:18:59 -0400
commita14d5de987f540a4f9bcc4ec89f614810633d482 (patch)
tree8880a8e7e6570525daf72fc17c8b36f94f041bfd /presentation/presentation.md
parent706c30fa8ad8cc0a48c6d4d62902ee0d6802662e (diff)
created build rules for presentation
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