add 'SDG' and 'FOS' as fields options - report issues

This commit is contained in:
Alex Martzios 2022-02-04 13:01:54 +02:00
parent c42addf501
commit 049ac1a8a1
1 changed files with 2 additions and 1 deletions

View File

@ -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;