World Book Day is celebrated by UNESCO and other related organisations every year on the 23rd of April. Also called the World Book and Copyright Day, it is an occasion to promote the joy of books and the art of reading. 23rd April was selected by UNESCO to pay tribute to great literary figures including William Shakespeare, Miguel Cervantes and Inca Garcilaso de la Vega who died on this day. This date was finalised in the year 1995 in the UNESCO General Conference, held in Paris, to honour authors and books worldwide.

World Book Day is celebrated worldwide to recognise the scope of books which are seen as a link between the past and the future, a bridge between cultures and generations. On this day, UNESCO and organisations representing publishers, booksellers and libraries select World Book Capital for a year to maintain the celebrations of books and reading. For the year 2019, Sharjah, UAE has been declared as the World Book Capital. It will be preceded by Kuala Lumpur, Malaysia in the year 2020.
Through this day, UNESCO aims to champion books and celebrate creativity, diversity and equal access to knowledge. This day has become a platform for people across the globe and especially the stakeholders of the book industry including authors, publishers, teachers, librarians, public and private institutions, humanitarian NGOs and the mass media to come together to promote literacy and help everyone to have access to educational resources.

Audrey Azoulay, Director General of UNESCO sums up the theme of 2019 through these words; “Books are a form of cultural expression that lives through and as part of a chosen language. Each publication is created in a distinct language and is intended for a language-specific reading audience. A book is thus written, produced, exchanged, used and appreciated in a given linguistic and cultural setting. This year we highlight this important dimension because 2019 marks the International Year of Indigenous Languages, led by UNESCO, to reaffirm the commitment of the international community in supporting indigenous peoples to preserve their cultures, knowledge and rights.”

L358 World Book Day的更多相关文章

  1. 【转】爱普生打印机L358

    原文网址:http://www.chiphell.com/thread-838403-1-1.html 儿子幼儿园老是要打印作业,就决定用他的压岁钱买个打印机,主要以文件打印为主,兼顾照片.昨天网上一 ...

  2. Redis 中的原子操作(1)-Redis 中命令的原子性

    Redis 如何应对并发访问 Redis 中处理并发的方案 原子性 Redis 的编程模型 Unix 中的 I/O 模型 thread-based architecture(基于线程的架构) even ...

随机推荐

  1. 第 9 章 数据管理 - 075 - 配置 VirtualBox backend

    配置 VirtualBox backend 在 VirtualBox 宿主机上启动 vboxwebsrv 服务: C:\Program Files\Oracle\VirtualBox > VBo ...

  2. requests库爬取猫眼电影“最受期待榜”榜单 --网络爬虫

    目标站点:https://maoyan.com/board/6 # coding:utf8 import requests, re, json from requests.exceptions imp ...

  3. f-stack中ipc传递指针从应用中读取信息时挂掉

    f-stack中ipc传递指针从应用中读取信息时挂掉 如:创建bridge0./ifconfig bridge0 create./ifconfig f-stack-0 down./ifconfig f ...

  4. Fiddler抓取https请求 & Fiddler抓包工具常用功能详解

    Fiddler抓取https请求 & Fiddler抓包工具常用功能详解   先来看一个小故事: 小T在测试APP时,打开某个页面展示异常,于是就跑到客户端开发小A那里说:“你这个页面做的有问 ...

  5. jmeter 上传附件 如图片

    1.要勾选 Use multipart/form-data for POST,否则request中将不包含上传的文件 2.MIME类型为application/octet-stream 图如下:对应 ...

  6. 322. Coin Change零钱兑换

    网址:https://leetcode.com/problems/coin-change/ 典型的动态规划问题,类比背包问题,这就是完全背包问题 问题的阶段:对数值 i 凑硬币 问题的状态:对数值 i ...

  7. 2n字符

    有2n字符挨个排成一排,前n个是'1',后n个是'0'.如 11110000(此时2n=8),现在交换字符的位置,使之按照 10101010 的模式排列.而且要使字符移动的次数最少,编程计算最少的移动 ...

  8. 2019/2/23Scala学习开始(Scala简介)

    Scala简介    Scala是一门多范式(multi-paradigm)的编程语言,设计初衷是要集成面向对象编程和函数式编程的各种特性. Scala运行在Java虚拟机上,并兼容现有的Java程序 ...

  9. webpack基本配置文件(含解释)

    const path = require('path'); // 以下文件需要npm i 文件名 --save-dev const uglify = require('uglifyjs-webpack ...

  10. hdu第4场j.Let Sudoku Rotate

    Problem J. Let Sudoku Rotate Time Limit: / MS (Java/Others) Memory Limit: / K (Java/Others) Total Su ...