-
Notifications
You must be signed in to change notification settings - Fork 0
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
Story/cite-177 There needs to be an import from Crossref #22
Open
PradnyaC11
wants to merge
35
commits into
develop
Choose a base branch
from
story/CITE-177
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 33 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0106646
[CITE-177] started on processor to import from crossref
jdamerow 656fab7
[CITE-177] Trying to add functionality for starting the import
PratikGiri a82d996
[CITE-177] Trying to add functionality for picking the job.
PratikGiri d3aa18f
[CITE-177] Adding function for starting the import
PratikGiri 1710f06
[CITE-177] Trying to add crossref import functionality
PratikGiri 10d8372
[CITE-177] Trying to create Iterator for Crossref
PratikGiri 27ee091
[CITE-177] Iterator changes.
PratikGiri f0c4b61
[CITE-177] Updating the Iterator and ImportProcessor
PratikGiri 58f195c
[CITE-177] Adding iterator
PratikGiri a2d4979
Adding iterator.
PratikGiri 9616319
[CITE-177] Correcting the iterator
PratikGiri e3856ea
[CITE-177] Updating the Crossref Iterator
PratikGiri 8c4545b
[CITE-177] CrossrefIterator and identifier
PratikGiri c2bfbd0
[CITE-177] Resolved error CrossrefReferenceImportProcessor class
PradnyaC11 74bcd5f
[CITE-177] Added CrossRef types to CrossRefPublication, and updated C…
PradnyaC11 7ecdfd0
[CITE-177] Updated CrossRefIterator
PradnyaC11 41fed60
[CITE-177] Updated CrossRefIterator
PradnyaC11 7f097df
[CITE-177] updated generateJson method of JsonGenerationService
PradnyaC11 46c2904
[CITE-177] Updated itemTypeMapping in crossref import processer
PradnyaC11 e36ff3d
[CITE-177] Added more mapping in CrossRefInportProcessor
PradnyaC11 1c94f97
[CITE-177] Udpated CrossRefIterator for typeMap and iterator logic
PradnyaC11 bed4968
[CITE-177] Added test cases for CrossrefReferenceImportProcessor
PradnyaC11 e48be13
[CITE-177] Refactoring code to fix issues.
PradnyaC11 c086f44
[CITE-177] Renamed file to remove unwanted file commit
PradnyaC11 287ffed
[CITE-177] Updated CrossRefIterator.java
PradnyaC11 5fd853e
[CITE-177] Addressed PR comments
PradnyaC11 c4c4f13
[CITE-177] Addressing PR comments
PradnyaC11 eb6a3a1
[CITE-177] Addressed PR comments
PradnyaC11 a06f8af
[CITE-177] Addressed PR comments
PradnyaC11 5767556
[CITE-177] Changed crossref-connect-version in pom.xml
PradnyaC11 bfcf53f
[CITE-177] Addressed PR comments
PradnyaC11 6670084
[CITE-177] Addressed PR comments
PradnyaC11 0023dd2
[CITE-177] Addressing PR comments
PradnyaC11 d954231
[CITE-177] Addressing PR comments
PradnyaC11 b7ded34
[CITE-177] Addressed PR comments
PradnyaC11 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
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 think the abstract import processor should still stay in the
impl
package, it's part implementation after all.