Skip to content

Commit

Permalink
Arxiv id missing in arxiv imports. Move id to r.external_id instead o…
Browse files Browse the repository at this point in the history
…f external_id.
  • Loading branch information
petrakohorst committed Jan 15, 2021
1 parent ec3e4eb commit 59c9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixes/arxiv_mapping.fix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ add_field(r.type, preprint)
replace_all(id, 'http://arxiv.org/abs/(.*)v[0-9]', '$1')
copy_field(id, r.publication)
prepend(r.publication, 'arXiv:')
move_field(id, external_id.arxiv.$append)
move_field(id, r.external_id.arxiv.$append)

# abstract, keywords
move_field(summary, r.abstract.0.text)
Expand Down

0 comments on commit 59c9eaf

Please sign in to comment.