Add notes for 2023-09-03

This commit is contained in:
2023-09-04 09:16:51 +03:00
parent 45781d590d
commit 011a1ec9db
32 changed files with 241 additions and 34 deletions

View File

@ -12,4 +12,10 @@ categories: ["Notes"]
<!--more-->
## 2023-09-03
- I figured out how to use Altmetric and Dimensions badges in the DSpace Angular frontend
- It still feels hacky, but using [AfterViewInit](https://stackoverflow.com/questions/41936631/how-to-trigger-the-function-after-dom-markup-is-loaded-in-angular-style-applicat), and importing the Altmetric `embed.js` in the component works
- The style on mobile also needs work...
<!-- vim: set sw=2 ts=2: -->