Skip to content

Commit e229d4f

Browse files
committed
changed bullet lists and homepage
1 parent 24fbff4 commit e229d4f

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,20 @@
2525
<main>
2626
<section id="home">
2727
<h2>Welcome to Our Website</h2>
28-
<p>This is the introductory section of your website.</p>
28+
<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>
2929
</section>
3030

31-
<section id="about">
32-
<h2>About Us</h2>
33-
<p>Write about your company, team, or mission here.</p>
31+
<section id="conf">
32+
<h2>Conferences and Pubblications</h2>
33+
<ul>
34+
<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>
35+
</ul>
3436
</section>
35-
37+
<!--
3638
<section id="services">
3739
<h2>Our Services</h2>
3840
<p>Describe the services or products you offer here.</p>
39-
</section>
41+
</section>-->
4042
</main>
4143

4244
<!-- Footer Section -->

projects.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ <h2>Quantum Error Mitigation with Autoencoders - <a href="https://github.com/Qua
3838

3939
<section id="thesis">
4040
<h2>Thesis supervised</h2>
41-
- QUnfold a quantum annealing-based unfolding tool for HEP: a case study on entangled tt¯ pair production at the ATLAS experiment <a href="https://amslaurea.unibo.it/32515"><b>PDF</b></a><br>
42-
- Machine learning for quantum error mitigation on NISQ devices <a href="https://amslaurea.unibo.it/32365"><b>PDF</b></a>
41+
<ul>
42+
<li>QUnfold a quantum annealing-based unfolding tool for HEP: a case study on entangled tt¯ pair production at the ATLAS experiment <a href="https://amslaurea.unibo.it/32515"><b>PDF</b></a></li>
43+
<li>Machine learning for quantum error mitigation on NISQ devices <a href="https://amslaurea.unibo.it/32365"><b>PDF</b></a></li>
44+
</ul>
4345

4446
</section>
4547

styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ header {
2323
text-align: center;
2424
justify-content: space-between;
2525
align-items: center;
26-
transition: padding 0.8s ease, font-size 0.8s ease;
26+
transition: padding 0.3s ease, font-size 0.3s ease;
2727
z-index: 1000;
2828

2929

@@ -36,7 +36,7 @@ header {
3636
text-align: center;
3737
justify-content: space-between;
3838
align-items: center;
39-
transition: padding 0.8s ease, font-size 0.8s ease;
39+
transition: padding 0.3s ease, font-size 0.3s ease;
4040
z-index: 56;
4141
padding: 10px 10px;
4242
}

0 commit comments

Comments
 (0)