forked from D-Net/dnet-hadoop
Promote "Research" to a jolly instanceType in dedup comparisons
Compare Part of book or chapter of book with Article
This commit is contained in:
parent
d85d2df6ad
commit
29194472a7
|
@ -21,17 +21,26 @@ public class InstanceTypeMatch extends AbstractListComparator {
|
|||
public InstanceTypeMatch(Map<String, String> params) {
|
||||
super(params);
|
||||
|
||||
|
||||
// chaper of book in article
|
||||
// in article
|
||||
|
||||
// jolly types
|
||||
translationMap.put("Conference object", "*");
|
||||
translationMap.put("Research", "*");
|
||||
translationMap.put("Other literature type", "*");
|
||||
translationMap.put("Unknown", "*");
|
||||
translationMap.put("UNKNOWN", "*");
|
||||
|
||||
// article types
|
||||
translationMap.put("Article", "Article");
|
||||
// Book
|
||||
translationMap.put("Data Paper", "Article");
|
||||
translationMap.put("Software Paper", "Article");
|
||||
translationMap.put("Preprint", "Article");
|
||||
translationMap.put("Part of book or chapter of book", "Article");
|
||||
//Journal
|
||||
|
||||
|
||||
// thesis types
|
||||
translationMap.put("Thesis", "Thesis");
|
||||
|
|
Loading…
Reference in New Issue