-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
201 lines (148 loc) · 8.74 KB
/
index.html~
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Hongwei Dong 董洪伟</title>
<script language="Javascript">
// 设置轮番显示速度。
var showSpeed = 2500;
// 匀滑转换时间。
var crossFadeDuration = 3;
//// 指定图像文件。基本上,您只须修改这段代码!至于怎么改,相信您一看就明白了!
var pic = new Array();
pic[0] = './photos/blqg.jpg'
pic[1] = './photos/gds1.jpg'
pic[2] = './photos/gds2.jpg'
pic[3] = './photos/recon1.jpg'
pic[4] = './photos/recon2.jpg'
pic[5] = './photos/recon3.jpg'
pic[6] = './photos/deform1.jpg'
pic[7] = './photos/deform3.jpg'
pic[8] = './photos/knubbel-s.jpg'
pic[9] = './photos/fm.jpg'
pic[10] = './photos/web.jpg'
pic[11] = './photos/segment.jpg'
pic[12] = './photos/dino.jpg'
pic[13] = './photos/segment.jpg'
pic[14] = './photos/yumao.jpg'
pic[15] = './photos/animation.jpg'
////
var t;
var j = 0;
var p = pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = pic[i];
}
function playPics() {
if (document.all) {
document.images.playPictures.style.filter="blendTrans(duration=2)";
document.images.playPictures.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.playPictures.filters.blendTrans.Apply();
}
document.images.playPictures.src = preLoad[j].src;
if (document.all) {
document.images.playPictures.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('playPics()', showSpeed);
}
</script>
</head>
<body onload="playPics()">
<div class="container">
<div class="gfx"><span></span></div>
<div class="top">
<div class="navigation">
<a href="index.html" id="selected">首页</a>
<a href="teaching.html" >教学</a>
<a href="research.html" >研究</a>
<a href="cgcv.html">Lab</a>
<a href="http://hongweidong.tumblr.com">博客</a>
<a href="other.html">其他</a>
</div>
<div class="pattern"><span></span></div>
<div class="header">
<h1>董洪伟</h1>
<p>江苏无锡蠡湖大道1800号,B512 或B215     邮编:214122</p>
<p><img src="photos/email.png" align="CENTER" border="0" /> <br>
<img src="photos/8368.jpg" width = "70%" align="CENTER" border="0" /> </p>
</div>
<div class="pattern"><span></span></div>
</div>
<div class="content">
<div class="spacer"></div>
<div class="item">
<div><a href="http://hwdong.com/index-en.html"> English</a>
</div>
<div class="title">介绍</div>
<div class="metadata">About me</div>
<div class="body">
<p>      董洪伟,1989年和1991年分别毕业于<a href="http://www.hit.edu.cn/">哈尔滨工业大学</a> 应用数学和基础数学专业(导师:吴从炘教授和李容录教授);2001年3月获<a href="http://www.nuaa.edu.cn/">南京航空航天大学</a>航空宇航制造专业博士毕业博士学位(导师:周儒荣教授);2008年至2009年在美国<a href="http://www.tamu.edu/">Texas A&M大学</a> 做访问学者(Jinxiang Chai)。研究兴趣:<b>机器学习、并行计算(高性能计算HPC)、计算机视觉(CV)、图形学(CG) (如三维物理动画、游戏编程、三维几何处理、3D扫描/及打印)</b>、生物信息学、数控技术等方面的研究和教学工作. 常用工具:C/Jvava/Matlab/Python/OpenGL/OpenSSL等。<br>
<img src="photos/dhw.jpg" align="RIGHT" border="0" width="150px" />
<!--
     <a href="cgcv.html"><h1><strong>计算机图形学与视觉实验室</strong></h1></a>
-->
     联系我的最好方式是email,也可到B512或B215找我。<br>
</p>
<p>
     "in the best of relationships between a professor and a graduate student, the student strives to show the professor why the professor is not as smart as the professor considers himself/herself to be, and the professor strives to show the student why the student is actually smarter than the student believes himself/herself to be." -<a href="https://engineering.purdue.edu/kak/HowToPhD.pdf">HowToPhD</a><br>
</p>
<p>
     <a href = "http://www.ccf.org.cn/sites/ccf/paiming.jsp">CCF推荐国际学术会议和期刊目录</a>,
     <a href = "http://piccache.cnki.net/kns/images2009/other/gonggao/2013CAJZPDF/01.pdf">2013中国最具国际影响力学术期刊</a> (影响因子显然不能反映期刊论文质量)
</p>
<p>    <a href = "http://cms.csdnimg.cn/article/201401/03/52c632f6453aa.jpg">编程语言排行榜前10名.</a>,<br>
    2014年暑假闲来无事,花了不到一周写的几个android上的小游戏:<a href = "./games/flappyBird"> Flappy bird</a>    <a href = "./games/flappyBird.apk">Android版本下载</a>;   <a href = "./games/tiberman/">tiberman伐木工</a>,   <a href = "./games/tiberman.apk">Android版本下载</a>;   <a href = "./games/myInvader/">简化版的雷电战车</a>,   <a href = "./games/myInvader.apk">Android版本下载</a>.<br>
<!--
    <a href = "http://www.ycwb.com/MISC/2006-08/31/content_1196388.htm"> 在CN不要做学术,要玩权术!</a>
    <a href="http://qnck.cyol.com/html/2013-04/24/nw.D110000qnck_20130424_1-36.htm"> 读博士为什么是浪费时间 </a>
     (2014/4/6)主页突然无法访问,遭遇百度K?故只用google!bing也凑合。
    <a href = "http://blog.sina.com.cn/s/blog_bd347d300101pgdf.html">乞丐街头对话录 </a>,
    <a href = "http://money.sohu.com/20130319/n369277624_1.shtml">不加入一个圈子,就成为所有人的敌人 </a> -->
</p>
</div>
</div>
<div class="divider"><span></span></div>
<div class="item">
<div class="title">研究</div>
<div class="metadata">Research</div>
<div class="body">
<div>
<div id="picAnimation" style="float:left; width:240px; height:300px">
<h1>Research demo</h1>
<img src="./photos/blqg.jpg" name="playPictures" Border=0 />
</div>
<div id="left" >
<h1>部分研究项目(纯属个人爱好)</h1>
<ul>
<li>2013- <a href = "http://player.youku.com/player.php/sid/XNjE1ODM2Njc2/v.swf "> 体感交互系统 (somatosensory technology based interactive system) </a> </li> <!-- ./photos/h.jpg-->
<li>2012-2013 <a href = "http://player.youku.com/player.php/sid/XNTgwMzMwMjQw/v.swf">基于视频的心率测量 (Heart rate measurement (Heart rate measurement)</a> by Lei Liu </li> <!-- "./photos/heart.jpg" -->
<li>2010-2012 <a href ="http://player.youku.com/player.php/sid/XNjE0ODI3OTAw/v.swf">三维扫描系统 (3d scanning system) </a></li>
<li>2008-    <a href = "http://www.tudou.com/programs/view/2-8kuOuvxt8/?resourceId=107050551_06_02_99"> 三维人脸重建和动画 (3d face modeling and animation) </a> </li>
<li>2008-2009 网格变形(mesh deformation) </li>
<li>2007 网格分片(mesh segmentation) </li>
<li>2005--    三维重建(3d surface reconstruction) </li>
<li>2001-2005 数控玻璃切割机(系统) (企业项目) </li>
<li>2001 基于Jabber协议的即时通软件 </li>
<li>2000 基于OpenSSL的VPN加密隧道软件 </li>
<li>1999-2000 基于标识的特征造型 (博士课题) </li>
<li>1997-1999 BURBS曲面造型(曲面裁剪、过渡、三角化)(国家攻关项目) </li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
© 2012 <a href="index.html"> Copyright by hwdong</a>
</div>
</div>
</body>
</html>