From 6b8318cf6a3a9f27b16635f262926dc9fd0c2f39 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Tue, 27 Aug 2024 15:10:33 -0400 Subject: [PATCH 1/2] noc party --- content/pages/homepage/index.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 514d9d648..3180a3f3c 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -46,7 +46,16 @@ }, "passengerShowcase": { "title": "Passenger showcase highlights", - "featured": ["challenges/184-elastic-collisions/showcase/contribution-1720963615.json", "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json"], + "featured": [ + "challenges/184-elastic-collisions/showcase/contribution-1720963615.json", + "challenges/184-elastic-collisions/showcase/contribution-1720958474.json", + "noc/4-particles/4-particle-textures/showcase/contribution-1721161051.json", + "physics-libraries/box2d/12-collision-events/showcase/contribution-1722000424.json", + "challenges/14-fractal-trees-recursive/showcase/contribution-1723666252.json", + "challenges/10-dfs-maze-generator/showcase/contribution-1720952091.json", + "challenges/184-elastic-collisions/showcase/contribution-1721016798.json", + "challenges/100-neuroevolution-flappy-bird/showcase/contribution-1720945862.json" + ], "showcaseCta": { "text": "Want to see more?", "buttonText": "Browse the full showcase", @@ -57,7 +66,17 @@ "title": "Events", "comingEventsDescription": "Next Coding Train event!", "noEventsDescription": "Keep your eye out for events in the future!", - "upcoming": [] + "upcoming": [ + { + "title": "Nature of Code Book", + "description": "Join us to celebrate the release of Dan Shiffman’s book, Nature of Code! This event features a “live” coding challenge and book signing by Dan, followed by audio and visual live coding performances by artists in the creative coding community. Come get your signed copy of the book, fun coding train merch, and be one with nature (of code)!", + "date": "2024-09-07", + "time": "19:00", + "host": "Wonderville and The Coding Train", + "type": "In person! 21+", + "url": "https://www.wonderville.nyc/events/nature-of-code-book-party" + } + ] }, "support": { "title": "Support", From a5ca95a8d3a1786e89e7b760485451a9226c1b42 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Tue, 8 Oct 2024 10:48:54 -0400 Subject: [PATCH 2/2] adding nebula slug, fixing typo, also .gitignore update --- .gitignore | 1 + .../ml5/1-classification/image-classification/index.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 442da4b1b..8243ef7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ public .DS_Store _descriptions .netlify +google-credentials/ diff --git a/content/videos/ml5/1-classification/image-classification/index.json b/content/videos/ml5/1-classification/image-classification/index.json index 3dab0d85b..ea314ced2 100644 --- a/content/videos/ml5/1-classification/image-classification/index.json +++ b/content/videos/ml5/1-classification/image-classification/index.json @@ -1,7 +1,8 @@ { "title": "Image Classification", - "description": "This video covers image classification in ml5.js 1.0. I demonstrate both the default MobileNet model as well as how to train your own classifier with transfer leraning and teachable machine.", + "description": "This video covers image classification in ml5.js 1.0. I demonstrate both the default MobileNet model as well as how to train your own classifier with transfer learning and teachable machine.", "videoId": "pbjR20eTLVs", + "nebulaSlug": "codingtrain-image-classification-with-ml5js", "date": "2024-10-06", "languages": ["ml5.js", "JavaScript"], "topics": ["machine learning (ML)", "webcam", "image classification", "ml5.js", "MobileNet"],