Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HCI-Development
HCI Theme
Commits
c7283ca4
Commit
c7283ca4
authored
Feb 01, 2020
by
Martin Fischbach
Browse files
Update bibsonomy.js to include url in bibtex
parent
917c1200
Pipeline
#21014
passed with stage
in 13 minutes and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bibsonomy.js
View file @
c7283ca4
...
...
@@ -50,13 +50,13 @@ var parents = new Array()
var
bibtexSpecs
=
new
Object
()
bibtexSpecs
.
allKeys
=
new
Array
(
"
address
"
,
"
annote
"
,
"
author
"
,
"
booktitle
"
,
"
chapter
"
,
"
crossref
"
,
"
edition
"
,
"
editor
"
,
"
eprint
"
,
"
howpublished
"
,
"
institution
"
,
"
journal
"
,
"
key
"
,
"
month
"
,
"
note
"
,
"
number
"
,
"
organization
"
,
"
pages
"
,
"
publisher
"
,
"
school
"
,
"
series
"
,
"
title
"
,
"
type
"
,
"
url
"
,
"
volume
"
,
"
year
"
)
bibtexSpecs
.
article
=
new
Array
(
"
author
"
,
"
title
"
,
"
journal
"
,
"
year
"
,
"
volume
"
,
"
number
"
,
"
pages
"
,
"
month
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
article
=
new
Array
(
"
author
"
,
"
title
"
,
"
journal
"
,
"
year
"
,
"
volume
"
,
"
number
"
,
"
pages
"
,
"
month
"
,
"
note
"
,
"
key
"
,
"
url
"
)
bibtexSpecs
.
book
=
new
Array
(
"
author
"
,
"
editor
"
,
"
title
"
,
"
publisher
"
,
"
year
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
address
"
,
"
edition
"
,
"
month
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
booklet
=
new
Array
(
"
title
"
,
"
author
"
,
"
howpublished
"
,
"
address
"
,
"
month
"
,
"
year
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
conference
=
new
Array
(
"
author
"
,
"
title
"
,
"
booktitle
"
,
"
year
"
,
"
editor
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
pages
"
,
"
address
"
,
"
month
"
,
"
organization
"
,
"
publisher
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
inbook
=
new
Array
(
"
author
"
,
"
editor
"
,
"
title
"
,
"
chapter
"
,
"
pages
"
,
"
publisher
"
,
"
year
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
type
"
,
"
address
"
,
"
edition
"
,
"
month
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
incollection
=
new
Array
(
"
author
"
,
"
title
"
,
"
booktitle
"
,
"
publisher
"
,
"
year
"
,
"
editor
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
type
"
,
"
chapter
"
,
"
pages
"
,
"
address
"
,
"
edition
"
,
"
month
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
inproceedings
=
new
Array
(
"
author
"
,
"
title
"
,
"
booktitle
"
,
"
year
"
,
"
editor
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
pages
"
,
"
address
"
,
"
month
"
,
"
organization
"
,
"
publisher
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
inproceedings
=
new
Array
(
"
author
"
,
"
title
"
,
"
booktitle
"
,
"
year
"
,
"
editor
"
,
"
volume
"
,
"
number
"
,
"
series
"
,
"
pages
"
,
"
address
"
,
"
month
"
,
"
organization
"
,
"
publisher
"
,
"
note
"
,
"
key
"
,
"
url
"
)
bibtexSpecs
.
manual
=
new
Array
(
"
title
"
,
"
author
"
,
"
organization
"
,
"
address
"
,
"
edition
"
,
"
month
"
,
"
year
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
masterthesis
=
new
Array
(
"
author
"
,
"
title
"
,
"
school
"
,
"
year
"
,
"
type
"
,
"
address
"
,
"
month
"
,
"
note
"
,
"
key
"
)
bibtexSpecs
.
misc
=
new
Array
(
"
author
"
,
"
title
"
,
"
howpublished
"
,
"
month
"
,
"
year
"
,
"
note
"
,
"
key
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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