Update notes for 2020-07-07

This commit is contained in:
2020-07-07 16:14:49 +03:00
parent e610176800
commit 5291baa539
22 changed files with 38 additions and 26 deletions

View File

@ -297,5 +297,10 @@ $ ./fix-metadata-values.py -i 2020-07-07-fix-sponsors.csv -db dspace -u dspace -
![Dimensions.ai badge](/cgspace-notes/2020/07/dimensions-badge.png)
- It was easy once I figured out how to do the XSLT in the DSpace theme (need to get the DOI link and remove the "https://doi.org/" from the string)
- Actually this raised an issue that the Altmetric badges weren't enabled in our DSpace 6 branch yet because I had forgotten to copy the config
- Also, I noticed a big issue in both our DSpace 5 and DSpace 6 branches related to the `$identifier_doi` variable being defined incorrectly and thus never getting set (has to do with DRI)
- I fixed both and now the Altmetric badge and the Dimensions badge both appear... nice
![Altmetric and Dimensions.ai badge](/cgspace-notes/2020/07/dimensions-badge2.png)
<!-- vim: set sw=2 ts=2: -->