From 1683871288854fd1bc97de439a0625ac98963f07 Mon Sep 17 00:00:00 2001 From: areyde Date: Sun, 20 Oct 2024 21:58:01 +0200 Subject: [PATCH] Try removing levels --- _includes/archive-single.html | 4 ++-- _layouts/single.html | 4 ++-- _publications/2024-11-14-llms-for-next-step-hints.md | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_includes/archive-single.html b/_includes/archive-single.html index da44498ddce37..301d04febde18 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -63,13 +63,13 @@

{{ post.authors }}
- {{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Accepted to {{ post.venue }} ({{ post.level }}). {{ post.award }}

+ {{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Accepted to {{ post.venue }}{% if post.level %} ({{ post.level }}){% endif %}. {{ post.award }}

{% elsif post.status == "preprint" %}

{{ post.authors }}
{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Published on {{ post.venue }}.

{% else %}

{{ post.authors }}
- {{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ post.venue }} ({{ post.level }}){% if post.j1 == 'true' %}, presented at {{ post.j1venue }} ({{ post.j1level }}).{% else %}.{% endif %} {{ post.award }}

+ {{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ post.venue }}{% if post.level %} ({{ post.level }}){% endif %}{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} ({{ post.j1level }}).{% else %}.{% endif %} {{ post.award }}

{% endif %} {% if post.status == "preprint" %} diff --git a/_layouts/single.html b/_layouts/single.html index 3f76bca3621f2..5f5f5b302cb56 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -44,13 +44,13 @@ {% elsif page.venue and page.date %} {% if page.status == "accepted" %}

{{ page.authors }}

-

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Accepted to {{ page.venue }} ({{ page.level }}). {{ page.award }}

+

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Accepted to {{ page.venue }}{% if post.level %} ({{ post.level }}){% endif %}. {{ page.award }}

{% elsif page.status == "preprint" %}

{{ page.authors }}

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Published on {{ page.venue }}.

{% else %}

{{ page.authors }}

-

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ page.venue }} ({{ page.level }}){% if page.j1 == 'true' %}, presented at {{ page.j1venue }} ({{ page.j1level }}).{% else %}.{% endif %} {{ page.award }}

+

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ page.venue }}{% if post.level %} ({{ post.level }}){% endif %}{% if page.j1 == 'true' %}, presented at {{ page.j1venue }} ({{ page.j1level }}).{% else %}.{% endif %} {{ page.award }}

{% endif %} {% elsif page.date %}

{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}

diff --git a/_publications/2024-11-14-llms-for-next-step-hints.md b/_publications/2024-11-14-llms-for-next-step-hints.md index de348a164ea55..66c07fed0caa5 100644 --- a/_publications/2024-11-14-llms-for-next-step-hints.md +++ b/_publications/2024-11-14-llms-for-next-step-hints.md @@ -6,7 +6,6 @@ collection: publications permalink: /publications/2024-11-14-llms-for-next-step-hints date: 2024-11-14 venue: "Koli Calling" -level: '—' pdf: 'https://arxiv.org/abs/2410.09268' data: 'https://zenodo.org/records/12584502' counter_id: 'C28'