-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews.html
61 lines (53 loc) · 2.81 KB
/
news.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Coptic Scriptorium</title>
<link rel="stylesheet" href="scriptorium.css" type="text/css" charset="utf-8"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(function(){
$("#navbar").load("nav.html");
$("#topbanner").load("top.html");
$("#bottomcontent").load("bottom.html");
});
</script>
<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>
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/asul:n4:default.js" type="text/javascript"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Navbar -->
<div id="navbar"></div>
<div id="wrapper">
<div id="topbanner"></div>
<p></p>
<div id="content">
<p><strong>The latest <a href="http://earlymonasticism.org/category/scriptorium/" target="_blank">release notes and news about the project</a> are on <a href="http://www.earlymonasticism.org" target="_blank">C. Schroeder's blog</a>. </strong></p>
<p></p>
<h3>December 2014
</h3>
</p>
<p>Shenoute's <a href="FAQ.html#fox">"Not Because a Fox Barks"</a> added to the <a href="corpora.html">corpora</a></p>
<p><strong>NEW:</strong> Announcing a Digital Coptic workshop and symposium at Georgetown University, March 12-13, 2015. <a href="workshop2015/index.html" target="new">Details and CFP here</a>.</p>
<h3> </h3>
<h3>November 2014</h3>
<p>November 3: <a href="http://earlymonasticism.org/2014/11/03/fall-2014-release-more-texts-more-standardization/" target="_blank">Release notes for the latest corpora release</a></p>
<p><a href="https://www.youtube.com/watch?v=JZW6oWHbwQU" target="new">We created a new video</a> introducing the projec texts and data model, and how to use ANNIS. </p>
<h3>Older news and events</h3>
<p>We hosted a workshop on digital research and scholarship in Coptic at Humboldt University on May 14, 2013. <a href="workshop2013/workshop2013.html">The program and presentations are available.</a></p>
</div>
<!-- Bottom Content -->
<div id="bottomcontent"></div>
</body>
</html>