-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsu.html
More file actions
102 lines (101 loc) · 4.61 KB
/
wsu.html
File metadata and controls
102 lines (101 loc) · 4.61 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
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Alexander Kotov | Computer Science @ Wayne State University </title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-21762083-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<table id="page" align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td align="center">
<table id="header" width="980">
<colgroup>
<col width="190">
<col width="300">
<col width="300">
<col width="190">
</colgroup>
<tr>
<td colspan="1" align="left" valign="middle"><img height="190" src="./images/kotov.jpg"></td>
<td colspan="2" align="center" height="200" valign="top">
<h2>Alexander Kotov</h2>
<b style="font-size:20">Associate Professor</b></br>
<a href="http://engineering.wayne.edu/cs/">Department of Computer Science</a></br>
<a href="http://www.wayne.edu/">Wayne State University</a></br>
[ <a href="./docs/kotov-full-cv.pdf">Full CV</a> ] [ <a href="http://scholar.google.com/citations?user=83gsCFsAAAAJ&hl=en">Google scholar</a> ] [ <a href="https://dblp.org/pid/47/8024.html">DBLP</a> ] [ <a href="https://www.ncbi.nlm.nih.gov/myncbi/14ytpyWvwQQAO/bibliography/public/">Pubmed</a> ]</br>
<table id="buttons">
<tr>
<td>
<a href="https://twitter.com/rusillini" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @rusillini</a>
</td>
<td>
<a href="http://www.linkedin.com/pub/alexander-kotov/11/363/690">
<img src="./images/linkedin.png" border="0" alt="View Alexander Kotov's profile on LinkedIn"></a>
</td>
</tr>
</table>
</td>
<td colspan="1" align="right"><img src="./images/wsu_seal.png"></td>
</tr>
<tr>
<td colspan="2" align="center" width="50%">
<b>Contact information:</b></br>
<i>Office:</i> Maccabees Building, Suite 14001.6 (14th floor)</br>
<i>Email:</i> <b>my last name</b> at <b>wayne</b> dot <b>edu</b></br>
<i>Phone:</i> (313) 577-9307</br>
</td>
<td colspan="2" align="center" width="50%">
<b>Mailing address:</b></br>
Computer Science Department, Wayne State University </br>
5057 Woodward Ave, Suite 14001.6 </br>
Detroit, Michigan 48202, USA </br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table id="menu_cont">
<tr id="menu">
<td><a href="index.html">News</a></td>
<td><a href="resume.html">Resume</a></td>
<td><a href="ir.html">IR</a></td>
<td><a href="biomed.html">Biomedical</a></td>
<td><a href="ml-nlp.html">ML/NLP</a></td>
<td><a href="code.html">Code</a></td>
<td><a href="wsu.html" class="active">WSU</a></td>
</tr>
<tr>
<td id="content" align="center" colspan="7">
<img src="./images/wsu1.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu2.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu3.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu4.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu5.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu6.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu7.jpg" alt="" height="520" width="748"></br>
<img src="./images/wsu8.jpg" alt="" height="520" width="748"></br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>