Skip to content

Commit cbe8cbe

Browse files
committed
Experiments with style
1 parent 642e1fc commit cbe8cbe

File tree

12 files changed

+219
-40
lines changed

12 files changed

+219
-40
lines changed

_data/news.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
- date: April 2024
2-
description: 'ANOTHER new website layout'
31
- date: March 2024
42
description: 'Happy to announce that my students paper "Boosting Self-Supervision for Single View Scene Completion via Knowledge Distillation" was accepted to CVPR 2024'
53
- date: November 2023
64
description: 'Our Paper "S4C: Self-Supervised Semantic Scene Completion with Neural Fields" has been accepted as one of the spotlight papers at 3DV 2024'
7-
- date: July 2023
8-
description: 'New website layout'
95
- date: April 2023
106
description: 'Happy to announce that our paper "Learning Correspondence Uncertainty via Differentiable Nonlinear Least Squares" was accepted to CVPR 2023'
117
- date: April 2022

_includes/footer.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="page__footer-follow">
2+
<ul class="social-icons">
3+
{% if site.data.ui-text[site.locale].follow_label %}
4+
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
5+
{% endif %}
6+
7+
{% if site.footer.links %}
8+
{% for link in site.footer.links %}
9+
{% if link.label and link.url %}
10+
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
11+
{% endif %}
12+
{% endfor %}
13+
{% endif %}
14+
</ul>
15+
</div>
16+
17+
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} <a href="{{ site.copyright_url | default: site.url }}">{{ site.copyright | default: site.title }}</a>

_includes/head.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<meta charset="utf-8">
2+
3+
{% include seo.html %}
4+
5+
{% unless site.atom_feed.hide %}
6+
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
7+
{% endunless %}
8+
9+
{%- comment %} https://docs.google.com/presentation/d/1rmxwWa9P6_xHqonmh5ONXRS-jPc5XKbnv99Rjkhe04s/present {% endcomment -%}
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
<script>
13+
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
14+
</script>
15+
16+
<!-- For all browsers -->
17+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
18+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
19+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>
20+
21+
<!-- fonts -->
22+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Arvo">
23+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway">
24+
25+
{% if site.head_scripts %}
26+
{% for script in site.head_scripts %}
27+
<script src="{{ script | relative_url }}"></script>
28+
{% endfor %}
29+
{% endif %}

_layouts/publications.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<link rel="stylesheet" href="/assets/css/fontawesome.all.min.css">
1313
<link rel="stylesheet" href="/assets://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
1414
<link rel="stylesheet" href="/assets/css/slider-component.css">
15-
<!-- <link rel="stylesheet" href="/assets/css/index.css"> -->
15+
<link rel="stylesheet" href="/assets/css/index.css">
16+
<link rel="stylesheet" type="text/css" href="stylesheet.css">
1617
<link
1718
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@700&family=Noto+Sans:wght@400;500;600;700&display=swap"
1819
rel="stylesheet">

_layouts/welcome.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
{{ content }}
77

88
<p>
9-
I am a PhD student at the Computer Vision Group at TU Munich under the guidance of Prof. Cremers. This is an overview over projects I was personally involved in. Check out more awesome work from our group at https://cvg.cit.tum.de/publications.
9+
I am a PhD student at the <a href="https://cvg.cit.tum.de">Computer Vision Group</a> at <a href="https://www.tum.de">Technical University of Munich</a> (TUM) under the guidance of Prof. Cremers. This website collects my <a href="publications">research projects</a> in computer vision. Check out more awesome work from our <a href="https://cvg.cit.tum.de/publications">group</a>.
1010
<br>
1111
My research interest mainly lie in visual odometry, SLAM, and 3D reconstruction. However, sometimes I also dabble in various other computer vision topics.
1212
<br>
13-
I have obtained my master's degree in computer science (Robotics, Cognition, Intelligence) from the Technical University of Munich. My master's thesis was on the topic of "Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions". The thesis was supervised by Prof. Cremers, Lukas Koestler and Nikolaus Demmel.
13+
I have obtained my master's degree in computer science (<a href="https://www.tum.de/en/studies/degree-programs/detail/robotics-cognition-intelligence-master-of-science-msc">Robotics, Cognition, Intelligence</a>) from the TUM. My master's thesis was on the topic of "Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions". The thesis was supervised by <a href="https://vision.in.tum.de/members/cremers">Prof. Cremers</a>, <a href="https://lukaskoestler.com">Lukas Koestler</a> and <a href="https://cvg.cit.tum.de/members/demmeln">Nikolaus Demmel</a>.
1414
<br>
15-
I have obtained my bachelor's degree in electrical engineering from the Karlsruhe Institute of Technology (KIT).
15+
I have obtained my bachelor's degree in electrical engineering from the <a href="https://www.kit.edu">Karlsruhe Institute of Technology</a> (KIT).
1616
</p>
1717

1818
<div class="hr">

assets/css/bulma.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bulma.min.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@ fieldset[disabled] .select select:hover {
47314731
/* color: #363636; */
47324732
/* display: block; */
47334733
/* font-size: 1rem; */
4734-
font-weight: 700
4734+
font-weight: 600
47354735
}
47364736

47374737
.label:not(:last-child) {
@@ -5217,7 +5217,7 @@ print {
52175217
color: #363636;
52185218
display: flex;
52195219
flex-grow: 1;
5220-
font-weight: 700;
5220+
font-weight: 600;
52215221
padding: .75rem 1rem
52225222
}
52235223

@@ -5779,7 +5779,7 @@ print {
57795779
border-radius: 4px 4px 0 0;
57805780
color: #fff;
57815781
display: flex;
5782-
font-weight: 700;
5782+
font-weight: 600;
57835783
justify-content: space-between;
57845784
line-height: 1.25;
57855785
padding: .75em 1em;
@@ -7497,7 +7497,7 @@ print {
74977497
border-radius: 6px 6px 0 0;
74987498
color: #363636;
74997499
font-size: 1.25em;
7500-
font-weight: 700;
7500+
font-weight: 600;
75017501
line-height: 1.25;
75027502
padding: .75em 1em
75037503
}
@@ -11571,7 +11571,7 @@ print {
1157111571
}
1157211572

1157311573
.has-text-weight-bold {
11574-
font-weight: 700 !important
11574+
font-weight: 600 !important
1157511575
}
1157611576

1157711577
.is-family-primary {

assets/css/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// @import "base";
55

66
.title {
7-
font-family: 'Google Sans';
8-
font-weight: 700;
7+
font-family: 'Google Sans', sans-serif;
8+
font-weight: 600;
99
}
1010

1111
.portrait {

assets/css/main-dark.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ img {
4141
}
4242

4343
.publication-block {
44-
.publication-title {
45-
width: fit-content;
46-
margin: 0 !important;
47-
font-weight: 600;
48-
font-size: 90% !important;
49-
50-
a { color: #FFF }
51-
}
44+
// .publication-title {
45+
// width: fit-content;
46+
// margin: 0 !important;
47+
// font-weight: 600;
48+
// font-size: 90% !important;
49+
50+
// a { color: #FFF }
51+
// }
5252

5353
.publication-venue {
5454
color: #555; // TODO:

assets/css/main.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ search: false
1212
@import "bulma-carousel.min.css";
1313
@import "bulma-slider.min.css";
1414
@import "fontawesome.all.min.css";
15-
@import "/assets://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css";
15+
@import "stylesheet.css";
16+
// @import "/assets://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css";
1617
@import "slider-component.css";
1718
@import "index.css";
1819
@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@700&family=Noto+Sans:wght@400;500;600;700&display=swap";
1920
@import "{{ '/assets/css/fontawesome.all.min.css' | relative_url }}";
20-
@import "https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css";
21+
// @import "https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css";
2122
@import "{{ '/assets/css/index.css' | relative_url }}";
2223

2324
article.page {
@@ -44,14 +45,14 @@ article.page {
4445
}
4546

4647
.publication-block {
47-
.publication-title {
48-
width: fit-content;
49-
margin: 0 !important;
50-
font-weight: 600;
51-
font-size: 90% !important;
52-
53-
a { color: #000 }
54-
}
48+
// .publication-title {
49+
// width: fit-content;
50+
// margin: 0 !important;
51+
// font-weight: 600;
52+
// font-size: 90% !important;
53+
54+
// a { color: #000 }
55+
// }
5556

5657
.publication-venue {
5758
color: #555; // TODO:

0 commit comments

Comments
 (0)