Skip to content

Commit 779b007

Browse files
committed
Push initial changes
1 parent 9ed699d commit 779b007

File tree

1 file changed

+58
-5
lines changed
  • content/videos/challenges/182-apollonian-gasket

1 file changed

+58
-5
lines changed

β€Žcontent/videos/challenges/182-apollonian-gasket/index.json

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,29 @@
66
"nebulaSlug": "",
77
"date": "2024-03-14",
88
"languages": ["p5.js", "JavaScript"],
9-
"topics": [],
9+
"topics": ["Apollonian Gasket", "PI", "circle packing", "complex numbers", "curvature", "Descartes Theorem"],
1010
"canContribute": true,
11-
"relatedChallenges": [],
12-
"timestamps": [],
11+
"relatedChallenges": [
12+
"50-animated-circle-packing",
13+
"95-approximating-the-value-of-pi",
14+
"96-visualizing-digits-of-pi",
15+
"97-book-of-pi",
16+
"139-calculating-digits-of-pi-with-collisions",
17+
"140-pi-leibniz",
18+
"141-mandelbrot-pi",
19+
"169-pi-in-the-sky",
20+
"176-buffon-needle"
21+
],
22+
"timestamps": [
23+
{ "time": "0:00", "title": "Happy PI Day!!" },
24+
{ "time": "1:40", "title": "References" },
25+
{ "time": "3:22", "title": "Describe the Apollonian problem" },
26+
{ "time": "5:51", "title": "Curvature" },
27+
{ "time": "10:08", "title": "Start coding!" }
28+
],
1329
"codeExamples": [
1430
{
15-
"title": "Apollonian Gaskey",
31+
"title": "Apollonian Gasket",
1632
"description": "Implementation of traditional apollonian gasket fractal.",
1733
"image": "gasket1.png",
1834
"urls": {
@@ -23,7 +39,44 @@
2339
"groupLinks": [
2440
{
2541
"title": "References",
26-
"links": []
42+
"links": [
43+
{
44+
"icon": "πŸ”—",
45+
"title": "A Tisket, a Tasket, an Apollonian Gasket",
46+
"url": "https://www.americanscientist.org/article/a-tisket-a-tasket-an-apollonian-gasket",
47+
"description": "Article by Dana Mackenzie about the Apollonian gasket "
48+
},
49+
{
50+
"icon": "πŸ”—",
51+
"title": "Apollonian Gaskets",
52+
"url": "https://mathlesstraveled.com/2016/04/27/apollonian-gaskets/",
53+
"description": "Blob post about Apollonian Gaskets."
54+
},
55+
{
56+
"icon": "πŸ”—",
57+
"title": "Beyond the Descartes Circle Theorem",
58+
"url": "https://arxiv.org/pdf/math/0101066.pdf",
59+
"description": "Paper about the Descartes circle theorem by Jeffrey C. Lagarias, Colin L. Mallows, and Allan R. Wilks."
60+
},
61+
{
62+
"icon": "πŸ”—",
63+
"title": "The Kiss Precise",
64+
"url": "https://www.nature.com/articles/1371021a0#preview",
65+
"description": "Poem by Frederick Soddy about the Apollonian Gasket"
66+
},
67+
{
68+
"icon": "πŸ”—",
69+
"title": "Frederick Soddy",
70+
"url": "https://en.wikipedia.org/wiki/Frederick_Soddy",
71+
"description": "Wikipedia page about Frederick Soddy."
72+
},
73+
{
74+
"icon": "πŸ”—",
75+
"title": "Problem of Apollonius",
76+
"url": "https://en.wikipedia.org/wiki/Problem_of_Apollonius",
77+
"description": "Wikipedia page describing the Problem of Apollonius."
78+
}
79+
]
2780
},
2881
{
2982
"title": "Videos",

0 commit comments

Comments
Β (0)