-
Notifications
You must be signed in to change notification settings - Fork 498
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
Harvesting - Data Citation Values Missing #3290
Comments
OK, I couldn't stop myself from going digging in there... Yes, the value was exported, harvested and imported properly... and even indexed properly - but only as an individual field, and not as part of the citation (we index the citation as a complete string). I checked in the fix. Please test/verify; but I'd say it looks safe enough to go into 4.5... |
I am trying to find reference to the use of bracketed labels in the citation, but I am struggling to find good source. There are a few old tickets that reference that once had a "[Publisher]" label in the early dev stages of 4.0, but that was since removed -- I believe at the suggestion of Gary. @sekmiller might be of some help in figuring out if "[Distributor]" should also be removed. I believe that it should be removed, based upon the fact that a citation for a harvested dataset was most likely never properly demoed in those early dev stages. |
Just tested and the [distributor] label still appears. This was in QA but not assigned to me. Was it ready for testing? |
Checked in the removal of [distributor] label to harvest branch... |
Works for DDI, json is now putting the wrong value in place: putting the actual distributor field there, should be getting it from the json exported publisher field: "publisher":"Root* Dataverse" I think. |
This is related to a discussion in Google Groups (https://groups.google.com/forum/#!topic/dataverse-community/xnB2lComOrs) and some history about why this is set up this way is in #2146. I'd like to revisit this with @mcrosas, but this is not something that should hold up the release. |
To focus on the most important features and bugs, we are closing issues created before 2020 (version 5.0) that are not new feature requests with the label 'Type: Feature'. If you created this issue and you feel the team should revisit this decision, please reopen the issue and leave a comment. |
When investigating how the citation is handled for harvested datasets, I noticed that our two latest and greatest harvesting test servers are not able to display the full, original citation after the dataset is harvested. Specifically, the distributor and version values are missing.
To add to the mystery, you can see that the value is actually harvested, and can be found when searching for the expected value in the Distributor field on the Advanced Search page.
Original Citation:
Harvested Citation:
The text was updated successfully, but these errors were encountered: