Skip to content

Commit

Permalink
HAL added to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rpereira-fccn committed Aug 26, 2021
1 parent 90d58d1 commit f692593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pt/ptcris/utils/ORCIDWorkHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum EIdType {
PMID("pmid"), RFC("rfc"), SOURCE_WORK_ID("source-work-id"),
SSRN("ssrn"), URI("uri"), URN("urn"), WOSUID("wosuid"), ZBL("zbl"),
CIENCIAIUL("cienciaiul"), LENSID("lensid"), PDB("pdb"), KUID("kuid"),
ASIN_TLD("asin-tld"), AUTHENTICUSID("authenticusid"), RRID("rrid");
ASIN_TLD("asin-tld"), AUTHENTICUSID("authenticusid"), RRID("rrid"), HAL("hal");

public final String value;

Expand Down

0 comments on commit f692593

Please sign in to comment.