Ubuntu Edgy Eft Release Party In Beijing

参加的人真不少,感觉大部分是附近高校的学生朋友。幸好我也有学生朋友帮我占座 :)

Mark的演讲里提到下一个版本的一些新feature,比如3D Desktop、支持windows games(CS, starcraft, etc.)

印象比较深的一句:really join the communtiy

一些感受:
1. 现场翻译效果不太好,显然并不了解技术和opensource背景
2. 等到ubuntu中文社区的老大介绍贡献方法时,人就开始走了,显然要想使opensorce本质深入人心还需要时间

贴几张照片,用手机拍的(我的老6600),效果不太好 :( ,最后一张是回去路上拍的ms大楼,呵呵。
Mark's speech
Mark's speech


Google Scholar Bibtex Parser – gsbibtex.py

与bibtex.py类似,区别:

  • 只针对从Google Scholar中导出的BibTex
  • 不依赖第三方软件(比如bibtex2html) ,完全使用Python。需要pyparsing模块。
  • 效果与bibtex.py类似,但目前不支持style参数
  • 支持对附加文件的链接,包括pdf, ps, dvi, rtf, chm, nh等格式

下载: gsbibtex.py

我只在我使用的desktop edition 1.5.3-1下测试过,OS是Windows XP SP2。
示例:
{{{#!gsbibtex
@article{iannella2003drm,
title={{Digital Rights Management (DRM) Architecture}},
author={Iannella, R.},
journal={Internet: http://www. dlib. org/dlib/june01/iannella/06iannella. html, Stand},
volume={7},
year={2003},
abstract={this is a abstract},
Keywords={drm watermarking},
pdf={attachment:demo.pdf},
chm={attachment:测试.chm},
url={http://www.dlib.org/dlib/june01/iannella/06iannella.html},
nh={attachment:数字版权管理(DRM)系统的研究、设计和实现.nh.zip}
}
@article{俞银燕2005数字版,
title={{数字版权保护技术研究综述}},
author={俞银燕 and 汤帜},
journal={计算机学报},
volume={28},
number={12},
pages={1957-1968},
year={2005},
publisher={万方数据资源系统},
comment={write your comment here}
}
}}}
{{{#!gsbibtex usekeys=off
@article{iannella2003drm,
title={{Digital Rights Management (DRM) Architecture}},
author={Iannella, R.},
journal={Internet: http://www. dlib. org/dlib/june01/iannella/06iannella. html, Stand},
volume={7},
year={2003}
}
@article{pitkanen2000tdr,
title={{Towards A Digital Rights Management Framework}},
author={Pitk{\"a}nen, O. and V{\"a}lim{\"a}ki, M.},
journal={IeC2000 Proceedings, UMIST, Manchester, UK},
year={2000}
}
}}}

效果:

gsbibtex output

我用MoinMoin做PIM

1. 个人日志 Macro: MonthCalendar, Include
wikihome.jpg

2. 文献管理 Parser: BibTex
bibtex.jpg

3. 记帐 Parser: accountbook Macro: MonthCalendar, AccountBook

这个叫AccountBook的parser和macro是我在老婆的强烈要求下写的。昨天刚刚达到可以使用的阶段。

accountbook.jpg

4. 常用网站链接 Macro: RssReader
5. 管理搜集的电子书 Parser: BibTex
......

theme用的是sinorca4moin,比较喜欢。

我把用到的MoinMoin扩展都收集到del.icio.us了。http://del.icio.us/wolfg/MoinMoinExtensions