-
Notifications
You must be signed in to change notification settings - Fork 493
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
Datacite xml improvements #10615
Closed
qqmyers
wants to merge
65
commits into
IQSS:develop
from
QualitativeDataRepository:datacite_xml_improvements
Closed
Datacite xml improvements #10615
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
4878cfe
separate metadata parsing/params from XML generation code
qqmyers 68792c2
extract some common xml writing util code
qqmyers 1a46155
note duplicate method
qqmyers ace656c
remove xml template doc, refactor to generate xml, adding OA fields
qqmyers dba03e2
refactor source of XML info
qqmyers af3e24b
add code to get raw alphanumeric pid value
qqmyers fa23884
remove duplicate method
qqmyers 0d22d6c
dates, resourceType, alternate Ids
qqmyers d69bf41
more methods
qqmyers 04b367f
only one field to look for
qqmyers 003431d
use common util method
qqmyers fea2f5e
access rights descriptions, geolocations, funding refs
qqmyers 3c52b6a
altTitles npe
qqmyers bab2a0d
fixes and test
qqmyers 3cca63d
fix for empty rel pub entry
qqmyers 30c80a9
bugs: remove bad nesting, dupe values
qqmyers a2acdeb
add XML Validation to test
qqmyers 3ec7a0b
fix contributorType
qqmyers 842dee6
add geolocations element and multiple geolocation
qqmyers 81a7c4a
typos
qqmyers ed5eab0
try execute inside the main method
qqmyers 39673f0
Fix subject, keyword
qqmyers 36097d6
fix geo coverage
qqmyers a5d3b3e
adjust funders to include grant number, add xml escaping for description
qqmyers 8a12444
bug: add dataset descriptions
qqmyers f3e5dc1
typo, add xml escape for funder
qqmyers 5610c95
still typo
qqmyers 7148b03
mark contact as deprecated - unused
qqmyers 0470459
more fixes
qqmyers c0265da
catch parseexception
qqmyers 2ff8678
fix alternateIdentifier, related PID parsing, series
qqmyers 182f3d7
catch PID update exception to avoid corrupt dataset
qqmyers be90355
try long sleep
qqmyers e458e8c
set dv released before pid publicize, go back to short time
qqmyers 27fe7b4
always use latest version for copy
qqmyers 00a3830
handle deaccession, fix relatedIDtype for files
qqmyers 1faf0cd
missed assignment for title
qqmyers 23dd581
fix creator for deaccessioned
qqmyers 3bbd2e9
correct fix for creators when deaccessioned
qqmyers 4def6da
remove bad value and lang
qqmyers eac477e
add creatorName sub element for deaccession/no names case
qqmyers 154ac8a
typo
qqmyers 9144f6c
fix resourceType - always 1 entry
qqmyers a5870fb
Also handle file case for resourceType
qqmyers 24db2af
missed changes
qqmyers f0fd61a
simplify - util checks for null and empty
qqmyers ead153f
typo in DOI parsing logic
qqmyers ea75216
only files in latestversionforcopy
qqmyers 33f8f30
Merge remote-tracking branch 'IQSS/develop' into datacite_xml_improve…
qqmyers b6bd530
fix date parsing, clear bad values
qqmyers 347971f
skip blanks in geo place name entries
qqmyers bc5686b
use ; to separate kindOfData / resourceTypes
qqmyers db934bb
add Time Period as Other Date
qqmyers 9efe597
support available and updated dates for dataset and file
qqmyers de37314
fix file updated logic
qqmyers 0c2cff1
add HasPart rels - logic issue
qqmyers a177a08
catch additional exception type
qqmyers 08843d8
missing imports, null check
qqmyers c4df868
Merge remote-tracking branch 'IQSS/develop' into datacite_xml_improve…
qqmyers 1cceab1
Merge remote-tracking branch 'IQSS/develop' into datacite_xml_improve…
qqmyers 6c87b9e
fix ROR identification
qqmyers 182cfdd
passthrough for ext cvv/ROR affiliation update
qqmyers f5326c9
Merge remote-tracking branch 'IQSS/develop' into
qqmyers ea373af
Merge remote-tracking branch 'IQSS/develop' into
qqmyers 561fd2c
fix test
qqmyers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'll just leave this comment here on the first file that is changed...
Can we please get a release note?