diff --git a/src/assets/blog/12-1.jpeg b/src/assets/blog/12-1.jpeg new file mode 100644 index 0000000..b9ae14f Binary files /dev/null and b/src/assets/blog/12-1.jpeg differ diff --git a/src/assets/blog/12-19.jpeg b/src/assets/blog/12-19.jpeg new file mode 100644 index 0000000..a4b7180 Binary files /dev/null and b/src/assets/blog/12-19.jpeg differ diff --git a/src/assets/blog/blog-4.webp b/src/assets/blog/blog-4.webp new file mode 100644 index 0000000..1d519e8 Binary files /dev/null and b/src/assets/blog/blog-4.webp differ diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f7c972f..6076727 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -12,9 +12,12 @@ import thumbnail917 from "~/assets/blog/9-17.jpg"; import thumbnail923 from "~/assets/blog/9-23.jpg"; import thumbnail929 from "~/assets/blog/9-29.jpg"; import thumbnail1030 from "~/assets/blog/10-30.jpeg"; +import thumbnail121 from "~/assets/blog/12-1.jpeg"; +import thumbnail1219 from "~/assets/blog/12-19.jpeg"; import blog1 from "~/assets/blog/blog-1.webp"; import blog2 from "~/assets/blog/blog-2.png"; import blog3 from "~/assets/blog/blog-3.png"; +import blog4 from "~/assets/blog/blog-4.webp"; const { site } = Astro; const description = "ML@Purdue AIGuide Blog"; @@ -74,15 +77,32 @@ const description = "ML@Purdue AIGuide Blog";

3 (out of many…) Ways Neuroscience Inspired Machine Learning

+ + +

Remote Sensing 🌎 + ML 🤖 = 🤤

+ +
+ +

Forestry/Agriculture/AI with Dr. Jingjing Liang

+

December 19, 2023

+ +
+ + +

AI + Governance with Dr. Daniel Schiff

+

December 1, 2023

+ +
+

AI/Hardware/Neuroscience with Dr. Kaushik Roy

October 30, 2023

- +

AI in Classrooms with Dr. Lindsay Hamm

September 29, 2023

diff --git a/src/pages/blog/10-30.astro b/src/pages/blog/10-30.astro index 3bd2fce..1980ef4 100644 --- a/src/pages/blog/10-30.astro +++ b/src/pages/blog/10-30.astro @@ -39,7 +39,7 @@ const description = "ML@Purdue AIGuide Blog";

October 30, 2023

-

Transcript

+

Link to transcript

diff --git a/src/pages/blog/12-1.astro b/src/pages/blog/12-1.astro new file mode 100644 index 0000000..39f07a4 --- /dev/null +++ b/src/pages/blog/12-1.astro @@ -0,0 +1,48 @@ +--- +import "@fontsource/inter/variable.css"; +import Footer from "~/components/footer.astro"; +import Header from "~/components/header.astro"; +import "~/styles/index.css"; +import ContentSection from "~/components/content-section.astro"; +import Spacer from "~/components/Spacer.astro"; + + +const { site } = Astro; +const description = "ML@Purdue AIGuide Blog"; + +--- + + + + + + + + + ML@Purdue - AIGuide Blog + + + + + + + + + + + +
+ + +