Alex Ioannidis

Results 109 issues of Alex Ioannidis

Based on the files from the record at https://zenodo.org/records/10794108, we want to be able to display a preview with annotations similar to https://arcadia2.hasdai.org/records/66n76-tga68. ```[tasklist] ### Tasks - [ ] https://github.com/zenodo/zenodo-rdm/issues/776...

EPIC

Migrated images do not have in their `FileRecord`s the `metadata.{height,width}` calculated by the [ImageMetadataExtractor](https://github.com/inveniosoftware/invenio-records-resources/blob/8d028fcc232b518fc77f09636a3c813c4ddb08e1/invenio_records_resources/services/files/processors/image.py#L31). This is necessary to render the IIIF manifest. We'll have to re-run this process, at least...

### Task overview - [ ] Frontpage - [ ] Global search - [ ] Branded community frontpage - [ ] Branded community search - [ ] Any non-branded community...

We're currently ignoring `invenio.cfg` and explicitly add in `conftest.py` any configuration we need. This is problematic, since: - An invalid `invenio.cfg` will never be caught by tests - We might...

Is there a script or similar for how the EuroSciVoc file was produced? It could go in a top-level `scripts/transform_euroscivoc.py` with some docs on where to get the input data...

_Originally posted by @slint in https://github.com/zenodo/zenodo-rdm/pull/674#discussion_r1463023624_

In legacy production we had this setting with a comment: ```python APP_ALLOWED_HOSTS = [ 'localhost', # allows sending emails from Celery tasks ... ] ``` This might explain possibly why...

question