Skip to content

Commit 78e3975

Browse files
committed
field name adjustments
1 parent 836e232 commit 78e3975

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const fieldmapper = {
1111
relation: "relation",
1212
identifier: "identifier",
1313
title: "title",
14-
paper_abstract: "abstract",
15-
published_in: "publication source",
16-
year: "publication date",
17-
authors: "authors",
14+
paper_abstract: "description",
15+
published_in: "publisher",
16+
year: "date",
17+
authors: "creator",
1818
link: "link",
19-
oa_state: "open access status",
20-
resulttype: "result type",
19+
oa_state: "open access",
20+
resulttype: "type",
2121
language: "language",
22-
content_provider: "content provider",
22+
content_provider: "provider",
2323
coverage: "coverage"
2424
}
2525

0 commit comments

Comments
 (0)