-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch3.html
27 lines (25 loc) · 1023 Bytes
/
research3.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ye Liu Research 1</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href='https://fonts.googleapis.com/css?family=Press Start 2P' rel='stylesheet'>
</head>
<body>
<!-- 导航栏 -->
<nav class="navbar">
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Research</a></li>
<li><a href="index.html">Publication</a></li>
</ul>
</nav>
<!-- 项目介绍 -->
<h1 class="heading">Machine Learning-based Analysis and Prediction of Somatic Hypermutation in B-cell Receptor</h1>
<p>Note that this project is currently in progress, so watch this site for future updates...</p>
<script src="script.js"></script>
</body>
</html>