Journal – 09/08/2015 – Web Library – 网页图书馆

(English version follows Chinese Part)

打算给个人站点增加些功能,原来有考虑过微博、轻量级论坛等,最终还是决定做一个网页图书馆。贴一些自己看过的书、打算看的书还有被推荐及自己推荐的书的基本信息。

搜索了一些wiki引擎、个人知识管理引擎,功能强的有挺多,可惜界面不是太好看,而且对php+mySQL类主机的支持感觉不是很便捷(当然也因为自己还没搞懂足够的web技术)。结果到头来还是用WordPress做引擎,利用WP的树形导航插件做目录树,实现图书馆的图书分类,计划是每一篇博客当做一本书的简介标签。

图书馆比较重要的东西就是图书分类法。刚读本科的时候就了解到了中国图书分类法(Chinese Library Classification,CLC),加上自己电脑里用“先锋图书馆管理系统”搭建的个人图书库用的也是中图法,所以一开始考虑就这么弄了。但是想想文献检索这事还是国际通用点好,所以去了解了一下国际十进分类法(Universal Decimal Classification,UDC),觉得还行。可是感觉UDC对工程类书籍的分类不如CLC来的详细,所以最后录入图书信息的时候再决定用哪种分类法。

目前还有针对图书馆进行两个功能强化的打算。

一个是学习点脚本一类的东西,这样就可以把我本地书库的目录信息xls表内容自动输出为每本书的信息表格,便于把书目信息录入网页图书馆。

二是找点树状目录的web代码,做个CLC还有UDC的完整目录树,放在单独的网页里,从图书馆链接出去,方便查询完整的图书分类。

 


I decided to add extra function to the site, micro-blog and light-forum were taking into account. But I built a web library finally. So that I can post basic information of books I have read, books I plan to read and books I recommend.

I search for some wiki engine and personal-knowledge management engine. Maybe some of them are powerful, but they are too complicated to run or had bad UI appearance. I turn to WordPress again. A WP tree navigation plugin is used to function directory tree. And each book’s introduction will be single blog post.

Decimal classification is the foundation of a library. In early time of my bachelor years, I have taught about Chinese Library Classification (CLC). During the academic years, I collected basic information of books I read by using a program called ‘XianFeng Library Management System’ in my laptop, and the program is based on CLC. But for internationalization, I learn something about Universal Decimal Classification (UDC) from internet. UDC is not perfect, it has no enough detail about engineering book compared with CLC. So I will not decide the classification type until I have time to input books information to the library.

There are two function on the list of library construction.

Learn something about automated output script, and I can make information table for each book by input the book list database.

Searching for some web code of directory tree, and build a page including complete CLC and UDC tree which linked from the library. It will be convenient that guests can check  CLC and UDC easily.

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注