-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadditional.html
More file actions
91 lines (70 loc) · 2.79 KB
/
additional.html
File metadata and controls
91 lines (70 loc) · 2.79 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
89
90
91
<!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" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Timothy Rubin</title>
<meta name="ProgId" content="FrontPage.Editor.Document" />
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body bgcolor="#242640">
<div align="center">
<table width="900" border="1" class="Table" id="table1">
<tr>
<td colspan="3" style="font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; font-size: 14px; color: #282828">
<div class="title">
Timothy Rubin</div>
</td>
<td width="0" height="100"></td>
</tr>
<tr>
<td width="190" >
main menu</td>
<td width="710" rowspan="7" class="divider">
<div class="content">
<p>I have some publically available code relating to my work on multi-label document classification (Dependency-LDA, Prior-LDA), and unsupervised learning of functional brain regions using fMRI data (Generalized Correspondence-LDA), available on my (<a href="https://github.com/timothyrubin/">Github Profile</a>). </p>
Note that all of this code was written solely for research purposes and should not be treated as production software.
<br>
</td>
<td width="0" height="33"></td>
</tr>
<tr>
<td class="nav" onmouseover="this.className='navHover'" onmouseout="this.className='nav'">
<a href="index.html">home</a></td>
<td height="33"></td>
</tr>
<tr>
<td class="nav" onmouseover="this.className='navHover'" onmouseout="this.className='nav'">
<a href="contact.html">contact info</a></td>
<td height="33"></td>
</tr>
<tr>
<td class="nav" onmouseover="this.className='navHover'" onmouseout="this.className='nav'">
<a href="papers.html">papers & presentations</a></td>
<td height="33"></td>
</tr>
<tr>
<td class="nav" onmouseover="this.className='navHover'" onmouseout="this.className='nav'">
<a href="additional.html">additional material</a></td>
<td height="33"></td>
</tr>
<tr>
<td class="nav" onmouseover="this.className='navHover'" onmouseout="this.className='nav'">
<a href="personal.html">personal</a></td>
<td height="33"></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td style="font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; font-size: 14px; color: #282828">
</td>
<td height="2"></td>
</tr>
<tr>
<td colspan="4" class="creds" bgcolor="#242640"></td>
<td height="21" width="0"></td>
</tr>
</table>
</div>
</body>
</html>