-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAIInHealthcare.html
More file actions
42 lines (41 loc) · 3.03 KB
/
AIInHealthcare.html
File metadata and controls
42 lines (41 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" \>
<meta name="author" content="Matthew Widdop" \>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/style.css" \>
<link rel="stylesheet" type="text/css" href="styles/AIInHealthcare.css" \>
<script src="scripts/theme.js" defer></script>
<title>AI in Healthcare</title>
</head>
<body>
<ul class="nav nav-pills nav-fill">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gaming.html">Gaming benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="AIInHealthcare.html">AI in healthcare</a>
</li>
<li class="nav-item">
<a class="nav-link" href="communication.html">Benefits of communications</a>
</li>
</ul>
<h1>AI in Healthcare</h1>
<button id="colourSwitch" type="button">Switch to dark mode</button>
<p>AI has made various contributions to the healthcare sector.</p>
<h2>Alphafold and protein folding</h2>
<p>Protein folding refers to the way in which a chain of amino acids folds to form proteins. The order of the amino acids determines how the amino acids fold together, and hence the function of the protein.</p>
<p>The structure of proteins can be determined expreimentally through the use of techniques like x-ray crystallography and nuclear magnetic resonance [<a href="#r1">1</a>], but these techniques are time consuming and expensive. Due to the trial and error nature of x-ray crystallography, you can expect to find the structure of a protein within a few days or weeks [<a href="#r2">2</a>]. On the other hand, alphafold can find the shape of the protein "within a few days" [<a href="#r1">1</a>]</p>
<h2>References</h2>
<ul id="references">
<li id="r1">[1] Heaven, W.D. (2020). DeepMind's protein-folding AI has solved a 50-year-old grand challenge of biology. [online] MIT Technology Review. Available at: https://www.technologyreview.com/2020/11/30/1012712/deepmind-protein-folding-ai-solved-biology-science-drugs-disease [Accessed 28 Oct 2025].</li>
<li id="r2">[2] John Innes Centre. (2020). What is Protein X-Ray Crystallography? | John Innes Centre. [online] Available at: https://www.jic.ac.uk/blog/what-is-protein-x-ray-crystallography [Accessed 28 Oct. 2025].</li>
</ul>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</body>
</html>