-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add further attributes to the related publications #3249
Comments
A DOI Link attribute seems to be already part of the type as far as I can tell. It seems that many publications simply lack the information. One example that has one: https://metadata.fdz.dzhw.eu/de/publications/pub-Engel.2023?page=1&size=10&type=data_packages
Could you expand on what needs to be split up? Do you want "Source Reference" to be replaced by Journal and Issue? Do we need to consider other publication types like books? An example from prod: |
The source reference as a whole should remain, but next to it we should have separate fields for author, title, issue, journal (all not mandatory). It would be best if I provide the input format for the citations to get a better understanding of it |
Check the import routine to get all relevant attributes add abstract as optional |
According to @AndyDaniel1 the import process already combines citation attributes into a single "Source Reference" attribute so it should be possible to use this as a starting point. We need to find out if this happens on the frontend or backend. Furthermore:
|
@AndyDaniel1 we should discuss whether we need to consider a migration strategy for publications that have already been imported. This could lead to some unexpected outcomes. As far as I can tell Journal and Issue are not parsed and stored as separate attributes right now. As such we would have to parse the
|
Note that publication abstract has already been implemented as an optional field:
|
@AndyDaniel1 Because the excel-file, that is used as import, does not provide any information about "journal" or "issue" I added a request to
the Remark: If the |
@ewolf47 thank you, good idea to retrieve the information from doi.org! ℹ️ The order should be title; year; journal; issue.
✔️ Yes, we should use the container-title (not the short version).
✔️ |
#3249 Add further attributes to the related publications
Will leave the issue open until #3346 is resolved |
@AndyDaniel1 since the majority of this functionality has already been deployed to production and we're discussing other possible approaches for extracting the journal and issue attributes in #3346 I think it best to close this issue or at the very least remove it from the test column on the project board. |
The following attributes should be added to the related publications:
The text was updated successfully, but these errors were encountered: