This is a nice-to-have eventually but not a priority at the time of writing.
The SFB catalog is structured in the following way:
landing page
└── Project (project metadata here)
└── Research dataset (dataset metadata here)
Currently, publications can be added to a Project dataset (via user-submitted RIS / nbib or web-scraped json files) or to a Research dataset (e.g. via a tabby record). There is an expectation that tabby records would declare at least one publication.
It could be neat if the publications added to a Research dataset could be automatically reported at a level-up (Project). This of course goes beyond the "each (sub)dataset is standalone" approach of the catalog itself, but reflects the logical nature of reality (dataset-related publication is a project's publication).
As a side note, and an extended problem, making a reverse connection has also been proposed: sfb1451/metadata-catalog#24
When adding things up in the hierarchy, there is a duplication to be dealt with: a publication can be listed in project and its subdataset (maybe even 100%, which would make this issue irrelevant). The catalog does not handle this on its own, so it would be up to the script here. Can the DOIs be reliably used as identifiers to deduplicate (considering that we treat them as optional for tabby)?
This is a nice-to-have eventually but not a priority at the time of writing.
The SFB catalog is structured in the following way:
Currently, publications can be added to a Project dataset (via user-submitted RIS / nbib or web-scraped json files) or to a Research dataset (e.g. via a tabby record). There is an expectation that tabby records would declare at least one publication.
It could be neat if the publications added to a Research dataset could be automatically reported at a level-up (Project). This of course goes beyond the "each (sub)dataset is standalone" approach of the catalog itself, but reflects the logical nature of reality (dataset-related publication is a project's publication).
As a side note, and an extended problem, making a reverse connection has also been proposed: sfb1451/metadata-catalog#24
When adding things up in the hierarchy, there is a duplication to be dealt with: a publication can be listed in project and its subdataset (maybe even 100%, which would make this issue irrelevant). The catalog does not handle this on its own, so it would be up to the script here. Can the DOIs be reliably used as identifiers to deduplicate (considering that we treat them as optional for tabby)?