3/11/2009

Note on Implement Force-Directed Layout

1. Resistance: use G1G2/r^2
 However, Since r may be too small, we'd better add a limitation on the final return force

2. Attraction: use K△X

3. Gravity: Use mg

4. On calculating the component of the force: 
use θ = arctan(△Y / △X ) F_x = Fcosθ , F_y = Fsinθ
remember to deal with △X = 0

Algorithm: follow wikipedia

3/05/2009

Bib Browser

之前滿苦惱要怎麼管理我的bib檔,本來有找到一個JabRef
這是一個滿強大的管理工具,不過只能local執行
但問題是我的bib檔都是放在工作站上的,找了很久

終於找到這支php browser:  bibtexbrowser

他的特色是超級小,而且只有一個檔案XD
所以現在我可以很簡單的在線上瀏覽我的bib檔了
(唯一的缺點是不能直接管理,不過幾乎已經符合我的需求了!)

這是我的ReadingList