Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
b0513658
Commit
b0513658
authored
1 year ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/js/citationSheetParse.js
parent
b04c5ee7
Pipeline
#8723
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/js/citationSheetParse.js
+5
-0
public/js/citationSheetParse.js
with
5 additions
and
0 deletions
+5
-0
public/js/citationSheetParse.js
+
5
-
0
View file @
b0513658
...
...
@@ -65,6 +65,7 @@ xmlHttpRequest.onload = function (e) {
"
project
"
:
""
,
"
reviewed
"
:
""
,
"
open
"
:
""
"
abstract
"
:
""
// Add abstract here
},
"
links
"
:
{
...
...
@@ -137,6 +138,10 @@ xmlHttpRequest.onload = function (e) {
item
[
"
links
"
].
url
=
jsonOutput
[
i
].
URL
?
jsonOutput
[
i
].
URL
:
""
item
[
"
links
"
].
demo
=
jsonOutput
[
i
].
Demo
?
jsonOutput
[
i
].
Demo
:
""
// add abstract to the item object
var
abstract
=
jsonOutput
[
i
].
abstract
?
jsonOutput
[
i
].
abstract
:
""
;
item
[
"
item
"
].
abstract
=
abstract
;
var
month
=
""
;
if
(
jsonOutput
[
i
].
Date
!=
undefined
){
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets