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 ...
随机推荐
- [Database]Oracle数据库中concat和||的区别
注:在oracle中,需要上述多次拼接应使用||,因为concat()一次只能拼接2个,需要多次嵌套.而在mysql中,可以实现concat(col1,col2,coln....) 官方文档链接:CO ...
- docker 部署nginx
# 下载镜像 docker pull nginx # 挂载 文件 和文件夹必须存在 docker run -p 80:80 --name mynginx -v $PWD/www:/www -v $P ...
- class类初始化之后调用赋值问题记录
class PWSTRDELL: def __init__(self, pw_str):#该方法在类实例化时会自动调用 self.pw = pw_str self.strength_level = 0 ...
- Oracle数据加载和卸载
一. 平面文件卸载数据泵卸载 EXP/IMP; EXPDP/IMPDP sqlldr的两种模式:传统路径直接路径 控制文件:INSERT.APPEND.TRUNCATE.REPLACE 1.定界数据2 ...
- 'JetEntityFrameworkProvider' could not be loaded 解决办法
原因:JetEntityFrameworkProvider引用的EntityFramework与你使用的版本不一致,造成程序加载这个DLL失败. 解决办法: 使用Reflect软件JetEntityF ...
- OO的奇妙冒险2
OO的奇妙冒险 ~多线程入门与魔鬼的优化~ 目录 总体分析 作业内容分析 作业内容总结 互测的收获 公测互测bug分析与总结 优化分析 不太正经的个人自嗨 总体分析 公测 中测(基础与进阶): 这一单 ...
- Android 开发第一项目——计算器的开发记录
2017.4.1 今天布局界面基本完成,现在写了一点事件绑定.计划是多用动态绑定,随时用随时改.关于布局方面,昨天弄到很晚,原因是Layout使用错误,用的自带的,没仔细看,预览的时候没有问题但是真机 ...
- jqGrid选择列控件向右拖拽超出边界处理
jqGrid选择列控件向右拖拽超出边界处理 $("#tb_DeviceInfo").jqGrid('navButtonAdd', '#jqGridPager', { ...
- 正则-关于一个结果不确定现象怪的研究(reg.test(‘-1’))
先看下边代码 var value = '-1'; var reg = /^-{0,1}\d+$/g; debugger; if (reg.test(value)||reg2.test(value)) ...
- Linux Shell函数定义与调用
一.Shell函数定义格式 shell函数定义格式,各部分说明如下: [ function ]等中括号括起来部分----表示可选(即可有可无) your_function_name部分----为函数名 ...