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的更多相关文章
随机推荐
- Yeoman
安装Yeoman之前,确认安装好Node.js和npm. sudo npm install --global yo 然后查看软件版本 yo --version && bower --v ...
- 【jQuery UI 1.8 The User Interface Library for jQuery】.学习笔记.8.Datepicker控件
默认datepicker的安装启用 探索它的配置选项 安装启用一个触发按钮 配置一个供选择的动画 dateFormat选项 简单的国际化 多月datepicker 日期范围选择 datepicker的 ...
- java 类型转化
String 转int s="12345"; int i; 第一种方法:i=Integer.parseInt(s);;//直接使用静态方法,不会产生多余的对象,但会抛出异常 第二种 ...
- HASH表原理(装)
HASH表原理 大家都知道,在所有的线性数据结构中,数组的定位速度最快,因为它可通过数组下标直接定位到相应的数组空间,就不需要一个个查找.而哈希表就是利用数组这个能够快速定位数据的结构解决以上的问题的 ...
- java实现贪吃蛇游戏
最简单的4个java类就可以实现贪吃蛇: main函数: package tcs; public class GreedSnake { public static void main(String[] ...
- Inviting Friends(二分+背包)
Inviting Friends Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) To ...
- HDU(4528),BFS,2013腾讯编程马拉松初赛第五场(3月25日)
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=4528 小明系列故事——捉迷藏 Time Limit: 500/200 MS (Java/O ...
- Codeforces Round #372 (Div. 2) B
Description ZS the Coder loves to read the dictionary. He thinks that a word is nice if there exists ...
- 批量清除.svn 或 _svn
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]@=&q ...
- Intent官方教程(1)简介和作用
Intents An Intent is a messaging object you can use to request an action from another app component. ...