Skip to content

Commit 6dc962d

Browse files
committed
updated welcome page
1 parent 12b12d5 commit 6dc962d

File tree

5 files changed

+403
-28
lines changed

5 files changed

+403
-28
lines changed

_data/navigation.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@ main:
22
- title: "About"
33
url: "/"
44
- title: "Publications"
5-
url: "/publications/"
5+
url: "/publications/"
6+
7+
8+
social:
9+
- title: "<i class='fas fa-envelope'></i>"
10+
url: "mailto:you@tum.de"
11+
- title: "<i class='fab fa-github'></i>"
12+
url: "https://github.com/Ceveloper"
13+
- title: "<i class='fab fa-linkedin'></i>"
14+
url: "https://de.linkedin.com/in/ceciliacurreli"
15+
- title: "<i class='ai ai-google-scholar'></i>"
16+
url: "https://scholar.google.com/citations?user=Y6wCaD4AAAAJ&hl=en"
17+
- title: "<i class='fa-brands fa-x-twitter'></i>"
18+
url: "https://x.com/yourusername"
19+
- title: "<i class='fa-brands fa-bluesky'></i>"
20+
url: "https://bsky.app/profile/yourhandle.bsky.social"

_data/news.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

2-
- date: February 2025
2+
- date: May 2025
3+
description: 'I joined the MCML delegation to present our research at NYU, Cornell, Cornell Tech, Harvard, and MIT.'
4+
- date: Apr 2025
5+
description: 'Our paper [Prototype Augmented Hypernetworks](https://arxiv.org/abs/2505.07450) was accepted to **CVPR 2025 Workshop**'
6+
- date: Feb 2025
37
description: '[Nonisotropic Gaussian Diffusion](https://ceveloper.github.io/publications/skeletondiffusion/) was accepted to **CVPR 2025**'
4-
- date: January 2025
8+
- date: Jan 2025
59
description: 'Pre-print of [Nonisotropic Gaussian Diffusion for Realistic 3D Human Motion Prediction](https://ceveloper.github.io/publications/skeletondiffusion/) is online'
6-
- date: December 2024
10+
- date: Dec 2024
711
description: 'Our paper [ZDySS - Zero-Shot Dynamic Scene Stylization using Gaussian Splatting](https://arxiv.org/abs/2501.03875) is online'
8-
- date: August 2024
12+
- date: Aug 2024
913
description: 'Our paper [Gaussian Splatting in Style](https://arxiv.org/abs/2403.08498) was accepted to **GCPR 2024**'
10-
- date: September 2023
14+
- date: Sep 2023
1115
description: 'I joined the [Computer Vision Group](https://cvg.cit.tum.de) at TUM as a PhD candidate with Prof. Daniel Cremers'

_includes/masthead.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{% capture logo_path %}{{ site.logo }}{% endcapture %}
2+
3+
<div class="masthead">
4+
<div class="masthead__inner-wrap">
5+
<div class="masthead__menu">
6+
<nav id="site-nav" class="greedy-nav">
7+
<div class="masthead__left">
8+
{% unless logo_path == empty %}
9+
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt="{{ site.masthead_title | default: site.title }}"></a>
10+
{% endunless %}
11+
<a class="site-title" href="{{ '/' | relative_url }}">
12+
{{ site.masthead_title | default: site.title | escape_once | strip }}
13+
{% if site.subtitle %}<span class="site-subtitle">{{ site.subtitle | escape_once | strip }}</span>{% endif %}
14+
</a>
15+
16+
<ul class="masthead__social">
17+
{% for link in site.data.navigation.social %}
18+
<li>
19+
<a href="{{ link.url }}">{{ link.title }}</a>
20+
</li>
21+
{% endfor %}
22+
</ul>
23+
</div>
24+
<div class="masthead__right">
25+
<ul class="visible-links">
26+
{%- for link in site.data.navigation.main -%}
27+
<li class="masthead__menu-item">
28+
<a
29+
href="{{ link.url | relative_url }}"
30+
{% if link.description %} title="{{ link.description }}"{% endif %}
31+
{% if link.target %} target="{{ link.target }}"{% endif %}
32+
>{{ link.title }}</a>
33+
</li>
34+
{%- endfor -%}
35+
</ul>
36+
</div>
37+
{% if site.search == true %}
38+
<button class="search__toggle" type="button">
39+
<span class="visually-hidden">{{ site.data.ui-text[site.locale].search_label | default: "Toggle search" }}</span>
40+
<i class="fas fa-search"></i>
41+
</button>
42+
{% endif %}
43+
<button class="greedy-nav__toggle hidden" type="button">
44+
<span class="visually-hidden">{{ site.data.ui-text[site.locale].menu_label | default: "Toggle menu" }}</span>
45+
<div class="navicon"></div>
46+
</button>
47+
<ul class="hidden-links hidden"></ul>
48+
</nav>
49+
</div>
50+
</div>
51+
</div>

_layouts/welcome.html

Lines changed: 101 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,110 @@
11
---
22
layout: archive
33
classes: wide
4+
author_profile: true
45
---
56

67
{{ content }}
78

8-
<p align="justify">
9-
I am pursuing my PhD at the Technical University of Munich with Prof. Cremers - Check out the awesome work of the <a href="https://cvg.cit.tum.de/publications">Computer Vision Group</a>!
10-
I am a junior member of the <a href="https://mcml.ai/">Munich Center of Machine Learning</a>, one of six national AI Competence Centers in Germany.
11-
<br>
12-
My <a href="publications">research</a> focuses on generative AI, in particular diffusion for 4D computer vision and 3D human motion prediction and generation.
13-
In 2022 I joined <a href="https://www.satoh-lab.nii.ac.jp/">Satoh's Lab</a> at the University of Tokyo and National Intitute of Informatics in Tokyo as a research intern under the guidance of Prof. Shin'ichi Satoh and Dr. Andreu Girbau.
14-
I completed my Master's thesis with Prof. Nießner and my my Bachelor's degree with Prof. Leal Taixè and Qunjie Zhou, both at TUM.
15-
</p>
16-
17-
<div class="hr">
18-
<div class="container">
19-
<hr>
20-
</div>
21-
</div>
22-
23-
<h2 class="title is-3">News</h2>
24-
<div class="content">
25-
{% for news in site.data.news %}
26-
<b>{{ news.date }}</b> <br> {{ news.description | markdownify | remove: '<p>' | remove: '</p>' }}
27-
<div class="hr">
28-
<hr>
9+
<div class="container">
10+
<div class="row">
11+
<!-- Main content -->
12+
<div class="col-md-9">
13+
14+
<section id="welcome-name">
15+
<h1 class="welcome-name">{{ site.author.name | default: "Cecilia Curreli" }}</h1>
16+
</section>
17+
18+
<!-- About section -->
19+
<section id="about">
20+
<div class="about-float-wrapper">
21+
<div class="about-photo-wrapper">
22+
<img src="{{ '/assets/images/profile-photo.jpg' | relative_url }}" alt="Profile picture" class="about-photo">
23+
</div>
24+
I am pursuing my PhD at the Technical University of Munich with Prof. Cremers - Check out the awesome work of the <a href="https://cvg.cit.tum.de/publications">Computer Vision Group</a>!
25+
My research focuses on generative AI, in particular generative diffusion models for 4D computer vision and 3D human motion prediction. What intrigues me is the probabilistic nature of reality and its connection to temporal dimension.
26+
<br><br>
27+
In the spring of 2025 I joined as a visiting researcher the Scene Representation group of Prof. Sitzmann at CSAIL, MIT.
28+
I am a junior member of the <a href="https://mcml.ai/">Munich Center of Machine Learning</a>, one of six national AI Competence Centers in Germany.
29+
<br><br>
30+
Before being part of CVG, I joined the <a href="https://www.satoh-lab.nii.ac.jp/">Lab</a> of Prof. Shin'ichi Satoh at the University of Tokyo and National Institute of Informatics in Tokyo.
31+
I completed my Master's thesis with Prof. Nießner and my Bachelor's degree with Prof. Leal Taixè at TUM. With Prof. Steffen Glaser (Munich Quantum Valley initiative and Bavarian NMR Center), I pursued research related to sequences of quantum particles. In 2018, I was part of the Chinese Academy of Sciences in Suzhou as an intern with Prof. Xiaodong.
32+
Two times have been a recipient of scholarships from the German Academic Exchange Service (DAAD), and I have been awarded the FemTec scholarship during my Master's studies.
33+
34+
</div>
35+
</section>
36+
37+
<hr>
38+
<section id="news">
39+
<h2>Updates</h2>
40+
<div class="news-scroll">
41+
<ul class="news-list">
42+
{% for news in site.data.news %}
43+
<li>
44+
<span class="news-date">
45+
{% assign parts = news.date | split: '-' %}
46+
<span class="news-month">{{ parts[1] }}</span>
47+
<span class="news-year">{{ parts[0] }}</span>
48+
</span>
49+
<span class="news-text">{{ news.description | markdownify | strip_html }}</span>
50+
</li>
51+
{% endfor %}
52+
</ul>
53+
</div>
54+
</section>
55+
56+
<!-- Publications -->
57+
<section id="publications">
58+
<h2>Publications</h2>
59+
60+
<div class="publications-preview">
61+
{% assign latest_pubs = site.publications | reverse %}
62+
{% for publication in latest_pubs limit:5 %}
63+
<div class="publication-block">
64+
{% assign base_link = publication.external_link | default: publication.permalink %}
65+
{% assign image = base_link | append: publication.image %}
66+
<div class="publication-thumbnail">
67+
<a href="{{ base_link }}">
68+
<img src="{{ image }}" alt="{{ publication.title }}">
69+
</a>
70+
</div>
71+
72+
<div class="publication-data">
73+
<h3 class="publication-title">
74+
<a href="{{ base_link }}">{{ publication.title }}</a>
75+
</h3>
76+
<div class="publication-venue">
77+
<span>{{ publication.venue }}</span>
78+
{% for award in publication.awards %}
79+
<span class="publication-venue-emph">{{ award }}</span>
80+
{% endfor %}
81+
</div>
82+
<div class="publication-authors">
83+
{% for author_id in publication.authors %}
84+
{% assign author = site.data.authors_external[author_id.name] %}
85+
{% if author == nil %}
86+
{% assign author = site.data.authors_internal[author_id.name] %}
87+
{% endif %}
88+
<span class="author-block {% if author.is_me %}author-me{% endif %}">
89+
{% if author.is_me %}
90+
{{ author.first_name }} {{ author.middle_name }} {{ author.last_name }}
91+
{% else %}
92+
<a href="{{author.website}}">{{ author.first_name }} {{ author.middle_name }} {{ author.last_name}}</a>
93+
{% endif %}
94+
</span>
95+
{% endfor %}
96+
</div>
97+
</div>
98+
</div>
99+
{% endfor %}
100+
</div>
101+
102+
<p class="pub-more">
103+
See my <a href="{{ '/publications/' | relative_url }}">full list of publications</a>.
104+
</p>
105+
</section>
106+
107+
29108
</div>
30-
{% endfor %}
109+
</div>
31110
</div>

0 commit comments

Comments
 (0)