Skip to content

Commit a390aac

Browse files
authored
Merge pull request #26 from kabirdjain/reading_group
update reading group
2 parents 4c06512 + 0d09497 commit a390aac

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

src/data-entries.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,23 @@ export const workshopItems: Array<WorkshopItem> = [
187187
// READING GROUPS
188188
// input most recent ones at top
189189
export const RGItems: Array<RGItem> = [
190+
{
191+
date: "February 19, 2026",
192+
topic: "Steering Vectors",
193+
leading: "Kabir Jain",
194+
status: "completed",
195+
room: "WALC 2127",
196+
domain: ["Theory"],
197+
slides: "https://drive.google.com/file/d/1b_-fDqS1euBtMB1JxY9UFPKLRpnNADmV/view?usp=sharing"
198+
},
190199
{
191200
date: "February 5, 2026",
192201
topic: "Modern Vision Transformers",
193202
leading: "Manav Gagvani",
194203
status: "completed",
195204
room: "WALC 2127",
196205
domain: ["CV"],
206+
slides: "https://drive.google.com/file/d/1HWrDCgeIXA7J_PrCQF_pNW0iyAUglvT1/view?usp=sharing"
197207
},
198208
{
199209
date: "January 29, 2026",
@@ -202,6 +212,7 @@ export const RGItems: Array<RGItem> = [
202212
status: "completed",
203213
room: "WALC 2127",
204214
domain: ["Theory", "NLP"],
215+
slides: "https://drive.google.com/file/d/1cx9Bm28anw8rHmURm-RaEE5uA2dE8eZB/view?usp=sharing"
205216
},
206217
{
207218
date: "December 4, 2025",
@@ -210,6 +221,7 @@ export const RGItems: Array<RGItem> = [
210221
status: "completed",
211222
room: "LWSN B151",
212223
domain: ["Applied AI", "LLM", "RL"],
224+
slides: "https://drive.google.com/file/d/1IMjvxS90jZiqluHGlm5nabFvJ9TTZ_Y3/view?usp=sharing"
213225
},
214226
{
215227
date: "November 20, 2025",
@@ -218,6 +230,7 @@ export const RGItems: Array<RGItem> = [
218230
status: "completed",
219231
room: "WALC 3132",
220232
domain: ["Applied AI", "Optimization"],
233+
slides: "https://drive.google.com/file/d/1DxrskSdykx9M4aXCuTQcwrv1SvtkpQF2/view?usp=sharing"
221234
},
222235
{
223236
date: "November 13, 2025",
@@ -235,6 +248,7 @@ export const RGItems: Array<RGItem> = [
235248
room: "WALC 3132",
236249
domain: ["Theory", "Optimizers"],
237250
video: "https://youtu.be/llPtooDHF3s?si=GU7xrNAp3IJ2hHuv",
251+
slides: "https://drive.google.com/file/d/1wpd8o-6ILtq876r_pb5MxusR8IrDxFSI/view?usp=sharing"
238252
},
239253
{
240254
date: "October 9, 2025",
@@ -244,6 +258,7 @@ export const RGItems: Array<RGItem> = [
244258
room: "WALC 3132",
245259
domain: ["Theory", "Optimizers"],
246260
video: "https://youtu.be/uojMg0gC_1o?si=y5rJNM_kcHhzR4LR",
261+
slides: "https://drive.google.com/file/d/1ifhUc-ucXakdrL5aY_6jHHWKGuucelrP/view?usp=sharing"
247262
},
248263
{
249264
date: "October 2, 2025",
@@ -261,6 +276,7 @@ export const RGItems: Array<RGItem> = [
261276
status: "completed",
262277
room: "WALC 3132",
263278
domain: ["NLP"],
279+
slides: "https://docs.google.com/presentation/d/1vbhXnvhkoKzISZ3SV39-tpF263bvPd9HGlrcL8QrUgg"
264280
},
265281
{
266282
date: "September 9, 2025",
@@ -270,6 +286,7 @@ export const RGItems: Array<RGItem> = [
270286
room: "WALC 3132",
271287
domain: ["Rendering"],
272288
video: "https://youtu.be/-1Y7AFLMDos?si=4xbWrdZtqezdDs-0",
289+
slides: "https://drive.google.com/file/d/1GKAeNIPlMRNdBF9VZ2DqiDcs0ZkmsRR8/view?usp=sharing"
273290
},
274291
{
275292
date: "April 24, 2025",

src/pages/reading-group.astro

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,20 @@ const description = "ML@Purdue Website";
4646
>. It is hard to keep up with the field individually, since
4747
breakthroughs are made and published every single day.
4848
<br /><br />
49-
The reading group’s objective is to work together to make keeping up
49+
Our club's reading group’s aims to work together to make keeping up
5050
a manageable task. Every week, a person or a group of people present
5151
a research paper or book chapter they find interesting. If you participate,
5252
you will have studied ~15 new papers through the semester!
5353
<br /><br />
54-
If you'd like to present, please check out our <a
54+
If presenting is of interest to you, please fill out the <a
55+
href="https://forms.gle/9x1Pgda8pgW5F7nB7"
56+
class="font-black"> interest form</a> and check out our <a
5557
href="https://discord.gg/KphYQFSVsu"
5658
class="font-black">Discord server</a
5759
>. We recommend checking out <a
5860
href="https://huggingface.co/papers/trending"
5961
class="font-black">HuggingFace's trending papers</a
60-
> to find interesting papers to present.
62+
> to find interesting papers to present on.
6163
</p>
6264
</div>
6365
</ContentSection>
@@ -66,8 +68,7 @@ const description = "ML@Purdue Website";
6668
<ContentSection id="workshopArchive" title="ARCHIVE">
6769
<div class="-mt-6 flex w-screen border-y-[1px] border-purple-500 py-6">
6870
<p class="max-w-[75%] pl-8 text-sm">
69-
Every week, usually on Thursdays from 8pm-9pm. Location in the
70-
table.
71+
Every week, usually on Thursdays from 8pm-9pm. Details on past reading groups below.
7172
</p>
7273
</div>
7374
{

0 commit comments

Comments
 (0)