-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (43 loc) · 2.14 KB
/
index.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
43
44
45
46
47
48
49
50
51
<!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 - Homepage</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>Welcome to Our Website</h2>
<p>Quantum4HEP is a small group of researchers dedicated to develop quantum algorithms for the High Energy Physics (HEP) field of study. It started with the collaboration of three PhD students at the University of Bologna, two in physics and one in data science and computation specialized in quantum computing, as a way to bridge the gap between the theoretical advantages of this new technology and their practical applications.</p>
</section>
<section id="conf">
<h2>Conferences and Pubblications</h2>
<ul>
<li>Parallel talk @ 22nd International Workshop on Advanced Computing and Analysis Techniques in Physics Research (ACAT2024): <br><a href="https://indico.cern.ch/event/1330797/contributions/5796497">QUnfold: Quantum Annealing for Distributions Unfolding in High-Energy Physics </a></li>
</ul>
</section>
<!--
<section id="services">
<h2>Our Services</h2>
<p>Describe the services or products you offer here.</p>
</section>-->
</main>
<!-- Footer Section -->
<div id="footer"></div>
<!-- Link to JavaScript file (optional) -->
<script src="script.js"></script>
</body>
</html>