diff --git a/site/publications.ejs b/site/publications.ejs index 861d356..fa6f221 100644 --- a/site/publications.ejs +++ b/site/publications.ejs @@ -8,6 +8,8 @@ let currentYear = null; for (const item of items) { let doiurl = item.url === "" ? "https://doi.org/" + item.doi : item.url; + let bibtitle = item.title.replace(/'/g, "\\'"); + let bibauthors = item.authors.replace(/'/g, "\\'"); if (item.year !== currentYear) { if (currentYear !== null) { %> @@ -23,27 +25,34 @@ for (const item of items) {
<%= item.authors %>
<% } %> -Computo, <%= item.year %>.
+