Skip to content

Commit 15c65b2

Browse files
authored
Merge branch 'main' into zishan-remove-image
2 parents 82e6d34 + 234c2a6 commit 15c65b2

39 files changed

+256
-24
lines changed

content/pages/challenges/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Challenges",
33
"description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).",
44
"featuredText": "Featured Challenge:",
5-
"featuredChallenge": "185-dragon-curve"
5+
"featuredChallenge": "154-tic-tac-toe-minimax"
66
}

content/pages/homepage/index.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"185-dragon-curve",
35-
"152-rdp-algorithm",
36-
"158-shape-classifier",
37-
"174-graphics-applesoft-basic",
38-
"27-fireworks",
39-
"19-superellipse"
34+
"c5-marching-squares",
35+
"178-climate-spiral",
36+
"164-slitscan",
37+
"162-self-avoiding-walk",
38+
"154-tic-tac-toe-minimax",
39+
"144-2d-black-hole-visualization"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -47,14 +47,14 @@
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
4949
"featured": [
50-
"challenges/24-perlin-noise-flow-field/showcase/contribution-1727893468.json",
51-
"noc/3-angles/4-polar-coordinates/showcase/contribution-1727766867.json",
52-
"code/7-arrays/8-objects-images/showcase/contribution-1726937451.json",
53-
"challenges/14-fractal-trees-recursive/showcase/contribution-1726000914.json",
54-
"challenges/85-the-game-of-life/showcase/contribution-1727724456.json",
55-
"transformations/translate-rotate-push-pop/showcase/contribution-1727809803.json",
56-
"challenges/163-bezier-curves/showcase/contribution2.json",
57-
"challenges/124-flocking-simulation/showcase/contribution26.json"
50+
"ml5/hand-pose/showcase/contribution-1731262868.json",
51+
"ml5/1-classification/3-object-detection/showcase/contribution-1729685832.json",
52+
"ml5/0-introduction/patt-vira/showcase/contribution-1730433918.json",
53+
"webgl/2-3d-geometries/showcase/contribution-1728536881.json",
54+
"challenges/130-drawing-with-fourier-transform-and-epicycles/showcase/contribution-1728408172.json",
55+
"challenges/98-quadtree/showcase/contribution-1729184725.json",
56+
"noc/1-vectors/2-vector-math/showcase/contribution-1728692489.json",
57+
"transformations/translate-rotate-push-pop/showcase/contribution-1730631464.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",

content/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"title": "Landmark Detection",
37-
"videos": ["ml5/7-bodypose/pose-detection", "ml5/hand-pose", "ml5/0-introduction/patt-vira"]
37+
"videos": ["ml5/7-bodypose/pose-detection", "ml5/hand-pose", "ml5/facemesh", "ml5/0-introduction/patt-vira"]
3838
},
3939
{
4040
"title": "Train Your Own Neural Network",
77.5 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Circle Packing Diagram of Coding Train Challenge Showcases",
3+
"author": {
4+
"name": "Kathy McGuiness"
5+
},
6+
"url": "https://github.com/kfahn22/Circle-Packing-Diagram-",
7+
"submittedOn": "2024-11-09T18:36:23.748Z",
8+
"socialPermission": true
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Phyllotaxis with Triangles",
3+
"author": {
4+
"name": "Micah Tindale"
5+
},
6+
"url": "https://editor.p5js.org/micahtindalebusiness/sketches/VrH1mAY95",
7+
"submittedOn": "2024-10-17T15:06:44.050Z",
8+
"socialPermission": false
9+
}
176 KB
Loading
322 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Maxwell–Boltzmann distribution",
3+
"author": {
4+
"name": "mars91"
5+
},
6+
"url": "https://chrisboligprojects.pythonanywhere.com/boltzmann",
7+
"submittedOn": "2024-10-17T17:05:25.501Z",
8+
"socialPermission": true
9+
}
134 KB
Loading

0 commit comments

Comments
 (0)