Skip to content

Commit ef20a48

Browse files
committedOct 30, 2024·
Small fix in css and added thesis
1 parent a6c2d53 commit ef20a48

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed
 

‎projects.html

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ <h2>Quantum Error Mitigation with Autoencoders - <a href="https://github.com/Qua
3535
<p>This is the introductory section of your website.</p>
3636
</section>
3737

38+
39+
<section id="thesis">
40+
<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>
43+
44+
</section>
45+
3846
</main>
3947

4048
<!-- Footer Section -->

‎styles.css

+9-3
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.3s ease, font-size 0.3s ease;
26+
transition: padding 0.8s ease, font-size 0.8s ease;
2727
z-index: 1000;
2828

2929

@@ -36,16 +36,19 @@ header {
3636
text-align: center;
3737
justify-content: space-between;
3838
align-items: center;
39-
transition: padding 0.3s ease, font-size 0.3s ease;
39+
transition: padding 0.8s ease, font-size 0.8s ease;
4040
z-index: 56;
4141
padding: 10px 10px;
4242
}
4343
.header-small h1 {
4444
font-size: 18px;
4545
}
46+
.header-small h3 {
47+
font-size: 0px;
48+
}
4649
.header-small .header-image{
4750
width: 50px; /* Set a fixed width for the image */
48-
height: 50px; /* Maintain aspect ratio */
51+
height: auto; /* Maintain aspect ratio */
4952
margin-right: 10px; /* Space between image and heading */
5053
padding: 0.3rem 0;
5154
}
@@ -85,6 +88,7 @@ header h1 {
8588
padding: 0.3rem 0;
8689
max-width: 1200px;
8790
margin: auto;
91+
color: #fff;
8892
}
8993

9094
nav ul {
@@ -140,6 +144,8 @@ h2 {
140144
margin-bottom: 1rem;
141145
}
142146

147+
148+
143149
p {
144150
margin-bottom: 1rem;
145151
}

0 commit comments

Comments
 (0)
Please sign in to comment.