openCitations #194

Merged
miriam.baglioni merged 6 commits from openCitations into beta 2022-02-14 14:58:28 +01:00

This PR is to fix issues with OC data: dois with commas and self citations

This PR is to fix issues with OC data: dois with commas and self citations
alessia.bardi was assigned by miriam.baglioni 2022-02-08 16:16:35 +01:00
miriam.baglioni added 3 commits 2022-02-08 16:16:35 +01:00
miriam.baglioni added 1 commit 2022-02-08 16:23:12 +01:00
alessia.bardi requested changes 2022-02-09 11:45:37 +01:00
alessia.bardi left a comment
Owner

Looks ok, just few small comments:

  1. Remove the confusing commented lines in the COCI model
  2. Two changes are not related to COCI (see pom.xml and AbstractMdRecordToOafMapper)
Looks ok, just few small comments: 1. Remove the confusing commented lines in the COCI model 2. Two changes are not related to COCI (see pom.xml and AbstractMdRecordToOafMapper)
@ -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

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
Author
Member

done

done
miriam.baglioni added 2 commits 2022-02-14 14:52:17 +01:00
miriam.baglioni merged commit a1013e62d4 into beta 2022-02-14 14:58:28 +01:00
Sign in to join this conversation.
No description provided.