-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraduate.html
More file actions
157 lines (109 loc) · 3.95 KB
/
Graduate.html
File metadata and controls
157 lines (109 loc) · 3.95 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!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" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<link href="css/menubar.css" rel="stylesheet" type="text/css" />
<title>Chang Lab @ND </title>
</head>
<body bgcolor="#FFFFFF">
<div align="center" style="width:980px; margin-left: auto; margin-right:auto" >
<div id="head" style="width:100%; height:auto">
</div>
<div style="width:100%;">
<p><b><font size="+2" color="#000080">PhD Candidates </font></b></p>
<table width="100%" cellspacing="10px" align="center" style="border: medium solid #FFFFFF;border-radius: 10px;">
<tr>
<td> <img src="images/Liao.jpg" width="150" /></td>
<td>
<table width="585"><tr>
<td width="337" >Liao Chen</td></tr>
<tr>
<td>Email: <a href="mailto:lchen7@nd.edu">lchen7@nd.edu</a></td></tr>
<tr><td>BE: Polymer Science and Engineering, Wuhan Institute of Technology, China, 2012</td></tr
><tr><td>ME: Polymer Science and Engineering, Zhejiang University, China, 2015</td></tr>
<tr><td>MS: Mechanical and Industrial Engineering, Northeastern University, USA, 2017</td></tr>
</table>
</td></tr>
<tr>
<td colspan="2" style="border-bottom:medium dotted #4F2700">
</td></tr>
<tr>
<td> <img src="images/Sonu.jpeg" width="150" /></td>
<td>
<table width="585"><tr>
<td width="337" >Sonu Kumar</td></tr>
<tr>
<td>Email: <a href="mailto:skumar8@nd.edu">skumar8@nd.edu</a></td></tr>
<tr><td>B.Tech: Chemical Engineering, IIT Guwahati, India, 2018</td></tr
>
</table>
</td></tr>
<tr>
<td colspan="2" style="border-bottom:medium dotted #4F2700">
</td></tr>
<tr>
<td> <img src="images/Kyle.jpg" width="150" /></td>
<td>
<table width="585"><tr>
<td width="337" >Kyle McCarthy</td></tr>
<tr>
<td>Email: <a href="mailto:kmccar23@nd.edu">kmccar23@nd.edu</a></td></tr>
<tr><td>BS: Chemical and Biochemical Engineering, University of Iowa, 2018</td></tr>
</table>
</td></tr>
<tr>
<td colspan="2" style="border-bottom:medium dotted #4F2700">
</td></tr>
<tr>
<td> <img src="images/Tiger.jpg" width="150" /></td>
<td>
<table width="585"><tr>
<td width="337" >Tiger Shi</td></tr>
<tr>
<td>Email: <a href="mailto:tshi@nd.edu">tshi@nd.edu</a></td></tr>
<tr><td>BS: Chemical Engineering, Purdue University, 2021</td></tr>
</table>
</td></tr>
<tr>
<td colspan="2" style="border-bottom:medium dotted #4F2700">
</td></tr>
<tr>
<td> <img src="images/Daniel.jpg" width="150" /></td>
<td>
<table width="585"><tr>
<td width="337" >Daniel Montes Pinzon</td></tr>
<tr>
<td>Email: <a href="mailto:dmontesp@nd.edu ">dmontesp@nd.edu </a></td></tr>
<tr><td>BS: Petroleum Engineering, National University of Colombia at Medellín, 2020</td></tr>
</table>
</td></tr>
<tr>
<td colspan="2" style="border-bottom:medium dotted #4F2700">
</td></tr>
<tr>
<td> <img src="images/AlexSinclair.jpg" width="150" height="176" /></td>
<td>
<table width="585"><tr>
<td width="337" >John "Alex" Sinclair</td></tr>
<tr>
<td>Email: <a href="mailto:dmontesp@nd.edu ">jsinclai@nd.edu </a></td></tr>
<tr>
<td>BS: Chemical Engineering, University of Delaware, 2021</td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</div>
<div id="foot" style="width:100%; height:auto">
</div>
</div>
<script>
$( document ).ready(function() {
$("#head").load('head.html');
$("#foot").load('foot.html');
});
</script>
</body>
</html>