Project

General

Profile

1
pace.conf { 
2
	strictconditions {
3
		doiExactMatch { fields = [pid] }
4
	}, 
5
	conditions { 
6
		yearMatch { fields = [dateofacceptance] }, 
7
		titleVersionMatch { fields = [title] } 
8
	},
9
	model { 
10
		pid { algo = Null, type = String, weight = 0.0, ignoreMissing = true, path = pid/value },
11
		title { algo = JaroWinkler, type = String, weight = 1.0, ignoreMissing = false, path = result/metadata/title/value }, 
12
		dateofacceptance { algo = Null, type = String, weight = 0.0, ignoreMissing = true, path = result/metadata/dateofacceptance/value } 
13
	}
14
}
(4-4/5)