Skip to content

Commit c63bf54

Browse files
committed
fix suggestions GET response example
1 parent 88eeb94 commit c63bf54

File tree

1 file changed

+8
-36
lines changed

1 file changed

+8
-36
lines changed

suggestions.md

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,42 +20,14 @@ sample for a suggestion /api/integration/suggestions/openaire:gf3d657-9d6d-4a87-
2020
"score": "62.7",
2121
"externalSourceUri": "https://demo.dspace.org/server/api/integration/reciterSourcesEntry/pubmed/entryValues/24694772",
2222
"evidences": {
23-
"acceptedRejectedEvidence": {
24-
"score": "2.7",
25-
"notes": "some notes, eventually empty or null"
26-
},
27-
"authorNameEvidence": {
28-
"score": "0",
29-
"notes": "some notes, eventually empty or null"
30-
},
31-
"journalCategoryEvidence": {
32-
"score": "6",
33-
"notes": "some notes, eventually empty or null"
34-
},
35-
"affiliationEvidence": {
36-
"score": "23.7",
37-
"notes": "some notes, eventually empty or null"
38-
},
39-
"relationshipEvidence": {
40-
"score": "9",
41-
"notes": "some notes, eventually empty or null"
42-
},
43-
"educationYearEvidence": {
44-
"score": "3.6",
45-
"notes": "some notes, eventually empty or null"
46-
},
47-
"personTypeEvidence": {
48-
"score": "4",
49-
"notes": "some notes, eventually empty or null"
50-
},
51-
"articleCountEvidence": {
52-
"score": "6.7",
53-
"notes": "some notes, eventually empty or null"
54-
},
55-
"averageClusteringEvidence": {
56-
"score": "7",
57-
"notes": "some notes, eventually empty or null"
58-
}
23+
"AuthorNamesScorer" : {
24+
"score" : "100.00",
25+
"notes" : "The author Andrea Bollini at position 2 in the authors list matches the name Andrea Bollini in the researcher profile"
26+
},
27+
"DateScorer" : {
28+
"score" : "0.00",
29+
"notes" : "No assumption was possible about the publication year range. Please consider to set a min/max date in the profile, specify the birthday or education achievements"
30+
}
5931
},
6032
"metadata": {
6133
"dc.identifier.uri": [

0 commit comments

Comments
 (0)