-
Notifications
You must be signed in to change notification settings - Fork 1
/
speaker_17.html
693 lines (620 loc) · 41.4 KB
/
speaker_17.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title>CCPC 2017</title>
<meta name="description" content="Website for 2017 the 6th Columbia China Prospects Conference. 第六届哥伦比亚大学中国展望论坛中英文主页。">
<meta name="keywords" content="ccpc, ccpc2017, Columbia China Prospects Conference,中国展望论坛,哥伦比亚大学中国展望论坛">
<meta name="msvalidate.01" content="348B511B1D48A42B568895AE938FD81D" />
<link rel="stylesheet" href="css/line-icons.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<!-- Main CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Owl Caousel CSS -->
<link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="css/meanmenu.min.css">
<link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css" />
<link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/hover-min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/wechat.css">
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div id="wrapper">
<!-- Header Area Start Here -->
<header>
<div class="header1-area header-style2">
<div class="header-bottom-area" id="sticker">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
<div class="logo-area">
<a href="http://www.columbia.edu/cu/cucssa/cucssa.html" target="_blank"><img src="img/cucssalogo_blue.png" class="img-responsive" alt="logo"></a>
</div>
</div>
<div class="col-lg-8">
<div class="main-menu-area">
<nav>
<ul id="navOnePage">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index.html">English</a></li>
<li><a href="index_cn.html">中文主页</a></li>
</ul>
</li>
<li><a href="#">Conference</a>
<ul class="mega-menu-style1">
<li>
<a href="panel_conference.html" target="_blank">Panels' Detail</a>
</li>
<li><a href="./index.html#ticket">Ticket</a>
</li>
<li><a href="#pre-event">Pre-Event</a></li>
</ul>
</li>
<li>
<a href="panel_startup.html" target="_blank">Startup</a>
</li>
<li><a href="#">Guest</a>
<ul>
<li><a href="speaker_17.html">2017 Guests</a></li>
<li><a href="speaker.html">Past Year Guests</a></li>
</ul>
</li>
<li>
<a href="agenda.html" target="_blank">Agenda</a>
</li>
<li><a href="#">Partner</a>
<ul>
<li><a href="partner17.html">2017 Partner</a></li>
<li><a href="partner.html">Past Year Partner</a></li>
<li><a href="https://goo.gl/forms/jXxzPJ0Rgw2JQ7Zh2">Media Registeration</a></li>
</ul>
</li>
<li><a href="team.html" target="_blank">About Us</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="contact_info.html" target="_blank">Contact Info</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-menu-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mobile-menu">
<nav id="dropdown">
<ul id="navOnePage">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index.html">English</a></li>
<li><a href="index_cn.html">中文主页</a></li>
</ul>
</li>
<li><a href="#">Conference</a>
<ul class="mega-menu-style1">
<li>
<a href="panel_conference.html" target="_blank">Panels' Detail</a>
</li>
<li><a href="./index.html#ticket">Ticket</a>
</li>
<li><a href="#pre-event">Pre-Event</a></li>
</ul>
</li>
<li>
<a href="panel_startup.html" target="_blank">Startup</a>
</li>
<li><a href="#">Guest</a>
<ul>
<li><a href="speaker_17.html">2017 Guests</a></li>
<li><a href="speaker.html">Past Year Guests</a></li>
<li><a href="https://goo.gl/forms/jXxzPJ0Rgw2JQ7Zh2">Media Registeration</a></li>
</ul>
</li>
<li>
<a href="agenda.html" target="_blank">Agenda</a>
</li>
<li><a href="#">Partner</a>
<ul>
<li><a href="partner17.html">2017 Partner</a></li>
<li><a href="partner.html">Past Year Partner</a></li>
<li><a href="https://goo.gl/forms/jXxzPJ0Rgw2JQ7Zh2">Media Registeration</a></li>
</ul>
</li>
<li><a href="team.html" target="_blank">About Us</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="contact_info.html" target="_blank">Contact Info</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header Area End Here -->
<section id="guests-banner">
<div class="bg-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-6 col-xs-12">
<div class="banner-guests">
<h3 class="lg-title wow fadeInLeft">CCPC2017 Guests</h3>
<h4 class="wow fadeInLeft" align="justify" data-wow-delay=".3s"> The forum established an effective and welcoming platform. The former Assistant Secretary of State of the United States Thomas Fingar, Former Prime Minister of Hungery Gordon Bajnai, Chairman of China Vanke Co., Ltd Wang Shi, eminent Chinese economist Xu Xiaonian and many other guests attended the forum. </h4>
</div>
</div>
</div><!-- row end -->
</div><!-- container end -->
</section>
<!-- Inner Page Banner Area End Here -->
<!-- Speakers Area Start Here -->
<div class="speakers-area">
<div class="container">
<h2 class="title-default">CCPC2017 Guests</h2>
<p class="sub-title-default"></p>
</div>
<div class="container">
<div class="row speakers-wrapper-area">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/AnwarulChowdhury.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Anwarul K. Chowdhury</a></h3>
<span> Former Under-Secretary-General and High Representative of the UN.Founder of the Global Movement for The Culture of Peace</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/TidjaneThiam.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Tidjane Thiam</a></h3>
<span>Chief Executive Officer of the Group. <br>Member of the board of Credit Suisse (Schweiz) AG (Swiss subsidiary)<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/Fangaizhi.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Anna Fang</a></h3>
<span> Chief Executive Office and Partner of Zhen Fund<br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/GuJiawei.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jiawei Gu</a></h3>
<span>Leader of Tech&Research at Baidu Research<br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/JinZhongxia.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Zhongxia Jin</a></h3>
<span>Chief Executive of International Monetary Fund China<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/LewJacob.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jacob Lew</a></h3>
<span>Former Secretary of Treasury, Professor at Columbia School of Public and
International Affairs</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/SachsJeffery.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jeffery Sachs</a></h3>
<span>Director of The Earth Institute at Columbia University, former Counsel to
the Secretary of United Nations</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ZhuYunlai.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Yunlai Zhu</a></h3>
<span>Former Chief Executive Officer of China International Capital Corporation<br> Fortune - "Asia's 25 most influential business leaders"</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/FredSTeng.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Fred S. Teng</a></h3>
<span>President of the America China Public Affairs Institute<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/Liuerhai.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Erhai Liu</a></h3>
<span>Founder and Partner of Joy Capital, Former President of Legend Capital<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/WangBoming.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Boming Wang</a></h3>
<span>President of Stock Exchange Executive Council of China<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/PinhoManuel.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Manuel Pinho</a></h3>
<span>Former Minister of Economy and Innovation of Portugal<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/LiChen.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Cheng Li</a></h3>
<span>Director of China Center, Brookings Institute<br> Member of Board of Directors of the National Committee on US-China Relations</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/Lifeng.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Feng Li</a></h3>
<span>Partner of Frees Fund, Former Partner of IDG-accel <br><br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/AndreiAbramov.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Andrei Abramov</a></h3>
<span> Former Chief for NGO Branch, United Nations Department of Economic and Social Affairs (UNDESA)<br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/SunZhe.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Zhe Sun</a></h3>
<span>Director of Center for U.S.-China Relations,Tsinghua University<br>Adjunct Senior Research Scholar of International and Public Affairs<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ChenchenNiu.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Chengcheng Niu</a></h3>
<span>Co-founder of College Daily<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ZhangJizhong.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jizhong Zhang</a></h3>
<span>Renowned Chinese film producer, director</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/JunCao.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jun Cao</a></h3>
<span>Chinese visual artist<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/DanRyan.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Dan Ryan</a></h3>
<span>PwC Financial Services Advisory Leader</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ChengyuFu.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Chengyu Fu</a></h3>
<span>Chairman of China Petroleum and Chemical Corp</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/JenikRadon.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jenik Radon</a></h3>
<span> Adjunct Professor of International and Public Affairs</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/JiaZhiWang.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>JiaZhi Wang</a></h3>
<span>Famous Chinese violinist<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/JingyuanWang.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Jingyuan Wang</a></h3>
<span>Partner of Newdo Venture<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/LijieZhu.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Lijie Zhu</a></h3>
<span>Managing Director of Dragon Gate Investment Partners<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/LuZhang.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Lu Zhang</a></h3>
<span>Founder and Managing Partner of NewGen Capital<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/MengZhang.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Meng Zhang</a></h3>
<span>The 28th Annual Chinese Golden Rooster Awards winner, the 48th Golden Horse Awards nominee</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/MeritJanow.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Merit Janow</a></h3>
<span>Dean of School of International and Public Affairs<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/StuartScott.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Stuart Scott</a></h3>
<span>Founder & Executive Director of United Planet Faith and Science Initiative (UPFSI)</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/TajHamad.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Taj Hamad</a></h3>
<span>Chairman of World Association of Non-Governmental Organizations (WANGO)<br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ThomasDeely.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Thomas Deely</a></h3>
<span>Program director for Applied Analytics at Columbia University, former technology investor in Goldman Sachs</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/XiaoboLu.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Xiaobo Lv</a></h3>
<span>Professor of Political Science at Barnard Collge, Founding Director of Columbia Global Centers</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/YaminaDjacta.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Yamina Djacta</a></h3>
<span>Former Director of UN-Habitat New York Office<br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/ShaoZhen.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Zheng Shao</a></h3>
<span>President of Lumiere<br><br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/PangZhonghua.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Zhonghua Pang</a></h3>
<span>President of Chinese Hard Writing Calligraphy Association<br><br><br></span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/David.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>David Sandalow</a></h3>
<span>Former Under Secretary at the U.S. Department of Energy, Inaugural
Fellow at the Center on Global Energy Policy at Columbia University
</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/SuRen.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Su Ren</a></h3>
<span>Famous film producer</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="speakers-box">
<a ><img src="img/Guests/2017/HelenLin.jpg" class="img-responsive" alt="speakers"></a>
<div class="speakers-box-content">
<h3><a>Helen Lin</a></h3>
<span>Vice President of Goldman Sachs</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Speakers Area End Here -->
<!-- Bottom area for contact information and footer-->
<div id="contact" class="section-padding bg-overlay-grey" style="background-image: url('img/bg/5.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 wow fadeInLeft" style="width:600px; height:300px;">
<div class="venue-info"> <i class="icon icon-streetsign"></i>
<h2>Support</h2>
<p>Feel free to contact us, or leave message in the General Info page</p>
<ul class="">
<li><a href="http://www.ccpc2017.com/contact_info.html">Leave Message</a></li>
<li>Conference: 2017ccpc@gmail.com</li>
<li>Tech: ccpc2017.feedback@gmail.com</li>
<li>CUCSSA: cucssa@columbia.edu </li>
</ul>
</div>
</div>
<div class="col-md-5 col-sm-6 wow fadeInRight" data-wow-delay=".3s" >
<div class="venue-location"> <i class="icon icon-map"></i>
<h2>Venue</h2>
<p>Low Memorial Library
<br> 2960 Broadway, New York
<br> NY 10027</p>
<a href="https://www.google.com/maps/place/Low+Memorial+Library,+New+York,+NY+10027/@40.8086366,-73.9632767,16.22z/data=!4m13!1m7!3m6!1s0x89c2f63e5ae36969:0x457a21094ee0495!2sLow+Memorial+Library,+New+York,+NY+10027!3b1!8m2!3d40.8081563!4d-73.9618416!3m4!1s0x89c2f63e5ae36969:0x457a21094ee0495!8m2!3d40.8081563!4d-73.9618416" target="_blank" class="info">Google Map</a>
</div>
</div>
</div><!-- row end -->
</div><!-- container end -->
</div>
<!-- Seat Booking Area End Here -->
<!-- Footer Area Start Here -->
<footer>
<section id="section-footer">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="footer-content">
<ul class="list-inline footer-social wow fadeInUp" data-wow-delay=".3s">
<li><a href="https://www.facebook.com/CUCSSA-36845738820/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://weibo.com/cucssa?is_all=1" target="_blank"><i class="fa fa-weibo"></i></a></li>
<li><a href="https://www.instagram.com/cucssa/" target="_blank"><i class="fa fa-camera"></i></a></li>
<li>
<a class="weixin" href="javascript:">
<i class="fa fa-weixin">
<img class="qrcode" src="img/wechatqr.jpg" alt="wechatqr">
</i>
</a>
</li>
</ul>
<h4 class="wow fadeInUp">© Copyright@2004-2017 Columbia University Chinese Students & Scholars Assocation. All rights reserved.</h4> </div>
</div>
</div><!-- row end -->
</div><!-- container end -->
</section>
<!-- section Footer end -->
</footer>
<!-- Footer Area End Here -->
</div>
<!-- Preloader Start Here -->
<div id="preloader"></div>
<!-- jquery-->
<script src="js/jquery-2.2.4.min.js" type="text/javascript"></script>
<script src="js/plugins.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<!-- WOW JS -->
<script src="js/wow.min.js"></script>
<script src="vendor/slider/js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="vendor/slider/home.js" type="text/javascript"></script>
<script src="vendor/OwlCarousel/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/jquery.meanmenu.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollUp.min.js" type="text/javascript"></script>
<!-- Google Map js -->
<script src="js/jquery.nav.js" type="text/javascript"></script>
<script src="js/validator.min.js" type="text/javascript"></script>
<script src="js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91317668-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>