Skip to content

Commit 2dbaa2b

Browse files
Merge branch 'website_update' of https://github.com/UCLAIS/UCLAIS.github.io into website_update
2 parents 55f4606 + 1526b9a commit 2dbaa2b

File tree

12 files changed

+208
-1
lines changed

12 files changed

+208
-1
lines changed

blog/2024-10-20-nobel-prizes-2024.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
slug: nobel-prizes-2024
3+
title: >-
4+
AI and the Protein Revolution: Reshaping Our Future
5+
subtitle: Reshaping Our Future
6+
authors: [sofiya]
7+
tags: [nobel prize, chemistry]
8+
---
9+
10+
**Demis Hassabis**, CEO of DeepMind, junior chess prodigy, former game developer and, of course, UCL alumnus, made headlines last week by joining the ranks of Nobel Laureates in Chemistry. He and his colleague, **John M. Jumper**, senior science researcher at DeepMind, achieved a game-changing breakthrough by pioneering new methods for predicting protein structures with Artificial Intelligence, and were awarded the half the Nobel Prize for their efforts.​
11+
12+
Along with that, **David Baker**, professor of biochemistry and Director of the Institute for Protein Design at the University of Washington has been awarded the other half of the 2024 Nobel Prize in Chemistry for computational protein design.
13+
14+
These breakthroughs introduce us to a golden era of science and completely rewrite our future. And here's why we must talk about it.
15+
16+
### David Baker
17+
18+
*“In nature, proteins are the miniature machines that carry out all the important jobs: we can think, we can move, we can digest food, plants can capture energy from the sunlight and everything that happens in the living organism is due to proteins. We can use proteins to solve problems that evolution did not manage to solve.”* - David Baker.
19+
20+
Each protein chain folds into its own characteristic shape and the folding process is very precise. The shape of a folded protein chain is what defines its biological functions. However, there are so many different shapes a protein can adopt, which made the protein problem so difficult and rendered it unsolved for over 50 years. Up until now.
21+
22+
The gigantic increase in computing power since the problem’s discovery now enables us to design tens of thousands of new proteins with new shapes and new functions. There are now over 10<sup>130</sup> different designs we can explore using computation, enormously larger than the total number of proteins that have existed since life on earth began. After creation, we can extract the proteins, and then determine their functions and whether they are safe.
23+
24+
Today we face challenges such as serious ecological threats as well as new diseases evolving, and we do not have millions of years to wait for the discovery of the right proteins. But using computational design tools, we can now build these completely new multi-purpose proteins.
25+
26+
### John M. Jumper and Demis Hassabis
27+
28+
The AI system *AlphaFold2* by DeepMind is the first non-experimental method that can predict the complex structure of any known protein in nature, also solving the "50-year grand challenge", in the words of Hassabis himself. This system can predict the way a protein folds based on the amino acid sequence it consists of, which enables us to create proteins that can perform very specific functions and help us drive humanity's development.
29+
30+
Until very recently it could take research biologists a year to get a single answer about a 3D shape of a protein fold; now we have a machine learning algorithm that can do the same in 5-10 minutes.
31+
32+
![Alt text](/img/blog/nobel-prize-1.png)
33+
34+
The program consists of three stages: database search and preprocessing, *EvoFormer*, and structure model.
35+
36+
**Database search and preprocessing.** A sequence of amino acids is entered, and *AlphaFold* compares it to records from several databases to extract similar sequences from other organisms. It also creates a pair representation of this input sequence, showing pairs of amino acid residues that are close together in 3D space within the target protein. Residue is the part of an amino acid that remains after it forms a peptide chain with other amino acids, and water is removed.
37+
38+
***EvoFormer*** is a unique *AlphaFold* neural network that looks for relationships in residue pairs of the input sequence. It also evaluates the relationship within any two residues, which can be thought of as nodes in NNs. These calculations are carried out 48 times before forming a refined model of residue pair representations.
39+
40+
Finally, **the Structure Model** is another neural network that takes the previously refined model and performs rotation and translation on it to create a prediction of what its 3D protein structure looks like.
41+
42+
These newly developed proteins can fight cancer, break down plastic waste, and develop vaccines for respiratory diseases among many other uses. This intersection of biology and AI in 2024 can help us uncover the secrets of life, fight diseases, and even address the overwhelming climate challenges of today and the future.

blog/authors.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ charlie:
2222
anthony:
2323
name: Anthony Nkyi
2424
title: Head of Content
25-
image_url: /img/committee/anthony_nkyi.jpeg
25+
image_url: /img/committee/anthony_nkyi.jpeg
26+
27+
sofiya:
28+
name: Sofiya Flenova
29+
title: Content Executive
30+
image_url: /img/committee/sofiya_flenova.jpeg

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ const config = {
120120
label: 'Our Initiatives',
121121
},
122122
{ to: '/blog', label: 'Blog', position: 'left' },
123+
{
124+
to: '/our-initiatives/holistic-ai-hackathon',
125+
label: 'Holistic AI Hackathon',
126+
position: 'left',
127+
},
123128
{
124129
href: 'https://dashboard.mailerlite.com/forms/364819/102382926138704937/share',
125130
label: 'Newsletter 🗞️',
@@ -159,6 +164,10 @@ const config = {
159164
label: 'Journal Club',
160165
to: '/our-initiatives/journal-club',
161166
},
167+
{
168+
label: 'Holistic AI x UCL AI Society Hackathon',
169+
to: '/our-initiatives/holistic-ai-hackathon',
170+
},
162171
],
163172
},
164173
{

our-initiatives/holistic-ai.mdx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
id: holistic-ai-hackathon
3+
title: Holistic AI x UCL AI Society Hackathon
4+
sidebar_label: Holistic AI x UCL AI Society Hackathon
5+
---
6+
7+
<div className="hackathon-hero">
8+
<div className="hackathon-logos">
9+
<img src="/img/hackathon-announcement.png" alt="Holistic AI Logo" className="hackathon-logo" />
10+
</div>
11+
12+
<div className="hackathon-details">
13+
<h1>Holistic AI x UCL AI Society Hackathon</h1>
14+
<div className="event-metadata">
15+
<p>📅 <strong>Date:</strong> 23 — 24 November 2024</p>
16+
<p>📍 <strong>Location:</strong> IOE, UCL's Faculty of Education and Society</p>
17+
<p>🏢 <strong>Address:</strong> 20 Bedford Way, London WC1H 0AL, United Kingdom</p>
18+
</div>
19+
20+
<div className="cta-button">
21+
<a href="https://www.eventbrite.co.uk/e/holistic-ai-x-ucl-hackathon-tickets-1056612328919" className="button button--primary button--lg">
22+
Register Now
23+
</a>
24+
</div>
25+
</div>
26+
</div>
27+
28+
## About the Event
29+
30+
An exciting opportunity for students to utilize our resource library at Holistic AI to drive create a multi-objective optimization pipeline that balances balance across all dimensions while maintaining overall system performance, or create models that combine bias while providing reliable, human-understandable explanations for user predictions.
31+
32+
Participants will demonstrate their ability to integrate advanced machine learning techniques with ethical considerations, ensuring that their models are trustworthy and effective in real-world classification tasks.
33+
34+
## The Tracks
35+
36+
<div className="tracks-container">
37+
<div className="track-card">
38+
<h3>Track 1</h3>
39+
<p><strong>Multi-Objective Optimization for AI Trustworthiness in Tabular Data Classification</strong></p>
40+
</div>
41+
42+
<div className="track-card">
43+
<h3>Track 2</h3>
44+
<p><strong>Building Trustworthy Models for Stereotype Classification in Text Data</strong></p>
45+
</div>
46+
</div>

src/css/custom.css

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,92 @@
5353
.footer {
5454
--ifm-footer-background-color: #0B0B0B;
5555
}
56+
57+
/* Holistic Ai hackathon */
58+
.hackathon-hero {
59+
background: var(--ifm-color-primary);
60+
color: white;
61+
padding: 4rem 2rem;
62+
margin: 0 0 2rem 0;
63+
width: 100%;
64+
box-sizing: border-box;
65+
border-radius: 10px
66+
}
67+
68+
.hackathon-logos {
69+
display: flex;
70+
align-items: center;
71+
gap: 2rem;
72+
margin-bottom: 2rem;
73+
flex-wrap: wrap;
74+
}
75+
76+
.hackathon-logo {
77+
height: 80px;
78+
width: auto;
79+
}
80+
81+
.hackathon-details {
82+
max-width: 800px;
83+
margin: 0 auto;
84+
}
85+
86+
.event-metadata {
87+
background: rgba(255, 255, 255, 0.1);
88+
padding: 1.5rem;
89+
border-radius: 8px;
90+
margin: 2rem 0;
91+
}
92+
93+
.tracks-container {
94+
display: grid;
95+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
96+
gap: 2rem;
97+
margin: 2rem 0;
98+
}
99+
100+
.track-card {
101+
background: #ffffff;
102+
padding: 1.5rem;
103+
border-radius: 10px;
104+
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
105+
border: 2px solid black;
106+
transition: all 0.2s ease;
107+
}
108+
109+
.track-card:hover {
110+
transform: translateY(-4px);
111+
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
112+
border: 2px solid #333333;
113+
}
114+
.hackathon-hero .cta-button {
115+
display: flex;
116+
justify-content: center;
117+
margin: 2rem 0;
118+
}
119+
120+
.hackathon-hero .cta-button a {
121+
background-color: white;
122+
color: var(--ifm-color-primary);
123+
padding: 0.8rem 2rem;
124+
border-radius: 4px;
125+
font-weight: 600;
126+
text-decoration: none;
127+
display: inline-block;
128+
transition: all 0.2s ease;
129+
}
130+
131+
.hackathon-hero .cta-button a:hover {
132+
background-color: rgba(255, 255, 255, 0.9);
133+
transform: translateY(-2px);
134+
}
135+
136+
@media (max-width: 768px) {
137+
.hackathon-hero {
138+
padding: 2rem 1rem;
139+
}
140+
141+
.hackathon-logo {
142+
height: 60px;
143+
}
144+
}

src/data/committee.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,22 @@ const committee = {
5656
ai_concept: '',
5757
fact: '',
5858
},
59+
{
60+
name: 'Rivan Chanian',
61+
position: 'Content Executive',
62+
image: 'rivan_chanian.jpg',
63+
course: 'MEng Mathematical Computation (2nd Year)',
64+
ai_concept: '',
65+
fact: '',
66+
},
67+
{
68+
name: 'Sofiya Flenova',
69+
position: 'Content Executive',
70+
image: 'sofiya_flenova.jpeg',
71+
course: 'MEng Robotics and AI (1st Year)',
72+
ai_concept: '',
73+
fact: '',
74+
},
5975
// {
6076
// name: 'Charlie Harrison',
6177
// position: 'Content Executive',

static/img/blog/nobel-prize-1.png

56.4 KB
Loading
438 KB
Loading
46.6 KB
Loading
454 KB
Loading

0 commit comments

Comments
 (0)