-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
634 lines (336 loc) · 20.9 KB
/
index.html
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html lang="">
<head>
<meta name="generator" content="Hugo 0.101.0" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<title>
Jonas Schropp
</title>
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Jonas Schropp" />
<meta property="og:title" content="Jonas Schropp" />
<meta property="og:type" content="website" />
<meta property="og:description" content=""/>
<meta property="og:url" content="/"/>
<meta property="og:site_name" content="Jonas Schropp"/>
<link rel="shortcut icon" href="./img/fav.ico.png">
<link rel="stylesheet" href="./css/main.min.03c1d84180e8ca64783a06b798bfacc5616c74964ea2530232466cb2bad5d5df.css" integrity="sha256-A8HYQYDoymR4Oga3mL+sxWFsdJZOolMCMkZssrrV1d8=" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="./css/syntax.css" integrity="" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="./css/custom-style.css" integrity="" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="./styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css" integrity="sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E=" crossorigin="anonymous" media="screen">
</head>
<body>
<section id="top" class="hero fade-in one is-fullheight" style="background-image: url(/img/logo2.png); background-position: center 20%; background-repeat: no-repeat; background-attachment: fixed; background-size: auto 28%;">
<div class="hero-head"></div>
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="bold-title fade-in one">
Jonas Schropp
</h1>
<div class="subtitle is-3 fade-in two">
<p>I do stuff. With data.</p>
</div>
<div class="fade-in three">
<div class="social-icons">
<a href="https://github.com/jonas-schropp" >
<i class="fab fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/jonasschropp/?locale=en_US" >
<i class="fab fab fa-linkedin"></i>
</a>
<a href="https://www.researchgate.net/profile/Jonas-Schropp" >
<i class="fab fab fa-researchgate"></i>
</a>
<a href="mailto:[email protected]" >
<i class="fas fab fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="hero-foot fade-in three">
<div class="container">
<hr>
<nav class="navbar" role="navigation" aria-label="main navigation">
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<div class="navbar-menu has-content-centered" id="navMenu">
<a class="navbar-item" href="./">
Home
</a>
<a class="navbar-item" href="./about">
About
</a>
<a class="navbar-item" href="./hire-me">
Hire Me!
</a>
<a class="navbar-item" href="./blog">
Projects & Ideas
</a>
<a class="navbar-item" href="./#contact">
Contact
</a>
</div>
</nav>
<hr>
</div>
</div>
</section>
<div class="section" id="_index">
<div class="container">
<a href="./about/">
<h2 class="title is-2 has-text-centered">About</h2>
</a>
<div class="columns">
<div class="column is-one-third has-text-centered">
<img class="img-responsive avatar" src="./about/profile.jpg" alt="About">
</div>
<div class="markdown column">
<p style="line-height:100%">
</p>
<p>I’m a social scientist, statistician, data scientist and entrepreneur. I love complex problems and making new experiences.</p>
<p>I followed my interest in human behavior by studying Psychology, where I learned to design rigorous experiments and fell in love with statistics and the scientific method. Afterwards I decided to learn more about modern machine learning and its connection to the human mind through a MSc in Cognitive Systems. I started working as a Statistical Consultant in 2019 and have since done original research, collaborated with startups, university research teams, nonprofits and more!</p>
<p>I’m passionate about using science and technology to bring about positive change, which is why I’m happy to collaborate with the <a href="https://www.swissliver.ch/en/home">Department of Hepatology</a>, University Clinic for Visceral Surgery and Medicine, at the Inselspital University-Hospital Bern in Switzerland as well as <a href="https://www.invenion.io/en/uber-uns">Invenion</a>, a startup involved in market access of pharmaceutical products under <a href="https://en.wikipedia.org/wiki/AMNOG">AMNOG</a>.</p>
<p>Download my <a href="./about/resume/CV_Schropp_2022.pdf">CV in pdf</a> and please check out my data consultancy, <a href="https://www.talynsight.com">talynsight OÜ</a>!</p>
<a href="./about/">Read more</a>
</div>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="hire-me">
<div class="container">
<a href="./hire-me/">
<h2 class="title is-2 has-text-centered">hire me!</h2>
</a>
<div class="section">
<div class="columns is-multiline">
<div class="column is-one-third">
<div class="card" data-target="#project-a1e5a2555cff3219168dd13015ca60fe-0">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img class="card-thumbnail" src="./hire-me/data-science/ann_hud82e688837c341f9230330e610caae97_1350091_302x0_resize_q75_box.jpg" alt ="ann.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Decision Science
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-8494761d6959502ec5dfef6b2663a96c-1">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img class="card-thumbnail" src="./hire-me/statistical-consulting/surv_hud82e688837c341f9230330e610caae97_599389_302x0_resize_q75_box.jpg" alt ="surv.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Statistical Consulting
</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-target="#project-a5b29e4689bdcd3f512f9409b4a99784-2">
<div class="card-image">
<figure class="image is-3by2">
<a >
<img class="card-thumbnail" src="./hire-me/thesis-coaching/brain_hud82e688837c341f9230330e610caae97_436567_302x0_resize_q75_box.jpg" alt ="brain.jpg">
</a>
</figure>
</div>
<div class="card-content has-text-centered top-pad">
<a >
Thesis Coaching
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="project-a1e5a2555cff3219168dd13015ca60fe-0">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Decision Science</p>
</header>
<img src="./hire-me/data-science/ann_hud82e688837c341f9230330e610caae97_1350091_640x0_resize_q75_box.jpg" class="img-responsive" alt="ann.jpg">
<section class="modal-card-body markdown">
<p>YOU need to make important decisions, and you need to harness the power of cutting-edge methods to make the optimal choice.
Maybe you already have a lot of data available, but you don’t know how to harness its power and how to separate the signal from the noise.
Maybe you need to integrate information from various data sources.
Or maybe you know you need to invest in data science, but don’t know where to start.</p>
<p>THE GOOD NEWS: I love to dive deep into the evidence and to dig out the most critical and robust insights.
I provide statistical data science work, with the ability to go end-to-end in messy, real-world datasets.
Data science work can be supplemented by assessing the available evidence on your questions and conduction a Critically Appraised Topic (CAT) of the scientific literature where appropriate.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-a1e5a2555cff3219168dd13015ca60fe-0"></button>
</div>
<div class="modal" id="project-8494761d6959502ec5dfef6b2663a96c-1">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Statistical Consulting</p>
</header>
<img src="./hire-me/statistical-consulting/surv_hud82e688837c341f9230330e610caae97_599389_640x0_resize_q75_box.jpg" class="img-responsive" alt="surv.jpg">
<section class="modal-card-body markdown">
<p>YOU need to plan a research study containing complex statistical methods, but don’t know where to start.
You realize that sound scientific evidence requires deep statistical knowledge.
Maybe you are dealing with a difficult sample size determination, complex censoring schemes, or you want to extract causal effects from observational data.</p>
<p>THE GOOD NEWS: I design statistical analysis plans, consult on the best methodology to use,
conduct sample size estimation and statistical data analysis and can provide assistance in putting the results into writing.
Rather than simply going through the motions I try to minimize biases and gain as much insight from the available data as possible.
After consulting on dozens of research projects in hepatology, oncology, legal medicine, psychology, economics, business administration,
marketing and psychology, I bring expertise in biostatistics, frequentist and bayesian methods that will elevate your research.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-8494761d6959502ec5dfef6b2663a96c-1"></button>
</div>
<div class="modal" id="project-a5b29e4689bdcd3f512f9409b4a99784-2">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-header bottom-pad">
<p class="modal-card-title has-text-centered">Thesis Coaching</p>
</header>
<img src="./hire-me/thesis-coaching/brain_hud82e688837c341f9230330e610caae97_436567_640x0_resize_q75_box.jpg" class="img-responsive" alt="brain.jpg">
<section class="modal-card-body markdown">
<p>YOU need to use quantitative or mixed-methods research in your thesis and you understand that success depends on getting it right from the beginning.
You want to ask the right questions, gather the right data, choose the right methods and tools -
but you need someone with experience to guide you through the process.
Maybe you already conducted an experiment or collected answers to a questionnaire, but struggle to clean the data and analyze your hypotheses.</p>
<p>THE GOOD NEWS: I started out helping students planning and conduction the statistical part of their thesis.
Almost 100 projects later, I still love the variety of ideas and topics that keeps me on my feet.
If you have an interesting study you need help with, get in touch! No ghostwriting.</p>
</section>
</div>
<button class="modal-close is-large" aria-label="close" data-target="#project-a5b29e4689bdcd3f512f9409b4a99784-2"></button>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="projects-ideas">
<div class="container">
</div>
</div>
<div class="section" id="all-posts">
<div class="container">
<a href="./blog/">
<h2 class="title is-2 has-text-centered">All Blog Posts</h2>
</a>
<br>
<ul id="postGrid">
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="./blog/2022-06-13-admintools/">
<img src = '/blog/2022-06-13-admintools//thumb.png'>
<h1>admintools</h1>
- <p>Jun 13, 2022</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="./blog/2022-04-01-of-scurvy-in-the-army/index/">
<img src = '/blog/2022-04-01-of-scurvy-in-the-army/index//thumb.png'>
<h1>Of Scurvy in the Army</h1>
- <p>Apr 12, 2022</p>
</a>
</div>
</li>
<li class="hex">
<div class="hexIn">
<a class="hexLink" href="./blog/2022-08-09-hillary-vs-td/">
<img src = '/blog/2022-08-09-hillary-vs-td//thumb.png'>
<h1>Hillary vs. the Donald</h1>
</a>
</div>
</li>
</ul>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container"><hr></div>
<div class="section" id="contact">
<div class="container has-text-centered">
<h2 class="title is-2">Contact</h2>
<div class="markdown">
</div>
<h3 class="subtitle is-3 has-text-centered top-pad">
<a href="mailto:[email protected]">[email protected]</a>
</h3>
<div class="social-icons">
<a href="https://github.com/jonas-schropp" >
<i class="fab fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/jonasschropp/?locale=en_US" >
<i class="fab fab fa-linkedin"></i>
</a>
<a href="https://www.researchgate.net/profile/Jonas-Schropp" >
<i class="fab fab fa-researchgate"></i>
</a>
<a href="mailto:[email protected]" >
<i class="fas fab fa-envelope"></i>
</a>
</div>
</div>
<div class="container has-text-centered top-pad">
<a href="#top">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</div>
<div class="container">
<hr>
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
<span class="footer-text">
Jonas Schropp <i class="fab fa-creative-commons" aria-hidden="true"></i>-<i class="fab fa-creative-commons-by"></i>-<i class="fab fa-creative-commons-sa"></i>-2022. Theme adapted from <a href="https://github.com/Athanasiamo/hugo-chairome">hugo-chairome</a>. View source code on <a href="https://github.com/jonas-schropp/jonas-schropp.github.io"><i class="fab fa-github"></i></a>.
</span>
</div>
</div>
<script src="./js/bundle.5c23c0437f001a469ca373a465a6f7487203d18e10cdff76d86a60af66d5ee28.js" integrity="sha256-XCPAQ38AGkaco3OkZab3SHID0Y4Qzf922Gpgr2bV7ig=" crossorigin="anonymous">></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-115545202-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script defer data-domain=jonas-schropp.github.io src="https://plausible.io/js/plausible.js"></script>
<script src="./js/bundleOwlCarousel.bc6b73f0a36bf19c70c5df8fc352d322988ca2bc40743fb836ee7371d555c28a.js" integrity="sha256-vGtz8KNr8Zxwxd+Pw1LTIpiMorxAdD+4Nu5zcdVVwoo=" crossorigin="anonymous">></script>
</body>
</html>