Skip to content

Commit

Permalink
Try removing levels
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Oct 20, 2024
1 parent 4efea04 commit 1683871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ <h3 class="archive__item-title" itemprop="headline" style="margin-bottom:-15px;"
{% elsif post.collection == 'publications' or post.collection == 'publicationsphysics' %}
{% if post.status == "accepted" %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Accepted to {{ post.venue }} <span style="color:#888888;">({{ post.level }})</span>. <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Accepted to {{ post.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}. <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
{% elsif post.status == "preprint" %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<span style="color:#888888;"><b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b></span>. Published on <span style="color:#888888;">{{ post.venue }}</span>.</p>
{% else %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ post.venue }} <span style="color:#888888;">({{ post.level }})</span>{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} <span style="color:#888888;">({{ post.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ post.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}</span>{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} <span style="color:#888888;">({{ post.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
{% endif %}

{% if post.status == "preprint" %}
Expand Down
4 changes: 2 additions & 2 deletions _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
{% elsif page.venue and page.date %}
{% if page.status == "accepted" %}
<p> {{ page.authors }} </p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Accepted to {{ page.venue }} <span style="color:#888888;">({{ page.level }})</span>. <span style="color:#ad7f00;"><b>{{ page.award }}</b></span></p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Accepted to {{ page.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}. <span style="color:#ad7f00;"><b>{{ page.award }}</b></span></p>
{% elsif page.status == "preprint" %}
<p> {{ page.authors }} </p>
<p><span style="color:#888888;"><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b></span>. Published on <span style="color:#888888;">{{ page.venue }}</span>.</p>
{% else %}
<p> {{ page.authors }} </p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ page.venue }} <span style="color:#888888;">({{ page.level }})</span>{% if page.j1 == 'true' %}, presented at {{ page.j1venue }} <span style="color:#888888;">({{ page.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ page.award }}</b></span></p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ page.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}{% if page.j1 == 'true' %}, presented at {{ page.j1venue }} <span style="color:#888888;">({{ page.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ page.award }}</b></span></p>
{% endif %}
{% elsif page.date %}
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
Expand Down
1 change: 0 additions & 1 deletion _publications/2024-11-14-llms-for-next-step-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ collection: publications
permalink: /publications/2024-11-14-llms-for-next-step-hints
date: 2024-11-14
venue: "<b>Koli Calling</b>"
level: ''
pdf: 'https://arxiv.org/abs/2410.09268'
data: 'https://zenodo.org/records/12584502'
counter_id: 'C28'
Expand Down

0 comments on commit 1683871

Please sign in to comment.