-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·766 lines (698 loc) · 24.3 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
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
---
layout: default
header-when: 19th September 2022, 09:00–12:00
permalink: /
---
<!-- intro -->
<div class="intro">
<div class="container">
<h3>
<strong>WLP @ KI2022 in Trier</strong> —
<a
href="https://twitter.com/search?q=%23WLP22&src=typed_query&f=live"
target="_blank"
><i class="fa fa-twitter"></i><span>#WLP22</span></a
><br />
Workshop at the
<a href="https://ki2022.gi.de/" target="_blank"
>45th German Conference on Artificial Intelligence</a
>
</h3>
<p>
The workshops on (constraint) logic programming serve as the scientific
forum of the annual meeting of the Society of Logic Programming (<a
href="http://www.glp-ev.de/"
target="_blank"
>GLP, Gesellschaft fuer Logische Programmierung e.V.</a
>). They bring together researchers (not only from Germany) interested in
logic programming, constraint programming, and related areas like
databases, artificial intelligence, and operations research.
</p>
<p>
Contributions are welcome on all theoretical, experimental, and
application aspects of logic and constraint logic programming. The topics
include, but are not limited to the following areas:
</p>
<ul>
<li>Logic and Constraint Logic Programming Languages and Extensions</li>
<li>Knowledge Representation and Non-monotonic Reasoning</li>
<li>Applications and Application Areas of (C)LP</li>
<li>Implementations</li>
</ul>
<p>
In this year, the workshop is organised as part of the
<em
><a href="https://ki2022.gi.de/" target="_blank"
>45th German Conference on Artificial Intelligence</a
></em
>
(KI2022) in Trier. The technical program of the workshop will include
invited talks, presentations of refereed papers and demo presentations.
</p>
<h4>Previous WLP Editions:</h4>
<p>
<a href="http://www.digitales-unternehmen.de/WLP2021/" target="_blank"
>WLP 2021</a
>
(virtual/Berlin, Germany), WLP 2020 (Bamberg, Germany), WLP 2019 (Cottbus,
Germany),
<a href="http://wi.hwtk.de/WLP2018/" target="_blank">WLP 2018</a> (Berlin,
Germany), WLP 2017 (Würzburg, Germany),
<a href="http://www.imn.htwk-leipzig.de/~schwarz/wlp16/" target="_blank"
>WLP 2016</a
>
(Leipzig, Germany),
<a href="http://www.imn.htwk-leipzig.de/WLP2015/" target="_blank"
>WLP 2015</a
>
(Dresden, Germany),
<a href="http://dbs.informatik.uni-halle.de/wlp14/" target="_blank"
>WLP 2014</a
>
(Wittenberg, Germany),
<a href="http://www-ps.informatik.uni-kiel.de/wflp2013/" target="_blank"
>WLP 2013</a
>
(Kiel, Germany),
<a href="http://wlp.iai.uni-bonn.de/" target="_blank">WLP 2012</a> (Bonn,
Germany),
<a href="http://www.kr.tuwien.ac.at/events/wlp11/" target="_blank"
>WLP 2011</a
>
(Vienna, Austria),
<a href="http://met.guc.edu.eg/events/wlp2010/" target="_blank"
>WLP 2010</a
>
(Cairo, Egypt),
<a href="http://www.constraint-programming.de/wlp2009/" target="_blank"
>WLP 2009</a
>
(Potsdam, Germany),
<a
href="http://nirvana.informatik.uni-halle.de/~schwarz/wlp2008/"
target="_blank"
>WLP 2008</a
>
(Dresden, Germany),
<a href="http://www.informatik.uni-kiel.de/~mh/wlp2007/" target="_blank"
>WLP 2007</a
>
(Würzburg, Germany),
<a href="http://www.kr.tuwien.ac.at/wlp06/" target="_blank">WLP 2006</a>
(Vienna, Austria),
<a
href="http://www-ps.informatik.uni-kiel.de/GLP/cfp_wlp2005.txt"
target="_blank"
>WLP 2005</a
>
(Ulm, Germany),
<a href="http://www.informatik.uni-kiel.de/~mh/wlp2004/" target="_blank"
>WLP 2004</a
>
(Potsdam, Germany),
<a
href="http://www.computational-logic.org/iccl/events/WLP-2002/"
target="_blank"
>WLP 2002</a
>
(Dresden, Germany),
<a href="http://www.informatik.uni-kiel.de/~wflp2001/" target="_blank"
>WLP 2001</a
>
(Kiel, Germany),
<a href="http://wdp.first.gmd.de:8080/glp/wlp2000.html" target="_blank"
>WLP 2000</a
>
(Berlin, Germany),
<a href="http://wdp.first.gmd.de:8080/glp/wlp99.html" target="_blank"
>WLP'99</a
>
(Würzburg, Germany),
<a href="http://www.kr.tuwien.ac.at/events/wlp98/" target="_blank"
>WLP'98</a
>
(Vienna, Austria),
<a
href="http://www-info1.informatik.uni-wuerzburg.de/wlp97/"
target="_blank"
>WLP'97</a
>
(Munich, Germany),
<a href="http://www.complang.tuwien.ac.at/wlp/" target="_blank">WLP'95</a>
(Vienna, Austria), ...
</p>
<h4>Registration:</h4>
<p>
For each accepted workshop paper at least one author needs to register for
the conference via the
<a href="https://ki2022.gi.de/" target="_blank">KI2022 website</a>. Early
Bird registration will be open until August 15th and final registration
will be open until August 20th.
</p>
</div>
</div>
<!-- intro ends! -->
<a id="topics" class="anchor"></a>
<!-- topics -->
<div class="section">
<div class="container">
<h2>Topics</h2>
<p class="text">The topics of interest include (but are not limited to):</p>
<ul>
<li>Logic programming</li>
<li>Constraint programming</li>
<li>Deductive databases, data mining</li>
<li>Extensions of declarative languages, objects</li>
<li>Multi-paradigm declarative programming</li>
<li>Foundations, semantics, nonmonotonic reasoning, dynamics</li>
<li>Parallelism, concurrency</li>
<li>Program analysis, abstract interpretation</li>
<li>Program transformation, partial evaluation, meta-programming</li>
<li>Specification, verification, declarative debugging</li>
<li>Knowledge representation, machine learning</li>
<li>
Interaction of declarative programming with other formalisms (e.g.,
agents, XML, Java)
</li>
<li>Implementation of declarative languages</li>
<li>Advanced programming environments and tools</li>
<li>Software technique for declarative programming</li>
<li>Applications</li>
<li>Lessons learned by teaching in the addressed fields</li>
</ul>
<p class="text">
The primary focus is on new and original research results but submissions
describing innovative products, prototypes under development, application
systems, or interesting experiments (e.g., benchmarks) are also
encouraged.
</p>
</div>
</div>
<a id="schedule" class="anchor"></a>
<!-- schedule -->
<div class="schedule section">
<div class="container">
<h2>Schedule and Accepted Papers</h2>
<div class="day">
<div class="name"><span>Monday, 19th</span></div>
<div class="events">
<!-- single event -->
<div class="event">
<!-- event time -->
<div class="event-time">09:00<span></span></div>
<!-- event time ends! -->
<!-- event details -->
<div class="event-info">
<div>
<h4>Session I: Datalog</h4>
<p class="speaker">
<strong>Chair: Falco Nogatz</strong><br />
Deutsches Forschungszentrum für Künstliche Intelligenz,
Kaiserslautern
</p>
</div>
</div>
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event extend">
<!-- event time -->
<div class="event-time"> <span></span></div>
<!-- event time ends! -->
<!-- event details -->
{% include papers/001.html %}
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event extend">
<!-- event time -->
<div class="event-time"> <span></span></div>
<!-- event time ends! -->
<!-- event details -->
{% include papers/002.html %}
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event">
<!-- event time -->
<div class="event-time">10:00<span></span></div>
<!-- event time ends! -->
<!-- event details -->
<div class="event-info">
<div>
<h4>Break</h4>
</div>
</div>
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event">
<!-- event time -->
<div class="event-time">10:30<span></span></div>
<!-- event time ends! -->
<!-- event details -->
<div class="event-info">
<div>
<h4>Session II: Prolog</h4>
<p class="speaker">
<strong>Chair: Mario Wenzel</strong><br />
University of Halle
</p>
</div>
</div>
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event extend">
<!-- event time -->
<div class="event-time"> <span></span></div>
<!-- event time ends! -->
<!-- event details -->
{% include papers/003.html %}
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event extend">
<!-- event time -->
<div class="event-time"> <span></span></div>
<!-- event time ends! -->
<!-- event details -->
{% include papers/004.html %}
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event extend">
<!-- event time -->
<div class="event-time"> <span></span></div>
<!-- event time ends! -->
<!-- event details -->
{% include papers/005.html %}
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event">
<!-- event time -->
<div class="event-time">12:00<span></span></div>
<!-- event time ends! -->
<!-- event details -->
<div class="event-info">
<div>
<h4>Break</h4>
</div>
</div>
<!-- event details ends! -->
</div>
<!-- single event ends! -->
<!-- single event -->
<div class="event">
<!-- event time -->
<div class="event-time">13:00<span></span></div>
<!-- event time ends! -->
<!-- event details -->
<div class="event-info">
<div>
<h4>
Mitgliederversammlung der Gesellschaft für Logische
Programmierung (GLP) e.V.
</h4>
<p class="speaker">
<strong>Dietmar Seipel</strong><br />
University of Würzburg
</p>
</div>
</div>
<!-- event details ends! -->
</div>
<!-- single event ends! -->
</div>
</div>
<!-- day ends! -->
</div>
</div>
<!-- schedule ends! -->
<a id="dates" class="anchor"></a>
<!-- dates -->
<div class="dates section">
<div class="container">
<h2>Dates</h2>
<div class="date-row">
<a href="https://easychair.org/conferences/?conf=ki2022" target="_blank">
<div class="info-box">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Standard Submission of Papers</strong></p>
<p>
<span><s>19th June 2022</s> 4th July 2022</span>
</p>
</div>
</div>
</a>
<div class="info-box">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p>
<strong>Notification of Acceptance for Standard Submissions</strong>
</p>
<p><span>1st August 2022</span></p>
</div>
</div>
</div>
<div class="date-row">
<a href="https://easychair.org/conferences/?conf=ki2022" target="_blank">
<div class="info-box late-submission">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Late Submission of Papers</strong></p>
<p>
<span>8th August 2022</span>
</p>
</div>
</div>
</a>
<div class="info-box late-submission">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p>
<strong>Notification of Acceptance for Late Submissions</strong>
</p>
<p><span>28th August 2022</span></p>
</div>
</div>
</div>
<div class="date-row">
<a href="https://ki2022.gi.de/" target="_blank">
<div class="info-box main-event">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Early-Bird Registration</strong></p>
<p>
<span>15th August 2022 <small>(via KI2022 website)</small></span>
</p>
</div>
</div>
</a>
<a href="https://ki2022.gi.de/" target="_blank">
<div class="info-box main-event">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Registration</strong></p>
<p>
<span>31st August 2022 <small>(via KI2022 website)</small></span>
</p>
</div>
</div>
</a>
</div>
<div class="date-row">
<div class="info-box">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Camera-ready Papers</strong></p>
<p><span>7th September 2022</span></p>
</div>
</div>
<div class="info-box">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>Workshop</strong></p>
<p><span>19th September 2022, 09:00–12:00</span></p>
</div>
</div>
</div>
<div class="date-row">
<div class="info-box">
<a href="https://ki2022.gi.de/">
<div class="icon-holder">
<i class="fa fa-calendar"></i>
</div>
<div>
<p><strong>KI2022 Conference</strong></p>
<p><span>19th to 23rd September 2022</span></p>
</div>
</a>
</div>
</div>
</div>
</div>
<a id="submission" class="anchor"></a>
<!-- submission -->
<div class="submission section imgover">
<div class="container">
<h2>Submission Guidelines</h2>
<!-- info -->
<div class="info">
<p class="text">
Papers must describe original work, be written and presented in English,
and must not substantially overlap with papers that have been published
or that are simultaneously submitted to a journal, conference, or
workshop with refereed proceedings. Work that already appeared in
unpublished or informally published workshop proceedings may be
submitted (please contact the PC chairs in case of questions).
</p>
<p class="text">
Full papers should consist of up to 12 pages, system descriptions or
short papers should be no longer than 6 pages (excluding references).
Formatting should follow the GI-LNI style and guidelines which are
available
<em><a href="https://github.com/gi-ev/LNI" target="_blank">here</a></em
>, along with formatting templates and style files.
</p>
<p class="text">
Authors should submit an electronic copy of the full paper in PDF.
Papers should be submitted via the
<em
><a
href="https://easychair.org/conferences/?conf=ki2022"
target="_blank"
>EasyChair conference management system
<small
>(<code>https://easychair.org/conferences/?conf=ki2022</code>)</small
></a
></em
>. Please select track
<em>W9: 36th Workshop on (Constraint) Logic Programming</em>. Submission
for workshops is possible though the EasyChair website indicates the
deadlines of the KI2022 main event (May 16 and 23).
</p>
<p class="text">
The workshop is running a single-blind review process. Submitted papers
will be judged on the basis of significance, relevance, correctness,
originality, and clarity. They should include a clear identification of
what has been accomplished and why it is significant. All accepted
papers will be published in a technical report. KI2022 plans the
publication of selected workshop papers in the GI-LNI proceedings series
after the KI2022 conference. Authors of papers selected for publication
in this selected GI-LNI series will later get a possibility to submit an
extended version of the paper disregarding their original submission
format.
</p>
<p class="text">
The WLP is also open to people who would like to attend without
submitting a paper as discussion of the topic will play a major role.
</p>
<p class="text">
<strong>Late Submission still open!</strong>
The organisers of the main conference KI2022 recently decided to go
fully virtual. As WLP participation no longer requires travel planning
and travel expenses, we announce a second, late submission deadline WLP.
In addition to the already passed standard submission, this allows
authors to still contribute on a tighter schedule of publication.
Besides the later notification, contributions of late submission will
receive the same treatment as standard submissions, including the normal
review process.
</p>
</div>
<!-- info ends! -->
<div class="image-attribution">
<a
href="https://www.flickr.com/photos/45386368@N07/6087362499"
target="_blank"
>Background Image “A thousand paper cranes...”</a
>
by
<a href="https://www.flickr.com/people/45386368@N07/" target="_blank"
>anngelfra</a
>
(
<a href="https://creativecommons.org/licenses/by/2.0" target="_blank"
>CC BY 2.0</a
>)
</div>
</div>
</div>
<a id="organisation" class="anchor"></a>
<!-- organisation -->
<div class="organisation section">
<div class="container">
<h2>Organisation</h2>
<div class="team">
<div>
<h4>Workshop Chairs</h4>
<p>
<a href="https://nogatz.net/" target="_blank">Falco Nogatz</a>
<span>(DFKI, Germany)</span><br />
<a href="https://dbs.informatik.uni-halle.de/wenzel/" target="_blank"
>Mario Wenzel</a
>
<span>(University of Halle, Germany)</span><br />
</p>
</div>
</div>
<h4>Program Committee of WLP 2022</h4>
<div class="team">
<p>
Slim Abdennadher <span>(German University Cairo, Egypt)</span><br />
<a href="http://www.di.uevora.pt/~spa/" target="_blank"
>Salvador Abreu</a
>
<span>(University of Évora, Portugal)</span><br />
<a href="http://users.informatik.uni-halle.de/~brass/" target="_blank"
>Stefan Brass</a
>
<span>(University of Halle, Germany)</span><br />
<a
href="https://www.informatik.uni-ulm.de/pm/fileadmin/pm/home/fruehwirth/"
target="_blank"
>Thom Frühwirth</a
>
<span>(Ulm University, Germany)</span><br />
Ulrich Geske <span>(University of Potsdam, Germany)</span><br />
<a href="https://www.informatik.uni-kiel.de/~mh/" target="_blank"
>Michael Hanus</a
>
<span>(University of Kiel, Germany)</span><br />
<a
href="https://www.b-tu.de/fg-programmiersprachen-compilerbau/team/professorin/petra-hofstedt"
target="_blank"
>Petra Hofstedt</a
>
<span>(BTU Cottbus-Senftenberg, Germany)</span><br />
<a
href="https://www.iu.de/hochschule/lehrende/john-ulrich/"
target="_blank"
>Ulrich John</a
>
<span
>(International University of Applied Sciences Berlin, Germany)</span
><br />
<a
href="https://www.cs.hhu.de/lehrstuehle-und-arbeitsgruppen/softwaretechnik-und-programmiersprachen/unser-team/team/koerner"
target="_blank"
>Philipp Koerner</a
>
<span>(University Düsseldorf, Germany)</span><br />
<a href="https://www.imn.htwk-leipzig.de/~schwarz/" target="_blank"
>Sibylle Schwarz</a
>
<span>(HTWK Leipzig, Germany)</span><br />
<a
href="https://www1.pub.informatik.uni-wuerzburg.de/databases/seipel_en.html"
target="_blank"
>Dietmar Seipel</a
>
<span>(University of Würzburg, Germany)</span><br />
<a href="http://www.kr.tuwien.ac.at/staff/tompits/" target="_blank"
>Hans Tompits</a
>
<span>(TU Wien, Austria)</span><br />
<a
href="https://www.pms.ifi.lmu.de/mitarbeiter/derzeitige/felix-weitkaemper/index.html"
target="_blank"
>Felix Weitkämper</a
>
<span>(LMU München, Germany)</span><br />
Armin Wolf <span>(Fraunhofer FOKUS, Germany)</span>
</p>
</div>
</div>
</div>
<a id="location" class="anchor"></a>
<!-- location -->
<div class="location section imgover">
<div class="container">
<h2>Location and Venue</h2>
<p class="subtitle">
University of Trier – Rhineland-Palatinate – Germany –
❤ of Europe
</p>
<!-- info -->
<div class="info">
<div class="maps">
<div class="images">
<img src="images/unitrier-gruener-campus.jpg" />
</div>
<div id="map_canvas"></div>
</div>
<div class="address">
<h4>
Trier is the oldest city in Germany with more than 2000 years of
history. Today, with a population of about 110,000, Trier is an
episcopal and university city with more than 22,000 students. Situated
on the Moselle (Mosel) River, not far from Luxembourg, the city is on
the geographic edge of Germany, but in the heart of Europe.
</h4>
<h5><i class="fa fa-chevron-right"></i> Venue</h5>
<div class="venue">
<p><span>Campus I (Main Campus)</span></p>
<p>Universitätsring 15</p>
<p>54296 Trier, Germany</p>
</div>
<h5><i class="fa fa-chevron-right"></i> Accommodation</h5>
<p>
Trier is a very popular destination all year round, especially in the
summer and fall seasons. During this time, hotel contingents become
particularly scarce. Therefore, we recommend booking accommodation
very early. A list of hotels with reserved contingents is given at the
<a href="https://ki2022.gi.de/location/accommodation" target="_blank"
>website of KI2022</a
>.
</p>
<h5><i class="fa fa-chevron-right"></i> Additional details</h5>
<p>
For additional information information for guests, we refer to the
<a href="https://ki2022.gi.de/location/venue" target="_blank"
>KI2022 website</a
>.
</p>
</div>
</div>
<!-- info ends! -->
<div class="image-attribution">
<a
href="https://www.uni-trier.de/fileadmin/organisation/Presse/Bilder_2020/09_September/Campus_07.jpg"
target="_blank"
>Background Image “Haupteingang”</a
>
by
<a
href="https://www.uni-trier.de/universitaet/verwaltung/stabsstelle-praesident/kommunikation-marketing/service-fuer-presse/pressefotos"
target="_blank"
>Universität Trier</a
>
</div>
</div>
</div>
<!-- location ends! -->