Skip to content

Commit 9d79acd

Browse files
committed
talk Frocos
1 parent 3b76434 commit 9d79acd

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

_layouts/publications.html

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@
4242
{% endif %}
4343

4444
<li>
45-
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{{ post.title }}</a><br/>
46-
{{ post.author }}<br/>
47-
In: <i>{{ post.conf }}</i>.<br/>
45+
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{{ post.title
46+
}}</a><br />
47+
{{ post.author }}<br />
48+
In: <i>{{ post.conf }}</i>.<br />
4849
<!-- &nbsp; Publisher: {{ post.publisher }}.<br/> -->
49-
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a>
50-
| &nbsp; <a href="{{ post.doi }}" target="_blank">DOI</a>
51-
{% if post.slides %} | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}" target="_blank">Slides</a> {% endif %}
50+
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a>
51+
| &nbsp; <a href="{{ post.doi }}" target="_blank">DOI</a>
52+
{% if post.slides %} | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}"
53+
target="_blank">Slides</a> {% endif %}
5254
{% if post.talk %} | &nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a> {% endif %}
5355
</p>
5456
</li>
@@ -65,7 +67,7 @@
6567
{% endfor %}
6668

6769

68-
<br/>
70+
<br />
6971
<!-- Workshop -->
7072

7173
{% for category in sort_categories %}
@@ -100,9 +102,10 @@
100102
{{ post.author }}<br />
101103
In: <i>{{ post.conf }}</i>.<br />
102104
<!-- &nbsp; Publisher: {{ post.publisher }}.<br/> -->
103-
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a>
105+
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a>
104106
| &nbsp; <a href="{{ post.doi }}" target="_blank">DOI</a>
105-
{% if post.slides %} | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}" target="_blank">Slides</a> {% endif %}
107+
{% if post.slides %} | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}"
108+
target="_blank">Slides</a> {% endif %}
106109
{% if post.talk %} | &nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a> {% endif %}
107110
</p>
108111
</li>
@@ -120,7 +123,7 @@
120123

121124

122125

123-
<br/>
126+
<br />
124127
<!-- Talk -->
125128

126129
{% for category in sort_categories %}
@@ -151,8 +154,9 @@
151154

152155
<li>
153156
{% assign ts = post.date | date: '%s' %}
154-
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{{ post.title }}</a> {% if post.talk %} (&nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a>) {% endif %}
155-
<br/>
157+
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{{ post.title
158+
}}</a> {% if post.talk %} (&nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a>) {% endif %}
159+
<br />
156160
At: <i>{{ post.subtitle }}</i>.
157161
</p>
158162
</li>
@@ -169,7 +173,7 @@
169173
{% endif %}
170174
{% endfor %}
171175

172-
<br/>
176+
<br />
173177

174178
<!-- Awards -->
175179

@@ -248,8 +252,10 @@
248252
{% endif %}
249253

250254
<li>
251-
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{% assign ts = post.date | date: '%s' %}{{post.title}}</a><br>
252-
<i>{{ post.subtitle }}</i> | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}" target="_blank">Slides</a>
255+
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{% assign ts =
256+
post.date | date: '%s' %}{{post.title}}</a><br>
257+
<i>{{ post.subtitle }}</i> | &nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.slides }}"
258+
target="_blank">Slides</a>
253259
</p>
254260
</li>
255261

_posts/2025-10-01-frocos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ attachment: frocos2025.pdf
1111
slides: frocos2025_talk.pdf
1212
bibtex: frocos2025.txt
1313
doi: https://doi.org/10.1007/978-3-032-04167-8_18
14+
talk: https://www.youtube.com/watch?v=hsNnITFtu_I
1415
---

0 commit comments

Comments
 (0)