-
Notifications
You must be signed in to change notification settings - Fork 0
/
theses.html
49 lines (45 loc) · 1.49 KB
/
theses.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>Theses</title>
</head>
<body bgcolor="#ffffff">
<center>
<font
face="Lucida Grande,Geneva,Arial,Helvetica,Swiss,SunSans-Regular">
<table width="90%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td align="left" ><font
face="Lucida Grande,Geneva,Arial,Helvetica,Swiss,SunSans-Regular">
<h3>Theses and final projects:</h3></td>
</tr>
</table>
<font
face="Lucida Grande,Geneva,Arial,Helvetica,Swiss,SunSans-Regular">
<TABLE width="90%" border="1" cellspacing="0" cellpadding="5">
<tr bgcolor="silver">
<td colspan="4" align="center">
<b>Final Degree Projects:</b>
</td>
</tr>
<tr>
<td align="center"><b>Title:</b></td>
<td align="center"><b>Grade:</b></td>
<td align="center"><b>Year:</b></td>
<td align="center"><b>Pdf:</b></td>
</tr>
<tr>
<td align="left">Sistema de avisos a través de página web en el servidor de correo <br>electrónico del Instituto de Ingeniería</td>
<td align="left">B.Eng.</td>
<td align="left">2004</td>
<td align="center"><!--<A href="">Text</A></td>-->
</tr>
<td align="left">Extracción automática de términos en contextos definitorios</td>
<td align="left">M.Sc</td>
<td align="left">2007</td>
<td align="center"><A href="mscThesisBarronCedeno.pdf">Download</A></td>
</tr>
</TABLE>
</center>
</body>
</html>