跳到主要內容

書目管理軟體 - Zotero


中央研究院計算中心 Computing Center, Academia Sinica:
Zotero...,由美國George Mason University之歷史與新媒體研究中心自2006年起開發,並由美國博物館與圖書館服務協會(American Association of Museums,簡稱AAM)等機構贊助,是一免費、簡單方便之書目管理軟體,曾在2007和2008年被PC Magazine雜誌選為最佳免費軟體。

留言

這個網誌中的熱門文章

SuSE LINUX 9.1 Professional fine tune note

1. Install 9.1 Perfessional in English 2. install nVidia 3D acceleration capibility YOU -> Installable and Installed Patches -> Download NVIDIA(r) Graphics Driver Reboot the system Note: turning off X Window by using telinit 3 , and then, telinit 5 . 3. use of USB dirves Plug it in (It is usually recognized as a SCSI drive so we use /dev/sda1 to mount it). mount -t subfs /dev/sda1 /media/usb to unmount it: umount /dev/sda1 A nice walk through can be found here . gcin , an alternative of xcin? xcin configuration is here . 4. Mount a ISO image as a drive (e.g., mount abcd.iso to /mnt/cdrom) mkdir /mnt/cdrom mount -t iso9660 -o loop /opt/images/abcd.iso /mnt/cdrom