Finn Bacall

Results 19 comments of Finn Bacall

Not every OD license is available in SPDX, namely: ``` ["Against-DRM", "DSL", "FAL-1.3", "GFDL-1.3-no-cover-texts-no-invariant-sections", "LO-FR-2.0", "ODC-BY-1.0", "Talis", "WXwindows", "dli-model-use", "geogratis", "hesa-withrights", "localauth-withrights", "met-office-cp", "mitre", "notspecified", "other-at", "other-closed", "other-nc", "other-open", "other-pd",...

Thanks for reporting this. The citation in that box is generated from the metadata registered with the DOI provider that was submitted when the DOI was minted. Was the list...

the syntax is: `[Description of the image](https://url-to-the-image.com/img.png)` the image can be anywhere on the web, just keep in mind that it is not cached anywhere in SEEK and so could...

yes, there is no way to upload an image (unless the user uploads it as a data file or document etc.)

> I TRIED both : upload image as a doc or link to image file in NextCloud - result here https://fairdomhub.org/investigations/566 - no one is shown Can you make this...

OK, I wasn't logged in. It seems like neither the URLs in the markdown point to images. Not sure what the correct link for the NextCloud file would be, but...

@rabuono the screenshot you posted for User1 is for the "Assets awaiting approval" page, which shows assets that user has submitted for gatekeeper approval. Requests for publishing would show up...

Gatekeeper approval only affects the "Public" access level. In this case it also has "Download" permissions, but it does not show because its an Investigation. A bug/feature here seems to...

https://guides.rubyonrails.org/i18n.html#translations-for-active-record-models

We could use YAML anchors for this... e.g. ```yaml en: investigation: &investigation "Investigation" study: &study "Study" assay: &assay "Assay" activerecord: models: investigation: *investigation study: *study assay: *assay ```