apecceosummit2016
https://www.apecceosummit2016.com/program.html
Thursday | 17 November 2016 |
9:00am - 9:00pm | REGISTRATION |
7:00pm – 9:00pm | APEC CEO SUMMIT 2016 WELCOME RECEPTION "PERU WELCOMES APEC" VENUE: LIMA ART MUSEUM (MALI) |
Friday | 18 November 2016 |
from 7:30am | Coffee and Tea Served |
Session One 9:00am – 9:45am |
SUMMIT OPENING Welcome Remarks by Mr. Juan Francisco Raffo, Chairman, ABAC 2016. Mr. Alfonso Bustamante, Chairman, APEC CEO Summit 2016. Keynote Address by THE PRESIDENT OF PERU, PEDRO PABLO KUCZYNSKI, on "Quality Growth and Human Development" |
Session Two 9:45am – 11:00am |
SUMMIT FOCUS ON GROWTH An Open Forum Discussion on “The DNA Of Global Growth”. A dialogue on where and how economic growth is taking place worldwide - what is driving and impeding growth, the role of institutions and centrality of the rule of law. Led by a distinguished panel comprising:
MODERATOR: BRIAN O’KEEFE, INTERNATIONAL EDITOR, FORTUNE |
11:00am – 11:30am | Networking Break |
Session Three 11:30am – 12:45pm |
SUMMIT FOCUS ON INCLUSIVE GROWTH An Open Forum Discussion on "Growth, Inclusion and Women Empowerment" A dialogue on the challenge of growth within the context of rising inequality and disparity and the new critical role of women in the economy. Led by a distinguished panel comprising:
MODERATOR: MATT VELLA, ASSISTANT MANAGING EDITOR, TIME |
12:45pm -2:30pm | Networking Lunch |
Session Four 2:30pm - 3:00pm |
INSIGHT ON WHY THE EMPOWERMENT OF WOMEN MATTERS Christine Lagarde, Managing Director, IMF |
Session Five 3:00pm - 4:15pm |
SUMMIT FOCUS ON INNOVATION An Open Forum Discussion on “The Innovation Economy” A dialogue on how business and government can work together to foster innovation and expand opportunities. Led by a distinguished panel comprising:
MODERATOR: ANDRES SCHIPANI, ANDES CORRESPONDENT, FINANCIAL TIMES |
4:15pm – 4:45pm | Networking Break |
Session Six 4:45pm – 6:00pm |
SUMMIT FOCUS ON SUSTAINABILITY An Open forum discussion on "Pathways to Sustainable Development" A dialogue on the challenges confronting sustainable development - the choices we face and the possibilities open to us. Led by a distinguished panel comprising:
MODERATOR: GONZALO CARRANZA, ECONOMY & BUSINESS EDITOR, EL COMERCIO |
6:00pm – 9:00pm | APEC CEO SUMMIT 2016 Social Activity VENUE: GRAND NATIONAL THEATER |
Saturday | 19 November 2016 |
from 8:00am | Coffee and tea served |
Session Seven 9:00am – 9:30am |
THE CONNECTIVITY REVOLUTION Keynote Address by MARK ZUCKERBERG, CHAIRMAN AND CEO, FACEBOOK |
Session Eight 9:30am – 10:00am |
SUMMIT KEYNOTE ADDRESS Keynote addres by H.E. Xi Jinping , President of China |
Session Nine 10:00am – 11:15am |
SUMMIT FOCUS ON CONNECTIVITY an Open Forum discusssion on "The new trends that shorten distances" A dialogue on strategies for building connectivity and how this can contribute to inclusive growth Led by a distinguished panel comprising:
MODERATOR: MATTHEW BISHOP, SENIOR EDITOR, THE ECONOMIST GROUP |
Session Ten 11:15am – 12:20pm |
SUMMIT FOCUS ON TRADE An Open Forum Discussion on “Redesigning Trade” A dialogue on strategies for deeper regional economic integration and the new generation of 21st century trade agreements. Led by a distinguished panel comprising:
MODERATOR: SHAWN DONNAN, WORLD TRADE EDITOR, FINANCIAL TIMES |
12:30pm – 3:00pm | Networking Lunch |
Session Eleven 3:00pm – 3:30pm |
SUMMIT KEYNOTE ADDRESS ON INNOVATION Keynote Address by H.E. Juan Manuel Santos, President of Colombia |
Session Twelve 3:30pm – 4:00pm |
SUMMIT KEYNOTE ADDRESS ON GEOPOLITICS Keynote Address by IAN BREMMER, PRESIDENT EURASIA GROUP |
Closing 4:00pm –4:30pm |
Closing Addresses and Invitation to the APEC CEO SUMMIT 2017, Vietnam CLOSING REMARKS BY H.E MR. TRAN DAI QUANG, PRESIDENT OF VIETNAM |
apecceosummit2016的更多相关文章
随机推荐
- rsync增量传输大文件优化技巧
问题 rsync用来同步数据非常的好用,特别是增量同步.但是有一种情况如果不增加特定的参数就不是很好用了.比如你要同步多个几十个G的文件,然后网络突然断开了一下,这时候你重新启动增量同步.但是发现等了 ...
- grep DEMO
测试数据: [xiluhua@vm-xiluhua][~]$ cat msn.txt aaa bbb bbb ccc ccc ddd bbb eee aaa ccc bbb sss [xiluhua@ ...
- 织梦系统中出现DedeTag Engine Create File False提示原因及解决方法
今天更新网站时dedecms系统时,遇到一个问题:DedeTag Engine Create File False 出现这样的提示. 其实这也不算是什么错误,我个人觉得最重要的一点就是根目录下没有给 ...
- Python精神
[root@LDAP_slave ~]# python -c "import this" The Zen of Python, by Tim Peters Beautiful is ...
- java生成验证码的逻辑
直接撸代码: 1.html <input class="form-control placeholder-no-fix width-yzm" type="text& ...
- 温故而知新 clone
浅复制(浅克隆) 被复制对象所有变量都含有与原来对象的相同值,对象中对其他对象的引用仍然指向原来的对象,换言之,复制对象只复制考虑的对象,而不复制所引用的对象.继承自java.lang.Object类 ...
- Ajax案例:简易的购书网页
****使用Ajax可以不需要刷新整个页面,而使局部页面更新的技术: ****JSON是JavaScript得原生格式,JavaScript中处理JSON数据不需要特殊的工具或架包,其规则很简单,对象 ...
- Unity5 Standard自发光材质无效解决方法
受光物和发光物都要勾选Static才会有效. 如果不够选静态就是用HDR光照,需要相机勾选HDR 所以如果是动态的物体真实发光,Unity依旧无法支持
- JAVA基础知识之JVM-——动态代理(AOP)
代理模式简介 在很多场景下,我们想使用一个类(通常是接口)A时,并不是直接使用这个类,而是通过另外一个类B去调用A的方法,这里的类B就是一个代理类. 有很多场景都会用到这种方法,例如假如创建类A需要很 ...
- reactjs入门到实战(一)---- hello world例子
React 起源于 Facebook 的内部项目,因为该公司对市场上所有 JavaScript MVC 框架,都不满意,就决定自己写一套,用来架设 Instagram 的网站.做出来以后,发现这套东西 ...