Skip to content

Commit 5347251

Browse files
authored
Merge pull request #18 from SauquetAlex/master
Minor fixes
2 parents 6254e19 + cdc99c4 commit 5347251

3 files changed

Lines changed: 102 additions & 78 deletions

File tree

src/pages/accelerator.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const { site } = Astro;
1010
const description = "ML@Purdue Accelerator Program";
1111
1212
const timelineItems = [
13-
{ phase: "Weeks 1-12", title: "Foundations", description: "Workshops and mini projects covering ML fundamentals" },
14-
{ phase: "Weeks 13-14", title: "Capstone", description: "Build a project of your choice with your mentor group" },
13+
{ phase: "Weeks 1-9", title: "Foundations", description: "Workshops and mini projects covering ML fundamentals" },
14+
{ phase: "Weeks 10-13", title: "Capstone", description: "Build a project of your choice with your mentor group" },
1515
{ phase: "Finale", title: "Symposium", description: "Present your capstone project at the ML@P Symposium" },
1616
];
1717
---

src/pages/projects.astro

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -199,22 +199,20 @@ const description = "ML@Purdue Website";
199199
competitive (~20-30% acceptance) and require demonstrated ML
200200
experience or strong technical background.
201201
</p>
202+
<p class="text-gray-300">Applications work in two phases:</p>
203+
<ul class="mt-2 list-inside list-disc text-gray-300">
204+
<li>
205+
A general application form consisting of general information
206+
about yourself, your resume, and an ML assessment (or
207+
equivalent for non-ML roles).
208+
</li>
209+
<li>
210+
A project selection form to indicate your interest in a
211+
project. This usually releases after all new projects have
212+
been announced.
213+
</li>
214+
</ul>
202215
<p class="text-gray-300">
203-
Applications work in two phases:
204-
</p>
205-
<ul class="mt-2 list-inside list-disc text-gray-300">
206-
<li>
207-
A general application form consisting of general information
208-
about yourself, your resume, and an ML assessment (or
209-
equivalent for non-ML roles).
210-
</li>
211-
<li>
212-
A project selection form to indicate your interest in a
213-
project. This usually releases after all new projects have
214-
been announced.
215-
</li>
216-
</ul>
217-
<p class="text-gray-300">
218216
To be considered for a project, you must complete both phases. A
219217
project manager will review your application and select you for
220218
a project if they believe you to be a good fit. The project
@@ -235,10 +233,16 @@ const description = "ML@Purdue Website";
235233
<div>
236234
<h3 class="font-bold text-purple-400">Not Ready Yet?</h3>
237235
<p class="text-gray-300">
238-
Join the <a
239-
href="/accelerator"
240-
class="font-black">Accelerator Program</a
241-
> and build up the skills you need to succeed in our projects.
236+
Join the <a href="/accelerator" class="font-black"
237+
>Accelerator Program</a
238+
> and build up the skills you need to succeed in our projects. We
239+
also recommend that you read through the <a
240+
href="https://d2l.ai/"
241+
class="font-black"
242+
>
243+
Dive into Deep Learning online textbook
244+
</a>
245+
to gain a solid foundation in machine learning.
242246
</p>
243247
</div>
244248
</div>

src/pages/reading-group.astro

Lines changed: 77 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -35,65 +35,85 @@ const description = "ML@Purdue Website";
3535
>
3636
<Header fixed />
3737
<br />
38-
<article class="pt-10 mt-11 w-[90vw] max-w-[80ch]">
39-
<ContentSection id="workshops" title="READING GROUP">
40-
<div
41-
class="flex w-screen border-y-[1px] border-purple-500 -mt-6 py-6"
42-
>
43-
<p class="max-w-[75%] pl-8 text-sm">
44-
At the heart of research lies a <a class="font-black" href="https://arxiv.org/stats/monthly_submissions">mountain of papers</a>.
45-
It is hard to keep up with the field individually, since breakthroughs are made and published every single day.
46-
<br><br>
47-
The reading group’s objective is to work together to make keeping up a manageable task. Every week, a person or a group of people present
48-
a research paper or book chapter they find interesting. If you participate, you will have studied ~15 new papers through the semester!
49-
</p>
50-
</div>
51-
</ContentSection>
38+
<article class="mt-11 w-[90vw] max-w-[80ch] pt-10">
39+
<ContentSection id="workshops" title="READING GROUP">
40+
<div class="-mt-6 flex w-screen border-y-[1px] border-purple-500 py-6">
41+
<p class="max-w-[75%] pl-8 text-sm">
42+
At the heart of research lies a <a
43+
class="font-black"
44+
href="https://arxiv.org/stats/monthly_submissions"
45+
>mountain of papers</a
46+
>. It is hard to keep up with the field individually, since
47+
breakthroughs are made and published every single day.
48+
<br /><br />
49+
The reading group’s objective is to work together to make keeping up
50+
a manageable task. Every week, a person or a group of people present
51+
a research paper or book chapter they find interesting. If you participate,
52+
you will have studied ~15 new papers through the semester!
53+
<br /><br />
54+
If you'd like to present, please check out our <a
55+
href="https://discord.gg/KphYQFSVsu"
56+
class="font-black">Discord server</a
57+
>. We recommend checking out <a
58+
href="https://huggingface.co/papers/trending"
59+
class="font-black">HuggingFace's trending papers</a
60+
> to find interesting papers to present.
61+
</p>
62+
</div>
63+
</ContentSection>
5264

53-
<Spacer y={150} />
54-
<ContentSection id="workshopArchive" title="ARCHIVE">
55-
<div
56-
class="flex w-screen border-y-[1px] border-purple-500 -mt-6 py-6"
57-
>
58-
<p class="max-w-[75%] pl-8 text-sm">
59-
Every week, usually on Thursdays from 8pm-9pm. Location in the table.
60-
</p>
61-
</div>
62-
{
63-
RGItems.map(({ date, topic, leading, status, room, domain, extra }) => (
64-
<section class="relative flex w-screen border-b-[1px] border-purple-500 -mt-4 h-[34vh] lg:h-[30vh]">
65-
<div class="flex flex-col justify-between items-end border-r-[1px] h-[34vh] lg:h-[30vh] w-[30vw] lg:w-[26vw] text-right border-purple-500 p-2 lg:p-4">
66-
<div class="flex flex-col items-end">
67-
<h2 class="text-xs lg:text-sm leading-snug">{date}</h2>
68-
{room && (<h2 class="text-xs lg:text-sm leading-snug">{room}</h2>)}
69-
</div>
70-
<span class="bg-purple-900 ml-3 text-white rounded-md py-1 px-4 text-xs leading-snug">
71-
{status}
72-
</span>
73-
</div>
65+
<Spacer y={150} />
66+
<ContentSection id="workshopArchive" title="ARCHIVE">
67+
<div class="-mt-6 flex w-screen border-y-[1px] border-purple-500 py-6">
68+
<p class="max-w-[75%] pl-8 text-sm">
69+
Every week, usually on Thursdays from 8pm-9pm. Location in the
70+
table.
71+
</p>
72+
</div>
73+
{
74+
RGItems.map(
75+
({ date, topic, leading, status, room, domain, extra }) => (
76+
<section class="relative -mt-4 flex h-[34vh] w-screen border-b-[1px] border-purple-500 lg:h-[30vh]">
77+
<div class="flex h-[34vh] w-[30vw] flex-col items-end justify-between border-r-[1px] border-purple-500 p-2 text-right lg:h-[30vh] lg:w-[26vw] lg:p-4">
78+
<div class="flex flex-col items-end">
79+
<h2 class="leading-snug text-xs lg:text-sm">{date}</h2>
80+
{room && (
81+
<h2 class="leading-snug text-xs lg:text-sm">{room}</h2>
82+
)}
83+
</div>
84+
<span class="ml-3 rounded-md bg-purple-900 py-1 px-4 leading-snug text-white text-xs">
85+
{status}
86+
</span>
87+
</div>
7488

75-
<div class="flex flex-col lg:justify-center pt-2 lg:pt-0 h-full pl-2 lg:pl-4">
76-
<span class="orbitron text-xl lg:text-2xl max-w-[63vw] leading-tight mb-1">{topic}</span>
77-
<div class="flex flex-wrap gap-2">
78-
{domain.map((a) => (
79-
<span class="whitespace-nowrap bg-gray-700 text-white rounded-md py-1 px-3 text-xs leading-snug">
80-
{a}
81-
</span>
82-
))}
83-
</div>
84-
<h2 class="text-sm lg:text-base mt-2">
85-
{leading}
86-
{extra && (
87-
<a href={extra} class="bg-purple-900 hover:bg-purple-100 mx-2 text-white rounded-md py-1 px-4 text-xs leading-snug">
88-
learn more!
89-
</a>
90-
)}
91-
</h2>
92-
</div>
93-
</section>
94-
))
95-
}
96-
</ContentSection>
89+
<div class="flex h-full flex-col pt-2 pl-2 lg:justify-center lg:pt-0 lg:pl-4">
90+
<span class="orbitron mb-1 max-w-[63vw] leading-tight text-xl lg:text-2xl">
91+
{topic}
92+
</span>
93+
<div class="flex flex-wrap gap-2">
94+
{domain.map((a) => (
95+
<span class="whitespace-nowrap rounded-md bg-gray-700 py-1 px-3 leading-snug text-white text-xs">
96+
{a}
97+
</span>
98+
))}
99+
</div>
100+
<h2 class="mt-2 text-sm lg:text-base">
101+
{leading}
102+
{extra && (
103+
<a
104+
href={extra}
105+
class="mx-2 rounded-md bg-purple-900 py-1 px-4 leading-snug text-white text-xs hover:bg-purple-100"
106+
>
107+
learn more!
108+
</a>
109+
)}
110+
</h2>
111+
</div>
112+
</section>
113+
)
114+
)
115+
}
116+
</ContentSection>
97117
</article>
98118
<Footer />
99119
</body>

0 commit comments

Comments
 (0)