-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaculty.htm
101 lines (95 loc) · 3.22 KB
/
faculty.htm
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
<!DOCTYPE html>
<html lange = "en">
<head>
<title>Meet the Faculty and Staff of IT</title>
<meta charset = "utf-8" />
<link rel="stylesheet" type="text/css" href="style.css"></link>
</head>
<body>
<div class="header">
<div id="pic">
<a href="http://www.spsu.edu" alt="SPSU Home Page"><img src="img/spsu_logo.jpg" alt="SPSU Logo" /></a>
</div>
<p>
<div id="title">
<h1>
CSE Center for Health Information Technology
</h1>
</div>
<div id="navigation">
<a href="index.htm" alt="Home Page">CSE CHIT</a>
<a href="faculty.htm" alt="Faculty Page">Faculty</a>
<a href="survey.htm" alt="Survey Page">Prospective Students</a>
</div>
</p>
</div>
<div class="content">
<table align="center" border="1">
<tr>
<th colspan = "3"><h1>SPSU Faculty and Staff</h1></th>
</tr>
<tr>
<td><h3>Name</h3></td>
<td align="center"><h3>Research and Interests</h3></td>
<td><h3>Contact Information</h3></td>
</tr>
<tr>
<td>
<img src="img/bob_brown.jpg" alt="Prof. Bob Brown" />
<br />
<p><a href="http://bbrown.spsu.edu/">Prof. Bob Brown</a></p>
</td>
<td>
<p>
<strong>Courses Taught:</strong> IT 3123, IT 3203, IT 4123/6723, IT 4203, IT 4533/6533, IT 4723, IT 4823, CSE 1002, CSE 2642
</p>
<p>
<strong>Research:</strong> Computer Networks and Information Security, Governance of Information Technology, Online Communities, Cellular Automata
</p>
</td>
<td>
<p><strong>Phone Number:</strong> 678-915-7505</p>
<p><strong>Office:</strong> Atrium Building J382</p>
<p><strong>Email:</strong> <a href="mailto:[email protected]" alt="Email Dr. Brown">[email protected]</a></p>
</td>
</tr>
<tr>
<td>
<img src="img/ming_yang.jpg" alt="Dr. Ming Yang" width="175"/>
<br />
<p><a href="http://educate.spsu.edu/myang2/">Dr. Ming Yang</a></p>
</td>
<td>
<p>None Listed</p>
</td>
<td>
<p><strong>Phone Number:</strong> 678-915-6869</p>
<p><strong>Office:</strong> Atrium Building J363</p>
<p><strong>Email:</strong> <a href="mailto:[email protected]" alt="Email Dr. Yang">[email protected]</a></p>
</td>
</tr>
<tr>
<td>
<img src="img/svetlana_peltsverger.jpg" alt="Dr. Svetlana Peltsverger" />
<br />
<p><a href="http://cse.spsu.edu/speltsve">Dr. Svetlana Peltsverger</a></p>
</td>
<td>
<p><strong>Courses Taught:</strong> IT 3653, IT 4153, IT 4323, IT 4333, IT 4823, IT 5203, 5133, IT 6203, IT6723, IT 6733, IT 6823</p>
<p><strong>Research:</strong> Computational geometry, networking, information security, and distributed computing.</p>
</td>
<td>
<p><strong>Phone Number:</strong> 678-915-4285</p>
<p><strong>Office:</strong> Atrium Building J387</p>
<p><strong>EmaiL:</strong><a href="mailto:[email protected]" alt="Email Dr. Peltsverger">[email protected]</a></p>
</td>
</tr>
</table>
</div>
<div class="footer">
<p>
For more information on the SPSU School of Computing and Software Engineering please visit <a href="http://cse.spsu.edu" alt="SPSU CSE">SPSU CSE Home page</a>
</p>
</div>
</body>
</html>