Skip to content

Commit 2066226

Browse files
committed
add wolphram-ca
1 parent d0c52fb commit 2066226

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
119 KB
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"title": "Climate Spiral",
3+
"videoNumber": "179",
4+
"description": "",
5+
"videoId": "vB2GdRFHdoo",
6+
"nebulaSlug": "",
7+
"date": "2023-04-22",
8+
"languages": ["p5.js", "JavaScript"],
9+
"topics": ["wolfram-ca", "binary to decimal conversion", "Sierpinski triangle"],
10+
"canContribute": true,
11+
"relatedChallenges": ["85-the-game-of-life", "123-chaos-game", "119-binary-to-decimal-conversion"],
12+
"timestamps": [
13+
{ "time": "0:00", "title": "Hello" },
14+
{ "time": "2:09", "title": "Elementary cellular automata" },
15+
{ "time": "5:41", "title": "Rule set" },
16+
{ "time": "7:52", "title": "Next generation" },
17+
{ "time": "10:35", "title": "Stacking the generations" },
18+
{ "time": "14:25", "title": "Sierpinski triangle" },
19+
{ "time": "16:45", "title": "Rule categories" },
20+
{ "time": "19:19", "title": "Add wrap-around" },
21+
{ "time": "20:37", "title": "Suggestions for variations" },
22+
{ "time": "21:07", "title": "Outro" }
23+
],
24+
"codeExamples": [
25+
{
26+
"title": "Wolfram CA",
27+
"description": "",
28+
"image": "imgg.jpg",
29+
"urls": {
30+
"p5": "https://editor.p5js.org/codingtrain/sketches/IE77UYZ-G"
31+
}
32+
}
33+
],
34+
"groupLinks": [
35+
{
36+
"title": "References",
37+
"links": [
38+
{
39+
"icon": "🔗",
40+
"title": "Wolfram Science",
41+
"url": "https://www.wolframscience.com",
42+
"description": "Wolfram Science website"
43+
},
44+
{
45+
"icon": "🔗",
46+
"title": "Elementary Cellular Automaton",
47+
"url": "https://mathworld.wolfram.com/ElementaryCellularAutomaton.html",
48+
"description": "Wolfram MathWorld page on elementary cellular automaton."
49+
}
50+
]
51+
}
52+
],
53+
"credits": [
54+
{
55+
"title": "Editing",
56+
"name": "Mathieu Blanchette"
57+
},
58+
{
59+
"title": "Animations",
60+
"name": "Jason Heglund"
61+
}
62+
]
63+
}

0 commit comments

Comments
 (0)