-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgraz-paper.html
More file actions
22 lines (21 loc) · 831 Bytes
/
graz-paper.html
File metadata and controls
22 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/cetei.css" media="screen" title="no title" charset="utf-8"/>
<link type="application/tei+xml" rel="alternative"
href="https://raw.githubusercontent.com/distantreading/WG1/master/graz-paper.xml"/>
<script src="js/CETEI.js" charset="utf-8"></script>
<script type="text/javascript">
var ceteicean = new CETEI();
ceteicean.getHTML5('https://raw.githubusercontent.com/distantreading/WG1/master/graz-paper.xml', function(data) {
document.getElementsByTagName("body")[0].appendChild(data);
});
</script>
<title>In search of comity: TEI for distant reading</title>
</head>
<body>
<a href="https://www.distant-reading.net/">
<img src="media/distantreading.png" alt="logo"/>
</a>
</body>
</html>