Skip to content

Commit 8169616

Browse files
committed
small updates
1 parent 5e50a1a commit 8169616

File tree

4 files changed

+40
-9
lines changed

4 files changed

+40
-9
lines changed

staff.md contact.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: page
3-
title: Staff
4-
description: A listing of all the course staff members.
3+
title: Contact
4+
description: Our contacts!
55
---
66

7-
# Staff
7+
[Discord](https://discord.gg/eWcbBd7Vcf)
88

9-
Staff information is stored in the `_staffers` directory and rendered according to the layout file, `_layouts/staffer.html`.
9+
<!-- Staff information is stored in the `_staffers` directory and rendered according to the layout file, `_layouts/staffer.html -->
1010

11-
## Instructors
11+
<!-- ## Instructors
1212
1313
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
1414
{% for staffer in instructors %}
@@ -23,4 +23,4 @@ Staff information is stored in the `_staffers` directory and rendered according
2323
{% for staffer in teaching_assistants %}
2424
{{ staffer }}
2525
{% endfor %}
26-
{% endif %}
26+
{% endif %} -->

home.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ SIG-ICPC is for anyone who enjoys competitive programming or challenging algorit
1414

1515
You do not need to be a computer science student to participate in our practices or the ICPC competitions -- we welcome everyone who has an interest in learning algorithmic programming!
1616

17-
In addition to helping in programming competitions, algorithmic problem-solving skills are incredibly helpful for technical interviews. Doing well in ICPC is also a great resume booster for getting a job at a top company.
17+
Here we foster a friendly environment for students to practice and train for not only ICPC, but also to improve their programming and problem solving skills. These skills prove to be beneficial in technical courses, programming interviews, and real life applications.
18+
19+
20+
## What we do:
21+
- [Weekly Meetings](meetings.md) : Brief practice sessions and walkthroughs for anyone practicing algorithmic programming every Thursday. We have ICPC and other competition prep in longer intervals every Saturday (food provided!)
22+
- [Tryouts](tryouts.md) : To compete on UIUC's ICPC team!
23+
- [CS 491-CAP](https://cs491cap-sp25-web.pages.dev/) : A course on Competitive Programming taught by Professor and ICPC Coach [Mattox Beckman](https://mattox.netlify.app/).
1824

1925
## Quick Links
20-
- [Calendar](calendar.md)
26+
- [Meeting Schedule](meetings.md)
2127
- [Discord](https://discord.gg/eWcbBd7Vcf)
2228
- [Sponsor us!](sponsor.md)

meetings.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ description: Listing of course modules and topics.
66

77
# **Meeting Schedule**
88

9-
Join our [Discord](https://discord.gg/eWcbBd7Vcf) for location and times!
9+
**SIG-ICPC welcomes everyone!** You do not need to be a certain skill level to attend any meeting!
10+
11+
Thursday meetings are more beginner-friendly practice sessions that cover general topics that are common in technical interviews.
12+
13+
Saturday meetings are more rigourous and cover more complicated algorithms seen in ICPC and other related competitions. Anyone interested in ICPC is highly encouraged to attend Saturday meetings!
14+
15+
Unless specified, Thursday meetings are 4-6PM at Sidney Lu 2200 and Saturday meetings are 1-6PM at DCL 0440.
16+
17+
Please join our [Discord](https://discord.gg/eWcbBd7Vcf) for location and times!
1018

1119
{% for module in site.modules %}
1220
{{ module }}

tryouts.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: page
3+
title: Tryouts
4+
---
5+
6+
# **Tryouts Information**
7+
8+
9+
<!-- Insert picture here -->
10+
11+
These are tryouts to compete on UIUC's ICPC team for the ICPC Mid Central Regionals!
12+
13+
*Being the top team from UIUC at the ICPC Mid Central Regionals will qualify you to ICPC North America Qualifier (NAQ) and maybe even ICPC World Finals later on! In the past 17 years, our school has advanced to World Finals 15 times. Help us continue this [legacy](about.md)!*
14+
15+
**You do not need to be on the team to attend any of the meetings!**
16+
17+
Tryouts for ICPC Mid Central Regionals 2025 will be available near the beginning of the fall semester. Join our [Discord](https://discord.gg/eWcbBd7Vcf) for updates!

0 commit comments

Comments
 (0)