This is a project!

編輯歷史

時間 作者 版本
2017-07-03 08:18 (unknown) r2
顯示 diff
- This is a project!
+ This is a project!
Dataset:
政治獻金資料 http://campaign-finance.g0v.ctiml.tw/
(68 行未修改)
2017-07-01 15:28 – 15:28 (unknown) r0 – r1
顯示 diff
+ This is a project!
+ Dataset:
+ 政治獻金資料 http://campaign-finance.g0v.ctiml.tw/
+ 政治獻金資料 csv 檔 https://github.com/fuyei/GovCash/tree/master/accounts
+ *話說,在橫向比較那邊為什麼支出那邊有收入,收入那邊有支出?
+ *
+ 立委投票指南 http://vote.ly.g0v.tw/
+ 台灣公司資料 http://gcis.nat.g0v.tw/
+ 台灣公司關係圖 http://company-graph.g0v.ronny.tw/
+
+ Visualization 1.0:
+ http://fuyei.github.io/cf-viz/viz.htm
+ *hackathon最後present的結果在哪裡可以找到?
+ http://chungheng.github.io/g0v/page/index.html
+
+ 美國OpenSecret.org:
+ https://www.opensecrets.org
+
+ Tools:
+ github
+ ethercalc.org
+ DB: mongolab, redis, levelup
+ heroku
+ D3: https://www.dashingd3js.com/d3js-first-steps
+ github webpage: https://help.github.com/articles/creating-project-pages-manually/
+ run local server: python -m SimpleHTTPServer
+
+ Github:
+ chimat0814
+ yenchic
+ eemingh
+ yihsien
+
+
+ D3 Visualization options:
+ Congressional Influences:
+ http://www.brightpointinc.com/interactive/political_influence/index.html?source=d3js
+ Zoomable sunburst with updating data
+ http://bl.ocks.org/kerryrodden/477c1bfb081b783f80ad
+ Sequences sunburst
+ http://bl.ocks.org/kerryrodden/7090426
+ D3 with Taiwan Map
+ https://blog.safaribooksonline.com/2014/02/11/d3-js-maps/
+ BiPartite
+ http://bl.ocks.org/NPashaP/9796212
+
+ Ideas:
+ *categorical pi-chart
+ *income, donate (from company view)
+ *TODO
+ *todo
+ *todo
+ *TODO
+ *todo
+ *todo
+ git status
+ git log
+ ----------------------------------------------------------------------------------------------------------------------------------
+ git add file_name.kind (add one file)
+ git add . (add all)
+ git commit -m “some_message” (commit into a new version)
+ git push (upload)
+ ----------------------------------------------------------------------------------------------------------------------------------
+ git pull --rebase (*caution* one line merge?)
+ git merge –m “some_message” (merge two branches into a new master version)
+ git checkout master (go to master)
+ git checkout master~1 (go to the previous master)
+ git branch -a (show branch structure?)
+ git reset --hard master~1 (*caution* undo to the previous master?)
+ ----------------------------------------------------------------------------------------------------------------