Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 19, 2023
1 parent daa76bd commit c8cf29e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/custom/cff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local function preferred_citation(meta)
['journal'] = journal.title,
['keywords'] = meta.tag,
['publisher'] = {name = journal['publisher-name']},
-- ['start'] = article.fpage,
['start'] = article.fpage,
['title'] = stringify(meta.title),
['type'] = 'preprint',
['url'] = ('https://neurolibre.org/papers/%s'):format(stringify(article.doi)),
Expand Down
2 changes: 1 addition & 1 deletion data/filters/self-citation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Meta (meta)
['container-title-short'] = meta.journal['abbrev-title'],
-- ['ISSN'] = meta.journal.issn,
-- ['issue'] = stringify(meta.article.issue),
-- ['page'] = stringify(meta.article.fpage),
['page'] = stringify(meta.article.fpage),
-- ['volume'] = stringify(meta.article.volume),
['submitted'] = meta.submitted,
['published'] = meta.published,
Expand Down
7 changes: 2 additions & 5 deletions data/templates/neurolibrenew.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
$endif$
pdfpublication={$journal.title$},
pdfpublisher={Open Journals},
pdfissn={$journal.issn$},
pdfpubtype={journal},
pdfvolumenum={$volume$},
pdfissuenum={$issue$},
pdfpublisher={NeuroLibre},
pdfpubtype={journal}
$if(article.doi)$
pdfdoi={$article.doi$},
$endif$
Expand Down

0 comments on commit c8cf29e

Please sign in to comment.