From 049ac1a8a1a46c867f49edf3ed9ca742593747fe Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Fri, 4 Feb 2022 13:01:54 +0200 Subject: [PATCH] add 'SDG' and 'FOS' as fields options - report issues --- landingPages/result/resultLanding.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 56a416d8..dc24ff4c 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -106,7 +106,8 @@ export class ResultLandingComponent { public feedbackFields: string [] = [ 'Title', 'Authors', 'Access rights', 'Publisher information', 'Funding Information', - 'Persistent identifiers', 'Other']; + 'Persistent identifiers', 'Sustainable Development Goals (SDG)', + 'Fields of Science and Technology (FOS)', 'Other']; public pidsArrayString: string = ""; public identifier: Identifier;