-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuture.html
42 lines (36 loc) · 1.52 KB
/
future.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your website description here">
<meta name="keywords" content="keyword1, keyword2, keyword3">
<meta name="author" content="Your Name">
<title>Quantum4HEP - Future Ideas</title>
<!-- Link to CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Link to Font or Icon libraries (optional) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<!-- Include any external JavaScript or CSS libraries (optional) -->
</head>
<body>
<!-- Header Section -->
<div id="header"></div>
<!-- Main Content Section -->
<main>
<section id="home">
<h2>Track Finding and/or Reconstruction in LHC-like experiment</h2>
<p>Material:
<ul>
<li>A Pattern Recognition Algorithm for Quantum Annealers <a href="https://arxiv.org/abs/1902.08324"><b>Article</b></a></li>
<li>Multi-object tracking with representations of the symmetric group <a href="https://proceedings.mlr.press/v2/kondor07a.html"><b>Article</b></a></li>
</ul></p>
</section>
</main>
<!-- Footer Section -->
<div id="footer"></div>
<!-- Link to JavaScript file (optional) -->
<script src="script.js"></script>
</body>
</html>