-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (98 loc) · 5.71 KB
/
index.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MorphGNT — Linguistic Databases and Python Tools for the Greek New Testament</title>
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link href="http://fonts.googleapis.com/css?family=Inika:400,700" rel="stylesheet" type="text/css">
<style>
body {
font-family: "Inika", serif;
}
.hero-unit {
margin-top: 20px;
padding: 20px 40px;
}
blockquote p {
margin-bottom: 1em;
}
.well {
padding: 5px 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="hero-unit">
<h1>MorphGNT</h1>
<p>Linguistic Databases and Python Tools for the Greek New Testament.</p>
<div>
<a href="https://twitter.com/morphgnt" class="twitter-follow-button">Follow @morphgnt</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<p>Also see <a href="http://jktauber.com">jktauber.com</a> for more project info and blog.</p>
</div>
<div class="row">
<div class="span10">
<h2>Projects</h2>
<div class="well">
<h3>Parsed SBLGNT <small>morphological tagging of the SBL Greek New Testament</small></h3>
<ul class="unstyled">
<li><a href="https://github.com/morphgnt/sblgnt">GitHub repository</a></li>
</ul>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=sblgnt&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=sblgnt&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
</div>
<div class="well">
<h3>Tischendorf <small>8th GNT with morphology and lemmatization</small></h3>
<ul class="unstyled">
<li><a href="https://github.com/morphgnt/tischendorf-data/">Data GitHub repository</a></li>
<li><a href="https://github.com/morphgnt/tischendorf">Development GitHub repository</a></li>
</ul>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=tischendorf&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=tischendorf&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
</div>
<div class="well">
<h3>Strongs Dictionary</h3>
<ul class="unstyled">
<li><a href="https://github.com/morphgnt/strongs-dictionary-xml/releases">Releases</a></li>
<li><a href="https://github.com/morphgnt/strongs-dictionary-xml">GitHub repository</a></li>
</ul>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=strongs-dictionary-xml&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=morphgnt&repo=strongs-dictionary-xml&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
</div>
</div>
<div class="span6">
<blockquote>
<p>We have been working independently for a number of years on linguistic and textual projects relating to the Greek New Testament.
We have now joined forces and are merging our work and collaborating on a broader range of projects.</p>
<small>James Tauber and Ulrik Sandborg-Petersen</small>
</blocquote>
</div>
</div>
</div>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4f27e326613f5d3dd1000008');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>