Skip to content

Commit 8953a45

Browse files
committed
Add all study data
All commits has been squased before publication to ensure confidentiality of the data
0 parents  commit 8953a45

File tree

1,061 files changed

+135595
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,061 files changed

+135595
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.out
2+
3+
# Binary files
4+
.bin/
5+
6+
# Created by https://www.toptal.com/developers/gitignore/api/sonarqube
7+
# Edit at https://www.toptal.com/developers/gitignore?templates=sonarqube
8+
9+
### SonarQube ###
10+
# SonarQube ignore files.
11+
#
12+
# https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
13+
# Sonar Scanner working directories
14+
.sonar/
15+
.scannerwork/
16+
17+
# http://www.sonarlint.org/commandline/
18+
# SonarLint working directories, configuration files (including credentials)
19+
.sonarlint/
20+
21+
# End of https://www.toptal.com/developers/gitignore/api/sonarqube

.manual_groupings.json

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"education_fields": {
3+
"Computer Science": "Computer Science",
4+
"Computer Science \u0026 Software Engineering": "Computer Science",
5+
"Computer science": "Computer Science",
6+
"IT": "Software Engineering",
7+
"Industrial engineering and management": "Industrial engineering",
8+
"Information Technology": "Software Engineering",
9+
"Information Technology / Interaction Design": "Interaction Design",
10+
"Software Engineering": "Software Engineering",
11+
"Software Engineering/Computer Science": "Software Engineering",
12+
"Software engineering": "Software Engineering",
13+
"Software engingeering": "Software Engineering",
14+
"civil engineering": "Civil Engineering",
15+
"computer science": "Computer Science",
16+
"electrical engineering": "Electrical Engineering",
17+
"none": "None",
18+
"software engineering": "Software Engineering"
19+
},
20+
"work_domains": {
21+
"-": "None",
22+
"0": "None",
23+
"1": "None",
24+
"Adtech": "Adtech",
25+
"Android": "App",
26+
"Automotive": "Automotive",
27+
"Developing full-stack websites": "Web",
28+
"Finance": "Finance",
29+
"Government": "Government",
30+
"Have not": "None",
31+
"Marketing": "Marketing",
32+
"Mobility": "Automotive",
33+
"N/A": "None",
34+
"None": "None",
35+
"School, which I don't count as professional experience.": "None",
36+
"Software development": "Mixed",
37+
"Telecom": "Telecom",
38+
"University": "None",
39+
"Vehicle industry": "Automotive",
40+
"Web development": "Web",
41+
"Web-development": "Web",
42+
"Webdevelopment": "Web",
43+
"android development": "App",
44+
"automotive": "Automotive",
45+
"devops": "Devops",
46+
"e-commerce": "E-Commerce",
47+
"e-commerce, e-health": "E-Commerce",
48+
"financial": "Finance",
49+
"mixed": "Mixed",
50+
"music industry": "Music",
51+
"no work experience": "None",
52+
"radar": "Embedded",
53+
"research": "Research",
54+
"retail": "Retail",
55+
"telecom": "Telecom",
56+
"web development": "Web",
57+
"webb": "Web",
58+
"webdevelopment": "Web"
59+
},
60+
"signup_codes": {
61+
"cup-cd": "consultants",
62+
"kiwi-steel": "product-company",
63+
"light-card": "consultants",
64+
"lock-cable": "friends",
65+
"power-pillow": "open",
66+
"prestudy-students": "students",
67+
"ring-button": "code-interested",
68+
"screen-floor": "open",
69+
"tv-box": "professional-contact"
70+
}
71+
}

0 commit comments

Comments
 (0)