View source: R/apply_citation_matching.R
| convert_scopus_new_to_classic | R Documentation |
Scopus has introduced a new citation format where the publication year appears at the end in parentheses instead of after the title. This function converts citations from the new format to the classic format by moving the year from the end to after the title.
convert_scopus_new_to_classic(citation)
citation |
Character string containing a bibliographic citation |
New Scopus format: AUTHOR, TITLE, JOURNAL, VOLUME, ISSUE, PAGES, (YEAR) Classic Scopus format: AUTHOR, TITLE (YEAR) JOURNAL, VOLUME, PAGES
The function uses a robust approach:
Extracts year from end (YYYY)
Extracts first author from beginning
Extracts pages (PP. xxx-xxx or PP. xxx)
Extracts volume and issue numbers
Extracts journal name (text before volume/issue/pages)
Deduces title as remaining text after author
Character string with citation in classic Scopus format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.