Skip to content

Commit f9d030c

Browse files
committed
website update: 2025-07-19 20:57:42
1 parent 5d64dfa commit f9d030c

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

vault/.obsidian/workspace.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "_talks/2025-invited-wroclaw.md",
16+
"file": "_pages/talks.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "2025-invited-wroclaw"
21+
"title": "talks"
2222
}
2323
}
2424
]
@@ -172,12 +172,14 @@
172172
},
173173
"active": "ce5a6ffa911da9bb",
174174
"lastOpenFiles": [
175-
"Clippings/IS15 Extremes of Gaussian and related random fields SPA 2025.md",
175+
"_pages/research.md",
176+
"_pages/publications.md",
176177
"_talks/2025-invited-wroclaw.md",
178+
"_pages/talks.md",
179+
"Clippings/IS15 Extremes of Gaussian and related random fields SPA 2025.md",
177180
"Clippings",
178181
"assets/slides/2025-slides-SPA-conference.pdf",
179182
"templates/conference template.md",
180-
"_pages/talks.md",
181183
"_pages/teaching.md",
182184
"assets/slides",
183185
"assets",
@@ -188,11 +190,9 @@
188190
"templates",
189191
"_pages/contact.md",
190192
"_education/2024-phd-actuarial-science.md",
191-
"_pages/publications.md",
192193
"_pages/index.md",
193194
"_pages/cv.md",
194195
"_education/2021-phd-probability-and-statistics.md",
195-
"_pages/research.md",
196196
"_temp/talks.md",
197197
"_temp/contact 1.md",
198198
"_temp",

vault/_pages/talks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Below is a comprehensive list of my presentations, organized by year and type.
3131
*No upcoming talks scheduled. Check back for updates.*
3232
{% endif %}
3333

34-
## Recent Presentations (2024)
35-
3634
{% assign recent_talks = site.talks | where_exp: "talk", "talk.date <= site.time" | where: "year", 2024 | sort: "date" | reverse %}
3735
{% if recent_talks.size > 0 %}
36+
## Recent Presentations (2025)
37+
3838
{% for talk in recent_talks %}
3939
### {{ talk.title }}
4040
**{{ talk.venue }}** | {{ talk.location }} | {{ talk.date | date: "%B %d, %Y" }}
@@ -62,19 +62,19 @@ Below is a comprehensive list of my presentations, organized by year and type.
6262

6363
## Talk Categories
6464

65+
{% assign keynote_talks = site.talks | where: "type", "keynote" | sort: "date" | reverse %}
6566
{% if keynote_talks.size > 0 %}
6667
### Keynote Addresses
67-
{% assign keynote_talks = site.talks | where: "type", "keynote" | sort: "date" | reverse %}
6868
{% for talk in keynote_talks %}
6969
- **{{ talk.title }}** - *{{ talk.venue }}* ({{ talk.date | date: "%Y" }})
7070
{% endfor %}
7171
{% else %}
7272
*Keynote presentations will be listed here.*
7373
{% endif %}
7474

75+
{% assign invited_talks = site.talks | where: "type", "invited" | sort: "date" | reverse | limit: 5 %}
7576
{% if invited_talks.size > 0 %}
7677
### Invited Seminars
77-
{% assign invited_talks = site.talks | where: "type", "invited" | sort: "date" | reverse | limit: 5 %}
7878
{% for talk in invited_talks %}
7979
- **{{ talk.title }}** - *{{ talk.venue }}* ({{ talk.date | date: "%Y" }})
8080
{% endfor %}
@@ -85,9 +85,9 @@ Below is a comprehensive list of my presentations, organized by year and type.
8585
*Invited seminars will be listed here.*
8686
{% endif %}
8787

88+
{% assign conference_talks = site.talks | where: "type", "contributed" | sort: "date" | reverse | limit: 5 %}
8889
{% if conference_talks.size > 0 %}
8990
### Conference Presentations
90-
{% assign conference_talks = site.talks | where: "type", "contributed" | sort: "date" | reverse | limit: 5 %}
9191
{% for talk in conference_talks %}
9292
- **{{ talk.title }}** - *{{ talk.venue }}* ({{ talk.date | date: "%Y" }})
9393
{% endfor %}

vault/_talks/2025-invited-wroclaw.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ video:
1212
abstract:
1313
topics:
1414
---
15-
# Asymptotic Behavior of Path Functionals for Vector-Valued Gaussian Processes at High Levels
16-
1715
## Abstract
1816

1917
Understanding how long a stochastic system stays in a "safe" region is a core
@@ -49,4 +47,4 @@ sojourns for a broad class of Gaussian models.
4947

5048
## Materials
5149

52-
- [Keynote Slides](/assets/slides/ai-conference-2024-keynote.pdf)
50+
- [Slides](../assets/slides/2025-slides-SPA-conference.pdf)

0 commit comments

Comments
 (0)