Commit 1abd6051 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_paper.js

parent d95e4d22
Pipeline #8729 passed with stage
in 9 seconds
...@@ -27,7 +27,7 @@ function addpaper(item) { ...@@ -27,7 +27,7 @@ function addpaper(item) {
last_item = item last_item = item
// check if abstract is available in the item object // check if abstract is available in the item object
var abstract = item.item.abtract ? '<p>' + item.item.abstract + '</p>' : '' ; // var abstract = item.item.abtract ? '<p>' + item.item.abstract + '</p>' : '' ;
var PDF_HTML = '' var PDF_HTML = ''
...@@ -73,7 +73,7 @@ function addpaper(item) { ...@@ -73,7 +73,7 @@ function addpaper(item) {
keywords + keywords +
'</small>' + '</small>' +
'</h5>' + '</h5>' +
abstract + // Include the abstract here // abstract + // Include the abstract here
doi + doi +
'<br>' + '<br>' +
PDF_HTML + ' ' + PDF_HTML + ' ' +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment