-
Notifications
You must be signed in to change notification settings - Fork 91
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 edition to imprint and new thesis fields #1696
base: master
Are you sure you want to change the base?
Conversation
@tmorrell Can you bring it up in the next telecon? In principle I don't see issues with adding the fields. It might have some impact on the serializers to use the new fields (e.g. book edition in citation formats) but better let people agree on first if they want the fields. |
}, | ||
} | ||
|
||
|
||
IMPRINT_NAMESPACE = { | ||
# Imprint | ||
"imprint": None, | ||
"imprint": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was the change to mutable value done on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Nope, just my copy of the code was older. I've fixed it.
@tmorrell thank you for this change. As briefly mentioned during our last discussion, we will also need to have the following fields:
Do you think these are fields that can be added to the default implementation, as many might need the same? Or they are too specific and we should go for new custom fields instead? |
We will definitely need So if you've got some suggestions how to implement it, I think they would be good additions to the default. |
This PR was automatically marked as stale. |
This PR was automatically marked as stale. |
This PR was automatically marked as stale. |
I am also looking into this. Should the dates be added to the I guess from a UX point of view, it might be better to have all the thesis information together ... curious to know what you think |
We will also work on this in the iteration at CERN, and we also have other fields to migrate (@egabancho you might have memories https://cds.cern.ch/collection/CERN%20Theses :)). As a general thought, we will have to decide if we extend the data model, or have dedicated custom fields, maybe as a "Thesis pack", similar to Publishing/Journal fields. |
Yup, I'll propose a breakout for the next telecon to discuss the thesis fields. I'd lean toward having a specific thesis section....the only issue is if Zenodo/others are alright moving the v12 "thesis:university" into a dedicated thesis section. I think it would also be the first time RDM depreciates a metadata field. |
This was presented at the telecon, and there was support for depreciating thesis:university and replacing it with thesis:thesis. One suggestion was to support multiple universities. Having this field be a VocabularyCF would make the field work better and meet this use case, pulling from the existing affiliations vocabulary. Having department and thesis type also be VocabularyCF might also be good, and I'll try to implement that in an improved PR. Other metadata fields that were discussed were:
It's not clear whether these would be better in the thesis block or whether we should reuse the existing fields with new types. It's also not clear how we could make these values mandatory if we use the existing fields, but work on per-community validation could be useful. Other fields such as major, minor, approved for public release, and retracted could be added by individual sites as custom fields. There was general discussion of having a state field, but it wasn't clear whether this was specifically tied to theses or should be more general. There was a concern raised about not mixing system and bibliographic metadata fields. |
This PR was automatically marked as stale. |
❤️ Thank you for your contribution!
Description
This PR adds new fields to the imprint and thesis sections.
This is a breaking change for thesis, since the thesis field was structured differently from the other publication custom fields and wasn't set up to support additional subfields. This change makes the thesis field consistent with the others, but will require current v12 users of this field to do an upgrade. I'm not sure what's needed to support that or if folks will think it's worth it.
Checklist
Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:
Third-party code
If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.
Reminder
By using GitHub, you have already agreed to the GitHub’s Terms of Service including that: