-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex_en.html
930 lines (828 loc) · 36.6 KB
/
index_en.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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml"
prefix="foaf: http://xmlns.com/foaf/0.1/ vcard: http://www.w3.org/2006/vcard/ns#">
<head>
<title>
mainzed - Mainz Centre for Digitality in the Humanities and Cultural studies </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description"
content="Website of mainzed - Mainz Centre for Digitality in the Humanities and Cultural Studies." />
<meta property="dc:title" content="mainzed - Mainz Centre for Digitality in the Humanities and Cultural Studies" />
<meta property="dc:creator" content="Matthias Dufner, Florian Thiery" />
<meta property="dc:contributor" content="Kai-Christian Bruhn, Matthias Dufner, Anne Klammt" />
<meta property="dc:date" content="2015-11-06" />
<meta property="dc:description"
content="Website of mainzed - Mainz Centre for Digitality in the Humanities and Cultural Studies." />
<meta property="dc:format" content="text/html;charset=utf-8" />
<meta property="dc:language" content="en" />
<meta property="dc:rights" content="http://creativecommons.org/licenses/by/4.0/" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google" content="notranslate" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" type="text/css" href="styles/mainzed.css">
<link rel='stylesheet' media='screen and (min-width: 1351px) and (max-width: 1600px)' href='styles/laptop.css' />
<link rel='stylesheet' media='screen and (min-width: 801px) and (max-width: 1350px)' href='styles/medium.css' />
<link rel='stylesheet' media='screen and (min-width: 601px) and (max-width: 800px) and (orientation: portrait)'
href='styles/portrait.css' />
<link rel='stylesheet' media='screen and (min-width: 601px) and (max-width: 800px) and (orientation: landscape)'
href='styles/small.css' />
<link rel='stylesheet' media='screen and (min-width: 100px) and (max-width: 600px)' href='styles/small.css' />
<link rel="stylesheet" href="styles/stylesheet.css" type="text/css" />
<script>
! function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</head>
<body class="hyphenate">
<div id="overline">
<a href="#">
<span><img alt="mainzed" width="30" id="mainzedicon" src="mainzedicon.svg" /></span>
</a>
<div id="mobilenavswitch">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="close"></div>
</div>
<ul id="nav">
<li class="current">
<a href="#top">
Centre </a>
</li>
<li id="newslink">
<a href="#twitter-placeholder">
News </a>
</li>
<li>
<a href="#network">
Network </a>
</li>
<li>
<a href="#studiengang">
Masters Program </a>
</li>
<li>
<a href="#verbund">
Partners </a>
</li>
<li>
<a href="#imprint">
Legal Notice </a>
</li>
</ul>
</div>
<div id="top"></div>
<div id="intro" class="section">
<img id="logo" alt="mainzed logo" src="mainzedlogo.svg" />
<div id="subtitle">
Mainz Centre for Digitality<br> in the Humanities<br> and Cultural Studies </div>
<div id="langswitch">
<a class="activelang" href="index_en.html">EN</a><a href="index.html">DE</a> </div>
<div id="introtexts">
<div class="introtext">
<p class="bigtext">
The Mainz Centre for Digitality in the Humanities and Cultural Studies, mainzed, is an open network
pooling digital expertise at the scientific location Mainz. </p>
</div>
<div class="introtext inline">
<p class="bigtext inline">
mainzed is actively working in research, teaching and the transfer of knowledge. In doing so, it
connects the regional network of competence to current research in the field of digital
humanities.<br>Each year, information on the activities of mainzed are provided within the annual
report on 31 July (<a href="jahresbericht/2015/index.html" target="_blank">2015-2016</a>, <a
href="jahresbericht/2016/index.html" target="_blank">2016-2017</a>, <a
href="jahresbericht/2017_en/index.html" target="_blank">2017-2018</a>)<br><br>
You can find information, presentations and white papers of mainzed <a
href="https://zenodo.org/communities/mainzed/?page=1&size=20" target="_blank">here</a> </p>
</div>
<h2>
Key areas </h2>
<div class="box">
<p class="jbtext">
<span class="italic">We conduct</span><br> research on the key questions of the humanities and on
the cultural heritage from a digital perspective. </p>
</div>
<div class="box">
<p class="jbtext">
<span class="italic">We develop</span><br> study programmes for students and advanced training
opportunities in digital methods primarily aimed at postgraduates and young researchers. </p>
</div>
<div class="box">
<p class="jbtext">
<span class="italic">We support</span><br> researchers in using digital methods for their research.
</p>
</div>
</div>
</div>
<div id="twitter-placeholder" class="section"></div>
<div id="twitter" class="section">
<!-- <a class="twitter-timeline" href="https://twitter.com/search?q=%28from%3A_mainzed%29" data-widget-id="658617257451474945">Load Twitter</a> -->
<a class="twitter-timeline" href="https://twitter.com/_mainzed?ref_src=twsrc%5Etfw">Tweets by _mainzed</a>
<!-- <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</div>
<div id="network" class="section">
<h1>Network</h1>
<p class="bigtext clear">
mainzed offers a network of scientific exchange with regard to the development of projects and research
foci for scientists of all qualification levels. The network is formed by organising and realising public
events together.<br><br>
Information on our own events and projects are published via <a href="http://www.twitter.com/_mainzed/"
target="_blank">twitter</a> and newsflash.
In order to subscribe to newsflash, click ‘<a href="http://mainzed.org/en/#imprint"
target="_blank">registration</a>’. </p>
<h2>Members</h2>
<!--Members section: boxes -->
<div class="box first">
<div about="#backhaus" typeof="foaf:Person">
<a class="person" href="https://i3mainz.hs-mainz.de/de/personal/henrike.backhaus"
property="foaf:homepage">Henrike Backhaus MSc.</a>
<br />
<span class="personinfo">
Near Eastern Archaeology, GIS, 3D, R <br /> (i3mainz) </span>
</div>
</div>
<div class="box">
<div about="#barget" typeof="foaf:Person">
<a class="person" href="https://www.ieg-mainz.de/institut/personen/barget"
property="foaf:homepage">Monika Barget M.A.</a>
<br />
<span class="personinfo">Engaged Research, Digital Editions, Spatial History, Data Literacy
<br /> (IEG) </span>
</div>
</div>
<div class="box">
<div about="#bartz" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/hans-werner-bartz.html"
property="foaf:homepage">Hans-Werner Bartz</a>
<br />
<span class="personinfo">
classical studies, retro digitization, automatic XML-Markup, TUSTEP <br /> (AdW)</span>
</div>
</div>
<div class="box">
<div about="#bruhn" typeof="foaf:Person">
<a class="person" href="https://i3mainz.hs-mainz.de/de/personal/kai-christian.bruhn"
property="foaf:homepage">Prof. Dr. Kai-Christian Bruhn</a>
<br />
<span class="personinfo">Spatial Humanities, GIS, Computational Archaeology, 3D Surveying- and
Information Technology, OpenScience, Research Data Management
<br /> (i3mainz) </span>
</div>
</div>
<div class="box">
<div about="#cramer" typeof="foaf:Person">
<a class="person" href="http://web.rgzm.de/no_cache/ueber-uns/team/m/anja-cramer/"
property="foaf:homepage">Dipl.-Ing. (FH) Anja Cramer</a>
<br />
<span class="personinfo">
geometric documentation, 3d data, GIS / CAD<br /> (RGZM) </span>
</div>
</div>
<div class="box">
<div about="#cremer" typeof="foaf:Person">
<a class="person" href="https://www.ieg-mainz.de/institut/personen/cremer"
property="foaf:homepage">Fabian Cremer M.A.</a>
<br />
<span class="personinfo">Research Data Management, Research Infrastructures, Digital Publishing, Open
Science
<br /> (IEG) </span>
</div>
</div>
<div class="box">
<div about="#deicke" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/aline-deicke.html"
property="foaf:homepage">Aline Deicke M.A.</a>
<br />
<span class="personinfo">
archaeology, Frontend-Design and development, network analysis <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#eitelmann" typeof="foaf:Person">
<a class="person" href="http://www.english-linguistics.uni-mainz.de/269.php"
property="foaf:homepage">Dr. Matthias Eitelmann</a>
<br />
<span class="personinfo">
grammatical Variation, theoretical and empirical analyses of language change, orality and literacy
<br /> (JGU) </span>
</div>
</div>
<div class="box">
<div about="#gräf" typeof="foaf:Person">
<a class="person" href="http://www.musikwissenschaft.uni-mainz.de/Musikinformatik/ag.php"
property="foaf:homepage">Dr. Albert Gräf</a>
<br />
<span class="personinfo">
mathematician and computer scientist, computer music and digital signal processing, programming
language design and implementation<br /> (JGU)</span>
</div>
</div>
<div class="box">
<div about="#geraerts" typeof="foaf:Person">
<a class="person" href="https://www.ieg-mainz.de/institut/personen/Geraerts"
property="foaf:homepage">Jaap Geraerts</a>
<br />
<span class="personinfo">Early modern (religious) history, History of the Dutch Republic, Markup
languages (XML), Databases, Digital Editions<br /> (IEG) </span>
</div>
</div>
<div class="box">
<div about="#grund" typeof="foaf:Person">
<a class="person" href="http://www.ieg-mainz.de/institut/personen/grund" property="foaf:homepage">Dr.
Ines Grund</a>
<br />
<span class="personinfo">
early modern history, library and information science, digital editions
<br /> (IEG) </span>
</div>
</div>
<div class="box">
<div about="#grüntgens" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/max-gruentgens.html"
property="foaf:homepage">Max Grüntgens</a>
<br />
<span class="personinfo">
quantitative text analysis, scholarly typesetting, digital editions, open data in the humanities,
epigraphy, history and cultural studies<br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#haft" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/michael-haft.html"
property="foaf:homepage">Michael Haft B.Sc.</a>
<br />
<span class="personinfo">
software development, semantic web<br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#hambuch" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/dipl-inf-fh-joerg-hambuch.html"
property="foaf:homepage">Dipl. Inf. Jörg Hambuch M.A.</a>
<br />
<span class="personinfo">
media- and geoinformatics, backend and frontend development <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#heinz" typeof="foaf:Person">
<a class="person" href="http://web.rgzm.de/en/no_cache/about-us/staff/staff-details/guido-heinz/"
property="foaf:homepage">Dipl.-Ing. (FH) Guido Heinz M.Eng.</a>
<br />
<span class="personinfo">
database / web Development, 3d data, IT-services<br /> (RGZM) </span>
</div>
</div>
<div class="box">
<div about="#homburg" typeof="foaf:Person">
<a class="person" href="https://i3mainz.hs-mainz.de/de/personal/timo.homburg"
property="foaf:homepage">Timo Homburg MSc.</a>
<br />
<span class="personinfo">computational linguistics, GIS, semantic web, linked data, Digital Cuneiform
studies<br />
(i3mainz) </span>
</div>
</div>
<div class="box">
<div about="#kasper" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/dominik-kasper.html"
property="foaf:homepage">Dominik Kasper M.A.</a>
<br />
<span class="personinfo">
historiography, digital editions <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#kissinger" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/timo-kissinger.html"
property="foaf:homepage">Timo Kissinger</a>
<br />
<span class="personinfo">
roman provincial Archeology, numismatics, semantic web<br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#klein" typeof="foaf:Person">
<a class="person" href="" property="foaf:homepage">Dr. Elisabeth Klein</a>
<br />
<span class="personinfo">quantitative sociolinguistics, mixed methods designs, information science,
digitization
<br /> (JGU) </span>
</div>
</div>
<div class="box">
<div about="#kollatz" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/drs-thomas-kollatz.html"
property="foaf:homepage">drs Thomas Kollatz</a>
<br />
<span class="personinfo">
religious studies / jewish studies, digital editions, epigraphy, TUSTEP / TUSCRIPT <br /> (AdW)
</span>
</div>
</div>
<div class="box">
<div about="#kuczera" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/dr-andreas-kuczera.html"
property="foaf:homepage">Dr. Andreas Kuczera</a>
<br />
<span class="personinfo">
digital humanities, medieval studies, digital editions, graph database, prosopographical network
<br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#kuroczynski" typeof="foaf:Person">
<a class="person" href="http://architekturinstitut.hs-mainz.de/team/piotr_kuroczynski/"
property="foaf:homepage">Prof. Dr.-Ing. Piotr Kuroczyński</a>
<br />
<span class="personinfo">
virtual Research Environment, digital source-based 3D reconstruction, data modelling
<br /> (HS Mainz) </span>
</div>
</div>
<div class="box">
<div about="#mees" typeof="foaf:Person">
<a class="person" href="http://web.rgzm.de/no_cache/ueber-uns/team/m/allard-mees/"
property="foaf:homepage">Dr. Allard Mees</a>
<br />
<span class="personinfo">
archaeology, databases, statistics <br /> (RGZM) </span>
</div>
</div>
<div class="box">
<div about="#mondorf" typeof="foaf:Person">
<a class="person" href="http://www.english-linguistics.uni-mainz.de/320.php"
property="foaf:homepage">Univ.-Prof. Dr. Britta Mondorf</a>
<br />
<span class="personinfo">
grammatical variation, empirical diachronic linguistics, language & gender <br /> (JGU)
</span>
</div>
</div>
<div class="box">
<div about="#neovesky" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/anna-neovesky.html"
property="foaf:homepage">Anna Neovesky M.A.</a>
<br />
<span class="personinfo">
medieval studies, informatics, information retrieval, digital cultural heritage, open research data
<br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#niedermueller" typeof="foaf:Person">
<a class="person"
href="http://www.musikwissenschaft.uni-mainz.de/musikwissenschaft/personen/niederm.htm"
property="foaf:homepage">Prof. Dr. Peter Niedermüller</a>
<br />
<span class="personinfo">
musicology, music and media, recording analysis <br /> (JGU) </span>
</div>
</div>
<div class="box">
<div about="#pagel" typeof="foaf:Person">
<a class="person" href="https://www.hs-mainz.de/personenverzeichnis/person/sven-pagel/"
property="foaf:homepage">Prof. Dr. Sven Pagel </a>
<br />
<span class="personinfo">
Human-Computer-Interaction, digital transformation, media management <br /> (HS Mainz) </span>
</div>
</div>
<div class="box">
<div about="#pfeiffer" typeof="foaf:Person">
<a class="person" href="https://www.igl.uni-mainz.de/institut/mitarbeiter/#c1710"
property="foaf:homepage">Simeon Pfeiffer M.A. </a>
<br />
<span class="personinfo">
wine history, statistical data analysis, content management <br /> (IGL) </span>
</div>
</div>
<div class="box">
<div about="#schrade" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/prof-torsten-schrade.html"
property="foaf:homepage">Prof. Torsten Schrade M.A.</a>
<br />
<span class="personinfo">
History, research software engineering, semantic web <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#schneider" typeof="foaf:Person">
<a class="person" href="http://www.english-linguistics.uni-mainz.de/354.php"
property="foaf:homepage">Dr. Ulrike Schneider</a>
<br />
<span class="personinfo">
corpus linguistics, language processing, language change <br /> (JGU) </span>
</div>
</div>
<div class="box">
<div about="#simon" typeof="foaf:Person">
<a class="person" href="https://www.hs-mainz.de/personenverzeichnis/person/tobias-simon/"
property="foaf:homepage">Tobias Simon M.A.</a>
<br />
<span class="personinfo">
User Experience, Media Management, Digital Communication <br /> (HS Mainz) </span>
</div>
</div>
<div class="box">
<div about="#summers" typeof="foaf:Person">
<a class="person"
href="https://www.geku.uni-mainz.de/studienbuero-kunstgeschichte-und-musik-wissenschaft2/"
property="foaf:homepage">Stephan Summers</a>
<br />
<span class="personinfo">
musicology, radio studies digital editions <br /> (JGU, AdW) </span>
</div>
</div>
<div class="box">
<div about="#thiery" typeof="foaf:Person">
<a class="person" href="http://orcid.org/0000-0002-3246-3531" property="foaf:homepage">Florian Thiery
M.Sc.</a>
<br />
<span class="personinfo">
geodaesy, geoinformatics, web development, semantic modelling, linked data <br /> (RGZM) </span>
</div>
</div>
<div class="box">
<div about="#trautmann" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/marjam-mahmoodzada.html"
property="foaf:homepage">Marjam Trautmann M.A.</a>
<br />
<span class="personinfo">
prosopographical network, digital editions <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#vlahovits" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/frederic-von-vlahovits.html"
property="foaf:homepage">Frederic von Vlahovits M.A.</a>
<br />
<span class="personinfo">
web development, musicology, content management <br /> (AdW) </span>
</div>
</div>
<div class="box">
<div about="#Vasques Filho" typeof="foaf:Person">
<a class="person" href="https://www.ieg-mainz.de/institut/personen/vasques_filho"
property="foaf:homepage">Dr. Demival Vasques Filho </a>
<br />
<span class="personinfo">Network Science, Complex Systems, Statistical Mechanics, Natural Language
Processing, Data Science
<br />(IEG) </span>
</div>
</div>
<div class="box">
<div about="#wegner" typeof="foaf:Person">
<a class="person" href="https://www.igl.uni-mainz.de/institut/mitarbeiter/#c1646"
property="foaf:homepage">Maximilian Wegner B.A.</a>
<br />
<span class="personinfo">
web development, digital editions, free culture & open source <br /> (IGL) </span>
</div>
</div>
<div class="box marginbottom">
<div about="#wübbena" typeof="foaf:Person">
<a class="person" href="https://www.ieg-mainz.de/institut/personen/wuebbena"
property="foaf:homepage">Thorsten Wübbena</a>
<br />
<span class="personinfo">Digital Art History, Knowledge Representation, Research Infrastructures, Open
Data
<br /> (IEG) </span>
</div>
</div>
<!-- End of Member section -->
</div>
<div id="studiengang" class="section reduced">
<h1>
Masters Program </h1>
<p class="bigtext clear">
A specific Masters Program is a prerequisite for a long-term establishment of digitality in the humanities
and cultural studies in Mainz.<br>To accomplish this, mainzed took the leading role in designing and
accrediting a new study program called »Digital methodology in the humanities and cultural studies«, which
will be jointly offered by two universities in Mainz.<br>For more information, please visit the
corresponding pages for <a href="http://www.digitale-methodik.uni-mainz.de" target="_blank">Johannes
Gutenberg University Mainz</a> and <a
href="https://www.hs-mainz.de/en/academics/degree-programs/engineering/digital-methods-in-the-humanities-and-cultural-studies-ma/overview/"
target="_blank">University of Applied Sciences Mainz</a>. </p>
</div>
<div id="verbund" class="section">
<h1>
Partners </h1>
<p class="bigtext clear">
mainzed is a collaboration of six partners in research and teaching. With our forces joint, we aim at
evolving our competences in the area of digital methods in the humanities.<br>Besides a research
infrastructure, our spectrum spans digital methods in the area of spatial humanities, natural language
processing, linguistics, digital edition, music, multimedia and web technologies for a semantic web. </p>
<div id="organisationlist">
<div class="organisation">
<!--Die Akademie der Wissenschaften und der Literatur Mainz (http://www.adwmainz.de/)-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#adwmainz"><a
href="http://www.adwmainz.de/zentrum-fuer-digitalitaet.html"
property="foaf:homepage">Academy of Sciences and Literature, Mainz</a></span>
<span class="linktext"><a
href="http://www.adwmainz.de/zentrum-fuer-digitalitaet.html"><br>Contribution to
mainzed</a></span>
<span typeof="foaf:Organization" property="foaf:name" about="#digitaleakademie" hidden>Digitale
Akademie</span>
<div about="#digitaleakademie" hidden>
<a href="http://www.digitale-akademie.de" property="foaf:homepage"
hidden>http://www.digitale-akademie.de</a>
</div>
<div about="#digidatalakademie" rev="foaf:member" hidden>
<span about="#adwmainz" hidden></span>
</div>
</div>
<div class="organisationlogos"><img alt="logo adw" class="adwlogo" width="200"
src="logos/adwmin.png" /></div>
</div>
<div class="organisation floatright">
<!--Hochschule Mainz University of Applied Sciences-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#hsmainz"> <a
href="https://www.hs-mainz.de/forschung/forschungtransfer/allianzen/mainzed/uebersicht/"
property="foaf:homepage">Hochschule Mainz <br>University of Applied Sciences</a></span>
<span class="linktext"><a
href="https://www.hs-mainz.de/forschung/forschungtransfer/allianzen/mainzed/uebersicht/"><br>Contribution
to mainzed</a></span>
<span typeof="foaf:Organization" property="foaf:name" about="#i3mainz" hidden>i3mainz</span>
<div about="#i3mainz" hidden>
<a href="http://www.i3mainz.hs-mainz.de" property="foaf:homepage"
hidden>http://www.i3mainz.hs-mainz.de</a>
</div>
<div about="#i3mainz" rev="foaf:member" hidden>
<span about="#hsmainz" hidden></span>
</div>
</div>
<div class="organisationlogos"><img alt="logo hsmainz" class="hsmainzlogo" width="200"
src="logos/hsmainzmin.png" /></div>
</div>
<div class="organisation">
<!--Institut für geschichtliche Landeskunde an der Universität Mainz (http://www.igl.uni-mainz.de/)-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#igl"><a
href="http://www.igl.uni-mainz.de/institut/kooperationen/mainzed.html"
property="foaf:homepage">Institut für Geschichtliche Landeskunde<br> an der Universität
Mainz e.V.</a></span>
<span class="linktext"><a
href="http://www.igl.uni-mainz.de/institut/kooperationen/mainzed.html"><br>Contribution to
mainzed</a></span>
</div>
<div class="organisationlogos"><img alt="logo igl" class="igllogo" width="200"
src="logos/iglmin.png" /></div>
</div>
<div class="organisation floatright">
<!--Johannes-Gutenberg-Universität Mainz-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#jgu"><a
href=" http://www.mainzed.uni-mainz.de/" property="foaf:homepage">Johannes
Gutenberg-University Mainz</a></span>
<span class="linktext"><a href="http://www.mainzed.uni-mainz.de/"><br>Contribution to
mainzed</a></span>
</div>
<div class="organisationlogos"><img alt="logo jgu" class="jgulogo" width="200"
src="logos/jgumin.png" /></div>
</div>
<div class="organisation">
<!--Leibniz-Institut für Europäische Geschichte (http://www.ieg-mainz.de/)-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#ieg"><a
href="http://www.ieg-mainz.de/en/mainzed" property="foaf:homepage">Leibniz-Institute of
European History</a></span>
<span class="linktext"><a href="http://www.ieg-mainz.de/en/mainzed"><br>Contribution to
mainzed</a></span>
</div>
<div class="organisationlogos"><img alt="logo ieg" class="ieglogo" width="200"
src="logos/iegmin.png" /></div>
</div>
<div class="organisation floatright">
<!--Römisch-Germanisches Zentralmuseum und Leibniz-Forschungsstelle für Archäologie (http://web.rgzm.de/)-->
<div class="organisationname">
<span typeof="foaf:Organization" property="foaf:name" about="#rgzm"><a
href="http://web.rgzm.de/forschung/kooperationen-und-forschungsverbuende/kooperationen-und-verbuende/mainzed.html"
property="foaf:homepage">Römisch-Germanisches Zentralmuseum und Leibniz-Forschungsstelle
für Archäologie</a></span>
<span class="linktext"><a
href="http://web.rgzm.de/forschung/kooperationen-und-forschungsverbuende/kooperationen-und-verbuende/mainzed.html"><br>Contribution
to mainzed</a></span>
</div>
<div class="organisationlogos"><img class="rgzmlogo" alt="logo rgzm" width="200"
src="logos/rgzmmin.png" /></div>
</div>
</div>
<h2>
Executive Board </h2>
<div class="box first">
<div about="#bruhn" typeof="foaf:Person">
<span class="function" property="vcard:title">Executive Director</span>
<span property="vcard:title" hidden>Professor für interdisziplinäre Anwendungen raumbezogener Mess- und
Informationstechnik</span>
<a class="person" href="http://i3mainz.hs-mainz.de/de/personal/kai-christian.bruhn"
property="foaf:homepage">
<span property="foaf:title">Prof. Dr.</span>
<span property="foaf:givenName">Kai-Christian</span>
<span property="foaf:familyName">Bruhn</span>
</a>
<a rel="foaf:mbox" href="mailto:[email protected]"></a>
<span class="personinfo">
i3mainz - Institute for<br>Spatial Information and<br> Surveying Technology<br>Hochschule
Mainz<br>University of Applied Sciences </span>
<div rev="foaf:member">
<span about="#mainzed"></span>
</div>
</div>
</div>
<div class="box marginbottom">
<div about="#pietschmann" typeof="foaf:Person">
<span class="function" property="vcard:title">locum tenens</span>
<a class="person"
href="http://www.musikwissenschaft.uni-mainz.de/musikwissenschaft/personen/pietschmann.htm"
property="foaf:homepage">
<span property="foaf:title">Univ.-Prof. Dr.</span>
<span property="foaf:givenName">Klaus</span>
<span property="foaf:familyName">Pietschmann</span>
</a>
<br>
<span class="personinfo">
Institute of Art History and Musicology<br>Johannes Gutenberg-University </span>
</div>
</div>
<h2>
Scientific Advisory Board </h2>
<div class="box first">
<div about="#böhm" typeof="foaf:Person">
<a class="person" href="https://i3mainz.hs-mainz.de/de/personal/klaus.b%C3%B6hm"
property="foaf:homepage">
Prof. Dr.-Ing. Klaus Böhm
</a>
<br>
<span class="personinfo">
i3mainz - Institute for<br>Spatial Information and<br> Surveying Technology<br>Hochschule
Mainz<br>University of Applied Sciences </span>
</div>
</div>
<div class="box">
<div about="#busch" typeof="foaf:Person">
<a class="person" href="https://web.rgzm.de/no_cache/ueber-uns/team/m/alexandra-busch/"
property="foaf:homepage">Dr. Alexandra Busch</a>
<br>
<span class="personinfo">
Executive Director<br>Departement of collections, library, archives and IT, Head of Department of
Roman Archaeology<br>Römisch-Germanisches Zentralmuseum und Leibniz-Forschungsstelle für
Archäologie </span>
</div>
</div>
<div class="box">
<div about="#paulmann" typeof="foaf:Person">
<a class="person" href="http://www.ieg-mainz.de/institut/personen/paulmann"
property="foaf:homepage">Univ.-Prof. Dr. Johannes Paulmann</a>
<br>
<span class="personinfo">
Executive Director Leibniz-Institute of European History </span>
</div>
</div>
<div class="box">
<div about="#rogge" typeof="foaf:Person">
<a class="person" href="http://www.geschichte.uni-mainz.de/Mittelalter/159.php"
property="foaf:homepage">Univ.-Prof. Dr. Jörg Rogge</a>
<br>
<span class="personinfo">
Spokesperson research unit Historical Cultural Sciences<br> Department of History, Middle
Ages<br>Johannes Gutenberg-University </span>
</div>
</div>
<div class="box">
<div about="#schrade" typeof="foaf:Person">
<a class="person" href="http://www.adwmainz.de/mitarbeiterinnen/profil/prof-torsten-schrade.html"
property="foaf:homepage">Prof. Torsten Schrade M.A.</a>
<br>
<span class="personinfo">
Head of Departement Digital Academy<br>Academy of Sciences and Literature, Mainz </span>
</div>
</div>
<div class="box marginbottom">
<div about="#sprenger" typeof="foaf:Person">
<a class="person" href="http://www.igl.uni-mainz.de/institut/mitarbeiter/dr-kai-sprenger.html"
property="foaf:homepage">Dr. Kai-Michael Sprenger</a>
<br>
<span class="personinfo">
Head of Executive Office<br> Institut für Geschichtliche Landeskunde an der Universität Mainz
e.V.<br> and Speaker at the Ministry of Science, Further Education and Culture Rhineland-Palatinate
</span>
</div>
</div>
</div>
<div id="imprint" class="section">
<h1>
Legal Notice </h1>
<p>
Information in accordance with section 5 TMG: </p>
<div class="address" about="#mainzed" typeof="foaf:Organization">
<span class="organisationnameimprint" property="foaf:name">
mainzed - Mainz Centre for Digitality in the Humanities and Cultural Studies </span><br>
<div rel="vcard:hasAddress">
<address>
c/o Hochschule Mainz University of Applied Sciences<br>
<div property="vcard:street-address">Lucy-Hillebrand-Straße 2</div>
<span property="vcard:postal-code">55128</span> <span property="vcard:locality">Mainz</span>, <span
property="vcard:country-name">Germany</span>
</address>
</div>
<p>
Contact </p>
<div class="phone">
<div>Tel:</div>
<div rel="foaf:phone" resource="tel:+49-6131-628-1495">+49 (0)6131 628 1495</div>
</div>
<div class="fax">
<div>Fax:</div>
<div rel="foaf:mbox" resource="tel:+49-6131-6289-1495">+49 (0)6131 6289 1495</div>
</div>
<div class="mail">
<div>E-Mail:</div>
<div><a rel="foaf:mbox" href="mailto:[email protected]">[email protected]</a></div>
</div>
<div class="website">
<div>Website:</div>
<div><a rel="foaf:homepage" href="https://mainzed.org">https://mainzed.org</a></div>
</div>
<div class="clear">
<br><br>
Person responsible for content in accordance with 55 Abs. 2 RStV<br>
Prof. Dr. Kai-Christian Bruhn<br>
Hochschule Mainz University of Applied Sciences<br>
Lucy-Hillebrand-Straße 2<br>
55128 Mainz, Germany</div>
<br>
Notes on data protection, revocation, recording as well as performance measurement, that is included in the agreement, can be obtained in our <a href="data_policy.html" target="_blank">privacy policy</a>.
<br>
</div>
<p>
mainzed is an alliance between the Academy of Sciences and Literature in Mainz, the Mainz University of
Applied Sciences, the Institute of European History, the Institut für Geschichtliche Landeskunde an der
Universität Mainz e. V., the Johannes Gutenberg-University Mainz and the Römisch-Germanisches Zentralmuseum
Mainz. <br><br><br>
</p>
<p>
Represented by the directorate Prof. Dr. Kai-Christian Bruhn (director) Prof. Dr. Klaus Pietschmann (locum
tenens)
<br><br><br> </p>
<p class="float clear small">
<br><br><br>
Disclaimer<br><br>
Accountability for content<br>
The contents of our pages have been created with the utmost care. However, we cannot guarantee the
contents’ accuracy,
completeness or topicality. According to statutory provisions, we are furthermore responsible for our own
content on these web pages.
In this context, please note that we are accordingly not obliged to monitor merely the transmitted or saved
information of third parties,
or investigate circumstances pointing to illegal activity. Our obligations to remove or block the use of
information under generally applicable laws
remain unaffected by this as per §§ 8 to 10 of the Telemedia Act (TMG).
<br><br>
Accountability for links<br>
Responsibility for the content of external links (to web pages of third parties) lies solely
with the operators of the linked pages. No violations were evident to us at the time of linking.
Should any legal infringement become known to us, we will remove the respective link immediately.
<br><br>
Copyright<br>
Our web pages and their contents are subject to German copyright law. </p>
<br>
<div class="float clear margintop small">
<br>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons Lizenzvertrag" style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
</a><br>
All content of the website of mainzed Mainz Centre for Digitality in the Humanities and Cultural Studies by
mainzed is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0
International License.</a>
</div>
</div>
<div id="footer"><a href="#">top</a></div>
<!-- jquery & plugins-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.2/jquery.scrollTo.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.7.0/jquery.lettering.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Hyphenator/5.1.0/Hyphenator.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Hyphenator/5.1.0/patterns/de.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Hyphenator/5.1.0/patterns/en-gb.min.js"></script>
<script src="app.js"></script>
</body>
</html>