Skip to content

Commit

Permalink
update blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragzq committed Jan 9, 2024
1 parent 38deebf commit 70e0509
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 2 deletions.
Binary file added src/assets/blog/12-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/blog/12-19.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/blog/blog-4.webp
Binary file not shown.
22 changes: 21 additions & 1 deletion src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -74,15 +77,32 @@ const description = "ML@Purdue AIGuide Blog";
<h1 class="font-bold text-3xl text-center">3 (out of many…) Ways Neuroscience Inspired Machine Learning</h1>
<img src={blog3.src} class="mx-auto w-1/3"/>
</a>
<Spacer y={16} />
<a href="https://medium.com/@sigaipurdue/by-brian-song-68d37bd6deb5">
<h1 class="font-bold text-3xl text-center">Remote Sensing 🌎 + ML 🤖 = 🤤</h1>
<img src={blog4.src} class="mx-auto w-1/3"/>
</a>
</ContentSection>
<Spacer y={48} />
<ContentSection id="aiguide-interviews-header" title="Interviews">
<a href="/blog/12-19">
<h1 class="font-bold text-3xl text-center">Forestry/Agriculture/AI with Dr. Jingjing Liang</h1>
<h1 class="font-bold text-xl text-center">December 19, 2023</h1>
<img src={thumbnail1219.src} class="mx-auto w-1/3"/>
</a>
<Spacer y={16} />
<a href="/blog/12-1">
<h1 class="font-bold text-3xl text-center">AI + Governance with Dr. Daniel Schiff</h1>
<h1 class="font-bold text-xl text-center">December 1, 2023</h1>
<img src={thumbnail121.src} class="mx-auto w-1/3"/>
</a>
<Spacer y={16} />
<a href="/blog/10-30">
<h1 class="font-bold text-3xl text-center">AI/Hardware/Neuroscience with Dr. Kaushik Roy </h1>
<h1 class="font-bold text-xl text-center">October 30, 2023</h1>
<img src={thumbnail1030.src} class="mx-auto w-1/3"/>
</a>

<Spacer y={16} />
<a href="/blog/9-29">
<h1 class="font-bold text-3xl text-center">AI in Classrooms with Dr. Lindsay Hamm </h1>
<h1 class="font-bold text-xl text-center">September 29, 2023</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/10-30.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const description = "ML@Purdue AIGuide Blog";
<ContentSection id="aiguide-interviews-header" title="AI/Hardware/Neuroscience with Dr. Kaushik Roy">
<h1 class="font-bold text-xl">October 30, 2023</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4UDgfXdonPE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a target="_blank" href="https://docs.google.com/document/d/1DCsUVkgIuHOGkzOuI8x1mS-Ti1ckWwJTNAJ7f2_Kguc/edit?usp=sharing "><h1 class="font-bold text-xl">Transcript</h1></a>
<a target="_blank" href="https://docs.google.com/document/d/1DCsUVkgIuHOGkzOuI8x1mS-Ti1ckWwJTNAJ7f2_Kguc/edit?usp=sharing "><h1 class="font-bold text-xl underline decoration-dotted ">Link to transcript</h1></a>

</ContentSection>
</article>
Expand Down
48 changes: 48 additions & 0 deletions src/pages/blog/12-1.astro
Original file line number Diff line number Diff line change
@@ -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";
---

<!DOCTYPE html>
<html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- <meta name="generator" content={generator} /> -->

<title>ML@Purdue - AIGuide Blog</title>
<meta name="description" content={description} />

<!-- social media -->
<meta property="og:title" content="ML@Purdue" />
<meta property="og:type" content="website" />
<meta property="og:description" content={description} />
<meta property="og:image" content="/social.png" />
<meta property="og:url" content={site} />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body
class="h-full overflow-x-hidden bg-default text-default text-base selection:bg-secondary selection:text-white"
>
<Header fixed />
<Spacer y={96} />
<article class="mx-auto mt-20 w-[65vw] max-w-[120ch]">
<ContentSection id="aiguide-interviews-header" title="AI + Governance with Dr. Daniel Schiff">
<h1 class="font-bold text-xl">December 1, 2023</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GmxQp0i3RnM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a target="_blank" href="https://docs.google.com/document/d/1RXnxVbz_IRmLtSMuRI4KxZMXCH7xynajyxt7XJ9qfYM/edit"><h1 class="font-bold text-xl underline decoration-dotted ">Link to transcript</h1></a>

</ContentSection>
</article>
<Footer />
</body>
</html>
48 changes: 48 additions & 0 deletions src/pages/blog/12-19.astro
Original file line number Diff line number Diff line change
@@ -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";
---

<!DOCTYPE html>
<html lang="en" class="h-full motion-safe:scroll-smooth" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- <meta name="generator" content={generator} /> -->

<title>ML@Purdue - AIGuide Blog</title>
<meta name="description" content={description} />

<!-- social media -->
<meta property="og:title" content="ML@Purdue" />
<meta property="og:type" content="website" />
<meta property="og:description" content={description} />
<meta property="og:image" content="/social.png" />
<meta property="og:url" content={site} />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body
class="h-full overflow-x-hidden bg-default text-default text-base selection:bg-secondary selection:text-white"
>
<Header fixed />
<Spacer y={96} />
<article class="mx-auto mt-20 w-[65vw] max-w-[120ch]">
<ContentSection id="aiguide-interviews-header" title="Forestry/Agriculture/AI with Dr. Jingjing Liang">
<h1 class="font-bold text-xl">December 19, 2023</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lUYDrc81nP0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a target="_blank" href="https://docs.google.com/document/d/1AIiyNk9Fuz7ArERNYrBzkfpsH5OpLeuK2sR61XJEZWo/edit"><h1 class="font-bold text-xl underline decoration-dotted ">Link to transcript</h1></a>

</ContentSection>
</article>
<Footer />
</body>
</html>

0 comments on commit 70e0509

Please sign in to comment.