This is a project!

最後編輯:2017-07-03 建立:2017-07-01 歷史紀錄

PO-HSUAN CDataset:

政治獻金資料 http://campaign-finance.g0v.ctiml.tw/

政治獻金資料 csv 檔 https://github.com/fuyei/GovCash/tree/master/accounts

    Jiàn-gēng Chiōu話說,在橫向比較那邊為什麼支出那邊有收入,收入那邊有支出?
    Jiàn-gēng Chiōu

立委投票指南 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

    chihao yohackathon最後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

YEN-CHI Cyenchic

YEN-FU Leemingh

YIHSIENyihsien

 

 

PO-HSUAN CD3 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/

YEN-CHI CBiPartite

http://bl.ocks.org/NPashaP/9796212

 

PO-HSUAN CIdeas:

  1. YEN-CHI Ccategorical pi-chart
    1. YEN-FU Lincome, donate (from company view)
  2. TODO
    1. todo
    2. todo
  3. TODO
    1. todo
    2. 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?)

----------------------------------------------------------------------------------------------------------------