-
Notifications
You must be signed in to change notification settings - Fork 1
/
agenda.html
681 lines (637 loc) · 54.5 KB
/
agenda.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
<!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,Columbia University Chinese Student Scholar Association, 中国展望论坛,哥伦比亚大学中国展望论坛,哥大学联,哥伦比亚大学中国学生学者联谊会">
<meta name="baidu-site-verification" content="OtKm6Iq9Ty"/>
<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-overview">Conference</a>
<ul class="mega-menu-style1">
<li>
<a href="panel_conference.html" target="_blank">Panels' Detail</a>
</li>
<li><a href="#ticket">Ticket</a>
<li><a href="#pre-event">Pre-Event</a></li>
</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" target="_blank">Our Team</a></li>
<li><a href="contact_info.html" target="_blank">Contact Info</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-lg-2">
<ul class="header-cart-area">
<li>
<a href="#ticket" class="header-btn">Buy Ticket</a>
</li>
</ul>
</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-overview">Conference</a>
<ul class="mega-menu-style1">
<li>
<a href="panel_conference.html" target="_blank">Panels' Detail</a>
</li>
<li><a href="#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>
</header>
<!-- Header Area End Here -->
<section id="sponsor-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="sponsor-main">
<h3 class="lg-title wow fadeInLeft">Agenda</h3>
<h4 class="wow fadeInLeft" align="left" data-wow-delay=".3s"></h4>
</div>
</div>
</div><!-- row end -->
</div><!-- container end -->
</section>
<section id="agenda">
<div class="container">
<div class="tz_maniva_meetup_title text-center">
<h3>
<em>CONFERENCE</em>
AGENDA
</h3>
</div>
<div class="tz_tab_custom">
<!-- Nav tabs -->
<div class="tz_tabs_meetup">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#day_1" role="tab" data-toggle="tab">day 1 - April 14</a></li>
<li role="presentation"><a href="#day_2" role="tab" data-toggle="tab">day 2 - April 15</a></li>
<li role="presentation"><a href="#day_3" role="tab" data-toggle="tab">day 3 - April 16</a></li>
</ul>
</div>
<!-- Tab panes -->
<div class="tab-content tz_tab_content">
<div role="tabpanel" class="tab-pane fade in active" id="day_1">
<div class="tz_event_meetup">
<div class="tz_box_event_meetup">
<h3> day 1 agenda </h3>
<h3 class="tz_event_meetup_subtitle">
Friday,
<em>April 14, 2017 - Welcoming & Panel 1 </em>
</h3>
<div class="tz_event_meettup_box_content">
<div class="tz_event_meetup_content">
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 13 : 00 </span>
<h4> Registration </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
13:00 - 13:30 at Low Memorial, Floor 1
</p>
<div class="tz_event_meetup_item_content">
<p>Registration for Day 1 </p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 14 : 00 </span>
<h4> Group Photo </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
14:00—14:05
</p>
<div class="tz_event_meetup_item_content">
<p></p>
<p></p>
<p></p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 14 : 05</span>
<h4> Opening Ceremony </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
14:05 — 15:00
</p>
<div class="tz_event_meetup_item_content">
<p>
John H.Coatsworth: Provost of Columbia University (3 minutes)
<br>Merit Janow: Dean of School of International and Public Affairs (15 minutes)
<br>Keynote Speaker : H. E. Ambassador Anwarul K. Chowdhury, Former Under-Secretary-General and High Representative of the United Nations (UN); Founder of the Global Movement for The Culture of Peace (GMCoP) (15 minutes)
<br>Boming Wang: President of Stock Exchange Executive Council of China.
<br>Shiling Fan, Co-President of China Prospects Conference (10 minutes) </p>
<p></p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time">15 : 05 </span>
<h4> Panel 1: Macroeconomic Policies Coordination</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
15:05 — 16:05 at Low Memorial, Floor 1
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Under the influence of globalization, automation and other factors, global economy faces tremendous downward pressure. After the 2016 presidential election, the U.S. started to implement isolationism and changes in its diplomatic policies towards China, creating uncertainties over the future of U.S.-China relations. As the world’s two leading superpowers, the economic relations of U.S. and China have vital implication on the future of world economy. At this time, it is especially important for China and the U.S. to have open dialogue, incentivize economic reform, and enhance coordination on a macro level to promote healthy economy growth across the globe. </p>
<p><br><br></p>
<p>
Jacob Lew: Former Secretary of Treasury, Professor at Columbia School of Public and International Affairs
<br>Merit Janow: Dean of School of International and Public Affairs (Moderator)
<br>Zhongxia Jin: Chief Executive of International Monetary Fund China</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time">16 : 10 </span>
<h4> Panel 2: Energy and Sustainable Development</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
16:10-17:15 at Low Memorial, Floor 1
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">China is undergoing serious environmental problems, such as intensified smog weather, deteriorated river quality, deforestation, land desertification, bio-diversity decline, etc. Global warming increases the odds of rising sea levels, severe weather, and other events taking place. These are of critical importance and must be addressed if the nation is to continue to thrive. As the two largest economies in the world, both China and U.S. are encountering an array of similar problems such as how to save energy and reduce carbon emission, most significantly, how to curb environmental pollution and maintain stable economic development. It has become a consensus that the investment and devotion in developing new energy have augmented in both China and the U.S. Should we pay more attention to shale gas development and sustainable energy? What influences would shale gas bring to Chinese energy in the near future? How should the coal & iron industry transform or upgrade? How much should be invested in new energy and technological research?</p>
<p><br><br></p>
<p>
David Sandalow: Former Under Secretary at the U.S. Department of Energy, Inaugural Fellow at the Center on Global Energy Policy at Columbia University
<br>Jeffrey Sachs: Director of The Earth Institute at Columbia University, former Counsel to the Secretary of United Nations. (TBD)
<br>Jenik Radon: Adjunct Professor of International and Public Affairs
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 17:30 </span>
<h4> Dinner </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
17:30 — 20:00 at Italian Academy, Floor 1
</p>
<div class="tz_event_meetup_item_content">
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in" id="day_2">
<div class="tz_event_meetup">
<div class="tz_box_event_meetup">
<h3> Day 2 agenda </h3>
<h3 class="tz_event_meetup_subtitle">
Saturday,
<em> April 15, 2017 - Panel and VIP Reception</em>
</h3>
<div class="tz_event_meettup_box_content">
<div class="tz_event_meetup_content">
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 9 : 00 </span>
<h4> Registration</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
9:00 — 9:45
</p>
<div class="tz_event_meetup_item_content">
<p>Registration for Day 2</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 10 : 00 </span>
<h4> Panel 3 U.S.-China Relations In the New Era
</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
10:00 — 11:00
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Since the election of Donald Trump to the U.S. presidency, he has abandoned Obama administration’s strategic partnerships and tried to reform America’s economic outlook, creating uncertainties about the economic relations between U.S. and China as well as other Asia-Pacific countries. At the same time, since the 18th National Congress, China’s “One Belt One Road” framework has received active support from surrounding countries, but also created concerns in the U.S. Sino-U.S. relationship is one of the most important bilateral relationships in the world. How this relationship will change and evolve, especially after the Xi-Trump meeting, is a crucial topic for us to discuss. </p>
<p><br><br></p>
<p>Cheng Li: Director, China Center at the Brookings Institute; Member of Board of Directors, National Committee on United States-China Relations
<br>Sun Zhe: Director of China Initiative, Columbia University
<br>Xiaobo Lv: Professor of Political Science at Barnard Collge, Founding Director of Columbia Global Centers
<br>Fred S. Teng: President of the America China Public Affairs Institute (Moderator)
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 11 : 15 </span>
<h4> Panel 4 Financial Relations</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
11:15 — 12:15
</p>
<div class="tz_event_meetup_item_content">
<p>Since the financial crisis in 2008, the U.S. economy has gradually recovered. In order to bring back an America-first manufacturing plan, the Trump administration may implement more proactive China policies, potentially leading to red flags in the Sino-U.S. relationship. As a new superpower, how can China avoid Zero-Sum Game and win partnership in the financial services industry is something worthy of discussion. </p>
<p><br><br></p>
<p>Yunlai Zhu: Former Chief Executive Officer of China International Capital Corporation
<br>Boming Wang: President of Stock Exchange Executive Council of China
<br>Zhongxia Jin: Chief Executive of International Monetary Fund China
<br>Dan Ryan: Financial Services Advisory Leader at PwC
<br>Siyu Cheng: M.P.A Candidate of Columbia University School of International and Public Affairs
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 13 : 00 </span>
<h4> Panel 5 Innovation and the Youth </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
13:00 — 14:30
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Since the Chinese economic reform, socioeconomic development has made great achievements and laid a substantial foundation for the public to practice innovation and entrepreneurship, including mechanisms for market resource allocation, human resources, capital and technology reserves, and information technology. Throngs of successful businesses and entrepreneurs have participated in international competitions amid this market environment. Urban infrastructure and condition including networks, incubators, and accelerators centers for the public to get involved in innovation and entrepreneurship are becoming exceedingly well-supported. The presence of new technologies, information technology, new energy, new materials, biomedicine, and other revolutionary innovations provide a myriad of ways for entrepreneurship. “Internet plus” and new tools for innovation would become a major factor accounting for the rejuvenation of traditional industries. Considering future perspectives of potential collaboration, what are the prospective fields of innovation that would trigger the cooperation between the U.S. and China? How can the two countries cooperate? What would emerge as great opportunities and issues that are worthy of attention?</p>
<p><br><br></p>
<p>Erhai Liu: Founder and Partner of Joy Capital, Former President of Legend Capital
<br>Zheng Shao: President of Lumiere
<br>Anna Fang: Chief Executive Office and Partner of ZhenFund
<br>Feng Li: Partner of Frees Fund, Former Partner of IDG-accel
<br>Lu Zhang: Founder and Managing Partner of NewGen Capital
<br> Helean Shi: Columbia College BA Candidate, Host at GDTV world.
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 14 : 35 </span>
<h4> Panel 6 Technology and Financing</h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
14:35 — 15:35
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Driven by a series of heavy volume transaction made by Chinese enterprises, global financial technology investment in technology sector reached nearly $23.2 billion with a growth rate of 10% over the previous year. The volume of venture capital in financial technology doubled in Asia-Pacific region, exceeding the venture capital investment in North America for the first time in 2016. Among them, China investments alone, have contributed ninety percent of the total investment. The emergence of leading high-tech products, VR (Virtual Reality), AR (Augmented Reality), and other disruptive markets opens up doors towards the technology industry. It presents exceptional opportunities for changes in the high-tech as well as investment and financial sectors in the two countries. </p>
<p><br><br></p>
<p>Jiawei Gu: Leader of Tech&Research at Baidu Research
<br>Helen Lin: Vice President of Goldman Sachs
<br>Lijie Zhu: Managing Director of Dragon Gate Investment Partners
<br>Thomas Deely: Program director for Applied Analytics at Columbia University, former technology investor in Goldman Sachs
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 14:00 </span>
<h4> Start-up Contest </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
14:00 — 19:00
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Judges:
<br>Feng Li: Partner of Frees Fund, Former Partner of IDG-accel
<br>Anna Fang: Chief Executive Office and Partner of ZhenFund
<br>Lijie Zhu: Managing Director of Dragon Gate Investment Partners
<br>Yutong Gao: Founder and CEO of EasyTransfer
<br>Jingyuan Wang: Partner of Newdo Venture
<br>Chengcheng Niu:Co-founder of College Daily
</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 19 : 00 </span>
<h4> VIP Reception </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
19:00 — 21:00
</p>
<div class="tz_event_meetup_item_content">
<p>JiaZhi Wang: Famous Chinese violinist
<br>Donghao Liu, Co-President of China Prospects Conference (10 minutes)
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in" id="day_3">
<div class="tz_event_meetup">
<div class="tz_box_event_meetup">
<h3> day 3 agenda </h3>
<h3 class="tz_event_meetup_subtitle">
Sunday,
<em>April 16, 2017 - Culture Panel and Closing</em>
</h3>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 9 : 00 </span>
<h4> Day 3 Check in </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
9:00 — 9:45
</p>
<div class="tz_event_meetup_item_content">
<p align="justify"></p>
</div>
</div>
</div>
<div class="tz_event_meettup_box_content">
<div class="tz_event_meetup_content">
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 10 : 00 </span>
<h4> Panel 7 Ambicultural Diffusion </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
10:00 — 12:40
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">Currently Chinese culture and art are starting to play a more important role globally. Whether it is a Chinese American director showing the world his Academy Award for the Best Director, a talented musician presenting wonderful shows on the Grammy stage, a Chinese actor raising his statue of Academy Honorary Award and speaking of his pride to be Chinese, more and more Chinese artists are demonstrating their talents on the global stage, with enormous images and articles displaying traditional Chinese culture. However, except for being immersed in traditions, what shall we do to better advocate Chinese art and culture? How shall we adjust to and learn from the West? How should China boost and reshape its image in a forward leaning global vision when globalization is developing so quickly?</p>
<p><br><br></p>
<p>Richard Peña: Former Director of New York Film Festival and Lincoln Center, Professor at Columbia University
<br>Jizhong Zhang: Renowned Chinese film producer, director
<br>Meng Zhang: The 28th Annual Chinese Golden Rooster Awards winner, the 48th Golden Horse Awards nominee
<br>Zhonghua Pang: President of Chinese Hard Writing Calligraphy Association
<br>Jun Cao: Chinese visual artist</p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 14 : 00 </span>
<h4> Panel 8 Energy and Sustainable Development </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
14:00 — 15:30
</p>
<div class="tz_event_meetup_item_content">
<p align="justify">China is undergoing serious environmental problems, such as intensified smog weather, deteriorated river quality, deforestation, land desertification, bio-diversity decline, etc. Global warming increases the odds of rising sea levels, severe weather, and other events taking place. These are of critical importance and must be addressed if the nation is to continue to thrive. As the two largest economies in the world, both China and U.S. are encountering an array of similar problems such as how to save energy and reduce carbon emission, most significantly, how to curb environmental pollution and maintain stable economic development. It has become a consensus that the investment and devotion in developing new energy have augmented in both China and the U.S. Should we pay more attention to shale gas development and sustainable energy? What influences would shale gas bring to Chinese energy in the near future? How should the coal & iron industry transform or upgrade? How much should be invested in new energy and technological research?</p>
<p><br><br></p>
<p>Andrei Abramov: Former Chief for NGO Branch, United Nations Department of Economic and Social Affairs (UNDESA)
<br>Taj Hamad: Chairman of World Association of Non-Governmental Organizations (WANGO)
<br>Yamina Djacta: Former Director of UN-Habitat New York Office
<br>Stuart Scott: Founder & Executive Director of United Planet Faith and Science Initiative (UPFSI) </p>
</div>
</div>
</div>
<div class="tz_meetup_box_detail">
<div class="tz_meetup_box_detail_custom">
<span class="tz_meetup_start_time"> 15 : 30 </span>
<h4> Closing Remarks </h4>
<p class="tz_event_time">
<i class="fa fa-clock-o"></i>
15 : 30 - 16 : 00
</p>
<div class="tz_event_meetup_item_content">
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tz_custom_height_empty">
<span class="vc_empty_space_inner"></span>
</div>
<div class="tz_meetup_btn text-left tz_custom_btn_padding">
<a class="jordy-btn" href="agenda/CCPCAgenda_final.pdf" download>
PDF DOWNLOAD
<i class="fa fa-download"></i>
</a>
</div>
</div>
</section>
<!-- Tab Event end -->
<!-- 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="https://www.instagram.com/cucssa/" target="_blank"><i class="fa fa-camera"></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 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="https://maps.googleapis.com/maps/api/js?key=AIzaSyC5g6szPeLWmYjbVbxsVjcp0egIbjwxtY8"></script>
<script src="js/jquery.nav.js" type="text/javascript"></script>
<script src="js/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- Isotope js -->
<script src="js/isotope.pkgd.min.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>