argos/dmp-frontend/src/app/core/common/enum/role-organization-type.ts

17 lines
560 B
TypeScript

export enum RoleOrganizationType {
Faculty = "Faculty",
Librarian = "Librarian",
Researcher = "Researcher",
Student = "Student (BA/BSc, MSc)",
EarlyCareerResearcher = "Early Career Researcher (PhD candidate, post-graduate)",
ResearchAdministrator = "Research Administrator",
RepositoryManager = "Repository Manager",
ResearchInfrastructure = "Research Infrastructure",
ServiceProvider = "Service Provider",
Publisher = "Publisher",
ResearchFunder = "Research Funder",
Policymaker = "Policymaker",
SMEIndustry = "SME/ Industry",
Other = "Other"
}