Skip to content

Commit 56540ae

Browse files
committed
extend target_audience auto_parse word list
1 parent e67ce73 commit 56540ae

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

lib/ingestors/auto_parser_mappings/target_audience.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"post-docs": "researchers",
33
"PhD's candidate": "researchers",
4+
"PhD candidates": "researchers",
45
"PhD student": "researchers",
56
"principal investigator": "researchers",
67
"professor": "researchers",
78
"scientist": "researchers",
9+
"researchers": "researchers",
10+
"biologists": "researchers",
11+
"chemists": "researchers",
812

913
"library staff": "research support staff",
1014
"research librarian": "research support staff",
@@ -15,13 +19,20 @@
1519
"data manager": "research support staff",
1620
"data professional": "research support staff",
1721
"data engineer": "research support staff",
22+
"data scientists": "research support staff",
1823
"software engineer": "research support staff",
1924
"data librarian": "research support staff",
25+
"research support": "research support staff",
26+
"bioinformaticians": "research support staff",
2027

2128
"bachelor": "students",
2229
"master": "students",
2330

2431
"teacher": "trainers",
2532
"coaches": "trainers",
26-
"educator": "trainers"
33+
"educator": "trainers",
34+
35+
"tabular data processors": "other",
36+
"beginning programmers": "other",
37+
"github beginners": "other"
2738
}

0 commit comments

Comments
 (0)