This repository was archived by the owner on Aug 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (88 loc) · 2.29 KB
/
index.html
File metadata and controls
88 lines (88 loc) · 2.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>KentProjects Corpus</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="content">
<h1>CO600 Project Corpus Index</h1>
<h2>Project Details</h2>
<table>
<tr><td class="bold">Project Name:</td><td> Kent Projects</td></tr>
<tr><td class="bold">Students:</td><td> James Dryden (jsd24), Matthew House (mh471), Matthew Weeks (mjw59)</td></tr>
<tr><td class="bold">Supervisor:</td><td> John Crawford (j.s.crawford@kent.ac.uk)</td></tr>
<tr><td class="bold">Year:</td><td> 2014/15</td></tr>
</table>
<h2>Table of contents</h2>
<table width="100%" rules="all" border="1" cellpadding="5px">
<tr>
<th>Phase</th>
<th>Reference</th>
<th>Title</th>
<th>Contributors</th>
<th>Description</th>
</tr>
<tr class="grey">
<td>Preparation</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>REFERENCE</td>
<td><a href="URL">TITLE</a></td>
<td>CONTRIBUTORS</td>
<td>DESCRIPTION</td>
</tr>
<tr class="grey">
<td>Development</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>REFERENCE</td>
<td><a href="URL">TITLE</a></td>
<td>CONTRIBUTORS</td>
<td>DESCRIPTION</td>
</tr>
<tr class="grey">
<td>Review</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>REFERENCE</td>
<td><a href="URL">TITLE</a></td>
<td>CONTRIBUTORS</td>
<td>DESCRIPTION</td>
</tr>
<tr class="grey">
<td>Miscellaneous</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>REFERENCE</td>
<td><a href="URL">TITLE</a></td>
<td>CONTRIBUTORS</td>
<td>DESCRIPTION</td>
</tr>
</table>
<p class="center">All designs and computer programmes referenced by this index are Copyright © 2015 University of Kent, Computing Laboratory, Canterbury, CT2 7NF, U.K. except where stated otherwise.</p>
<p class="center">All other documents are Copyright © 2015 by the students named above unless stated otherwise.</p>
</div>
</body>
</html>