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的更多相关文章
随机推荐
- android应用的数据应该保存到哪儿
王永超王永超嫖娼 做android app开发会涉及到不同数据的保存,比如数据缓存,客户登陆信息保存,客户状态的保存等等. 那针对这不同的数据我们应该保存在什么地方呢? 1.应用卸载也不会删除的数据 ...
- 【转】cvs2svn 把CVS档案库转换为SVN档案库
转载地址:http://jackdown.blog.sohu.com/66646130.html 在linux下的操作 1).安装 下载:Python 2.0 地址:http://www.pyth ...
- 算法心得2:关于k个最小和问题的思考
问题描述如下: 有k个整数数组,各包含k个元素.在每个数组中取一个元素加起来,可以得到k^k个和.求这些和中最小的k个值(重复计算的算多次). 如果同时考虑这k个数组的取值情况,其复杂程度不言而喻,并 ...
- Educational Codeforces Round 16 B
Description You are given n points on a line with their coordinates xi. Find the point x so the sum ...
- 公共控件Listview
ListView属性中,Items是行的总集合,Items集合中的每一个是一行,Items集合里面有ListViewItem集合,这个集合实例化:ListViewItem li=new ListVie ...
- MUI 授权
步骤1.打开 manifest.json 视图 在permissions 下添加 "Payment": {"description": "支付&q ...
- assert函数
这个函数在<cassert>里面,通常用来调试程序. eg: int i=1: assert(i==1):/什么也不做 assert(i==2)://程序会异常退出
- 扩展duilib edit控件的提示功能和多种文字颜色(解决edit为password显示不正常的bug)
参考博客:Redrain 转载:http://blog.csdn.net/zhuhongshu/article/details/41786407 在Redrain博客的基础上做了修改 1.CEditU ...
- android“设置”里的版本号
在文件 packages/apps/Settings/src/com/android/settings/DeviceInfoSettings.java 中 setStringSummary(" ...
- C# Eval()和Bind()
Eval( " ")和Bind( " ") 这两种一个单向绑定,一个双向绑定,bind是双向绑定,但需数据源支持ASP.NET 2.0改善了模板中的数据绑定 ...