We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e232 commit 78e3975Copy full SHA for 78e3975
1 file changed
vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.jsx
@@ -11,15 +11,15 @@ const fieldmapper = {
11
relation: "relation",
12
identifier: "identifier",
13
title: "title",
14
- paper_abstract: "abstract",
15
- published_in: "publication source",
16
- year: "publication date",
17
- authors: "authors",
+ paper_abstract: "description",
+ published_in: "publisher",
+ year: "date",
+ authors: "creator",
18
link: "link",
19
- oa_state: "open access status",
20
- resulttype: "result type",
+ oa_state: "open access",
+ resulttype: "type",
21
language: "language",
22
- content_provider: "content provider",
+ content_provider: "provider",
23
coverage: "coverage"
24
}
25
0 commit comments