Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
1abd6051
Commit
1abd6051
authored
Oct 23, 2023
by
Traboulsi
Browse files
Update public/js/add_paper.js
parent
d95e4d22
Pipeline
#8729
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/js/add_paper.js
View file @
1abd6051
...
...
@@ -27,7 +27,7 @@ function addpaper(item) {
last_item
=
item
// 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
=
''
...
...
@@ -73,7 +73,7 @@ function addpaper(item) {
keywords
+
'
</small>
'
+
'
</h5>
'
+
abstract
+
// Include the abstract here
//
abstract + // Include the abstract here
doi
+
'
<br>
'
+
PDF_HTML
+
'
'
+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment