跳到主要內容

大英百科與Wiki百科 -- 封閉式與開放式

全文:CNet Taiwan

《自然》(Nature)期刊去年12月列出兩種百科的錯誤比較,並發現網路後起之秀維基即將迎頭趕上的報告,大英百科上週發表長達20頁的反駁。進行比 較的專家發現,維基百科共有162項事實性的錯誤、疏漏,或誤導性的陳述,大英百科則有123項。
大英百科與其他傳統的百科全書均採封閉式編輯系統,大量引用專家學者的文章。維基百科則是集合網路使用者的知識,任何人都能貢獻和編輯內容。

留言

這個網誌中的熱門文章

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