-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeam.php
More file actions
133 lines (109 loc) · 5.16 KB
/
Team.php
File metadata and controls
133 lines (109 loc) · 5.16 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="images/icon.png"/>
<title>JBioFramework: Team </title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center" style="width: 100%" >
<div class="container">
<?php include_once("header.html") ?>
<div id="page">
<!-- Dr. Craig -->
<div class="img">
<table>
<tr>
<td> <img class="picFrame" src="images/Craig.jpg" width="150" height="150" alt="craig_pic" /> </td>
<td>
<ul>
<li style="padding:5px;"><a href="http://www.rit.edu/cos/paul-craig" target = "_new">Offical RIT web page</a></li>
<li style="padding:5px;"><a href="documents/Paul_Craig_CV_27March2014.pdf" target = "_new">CV</a></li>
<li style="padding:5px;"><a href="http://sourceforge.net/projects/jbf/" target = "_new">JBF on Sourceforge</a></li>
<li style="padding:5px;"><a href="http://sourceforge.net/projects/sbevsl/" target = "_new">ProMOL on Sourceforge</a></li>
<li style="padding:5px;"><a href="http://lnkd.in/dyxx2-x" target = "_new">LinkedIn Profile</a></li>
<li style="padding:5px;"><a href="https://www.researchgate.net/profile/Paul_Craig3/?ev=prf_highl" target = "_new">ResearchGate Profile</a></li>
</ul>
</td>
</tr>
</table>
<p class="caption"> Dr. Paul A. Craig</p>
<p> Project Supervisor</p>
<p>Professor and Head, School of Chemistry & Materials Science</p>
<p>Rochester Institute of Technology Rochester, NY 14623 USA </p>
<p>Telephone: (585)-475-6145 email: paul.craig@rit.edu </p>
</div>
<br/>
<hr style="text-shadow: none; border:none; height: 1px; margin: 0; color:#ccc; background-color: #ccc;"/>
<br/><br/><br/>
<!-- Bader -->
<div class="img">
<table>
<tr>
<td>
<img class="picFrame" src="images/Bader.jpg" width="150" height="150" alt="Bader_pic" />
</td>
<td>
<ul><li><a href="https://www.linkedin.com/in/bader-alharbi-96870189" target = "_new">LinkedIn</a></li></ul>
</td>
</tr>
</table>
<p class="caption">Bader Alharbi</p>
<p>Graduate student at Rochester Institute of Technology, Rochester, New York.</p>
<p>MS in Bioinformatics</p>
<p>email: baa8775@rit.edu</p>
</div>
<br/>
<hr style="text-shadow: none; border:none; height: 1px; margin: 0; color:#ccc; background-color: #ccc;"/>
<br/><br/><br/>
<!-- Emily -->
<div class="img">
<table>
<tr>
<td>
<img class="picFrame" src="images/Emily.jpg" width="150" height="150" alt="Emily_pic" />
</td>
<td>
<ul><li><a href="https://www.linkedin.com/in/emilysekera" target = "_new">LinkedIn</a></li></ul>
</td>
</tr>
</table>
<p class="caption">Emily Sekera</p>
<p>Undergraduate Researcher at Rochester Institute of Technology.
</br>
email: ers3358@rit.edu
</p>
</div>
<br/>
<hr style="text-shadow: none; border:none; height: 1px; margin: 0; color:#ccc; background-color: #ccc;"/>
<br/><br/><br/>
<!-- Aidan -->
<div class="img">
<table>
<tr>
<td>
<img class="picFrame" src="images/Aidan.jpg" width="150" height="150" />
</td>
<td>
<ul>
<li style="padding:5px;"><a href="http://people.rit.edu/aks5238/" target = "_new">RIT web page</a></li>
<li style="padding:5px;"><a href="https://github.com/atla5" target = "_new">GitHub</a></li>
<li style="padding:5px;"><a href="http://www.linkedin.com/pub/aidan-sawyer/a0/3a5/825" target = "_new">LinkedIn</a></li>
<li style="padding:5px;"><a href="https://rit.academia.edu/AidanSawyer" target = "_new">Academia.edu</a></li>
</ul>
</td>
</tr>
</table>
<p class="caption"> Aidan Sawyer </p>
<p>Undergraduate at Rochester Institute of Technology.</p>
<p>BS Software Engineering and Philosophy</p>
<p>email: aks5238@rit.edu</p>
</div>
</div>
<?php include_once("footer.html"); ?>
<!--END CONTENT-->
</div>
</div>
</body>
</html>