Skip to content

Commit

Permalink
Update year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp authored Nov 28, 2023
1 parent 1a722f0 commit 525d8ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/distill.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
{
let authorsBibtex = authors.map(e => `${e[0]}, ${e[1]}`).join(" and ");
let bibtexTitleShorthand = (firstAuthorLName +
"2023" +
"2024" +
title.split(" ").slice(0, 3).join("")
).replace(" ", "").replace(/[\p{P}$+<=>^`|~]/gu, '').toLowerCase().trim();
let bibtexTemplate = `
@inproceedings{${bibtexTitleShorthand},
author = {${authorsBibtex}},
title = {${title}},
abstract = {${description}},
booktitle = {ICLR Blogposts 2023},
year = {2023},
booktitle = {ICLR Blogposts 2024},
year = {2024},
date = {${publishedWhen}},
note = {${window.location.href}},
url = {${window.location.href}}
Expand All @@ -53,7 +53,7 @@
else academicLFI = academicLFI[0];
}
let academicTemplate = `
${academicLFI}, "${title}", ICLR Blogposts, 2023.
${academicLFI}, "${title}", ICLR Blogposts, 2024.
`.trim();
document.getElementById("bibtex-academic-attribution").innerText = academicTemplate;
}
Expand Down Expand Up @@ -182,7 +182,7 @@ <h3>Contents</h3>


<script src="https://utteranc.es/client.js"
repo="iclr-blogposts/2023"
repo="iclr-blogposts/2024"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
Expand Down

0 comments on commit 525d8ef

Please sign in to comment.