generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
142 lines (142 loc) · 3.94 KB
/
resume.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"basics": {
"name": "Dietmar Fackelmann",
"label": "Computer scientist",
"image": "",
"email": "info(at)nmit.de",
"phone": "privat",
"url": "https://fackelm2.github.io/",
"summary": "work as an Android forensic scientist",
"location": {
"address": "privat",
"postalCode": "70347",
"city": "Stuttgart",
"countryCode": "DE",
"region": "Baden-Württemberg"
},
"profiles": [
{
"network": "Twitter",
"username": "AlbertEinstein",
"url": "https://twitter.com/AlbertEinstein"
}
]
},
"work": [
{
"name": "Land Baden-Württemberg",
"position": "Forensic Analyst",
"url": "https://www.baden-wuerttemberg.de/de/startseite/",
"startDate": "2021-04-01",
"endDate": "now",
"summary": "Android Forensics (Smartphones)",
"highlights": ["Expert witness in court"]
},
{
"name": "Land Baden-Württemberg",
"position": "Forensic Analyst",
"url": "https://www.baden-wuerttemberg.de/de/startseite/",
"startDate": "2018",
"endDate": "2021",
"summary": "Smartphone Forensics (Android and iOS)",
"highlights": ["Expert witness in court"]
},
{
"name": "Land Baden-Württemberg",
"position": "Forensic Analyst",
"url": "https://www.baden-wuerttemberg.de/de/startseite/",
"startDate": "2015",
"endDate": "2018",
"summary": "Network Forensics",
"highlights": ["Expert witness in court"]
},
{
"name": "Land Baden-Württemberg",
"position": "Forensic Analyst",
"url": "https://www.baden-wuerttemberg.de/de/startseite/",
"startDate": "2011",
"endDate": "2015",
"summary": "Windows and Linux Forensics",
"highlights": ["Expert witness in court"]
},
{
"name": "Land Baden-Württemberg",
"position": "IT Management",
"url": "https://www.baden-wuerttemberg.de/de/startseite/",
"startDate": "2005",
"endDate": "2011",
"summary": "IT Infrastructure Management",
"highlights": ["Network and IT Security"]
},
{
"name": "Allianz AGIS",
"position": "Network and IT Security",
"url": "https://www.allianz-asic.de",
"startDate": "2001",
"endDate": "2005",
"summary": "Network and IT-Security",
"highlights": ["VPN Networks"]
}
],
"education": [
{
"institution": "Ludwig-Maximilian University, Munich, Germany",
"location": "Munich, Germany",
"url": "https://www.ifi.uni-muenchen.de/index.html",
"area": "",
"studyType": "Diplom Informatiker (univ.)",
"startDate": "1994",
"endDate": "2001",
"score": "10",
"courses": ["Diplom Arbeit MASA"]
},
{
"institution": "Ludwig-Uhland Gymnasium, Kirchheim/Teck, Germany",
"location": "Kirchheim, Germany",
"studyType": "Abitur",
"startDate": "1985",
"endDate": "1994",
"score": "11"
}
],
"publications": [
{
"name": "Rechtekonzept für die Mobile Agent System Architecture",
"publisher": "Dietmar Fackelmann",
"releaseDate": "2001",
"url": "https://www.mnm-team.org/pub/Diplomarbeiten/fack01/",
"summary": ""
},
{
"name": "IPSec Integration in einer Linux-Umgebung, Fortgeschrittenenpraktikum",
"publisher": "Dietmar Fackelmann",
"releaseDate": "2000",
"url": "https://www.nm.informatik.uni-muenchen.de/pub/Fopras/fack00/",
"summary": ""
}
],
"skills": [
{
"name": "Computer Science",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"IT Forensics (Android, Linux)",
"IT Security (Firewall, VPN, Hardening)",
"Programming (Python, Git)"
]
}
],
"languages": [
{
"language": "German",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "Fluent",
"icon": ""
}
]
}