-
Notifications
You must be signed in to change notification settings - Fork 10
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
Jupiter: Deposit item type "Conference/Workshop Presentation" becomes "Conference Paper" #789
Comments
The item types in the list do not match up with the data dictionary. @weiweishi @pbinkley @leahvanderjagt can @danydvd and I touch base with you to review and make changes as needed? |
Sorry; should have added further detail. Is this a question of the display label not matching on the item view page? We can easily update this in the data dictionary as I believe this may be an error there. If it's more about the underlying property then of course happy to provide further detail on the way it was chosen and talk through other potential options. |
Thanks for looking into this. I think the value is actually stored
incorrectly, but I'll confirm that. If we can sort out any related
data-dictionary-to-code translation problems at the same time, it would be
good.
|
I've confirmed that the item was saved with |
I think maybe a quick touch-base would be good.
The data dictionary indicates that we don't have a data type:
Conference/Workshop Presentation. We have one for Conference Paper, and one
for Conference Poster.
I recall a past discussion that we agreed to map Conference/Workshop
Presentation to Conference Paper, but I can't find that trace of that
discussion anymore. So clarification on this data type would be really
helpful.
Cheers!
Weiwei
*Weiwei Shi*Digital Initiative Applications Librarian
2-10L Cameron Library, University of Alberta
780-492-7802 | [email protected]
*"The University of Alberta respectfully acknowledges that we are situated
on Treaty 6 territory, traditional lands of First Nations and Métis
people."*
…On Wed, Jul 25, 2018 at 9:48 AM, Peter Binkley ***@***.***> wrote:
I've confirmed that the item was saved with type:
http://vivoweb.org/ontology/core#ConferencePaper in Fedora.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#789 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB8-frM8678uFjs9IhNl3OZ1krOoesLFks5uKJNYgaJpZM4VfCTG>
.
|
The user concern that Anna mentioned was the desire to distinguish the
slides from the actual paper; so "presentation" is what they were after.
|
Then we will probably need
- modification on the data dictionary to add new data type
- modification on code to add new data type
- potential data cleaning work?
*Weiwei Shi*Digital Initiative Applications Librarian
2-10L Cameron Library, University of Alberta
780-492-7802 | [email protected]
*"The University of Alberta respectfully acknowledges that we are situated
on Treaty 6 territory, traditional lands of First Nations and Métis
people."*
…On Wed, Jul 25, 2018 at 10:06 AM, Peter Binkley ***@***.***> wrote:
The user concern that Anna mentioned was the desire to distinguish the
slides from the actual paper; so "presentation" is what they were after.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#789 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB8-fntSKOqxByJRm9C_obMYAxME9Pcdks5uKJeggaJpZM4VfCTG>
.
|
When we investigated this we didn't find a vocab that a general property for "presentation" so rather than minting our own we went with the designation between paper/poster. But I can see instances where something more generic may be worthwhile. If this is so desired, we can a) investigate whether there may be a vocab now that has a usable property, b) define our own. I will ask @danydvd to do some investigating. |
vivoweb vocabulary has a property called presentation. It is used for: Encompasses talk, speech, lecture, slide lecture, conference presentation. |
Thanks @danydvd this would seem to capture the more generic 'presentation'. So my understanding then is:
Is that correct @pbinkley @weiweishi @leahvanderjagt @danydvd ? |
I like the presentation option but I don't think we've done any kind of
process to add it - @leahvanderjagt how do you feel about it?
|
@leahvanderjagt has approved the strategy to handle this new content type. |
|
Note from grooming meeting: This may require us to either:
or
Removing the old URI but leaving the site up will cause the application to crash/misbehave when displaying or editing items with the old URI on them. |
Deployed to production. |
Describe the bug
When an item is deposited with item type "Conference/Workshop Presentation", it becomes "Conference Paper" once the item is saved.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Item type should remain "Conference/Workshop Presentation"
Additional context
I've just deposited an item this way in UAT http://uat.library.ualberta.ca/items/f63df45f-c375-4104-a69c-0ac90cc3f2f2
Agreed strategy
The text was updated successfully, but these errors were encountered: