|
6 | 6 | "nebulaSlug": "",
|
7 | 7 | "date": "2024-03-14",
|
8 | 8 | "languages": ["p5.js", "JavaScript"],
|
9 |
| - "topics": [], |
| 9 | + "topics": ["Apollonian Gasket", "PI", "circle packing", "complex numbers", "curvature", "Descartes Theorem"], |
10 | 10 | "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 | + ], |
13 | 29 | "codeExamples": [
|
14 | 30 | {
|
15 |
| - "title": "Apollonian Gaskey", |
| 31 | + "title": "Apollonian Gasket", |
16 | 32 | "description": "Implementation of traditional apollonian gasket fractal.",
|
17 | 33 | "image": "gasket1.png",
|
18 | 34 | "urls": {
|
|
23 | 39 | "groupLinks": [
|
24 | 40 | {
|
25 | 41 | "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 | + ] |
27 | 80 | },
|
28 | 81 | {
|
29 | 82 | "title": "Videos",
|
|
0 commit comments