add enum of OpenaireEntities
This commit is contained in:
parent
4deb378f2d
commit
87aa186ea8
|
@ -766,3 +766,15 @@ export class FieldDetails {
|
||||||
operator: string;
|
operator: string;
|
||||||
filterType: string = "checkbox";
|
filterType: string = "checkbox";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export enum OpenaireEntities {
|
||||||
|
RESULTS = "Research outcomes",
|
||||||
|
PUBLICATIONS = "Publications",
|
||||||
|
DATASETS = "Research data",
|
||||||
|
SOFTWARE = "Software",
|
||||||
|
OTHER = "Other research products",
|
||||||
|
PROJECTS = "Projects",
|
||||||
|
ORGANIZATIONS = "Organizations",
|
||||||
|
DATASOURCES = "Content Providers",
|
||||||
|
COMMUNITIES = "Research communities"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue