-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
26 lines (26 loc) · 1.5 KB
/
index.php
File metadata and controls
26 lines (26 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title property="dc:title">WoPoss</title>
<?php include("ssi/head.html"); ?>
</head>
<body>
<?php include("ssi/menu.html"); ?>
<main><div class="head">
<h1>A <span>W</span>orld <span>o</span>f <span>Poss</span>ibilities</h1>
<h2>Modal pathways over an extra-long period of time: the diachrony of modality in
the Latin language</h2>
</div>
<p>The <a href="http://p3.snf.ch/project-176778" target="_blank">SNSF-funded project</a>
<em>A world of possibilities. Modal pathways over an extra-long period of time: the
diachrony of modality in the Latin language</em> (WoPoss) aims at reconstructing
the evolution of modal meanings from the prehistory of the Latin language up to the
7th century CE. The WoPoss team is working on the linguistic annotation of a
selection of modal markers in a diachronic corpus of Latin literary and documentary
texts. As annotation progresses, data will be made available during the project
lifespan (February 2019–January 2023). </p>
<p class="keywords">Diachronic semantics – Modality – Latin – Digital Humanities –
Computational methods and tools – Corpus-based approach</p></main>
<?php include("ssi/footer.html"); ?>
</body>
</html>