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 ...
随机推荐
- HttpClient MultipartEntityBuilder 上传文件
文章转载自: http://blog.csdn.net/yan8024/article/details/46531901 http://www.51testing.com/html/56/n-3707 ...
- shell脚本while read line的使用
#### 题目要求计算文档a.txt中每一行中出现的数字个数并且要计算一下整个文档中一共出现了几个数字.例如a.txt内容如下:12aa*lkjskdjalskdflkskdjflkjj我们脚本名字为 ...
- HOMER | MEME | 转录因子的靶基因预测
Finding Enriched Motifs in Genomic Regions (findMotifsGenome.pl) 在指定区域做motif enrichment,大大降低了假阳性. ME ...
- 利用window.name+iframe跨域获取接口数据
最近做了一个表单广告,需要从接口读取数据,做完发现谷歌火狐下正常,360兼容和IE浏览器无法获取数据,以下是鲜明的对比: 调试发现报错了: 然后开发把接口改成支持windowname,一开始 ...
- 调用 js 生成图片二维码
一.js 生成二维码: 首先,需要引用 jQuery 和 jquery.qrcode.js.然后: //生产二维码 $("#qrcodeCanvas").qrcode({ rend ...
- Linux系统vim几个常见配置
1.编辑配置文件:vim ~/.vimrc 2.配置文件写入以下内容 偷懒就截图上传了
- [la P4487] Exclusive-OR
[la P4487] Exclusive-OR Time limit 3000 ms OS Linux You are not given n non-negative integers X0, X ...
- vue-cli脚手架build目录中的webpack.prod.conf.js配置文件
// 下面是引入nodejs的路径模块 var path = require('path') // 下面是utils工具配置文件,主要用来处理css类文件的loader var utils = req ...
- 学号 20175212 《Java程序设计》第九周学习总结
学号 20175212 <Java程序设计>第九周学习总结 教材学习内容总结 一.MySQL数据库管理系统 1.在官网上下载并安装MySQL 2.在IDEA中输入测试代码Connectio ...
- '假定以下程序经编译和连接后生成可执行文件PROG.EXE,如果在此可执行文件所在目录的DOS提示符下键入:PROG ABCDEFGH IJKL<回车>,则输出结果为( ). void main( int argc, char *argv[]) { while(--argc>0) cout<<argv[argc]; cout<<"\n"; }
main(int argc,char *argv[])函数的两个形参,第一个int argc,是记录你输入在命令行(你题目中说的操作就是命令行输入)上的字符串个数:第二个*argv[]是个指针数组,存 ...