Skip to content

Commit 8dd3b2c

Browse files
committed
frocos
1 parent 004c90f commit 8dd3b2c

13 files changed

+22
-32
lines changed

_layouts/publications.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
{{ post.author }}<br/>
4747
In: <i>{{ post.conf }}</i>.<br/>
4848
<!-- &nbsp; Publisher: {{ post.publisher }}.<br/> -->
49-
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a> | &nbsp; <a href="{{ post.doi }}" target="_blank">DOI</a>
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 %}
52+
{% if post.talk %} | &nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a> {% endif %}
5053
</p>
5154
</li>
5255

@@ -63,7 +66,7 @@
6366

6467

6568
<br/>
66-
<!-- Conf -->
69+
<!-- Workshop -->
6770

6871
{% for category in sort_categories %}
6972
{% assign category_name = category | first %}
@@ -97,8 +100,10 @@
97100
{{ post.author }}<br />
98101
In: <i>{{ post.conf }}</i>.<br />
99102
<!-- &nbsp; Publisher: {{ post.publisher }}.<br/> -->
100-
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a> |
101-
&nbsp; <a href="{{ post.doi }}" target="_blank">DOI</a>
103+
&nbsp; <a href="{{ site.url }}{{ site.baseurl }}/assets/bibtex/{{ post.bibtex }}" target="_blank">BibTex</a>
104+
| &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 %}
106+
{% if post.talk %} | &nbsp; <a href="{{ post.talk }}" target="_blank">Talk</a> {% endif %}
102107
</p>
103108
</li>
104109

@@ -146,7 +151,8 @@
146151

147152
<li>
148153
{% assign ts = post.date | date: '%s' %}
149-
<p><a href="{{ site.url }}{{ site.baseurl }}/assets/pdf/{{ post.attachment }}" target="_blank">{{ post.title }}</a><br/>
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/>
150156
At: <i>{{ post.subtitle }}</i>.
151157
</p>
152158
</li>

_posts/2022-08-09-IJCAR2022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ categories: [conferences]
88
math: true
99
mermaid: true
1010
attachment: ijcar2022.pdf
11+
slides: ijcar2022_talk.pdf
1112
bibtex: ijcar2022.txt
1213
doi: https://doi.org/10.1007/978-3-031-10769-6_22
1314
---

_posts/2022-08-09-talk-IJCAR2022.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_posts/2022-08-11-talk-PDAR2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Goéland: A Concurrent Tableau-Based Theorem
33
Prover"
4-
subtitle: Workshop on Parallel and Distributed Automated Reasoning 2022 (PDAR2022)
4+
subtitle: Workshop on Parallel and Distributed Automated Reasoning 2022 (PDAR2022@IJCAR2022)
55
author:
66
date: 2022-08-11
77
categories: [talks]

_posts/2024-07-02-PAAR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SC-TPTP: An Extension of the TPTP Derivation Format for Sequent-Based Calculus"
3-
conf: 9th Workshop on Practical Aspects of Automated Reasoning (PAAR'24)
3+
conf: 9th Workshop on Practical Aspects of Automated Reasoning (PAAR'24@IJCAR2024)
44
author: Julie Cailler & Simon Guilloud
55
publisher: Ceur
66
date: 2024-07-02

_posts/2025-07-29-CADE25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Interoperability of Proof systems with SC-TPTP (System Description)"
33
conf: 30th International Conference on Automated Deduction (CADE-30)
44
author: Simon Guilloud, Julie Cailler, Sankalp Gambhir, Auguste Poiroux, Yann Herklotz, Thomas Bourgeat, and Viktor Kunčak
5-
publisher: Springer
5+
publisher: Springer
66
date: 2025-07-29
77
categories: [conferences]
88
math: true

_posts/2025-08-02-talk-TPTPTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "The ProoVer Competition"
3-
subtitle: The 14th TPTP Tea Party (CADE-30)
3+
subtitle: The 14th TPTP Tea Party (@CADE-30), Stuttgart, Germany
44
author:
55
date: 2025-08-02
66
categories: [talks]

_posts/2025-09-13-talk-EPN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "Deskolemization: From Tableaux to Machine-Checkable Proofs"
3-
subtitle: Workshop on Automated Reasoning and Proof Logging EuroProofNet Symposium
3+
subtitle: Workshop on Automated Reasoning and Proof Logging EuroProofNet Symposium, Institut Pascal, Paris, France
44
author:
55
date: 2025-09-13
66
categories: [talks]
77
math: true
88
mermaid: true
9+
talk: none
910
attachment: epn_symposium.pdf
1011
---

_posts/2025-10-01-frocos.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: "When GNNs Met a Word Equations Solver: Learning to Rank Equations"
3-
conf: 15th International Symposium on Frontiers of Combining Systems (FroCos 2025)
3+
conf: 15th International Symposium on Frontiers of Combining Systems (FroCoS 2025)
44
author: Parosh Aziz Abdulla, Mohamed Faouzi Atig, Julie Cailler, Chencheng Liang & Philipp Rümmer
55
publisher: Springer
66
date: 2025-10-01
77
categories: [conferences]
88
math: true
99
mermaid: true
10-
attachment: frocos25.pdf
11-
bibtex: frocos25.txt
10+
attachment: frocos2025.pdf
11+
slides: frocos2025_talk.pdf
12+
bibtex: frocos2025.txt
1213
doi: https://doi.org/10.1007/978-3-032-04167-8_18
1314
---

_posts/2025-10-01-talk-frocos.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)