Skip to content

Commit

Permalink
Updated home page to include Discord Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Winch committed Oct 31, 2023
1 parent 96cb57e commit a5835d9
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,32 @@ import Calendar from '@components/Calendar.astro'
We welcome all students regardless of field of study or AI knowledge.
You can check <a href="/constitution.pdf">our constitution</a>.
</section>
<div class="header">
<h1>Current Projects</h2>
<h2>NHL Panic Index Project</h3>
<div class="clear"></div>
</div>
<section class="section">
<p></p> Inspired by youtuber, Shannon Skanes AKA 'The Hockey Guy' and his intriguing 'NHL Panic Index' video series,
<h2 class="title">Current Projects</h2>
<h3 class="title">NHL Panic Index Project</h3>
<p>Inspired by youtuber, Shannon Skanes AKA 'The Hockey Guy' and his intriguing 'NHL Panic Index' video series,
the Undergraduate Artificial Intelligence Society is working on the NHL Panic Index Project.
Our mission is to explore the depths of NHL fandom by harnessing the emerging capabilities of Natural Language Processing (NLP).
By continuously gathering a vast array of sentiments from platforms like Reddit and Twitter,
we are striving to develop a methodology to quantify the prevailing 'panic' or concern tied to each NHL team.
As this project unfolds, we hope to capture the dynamic emotions coursing through the hockey season, offering a novel,
data-driven lens onto the passionate dialogues of fans.
data-driven lens onto the passionate dialogues of fans.</p>

<p>If you would like to join the team message Jacob Winch on discord</p>

<p>We meet every Friday in the Student Innovation Center in CCIS from 5:00pm - 6:00pm!</p>

<h3 class="title">NHL Panic Index Project</h3>
<p> In this project, we’ll learn how to build a bot for Discord using the discord.py Python library.
The bot will initially be able to handle requests and automate various tasks such as keeping track of members and
assigning roles, taking suggestions/feedback from club members, and other features that the team comes up with during
brainstorming sessions. We’ll then further enhance these features and add more functionality such as suggesting learning
resources and opportunities to people based on their level of expertise by integrating AI functionality into the bot, using
tools such as GPT.</p>

<p>If you would like to join the team message Aarush Bhat on discord</p>

<p>We meet every Friday in the Student Innovation Center in CCIS from 4:00pm - 5:00pm!</p>
</section>
<Carousel />
<Calendar />
Expand Down

0 comments on commit a5835d9

Please sign in to comment.