Information Retrieval Blog » Research http://blog.zye.me ANTI-GFW Sat, 24 Jul 2010 23:34:00 +0000 http://wordpress.org/?v=2.9.1 en hourly 1 百团大购来也 http://blog.zye.me/2010/07/55760.html http://blog.zye.me/2010/07/55760.html#comments Fri, 23 Jul 2010 23:18:16 +0000 Jeffye http://blog.zye.me/2010/07/55760.html 第一次参加团购是在学校的bbs上组织的。那时团购刚刚兴起,对这个新生代事物是既向往又害怕,向往是因为它的便利和优惠的价格,害怕是上当受骗。当学校bbs上发出团购信息时,踊跃的试了一次,也正是这一次团购的成功,打消了团购的顾虑。经过几年的发展,大家的消费观念、方式都在不断的发展,团购已成为大多数人的消费方式之一。目前的团购信息主要集中在大家熟悉的论坛,学校的bbs,各自小区的论坛等等,信息比较分散,而且很多时候难以找到志同道合的需求者,即是找到数量上也不够,团购的梦想破灭,不得不花高代价散购。百团大购——团购搜索引擎,是一个聚合信息的平台,在第一时间捕捉各城市的团购、打折、优惠等信息,涵盖了餐厅、影剧院、酒吧、美发美体、KTV、夜店、户外运动、服饰、化妆品等众多领域。在这里你可以尽情享受团购带来的便利和乐趣。在百团大购的网站上(http://www.buy-tuan.com/)首先找到你所在的城市,如果是有目的的购买,可以根据购买物品分类查询,或许暂时没有明确的目标,只想了解最高折扣的活动是什么,那么就可以根据价格进行排序,你所需要的信息就立马会出现在你的眼前,非常的省时省力,不妨登陆试试。3DSFPXZGBV7J feedsky

Related PostsNo Related Post]]>
http://blog.zye.me/2010/07/55760.html/feed 0
SIGIR 2010 Full Paper List http://blog.zye.me/2010/04/55738.html http://blog.zye.me/2010/04/55738.html#comments Sat, 17 Apr 2010 15:19:15 +0000 Jeffye http://blog.so8848.com/2010/04/55738.html 30     Estimation of Statistical Translation Models Based on Mutual Information for Ad Hoc Information Retrieval Maryam Karimzadehgan, ChengXiang Zhai (University of Illinois at Urbana-Champaign)

502   DivQ: [...]]]> http://blog.zye.me/2010/04/55738.html/feed 1 Figure format conversion in Linux http://blog.zye.me/2010/02/55549.html http://blog.zye.me/2010/02/55549.html#comments Mon, 22 Feb 2010 18:54:20 +0000 Jeffye http://blog.so8848.com/?p=55549 http://blog.zye.me/2010/02/55549.html/feed 0 Taking full advantages of pdfLaTeX — eps figure solution http://blog.zye.me/2010/02/55545.html http://blog.zye.me/2010/02/55545.html#comments Mon, 22 Feb 2010 18:51:33 +0000 Jeffye http://blog.so8848.com/?p=55545 LaTeX users generate postscript output using dvips. An alternative is to use pdfTeX to generate PDF files directly. The PDF format offers a number of advantages over postscript:

Smaller uncompressed file sizes. Much more efficient bitmap inclusion. Availability of hyperlinks. Better accessibility for inexperienced users. Adobe’s Acrobat reader offers facilities for electronic presentations Limitation of pdfTeX

1. postscript figures cannot [...]]]> http://blog.zye.me/2010/02/55545.html/feed 0 命令行解压&压缩 全集 –Linux http://blog.zye.me/2010/02/55539.html http://blog.zye.me/2010/02/55539.html#comments Mon, 22 Feb 2010 17:25:35 +0000 Jeffye http://blog.so8848.com/?p=55539 Commands for Compress and Decompress

.tar 解包: tar xvf FileName.tar 打包:tar cvf FileName.tar DirName (注:tar是打包,不是压缩!) ——————————————— .gz 解压1:gunzip FileName.gz 解压2:gzip -d FileName.gz 压缩:gzip FileName .tar.gz 解压:tar zxvf FileName.tar.gz 压缩:tar zcvf FileName.tar.gz DirName ——————————————— .bz2 解压1:bzip2 -d FileName.bz2 解压2:bunzip2 FileName.bz2 压缩: bzip2 -z FileName .tar.bz2 解压:tar jxvf FileName.tar.bz2 压缩:tar jcvf FileName.tar.bz2 DirName ——————————————— .bz 解压1:bzip2 -d FileName.bz 解压2:bunzip2 FileName.bz 压缩:未知 .tar.bz 解压:tar jxvf FileName.tar.bz 压缩:未知 ——————————————— .Z 解压:uncompress FileName.Z 压缩:compress FileName .tar.Z 解压:tar Zxvf FileName.tar.Z 压缩:tar Zcvf FileName.tar.Z DirName ——————————————— .tgz 解压:tar zxvf FileName.tgz 压缩:未知 .tar.tgz 解压:tar zxvf FileName.tar.tgz 压缩:tar zcvf FileName.tar.tgz FileName ——————————————— .zip 解压:unzip FileName.zip 压缩:zip FileName.zip DirName ——————————————— .rar 解压:rar a [...]]]>
http://blog.zye.me/2010/02/55539.html/feed 0
latex 中文支持script & samples — memos http://blog.zye.me/2010/02/55536.html http://blog.zye.me/2010/02/55536.html#comments Mon, 22 Feb 2010 17:21:02 +0000 Jeffye http://blog.so8848.com/?p=55536 介绍如何在ubuntu 下按章cjk 支持,一下脚本在ubuntu 9.10 + kile 下测试好使。

latex 下安装中文支持,需要安装一系列宏包,然后拷贝生成字体什么的,甚是繁琐。一步抄作出问题,会浪费很多时间。

不如写成一个script, shell 脚本。出问题,或机器重装,运行此脚本即可,一劳永逸。

备忘。 脚本下载:install_cjk

samples : \documentclass{article} \usepackage{CJK} \begin{document} \begin{CJK}{UTF8}{song} 这是so8848 \end{CJK} \end{document} Incoming search terms for the article:latex samples (2)latex中文支持 (2)bib 中文 undefined control sequence (1)latex 中文 ubuntu (1)Latex 中文支持 (1)Related Postsubuntu kile下 解决中文问题-CJK{GBK}fix problems in ubuntu kile: multirow.sty’ not foundKile spell check doesn’t workTaking full advantages of pdfLaTeX — eps figure solutionBibTeX & “undefined [...]]]>
http://blog.zye.me/2010/02/55536.html/feed 0
backup and sync with lftp http://blog.zye.me/2010/02/55529.html http://blog.zye.me/2010/02/55529.html#comments Sun, 21 Feb 2010 07:07:20 +0000 Jeffye http://blog.so8848.com/?p=55529 lftp is an amazing  command line ftp tool, which lets you operate remote files just like in a local filesystem in a terminal (bash).  If you work a lot with command line, I bet you would like it.  A frequently used functionality with lftp is backup or sync a remote directory with a local one.

Here is [...]]]> http://blog.zye.me/2010/02/55529.html/feed 0 Protected: SIGIR 史上最强投稿 http://blog.zye.me/2010/02/55504.html http://blog.zye.me/2010/02/55504.html#comments Fri, 12 Feb 2010 20:52:44 +0000 Jeffye http://blog.so8848.com/?p=55504 http://blog.zye.me/2010/02/55504.html/feed 0 BibTeX & “undefined control sequence” http://blog.zye.me/2010/02/55501.html http://blog.zye.me/2010/02/55501.html#comments Fri, 12 Feb 2010 00:48:41 +0000 Jeffye http://blog.so8848.com/?p=55501 If the tex and bib files are setup correctly, then running LaTeX followed by BibTeX will produce a bbl file (in the same directory as the tex and bib files). It is from the bbl file that LaTeX will insert the references into the document.

Open the bbl file with a text editor. If it looks [...]]]> http://blog.zye.me/2010/02/55501.html/feed 0 What’s Google doing in search? c10088bc http://blog.zye.me/2010/01/55471.html http://blog.zye.me/2010/01/55471.html#comments Mon, 25 Jan 2010 18:09:20 +0000 Jeffye http://blog.so8848.com/2010/01/55471.html 1. Interesting highlighting in search results or snippets.

2. synonym expansion — query expansion

3. Social Search in Google labs

4. Google Squared

extract interesting facts from WEB page, and present them in meaningful way to you

5. real-time search

Related PostsPapers Written by Googlerscontent based image retrieval (CBIR) toolkits and packageThe 2008 google Founders’ Letter Posted by [...]]]>
http://blog.zye.me/2010/01/55471.html/feed 0