We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae3177 commit f954577Copy full SHA for f954577
_layouts/publication.html
@@ -30,7 +30,6 @@ <h6>Similar Work</h6>
30
$(document).ready(
31
function() {
32
$.getJSON('/publications-metadata/{{ page.bibkey }}.json', function(data) {
33
- alert(data);
34
num_papers = data.length;
35
html = "";
36
for (let i=0; i < num_papers; i++) {
0 commit comments