-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (37 loc) · 1.14 KB
/
config.json
File metadata and controls
43 lines (37 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"user_name": ["Amy"],
"user_email": "amy.romanello@charite.de",
"global_keywords": ["postdoc", "research fellow", "wissenschafliche*r mitarbeiter*in"],
"sites": [
{
"name": "MPG Jobboard",
"base_url": "https://www.mpg.de/jobboard",
"keywords": ["cognitive"],
"type": ["institutional_jobboard"]
},
{
"name": "Charite Stellenangebote",
"base_url": "https://karriere.charite.de/stellenangebote",
"keywords": ["cognitive"],
"type": ["institutional_jobboard"]
},
{
"name": "FU Jobs Scientific",
"base_url": "https://www.fu-berlin.de/universitaet/beruf-karriere/jobs/wiss/index.html",
"keywords": ["cognitive"],
"type": ["institutional_jobboard"]
},
{
"name": "HU Jobs Scientific",
"base_url": "https://haushalt-und-personal.hu-berlin.de/de/personal/stellenausschreibungen",
"keywords": ["cognitive"],
"type": ["institutional_jobboard"]
},
{
"name": "TU Jobs",
"base_url": "https://www.jobs.tu-berlin.de/stellenausschreibungen",
"keywords": ["cognitive"],
"type": ["institutional_jobboard"]
}
]
}