-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (159 loc) · 5.97 KB
/
index.html
File metadata and controls
181 lines (159 loc) · 5.97 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<meta name="description" content="Tian Tan" charset="UTF-8">
<link rel="stylesheet" href="./files/jemdoc.css" type="text/css">
<title>Tian Tan</title>
<body>
<style>
.newslist { }
.newslist li { }
div.noshow { display: none; }
div.news {
margin-right: 0%;
margin-top: 1.2em;
margin-bottom: 1em;
border: 1px solid silver;
padding: 0em 1em;
background: #ffffee;
height: 170px; /* 固定高度 */
overflow: auto; /* 添加滚动条 */
}
div.news pre {
font-size: 80%;
width: 100%;
padding: 1em 0em;
text-align: left; /* 左对齐 */
}
</style>
<script type="text/javascript">
<!--
// Toggle Display of News
function toggleNews(articleid) {
var news = document.getElementById('news_'+articleid);
if (news) {
if(news.className.indexOf('news') != -1) {
news.className.indexOf('noshow') == -1 ? news.className = 'news noshow' : news.className = 'news';
}
} else {
return;
}
}
-->
</script>
<div id="layout-content" style="margin-top:25px">
<div id="toptitle">
<h1><b><font>Tian Tan</font></b>
</div>
<table>
<tbody>
<tr>
<td width="180">
<img src="./files/tian tan.jpg" border="0" width="160">
</td>
<td width="679">
<p>
<b>MSE Student</b><br>
<a href="https://www.seas.upenn.edu/" target="_blank">School of Engineering and Applied Science</a><br>
<a href="https://www.upenn.edu/" target="_blank">University of Pennsylvania</a><br>
</p>
<p>
<a href="https://scholar.google.com/citations?user=RwrDWdYAAAAJ&hl" target="_blank">Google Scholar</a></br>
<a href="https://github.com/skywalker0525" target="_blank">Github</a></br>
E-mail: tiantan@seas.upenn.edu
</p>
</td>
</tr>
</tbody>
</table>
<h2>About Me</h2>
<p>
I am currently a MSE student in the School of Engineering and Applied Science at <a href="https://www.upenn.edu/" target="_blank">University of Pennsylvania</a>.
Prior to that, I received my Bachelor's degree from <a href="https://www.uc.edu/" target="_blank">University of Cincinnati (UC)</a> and <a href="http://english.cqu.edu.cn/" target="_blank">Chongqing University (CQU)</a> in 2023.
</p>
<h2>Research Interests</h2>
<p>My general research interests lie in Computer Vision and Robotics. </p>
<h2>Top News</h2>
<ul>
<li><p>[06/2023] Graduate from CQU. </p></li>
<li><p>[04/2023] Graduate from UC. </p></li>
</ul>
See more news <a href="javascript:toggleNews('fullnews')">here</a>.
<div id="news_fullnews" class="news noshow">
<pre>
</pre>
</div>
<h2>Publications</h2>
(* indicates equal contribution)
<h3>Preprints</h3>
<h3>Conference Papers</h3>
<ul>
<li>
Research on Insulator Detection Method Based on Scene Recognition<br>
Z Li, F Yang, <b>T Tan</b>, X Lu, J Tian<br>
2021 International Conference on Information Control, Electrical Engineering and Rail Transit (ICEERT)<br>
<!-- Add the correct PDF and Code links below -->
<a href="https://ieeexplore.ieee.org/document/9666035" target="blank">[PDF]</a>
<a href="codeLink" target="blank">[Code]</a>
</li>
</ul>
<h3>Journal Papers</h3>
<ul>
<li>
An infrared image based state evaluation method for cable incipient faults<br>
Z Li, H Yang, F Yang, <b>T Tan</b>, X Lu, J Tian<br>
Electric Power Systems Research 210, 108148, 2022<br>
<!-- Add the correct PDF link below -->
<a href="https://www.sciencedirect.com/science/article/abs/pii/S0378779622003686" target="blank">[PDF]</a>
</li>
<li>
An Improved Monocular Ranging Method for Infrared Image of Power Equipment Based on the Pixel Width Recognition of Objects<br>
Yang Fan, Wang Mengjun, <b>Tan Tian</b>, Lu Xu, Hu Ran<br>
Transactions of China Electrotechnical Society, 2023, 38(8): 2244-2254<br>
<!-- Add the correct PDF link below -->
<a href="https://dgjsxb.ces-transaction.com/CN/abstract/abstract8488.shtml" target="blank">[PDF]</a>
</li>
</ul>
<h2>Education</h2>
<ul>
<li>
<p><strong>M.S.E. </strong> in Electrical engineering (Sep. 2023 - Present)</br>
University of Pennsylvania, PA, US </br>
</p>
</li>
<li>
<p><strong>B.E. </strong> in Electrical engineering (Sep. 2018 - Jun. 2023)</br>
Chongqing University (CQU), Chongqing, China </br>
</p>
</li>
<li>
<p><strong>B.S. </strong> in Electrical engineering (Sep. 2018 - Apr. 2023)</br>
University of Cincinnati (UC), OH, US </br>
</p>
</li>
</ul>
<!-- <h2>Academic Service</h2>
<ul>
<li>
<b>Executive Group Member</b> of <a href="https://trustmlresearch.github.io/index.html" target=“blank”>RIKEN TrustML Young Scientist Seminars</a>.
</li>
<li>
<b>Conference Reviewer \ PC Member:</b> ICML [<a href="https://icml.cc/Conferences/2021/Reviewers" target="_blank">Top Reviewer</a>], NeurIPS, ICLR, KDD, ACML, AAAI, IJCAI.
</li>
<li>
<b>Journal Reviewer:</b> ACM Computing Surveys, TMLR, TNNLS, MLJ, NN.
</li>
</ul> -->
<!-- <h2>Teaching</h2>
(Teaching Assistance in following courses)
<ul>
<li><p><a href="courseweb" target="_blank">course number</a>: Course name, Autumn (2022, 2023)</p></li>
</ul> -->
<!--<h2>Miscellaneous</h2>
<ul>
<li><p>Sports: I enjoy working out in my free time. I am obsessed with soccer.</p></li>
<li><p>Photography: I like to use my camera to capture beautiful moments.</p></li>
</ul>-->
<div id="footer">
<div id="footer-text"></div>
© 2024 Tian Tan| Last Update: 2024.06
</div>
</br>
</body></html>