From dbd8b7d02e570f02c5b2a07836474ee358ac90c3 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Tue, 27 Jul 2021 03:27:50 -0400
Subject: [PATCH] Removed intermediate file. Added animation.

---
 .../2021-07-23-our-new-digital-home/index.Rmd       | 13 +++++++++++++
 content/projects/clevercoin/index.md                |  6 ------
 2 files changed, 13 insertions(+), 6 deletions(-)
 delete mode 100644 content/projects/clevercoin/index.md

diff --git a/content/articles/2021-07-23-our-new-digital-home/index.Rmd b/content/articles/2021-07-23-our-new-digital-home/index.Rmd
index 8a4d888..79dbb5b 100644
--- a/content/articles/2021-07-23-our-new-digital-home/index.Rmd
+++ b/content/articles/2021-07-23-our-new-digital-home/index.Rmd
@@ -125,6 +125,19 @@ plot(x, smooth_pulse(x, start = 0.2, stop = 0.3, cycle = 0.5), xlim = c(0,2),
 
 ```
 
+Lets make it animated too...
+
+```{r}
+library(animation)
+desc = c("This is a super cool example of Gradient Descent")
+saveHTML({
+  f1 = function(x, y) x^2 + 3 * sin(y)
+  xx = grad.desc(f1, pi * c(-2, -2, 2, 2), c(-2 * pi, 2))
+
+ xx$persp(col = "lightblue", theta = 30, phi = 30)
+},title = "Demo of Gradient Descent", description = desc, verbose = FALSE)
+```
+
 ## Block quotes
 
 Nothing too special about blockquotes, or as  Abe Lincoln said...
diff --git a/content/projects/clevercoin/index.md b/content/projects/clevercoin/index.md
deleted file mode 100644
index 07472a3..0000000
--- a/content/projects/clevercoin/index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: CleverCoin
-description: "A dynamic cryptocurrency designed to optimize adoption, stability, and price."
----
-
-More info on CleverCoin comming soon!
-- 
GitLab