We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Google Scholar:
Articles appear to be missing machine-readable bibliographic metadata in the form of "citation_XX" metatags that the Scholar system uses for indexing
Example from scholarsphere:
<!-- Google Scholar metadata --> <meta name="citation_title" content="Title of Publication"> <meta name="citation_author" content="Author 1"> <meta name="citation_author" content="Author 2"> <meta name="citation_publication_date" content="2022"> <meta name="citation_pdf_url" content="https://scholarsphere.psu.edu/resources/b74bdd73-07fc-45d3-abed-cb6ac89fda87/downloads/21069">
The text was updated successfully, but these errors were encountered:
Scholarsphere code: https://github.com/psu-libraries/scholarsphere/blob/d03c18d13fc13eccca868abdcf4d12be1b514c43/app/components/google_scholar_metadata_component.html.erb
Note that we only want to include a single 'citation_pdf_url' meta tag.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
From Google Scholar:
Example from scholarsphere:
The text was updated successfully, but these errors were encountered: