-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdhag.html
90 lines (59 loc) · 3.03 KB
/
dhag.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SCRIPTORIUM | DHAG</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Asul:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/global.css" type="text/css" charset="utf-8"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55145025-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
</header>
<div id="sub-menu">
</div>
<section id="main">
<div class="container">
<div class="breadcrumb">
<a href="/projects">Projects</a>
<span class="divider">/</span>
Linked Environment
</div>
<!-- CONTENT STARTS HERE =============================== -->
<div id="content">
<p>We are very pleased to announce our latest project supported by the National Endowment for the Humanities, in the form of a new <strong>Stage III Digital Humanities Advancement Grant</strong> continuing the NEH's long-standing support of our work in Coptic Scriptorium. The new grant is titled:</p>
<p><strong>A Linked Digital Environment for Coptic Studies: Integrating Heterogeneous Data with Machine Learning and Natural Language Processing</strong></p>
<p>The focus of the grant, which is set to run from fall 2018 for three years, is developing more robust tools which can deliver high accuracy analyses with less manual intervention in the face of more heterogeneous data, including Coptic materials from OCR, spelling variation across editions and varying scholarly conventions. This will allow us to grow the collection of corpora made available over the project’s tools in the coming months and years. Additional areas of work include improving our work on Linked Open Data standards connecting the project to other initiatives in the field, and pioneering methods for automatic Named Entity Recognition in Coptic, among other things.<p>
</div>
<!-- END CONTENT ============================== -->
</section>
<footer id="footer">
</footer>
</div> <!-- /#wrapper -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(function(){
//$("#navbar").load("nav.html");
$("#header").load("header.html",function() {
$(".m-projects").addClass('on');
});
$("#sub-menu").load("projects-menu.html",function() {
$(".m-dhag").addClass('on');
});
$("#footer").load("footer.html");
});
</script>
</body>
</html>