Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Journal Clubs emoji and replace Tutorials Team members #5

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion our-initiatives/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the 2023/24 academic year, the UCL Artificial Intelligence Society [Machine L
## 🚀 AI Foundry
[AI Foundry](/our-initiatives/ai-foundry) is a startup generator/incubator arm of UCL Artificial Intelligence Society. Through a thorough mentoring, series of recurring workshops, and pitching opportunities, we seek to empower students with the potential to become AI startup founders.

## 📝 Journal Club
## 📚 Journal Club
The UCL Artificial Intelligence Society runs regular [journal club sessions](/our-initiatives/journal-club) at which leading researchers in both academia and industry share the latest developments in the world of artificial intelligence and machine learning.

## 🌍 ClimateHack.AI 2023
Expand Down
5 changes: 3 additions & 2 deletions our-initiatives/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ If you have any questions about our content or machine learning more generally,
This academic year, the tutorial series is being delivered by the following people:

- [Angela Yu](#) (Head of Tutorials)
- [Damien Bose](#) (Tutorial Officer)
- [Sid Charaschanya](#) (Tutorial Officer)
- [Damien Bose](#) (ML Officer)
- [Suhail Merali](#) (ML Officer)
- [Arham Ali](#) (Tutorials Reviewer)

## DOXA Challenges

Expand Down
16 changes: 12 additions & 4 deletions src/data/committee.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,25 @@ const committee = {
},
{
name: 'Damien Bose',
position: 'Tutorial Officer',
position: 'ML Officer',
image: '',
course: 'MEng Mathematical Computation (4th year)',
languages: '',
fact: '',
},
{
name: 'Sid Charaschanya',
position: 'Tutorial Officer',
name: 'Suhail Merali',
position: 'ML Officer',
image: '',
course: 'MEng Mathematical Computation (3rd year)',
course: '',
languages: '',
fact: '',
},
{
name: 'Arham Ali',
position: 'Tutorials Reviewer',
image: '',
course: '',
languages: '',
fact: '',
},
Expand Down