-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
20 lines (19 loc) · 804 Bytes
/
Copy patharticles.html
File metadata and controls
20 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--SAMUEL SQUIRES-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Links to articles I found interesting">
<meta name="author" content="Samuel Squires"/>
<title>Samuel Squires - Homepage</title>
<!--CSS themes-->
<link href="css/custom-styles.css" rel="stylesheet">
</head>
<body>
<div id="header-placeholder"></div>
<script src="js/loadHeader.js"></script>
<p><a href="https://www.amazon.com/AI-Revolution-Medicine-GPT-4-Beyond/dp/0138200130">The AI revolution in Medicine: GPT-4 and Beyond</a></p>
<a href="https://www.amazon.com/AI-Revolution-Medicine-GPT-4-Beyond/dp/0138200130"><img src="images/article_AI_in_medicine.jpeg"></a>
<!-- <img src="images/article_AI_in_medicine.jpeg"> -->
</body>
</html>