-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.php
More file actions
94 lines (87 loc) · 6.12 KB
/
credits.php
File metadata and controls
94 lines (87 loc) · 6.12 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Credits - WoPoss</title>
<?php include("ssi/head.html"); ?>
</head>
<body>
<?php include("ssi/menu.html"); ?>
<main><h1>Collaborations and acknowledgements</h1>
<p>The research carried out by the WoPoss team is based on sharing data, resources and
expertise in various domains, from epigraphy to semantics and computational
linguistics. At different levels WoPoss co-operates and collaborates with and/or has
fruitful exchanges and/or uses the resources made available by the following
projects and associations (in alphabetical order):</p>
<ul>
<li><a href="https://bcl.cnrs.fr" target="_blank">Bases, Corpus, Langage</a> –
Laboratoire UMR 7320</li>
<li><a href="https://chs.harvard.edu/CHS/" target="_blank">Center for Hellenic
Studies</a>, Harvard University</li>
<li><a href="https://centridiricerca.unicatt.it/circse_index.html" target="_blank">CIRCSE Research Centre</a>, Università Cattolica del Sacro Cuore</li>
<li><a href="https://www.comphistsem.org/home.html" target="_blank">CompHistSem</a>
– Computational Historical Semantics <br /> We thank CompHistSem for access to
their computational tools for linguistic analysis.</li>
<li><a href="http://digiliblt.lett.unipmn.it" target="_blank">digilib-LT</a> –
Digital library of late-antique Latin texts </li>
<li><a href="https://dhtk.unil.ch/" target="_blank">Digital Humanities ToolKit</a>
<br /> We thank the DHTK for the automatization of metadata retrieval.</li>
<li><a href="https://www.eagle-network.eu/about/who-we-are/" target="_blank"
>IDEA-EAGLE</a>
<br /> WoPoss is a member of IDEA-EAGLE. We thank them for giving us access to
the XML-TEI files of Greek and Latin inscriptions. </li>
<li><a href="https://inception-project.github.io/" target="_blank">INCEpTION</a>
<br /> INCEpTION is our annotation platform. </li>
<li><a href="http://web.philo.ulg.ac.be/lasla/" target="_blank">LASLA</a> –
Laboratoire d’Analyse Statistique des Langues Anciennes <br /> We thank LASLA
for access to their annotated corpus of Latin texts</li>
<li><a href="https://lila-erc.eu" target="_blank">LILA – Linking Latin</a>
<br /> WoPoss supports LILA’s goal of connecting linguistic resources and NLP
tools for Latin and making them accessible to everyone. The WoPoss corpus will
be also made available as part of the <em>LILA Knowledge Base</em>.</li>
<li><a href="https://modal.msh-vdl.fr/?lang=en" target="_blank">MODAL – Modèles de
l’annotation de la modalité à l’oral</a>
<br /> MODAL’s PI, Paola Pietrandrea, is one of the official scientific partners
of the WoPoss project. The WoPoss annotation schemas are partially based on
those developed in the MODAL project. </li>
<li><a href="https://www.mgh.de/" target="_blank">Monumenta Germaniae
Historica</a></li>
<li><a href="http://www.perseus.tufts.edu" target="_blank">Perseus Digital
Library</a></li>
<li>Projects on modality led by <a href="https://www.unine.ch/islc/corinne.rossari" target="_blank">Corinne Rossari</a>
<ul>
<li><a href="https://www.unine.ch/islc/home/recherche/linguistique-francaise/la-representation-du-sens-modal.html"
target="_blank">La représentation du sens modal et de ses tendances
évolutives dans deux langues romanes : le français et l’italien</a></li>
</ul>
</li>
<li>Projects on modality led by <a
href="https://www.uantwerpen.be/en/staff/jan-nuyts/" target="_blank">Jan
Nuyts</a>
<ul>
<li>Research project on <em>The diachrony of Dutch modal expressions,
especially the modal auxiliaries</em>, funded by the Science Fund
Flanders (FWO), 2007-2010.</li>
<li>‘Interuniversity attraction poles’ research program on
<em>Grammaticalization and (inter)subjectification</em>, funded by
the Department for Science Policy of the Belgian Federal Government (IAP
VI/44), 2007-2011. </li>
<li>Research project on <em>A diachronic investigation of the mental state
predicates in Dutch</em>, funded by the Research Council of the
University of Antwerp, 2012-2015. </li>
<li>Research project on <em>De-auxiliarization in the Dutch and English
modals: A comparative diachronic corpus investigation</em>, funded
by the Science Fund Flanders (FWO) and the Dutch Research Council (NWO)
(jointly with the University of Amsterdam), 2015-2019.</li>
</ul>
</li>
<li><a href="https://droitromain.univ-grenoble-alpes.fr" target="_blank">Roman Law
Library</a>
<br /> We thank the <em>Roman Law Library</em> for giving us access to their
text-files. </li>
<li><a href="http://www.thesaurus.badw-muenchen.de/das-projekt.html" target="_blank"
>Thesaurus Linguae Latinae</a></li>
</ul>
</main>
<?php include("ssi/footer.html"); ?>
</body>
</html>