L358 World Book Day
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的更多相关文章
- 【转】爱普生打印机L358
原文网址:http://www.chiphell.com/thread-838403-1-1.html 儿子幼儿园老是要打印作业,就决定用他的压岁钱买个打印机,主要以文件打印为主,兼顾照片.昨天网上一 ...
- Redis 中的原子操作(1)-Redis 中命令的原子性
Redis 如何应对并发访问 Redis 中处理并发的方案 原子性 Redis 的编程模型 Unix 中的 I/O 模型 thread-based architecture(基于线程的架构) even ...
随机推荐
- document.getElementById动态的Node集合随时变化, 和document.querySelector静态的后续无法变化
1. W3C 标准querySelectorAll 属于 W3C 中的 Selectors API 规范 [1].而 getElementsBy 系列则属于 W3C 的 DOM 规范 [2]. 2. ...
- Js原生封装选项卡组件
class MyTab extends HTMLElement{ //创建一个类名MyTab constructor(){ //构造函数 super(); //指向父类构造函数,必须要有的 const ...
- kindle 安卓 app下载的电子书放在什么文件夹?
They are buried in: /sdcard/Android/data/com.amazon.kindle/files/
- [Database]Oracle数据库中concat和||的区别
注:在oracle中,需要上述多次拼接应使用||,因为concat()一次只能拼接2个,需要多次嵌套.而在mysql中,可以实现concat(col1,col2,coln....) 官方文档链接:CO ...
- vue部署的路径问题
本人在开始学习vue的过程中,虽然比较容易上手,还是碰到了很多坑,比如我今天要说的VUE的部署问题.我在部署vue的过程中发现自己在开发环境中,页面什么都可以跑起来,但是npm dev build后发 ...
- JS前端编码规范
转自<前端编码规范之JavaScript>,网址:http://www.cnblogs.com/hustskyking/p/javascript-spec.html 一个是保持代码的整洁美 ...
- rpm -ivh 安装与 rpm -U安装解决问题一例
[root@localhost server3.10.12]# rpm -ivh krb5-libs-1.15.1-18.el7.x86_64.rpm警告:krb5-libs-1.15.1-18.e ...
- XJ模拟noip赛1
什么都不说—— 成功打出 G-G!
- 20175212童皓桢 在IDEA中以TDD的方式对String类和Arrays类进行学习
20175212童皓桢 在IDEA中以TDD的方式对String类和Arrays类进行学习 要求 在IDEA中以TDD的方式对String类和Arrays类进行学习 测试相关方法的正常,错误和边界情况 ...
- 缓冲区 subprocess 黏包
一.缓冲区 每个socket被创建以后,都会分配两个缓冲区,输入缓冲区和输出缓冲区,默认大小都为8k,可以通过getsocket()获取,暂时存放传输数据,防止程序在发送数据的时候卡组,提高代码运 ...