add 'SDG' and 'FOS' as fields options - report issues
This commit is contained in:
parent
c42addf501
commit
049ac1a8a1
|
@ -106,7 +106,8 @@ export class ResultLandingComponent {
|
||||||
public feedbackFields: string [] = [
|
public feedbackFields: string [] = [
|
||||||
'Title', 'Authors', 'Access rights',
|
'Title', 'Authors', 'Access rights',
|
||||||
'Publisher information', 'Funding Information',
|
'Publisher information', 'Funding Information',
|
||||||
'Persistent identifiers', 'Other'];
|
'Persistent identifiers', 'Sustainable Development Goals (SDG)',
|
||||||
|
'Fields of Science and Technology (FOS)', 'Other'];
|
||||||
|
|
||||||
public pidsArrayString: string = "";
|
public pidsArrayString: string = "";
|
||||||
public identifier: Identifier;
|
public identifier: Identifier;
|
||||||
|
|
Loading…
Reference in New Issue