openCitations #194
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#194
Loading…
Reference in New Issue
No description provided.
Delete Branch "openCitations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is to fix issues with OC data: dois with commas and self citations
Looks ok, just few small comments:
@ -0,0 +7,4 @@
public class COCI implements Serializable {
@CsvBindByPosition(position = 0)
// @CsvBindByName(column = "doi")
This commented line is confusing. The first column of the csv is the coci id, not the doi.
The same applies to the commented lines below
done