Add citation_doi tag to head meta (main branch port)#4058
Closed
kshepherd wants to merge 1 commit intoDSpace:mainfrom
Closed
Add citation_doi tag to head meta (main branch port)#4058kshepherd wants to merge 1 commit intoDSpace:mainfrom
kshepherd wants to merge 1 commit intoDSpace:mainfrom
Conversation
Member
|
Thanks @kshepherd I tested it for the main branch locally and it worked fine for me! |
Member
|
@kshepherd : I think @alanorth already ported this PR manually in #4035 and #4036. Shouldn't we just merge those? |
4science-it
pushed a commit
to 4Science/dspace-angular
that referenced
this pull request
Feb 4, 2026
DSC-2702 Created box that is shown instead of the pie chart in statistics categories tab if there is no data Approved-by: Andrea Barbasso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
port of #4034 by @alanorth
Fixes #4033
Description
Add missing <meta name="citation_doi" ...> fields to the XHTML head section for items that have DOIs. This is used by harvesters like Altmetric to monitor attention on identifiers in repositories and academic publishers.
See #4034 for testing / description details