2015国际教育创新大会暨亚太地区教育创新 暨文晖奖颁奖大会

        2015国际教育创新大会暨亚太地区教育创新文晖奖颁奖大会于今日在福建厦门隆重召开!
 

      文晖奖,倡导教育创新。由联合国教科文组织亚太局、中国教科文全委会秘书处、中国教育学会主办,旨在表彰能够通过优化教育资源的潜在能力和发展人类的创新精神来解决当今世界所面临的紧迫问题。五年来,文晖奖通过教育创新推动教育理念、教育政策、教育实践的创新,在亚洲及太平洋地区形成了广泛而积极的影响。






 
       颁奖大会上,联合国教科文组织亚太地区教育局、教育创新计划协调员、高等教育资深项目专家汪利兵教授,中国教育学会常务副会长戴家干先生,中国教育学会常务副会长刘堂江先生,中国联合国教科文组织副秘书长周家贵先生,来自新加坡、阿富汗、蒙古、马来西亚、泰国的各位获奖人,以及来自海内外的知名学者、教育管理工作者和一线教育工作者莅临颁奖典礼现场,并以《仁川宣言》为引领,参与到中国基础教育国际化发展的讨论中,典礼活动现场,文晖奖评审团主席陶西平先生还发来了视频致辞给予获奖人殷切祝福。
 







       文晖奖的设立和评审活动受到了社会各界的广泛关注,2015年文晖奖以“未来技能发展的创新” 为主题,共收到76份申请,其中15份入围成果。经过评审会的讨论和评估,最终,评选出两名文晖奖得主和三名荣誉奖得主。

2015年文晖奖获得者是:
       1、阿富汗国家音乐学院 代表  阿罕默德 · 纳赛尔· 萨马斯特 先生
       2、新加坡工艺教育学院  代表  杨佐克婷 女士



2015年荣誉奖获得者是:
       1、马来西亚泰莱大学 代表 唐苏芳 女士
       2、蒙古迦纳贝尔成功协会  加恩多戈·普列布扎布 女士
       3、泰国开放大学沟通与发展知识管理研究中心  代表 卡玛璐阿·因塔利塔特 女士

 

      倡导公平、和谐、有品质、可持续发展的教育。中国教育学会作为中国基础教育发展的引领者,高度重视教育的国际化发展,高度重视与教科文组织的合作,期望通过引入联合国教科文组织前瞻性的教育理念加速中国基础教育国际化进程,搭建起中国基础教育与国际对话的平台。来自联合国教科文组织亚太地区教育局的汪利兵教授代表评审团宣读了获奖人名单,中国教育学会常务副会长戴家干先生、中国联合国教科文组织全国委员会副秘书长周家贵先生向获奖个人和单位颁发了获奖证书和奖金。颁奖活动结束后,来自阿富汗和新加坡的两位获奖人还向大会做了专题报告,与各位来宾分享2015年文晖奖论文成果。

       此后,以《仁川宣言》为引领,以“促进创新与交流,迈向2030年教育愿景”的教育论坛在专题研讨论坛环节相继召开。(待续)








260.85msRequest Duration14.5MBMemory UsageGET {class}/{action}.htmlRoute
    • Booting (125.87ms)
    • Application (162.29ms)
      6 templates were rendered
      • home.widget.detail (resources/views/home/widget/detail.blade.php)2blade
        Params
        0
        info
        1
        status
      • home.widget.header (resources/views/home/widget/header.blade.php)1blade
        Params
        0
        headerObject
      • home.widget.top (resources/views/home/widget/top.blade.php)1blade
        Params
        0
        object
      • home.widget.nav (resources/views/home/widget/nav.blade.php)1blade
        Params
        0
        navInfo
      • home.widget.left (resources/views/home/widget/left.blade.php)2blade
        Params
        0
        leftNav
        1
        activeId
      • home.widget.footer (resources/views/home/widget/footer.blade.php)0blade
      0
      [object Object]
      uri
      GET {class}/{action}.html
      domain
      cse.guorent.com
      middleware
      csrf, xss
      as
      home
      uses
      Closure {#141 class: "App\Services\Routes" this: App\Services\Routes {#128 …} parameters: arra...
      namespace
      App\Http\Controllers
      prefix
      null
      where
      file
      app/Services/Routes.php:133-170
      6 statements were executed, 5 of which were duplicated, 1 unique8.37ms
      • select * from `bk_article_classify` where `id` = '31' and `is_active` = '1' and `is_delete` = '0' limit 11.01msdb_xhjy
        Params
        031
        11
        20
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select bk_article_main.*, bk_article_detail.content, group_concat(DISTINCT bk_article_classify.name) as classnames, group_concat(DISTINCT bk_article_classify.id) as classifyid, group_concat(DISTINCT bk_article_tags.name) as tagsnames from `bk_article_main` left join `bk_article_detail` on `bk_article_main`.`id` = `bk_article_detail`.`article_id` left join `bk_article_classify_relation` on `bk_article_classify_relation`.`article_id` = `bk_article_main`.`id` left join `bk_article_classify` on `bk_article_classify_relation`.`classify_id` = `bk_article_classify`.`id` left join `bk_article_tag_relation` on `bk_article_tag_relation`.`article_id` = `bk_article_main`.`id` left join `bk_article_tags` on `bk_article_tag_relation`.`tag_id` = `bk_article_tags`.`id` where `bk_article_main`.`is_delete` = '1' and `bk_article_main`.`status` = '1' and `bk_article_main`.`id` = '1400' limit 12.06msdb_xhjy
        Params
        01
        11
        21400
        hintsLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `bk_article_classify` where `is_delete` = '0' and `is_active` = '1' and `is_nav` = '1' order by `sort` desc2.43msdb_xhjy
        Params
        00
        11
        21
        hintsUse SELECT * only if you need all columns from table
      • select * from `bk_article_classify` where `id` = '31' and `is_active` = '1' and `is_delete` = '0' limit 1690μsdb_xhjy
        Params
        031
        11
        20
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `bk_article_classify` where `id` = '31' and `is_active` = '1' and `is_delete` = '0' limit 11.29msdb_xhjy
        Params
        031
        11
        20
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `bk_article_classify` where `id` = '6' and `is_active` = '1' and `is_delete` = '0' limit 1890μsdb_xhjy
        Params
        06
        11
        20
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        _token
        D2cuGoW14RTmdjCVdlfck8nIGekQtvmwrgHxW0R1
        PHPDEBUGBAR_STACK_DATA
        []
        format
        html
        content_type
        text/html; charset=UTF-8
        status_text
        OK
        status_code
        200
        request_query
        array:2 [ "category" => "31" "id" => "1400" ]
        request_request
        array:2 [ "category" => "31" "id" => "1400" ]
        request_headers
        array:19 [ "content-type" => array:1 [ 0 => "" ] "content-length" => array:1 [ 0 => ""...
        request_server
        array:439 [ "CMS_ECSP_API_PORT_2036_TCP_PROTO" => "tcp" "GRT_DJ_WEB_SERVICE_HOST" => "100.0.208....
        request_cookies
        []
        response_headers
        array:4 [ "cache-control" => array:1 [ 0 => "no-cache" ] "date" => array:1 [ 0 => "Sun...
        path_info
        /index/detail.html
        session_attributes
        array:2 [ "_token" => "D2cuGoW14RTmdjCVdlfck8nIGekQtvmwrgHxW0R1" "PHPDEBUGBAR_STACK_DATA" => [] ...