Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion lib/ingestors/auto_parser_mappings/target_audience.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"post-docs": "researchers",
"PhD's candidate": "researchers",
"PhD candidates": "researchers",
"PhD student": "researchers",
"principal investigator": "researchers",
"professor": "researchers",
"scientist": "researchers",
"researchers": "researchers",
"biologists": "researchers",
"chemists": "researchers",

"library staff": "research support staff",
"research librarian": "research support staff",
Expand All @@ -15,13 +19,20 @@
"data manager": "research support staff",
"data professional": "research support staff",
"data engineer": "research support staff",
"data scientists": "research support staff",
"software engineer": "research support staff",
"data librarian": "research support staff",
"research support": "research support staff",
"bioinformaticians": "research support staff",

"bachelor": "students",
"master": "students",

"teacher": "trainers",
"coaches": "trainers",
"educator": "trainers"
"educator": "trainers",

"tabular data processors": "other",
"beginning programmers": "other",
"github beginners": "other"
}
Loading