-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (99 loc) · 3.39 KB
/
index.html
File metadata and controls
112 lines (99 loc) · 3.39 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
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang=en>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Samuel Khuvis - Homepage</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<link rel="shortcut icon" href="icon.png">
</head>
<script>
window.location.replace("https://www.khuvis.org")
</script>
<!-- a 1x1 table containing UMBC logo -->
<!--<table width="100%">
<tr>
<td align="right">
<img src="umbc_logo.gif" width="306" height="75" alt="UMBC Logo">
</td>
</tr>
</table>
-->
<h1>
Samuel Khuvis
</h1>
<table width="100%">
<tr>
<td>
Scientific Applications Engineer<br><br><br>
Ohio Supercomputer Center<br>
1224 Kinear Road<br>
Columbus, OH 43212<br>
E-mail: skhuvis@osc.edu<br>
</td>
<td align="right">
<img src="samuel-khuvis.jpg" width="227" height="215" alt="My Photo">
</td>
</tr>
</table>
<dl>
<dt>Short Bio</dt>
<dd>
<!--I am a fifth year graduate student pursuing a PhD in Applied Mathematics.-->
I graduated with a PhD in Applied Mathematics from the University of Maryland, Baltimore County in May 2016 and am currently working at the <a href=https://www.osc.edu>Ohio Supercomputer Center</a> and part time at <a href=http://www.paratools.com>Paratools, Inc</a>.
</dd>
<dt>Education</dt>
<dd>
2007-2011: B.S. in mathematics, UMBC<br>
2011-2013: <a href="Khuvis_MS2013.pdf"> M.S. in Applied Mathematics, UMBC</a><br>
2013-2016: PhD program in Applied Mathematics, UMBC<br>
</dd>
<dt>Teaching/Grading</dt>
<dd>
Spring 2015: Grader MATH 430/603<br>
Winter 2015: Instructor <a
href="http://www.umbc.edu/circ/hosting/math426winter15">MATH
426</a><br>
Summer 2014: Instructor <a
href="http://www.umbc.edu/circ/hosting/math426summer14">MATH
426</a><br>
Winter 2014: Instructor <a href="http://www.umbc.edu/circ/hosting/math426winter14">MATH 426</a><br>
Fall 2013: TA <a href="m151fall13.html">MATH 151</a><br>
Spring 2013: Grader MATH 430/603<br>
Spring 2013: Grader MATH 385<br>
Fall 2012: Grader MATH 404<br>
Fall 2012: Grader MATH 385<br>
Spring 2012: Grader MATH 385<br>
Spring 2012: Grader MATH 302/600<br>
Fall 2011: Grader MATH 430<br>
</dd>
</dl>
<hr>
<!--<iframe src="https://docs.google.com/forms/d/1lvh09UzhiCMPMyOCdP4ZxTJLm4KxDj0sl7_sk1JxWkI/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>-->
<table width="100%">
<tr>
<td align="left">
<address>
Samuel Khuvis
</address>
<script language="JavaScript">
<!-- Hide JavaScript...
var LastUpdated = document.lastModified;
document.writeln ("This page was last updated " + LastUpdated);
// End Hiding -->
</script>
</td>
<td align="right">
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Strict" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/check/
referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</td>
</tr>
</table>