Skip to content

Instantly share code, notes, and snippets.

/about.html Secret

Created May 6, 2017 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/220366d3e7269b676102560a45c83230 to your computer and use it in GitHub Desktop.
Save anonymous/220366d3e7269b676102560a45c83230 to your computer and use it in GitHub Desktop.
g0v 專案池 v3 20170506
g0v 專案池 v3 20170506
1.請點擊右邊 [Download ZIP],解壓縮 ( 或者用 Git Clone )。
2.並另外下載兩個 JS 檔,放到與解壓縮後同個目錄底下。
 jQuery   http://jquery.com/download/
 AngularJS https://angularjs.org/ (請使用 v1.5 含以後的版本)
3.直接開啟 index.html 即可檢視成果
4.其餘說明均寫在此專案介紹中
 https://hackmd.io/s/B1eRE3IJ-
*此版本大幅度修改 HTML 網頁 和 專案資料集 JS,因此與過去上傳的版本不相容。
<meta charset="UTF-8" />
<script type="text/javascript" src="jquery.min.js"></script>
<style type="text/css">
#showDetail{display:none; background-color: #DDDDDD;border-radius:10px;}
body > div{text-indent:-1em;padding-left:1em}
#showDetail div{text-indent:-2em;padding-left:2em}
a:link {color:#0088DD;}
a:visited {color:#0088DD;}
a:hover {color:#005580;}
a:active {color:#00DD00;}
input {display:none;}
label {color:#0088DD; text-decoration:underline; cursor:pointer; display:inline-block;}
#APIpopup{margin: 70px auto;padding: 20px;background: #fff;border-radius: 5px;width: 70%;height: 70%;position: relative;transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
#APIcon{overflow: auto;height:80%;}
#APIlabel:target{visibility: visible; opacity: 1; z-index: 10;}
.APIlabel{position:fixed;left:0;right:0;top:0;bottom:0;background: rgba(0, 0, 0, 0.7);transition: opacity .2s;visibility: hidden;opacity: 0;}
.APIclose{position: absolute;top: 20px;right: 30px;transition: all 200ms;-webkit-transition: all 200ms;font-size: 30px;font-weight: bold;text-decoration: none;color: #333;}
span:not([id=showhidetext]){border-radius:8px; display:inline-block; padding:0 0.5em 0 1.5em}
#notice{background-color:grey; color:#FFF}
#bet{background-color:#B94A48; color:#FFF}
#arc{background-color:#888; color:#FFF}
#dow{background-color:#000; color:#FFF}
</style>
<h1 style="text-align:center; ">g0v 專案池 首頁</h1>
<div style="line-height:32px;">
<div>●歡迎來到 g0v 專案池!這是為了方便 g0v 參與貢獻者能夠快速找尋所有 g0ver 產出的專案,因此建立此網站。</div>
<div><span style="color:red">緊急通知:Hackpad 將於 2017/07/19 結束營運,詳見 <a href="https://logbot.g0v.tw/channel/g0v.tw/2017-04-21#8" target="_blank">IRC</a> 及 <a href="https://g0v.hackpad.com/INPcsSiqF8w" target="_blank">共筆</a></span></div>
<div>●滑鼠移至其中一個專案項目,就會顯示該專案的相關連結。</div>
<div>●主專案網頁通常是網頁版的專案,其餘版本的專案 (例如手機版、App 等) 會放在 <span id="notice">&#9881;顯示此專案詳細資料</span> 裡面當中呈現。</div>
<div>●搜尋專案可以使用專案關鍵字、repo、網址、分類與類型、使用工具等等來搜尋。</div>
<div>●每個專案項目中,右下角的日期為專案上線的日期。 (通常以建立 Github 專案且第一次 commit 的時間)</div>
<div>●每個專案項目中,後方顯示 <span id="bet">beta</span> 代表專案處於未穩定的測試版本, <span id="arc">archival</span> 代表專案已不再更新維護, <span id="dow">down</span> 代表該專案連結已經失效。</div>
<div>● g0v 專案池 還有其他類似專案, <label><input type="checkbox" onchange="showhide()">請點我</label><span id="showhidetext">顯示</span>詳細說明
<div id="showDetail">
<div>*g0v.tw 官方網站 的 <a href="http://g0v.tw/en-US/projects.html" target="_blank">專案列表</a><br />
純手動修改</div>
<div>
*g0v 揪松網 的 <a href="http://hack.g0v.tw/project" target="_blank">專案列表</a><br />
上傳舊版g0v.json到g0v底下的repo中,用程式自動撈資料。以 Github repo 為基礎建立項目。</div>
<div>
*g0v 專案導航 的 <a href="http://g0v.github.io/project-hub-mockup/" target="_blank">專案列表</a> <a href="https://github.com/g0v/project-hub-mockup" target="_blank">Github repo</a> 及 <a href="https://github.com/g0v/oh-my-hub" target="_blank">AngularJS板</a><br />
手動維護兩層以上json資料,以專案名稱為基礎建立項目。此 repo 已不再更新維護。</div>
<div>
*Ideapool 的 <a href="https://ideapool.tka.lu/" target="_blank">專案列表</a> <a href="https://github.com/tka/ideapool" target="_blank">Github repo</a><br />
供會員維護專案資料,以專案網址為基礎建立項目。目前網站已失效。</div>
<div>
*Awesome g0v 的 <a href="https://github.com/g0v/awesome-g0v" target="_blank">專案列表</a><br />
為產出最新版g0v.json而使用的專案清單。以 Github repo 為基礎建立項目。</div>
</div>
</div>
<div>●此專案授權:<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.zh_TW" target="_blank">CC0 1.0 Universal</a>。</div>
<div>●本站不再支援舊版瀏覽器,若造成使用者在使用方面或者閱讀方面的困難,請更新瀏覽器至最新版或改用其他瀏覽器取代。</div>
<div>●本站沒有設計手機 (平板電腦) 版瀏覽,造成手機 (平板電腦) 使用者不便,敬請見諒。</div>
<div>●若要貢獻專案資料集,請<a href="#APIlabel" style="z-index:2">點我</a>顯示空白的 JSON API 範例檔。</div>
<div>●如果對於此專案有任何問題,請到 IRC #g0v.tw 頻道中留言 ( Slack 在 g0v-tw 的 #general 頻道),原作者會不定時檢視訊息後視情況回覆在該頻道上。</div>
</div>
<div class="APIlabel" id="APIlabel">
<div id="APIpopup">
<h2 style="text-align:center; color:black;">空白專案 JSON API</h2>
<a class="APIclose" href="#" style="color:black">&times;</a>
<textarea readonly id="APIcon" style="width:100%; height:70%; font-family:monospace" onclick="this.select()">
{
"name_zh" : "",
"name_en" : "",
"description_zh" : "",
"description_en" : "",
"category" : {
"id" : "",
"name" : ""
},
"openwith" : "_blank",
"product_url" : [{
"intro" : "主專案網頁",
"phase" : "",
"status" : "",
"url" : ""
}
],
"repodata" : [{
"repo_id" : "",
"repo_intro" : "主專案程式碼",
"repo_product_phase" : "",
"repo_licenses" : [""],
"repo_author" : "",
"repo_contributors" : [""],
"repo_created_at" : "",
"repo_audience" : [""]
}
],
"image_url" : "",
"keywords" : [""],
"document" : [""],
"fb_url" : "",
"foldr_url" : "",
"needs" : [""],
"since" : "2012-07-01"
},
</textarea>
</div>
</div>
<script>
function showhide()
{
if($('input').is(":checked")) {
$("#showDetail").show();
$("#showhidetext").html("隱藏");
} else {
$("#showDetail").hide();
$("#showhidetext").html("顯示");
};
}
</script>
<!doctype html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<script src="jquery.min.js"></script>
<script src="angular.min.js"></script>
<script src="prjv3.js"></script>
<title>g0v 專案池 v3</title>
<style type="text/css">
#APIcon{overflow:auto;height:80%;width:100%;margin-bottom:50px;font-family:monospace;}
#APIpopup a{color:#0088DD;}
#APIpopup h2, #APIpopup h4, #APIpopup div, #APIpopup span{white-space:initial}
#APIpopup h2{text-align:center; color:black;}
#APIpopup h4{color:black;margin:0;padding:0;clear:both}
#APIpopup span:hover{background-color:#CCC;}
#APIpopup span{margin:10px 10px;padding:10px 10px;float:left;border:1px solid#CCC;border-radius:8px;line-height:30px;}
#APIpopup{overflow-y:auto;margin:70px auto;padding:20px;background:#fff;border-radius:5px;width:75vw;height:75vh;position:relative;transition:all.2s ease-in-out;-webkit-transition:all.2s ease-in-out;}
#category{font-size:16px;width:97%;border:none;border-radius:5px;margin:7px 0px;}
#con > #conLeft, #con > #conRight{float:left;}
#conLeft{-webkit-transition:all 0.15s ease 0s;border:3px solid gray;font-size:16px;height:100%;overflow-y:auto;padding-left:5px;position:relative;transition:all 0.15s ease 0s;width:200px;overflow-x:hidden;}
#conRight{border:0 none;float:left;height:calc(100% + 6px);overflow-y:hidden;position:relative;width:calc(100% - 211px);}
#con{position:relative;top:36px;}
#fme{border:0 none;bottom:0;height:100%;overflow-y:auto;position:relative;top:0;width:calc(100% - 1px);}
#itemicon[class=g0vhackfoldrs]::before{content:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAQABADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD5N/4Jsf8ABC79l7Xf2OP2Vv8Agp18T/25PjX+zZ8S/Ed+3xE0zxT4d1TwDpOmeEvG2ifELxPp3h+fQL3WvCer63Pqax+G01a6eW7unzHqd5IsWnwTGD6z8Pfsl/8ABdzx58TvGPg34Rf8FlfDHjxvBmoLqbaVB8RNQ1HWl8JXN8raJqOpwWUD6fdm4sJbBdVfTTc2NnfXiWdyYJJ4oX/Wf9iv9hz9obwL/wAEuv2HfgT4p0b4c+DPj5+z/B4uk8V+AvjDpFl8RPh7dQeKdR+KWi6jpuqxaDNqtm2pw6B41s9c0bVNPbUkR4bjSJfs0erXd5Y/S/7Dn7CfjX9knXNF0zXPiD4E8a/D74WeCfH3w/8Ag/d6F4Cbwv8AES88N/Evxh4T8aX+n/EvWhd3aatB4Gl8I2XhrwcEvtWnvNDkhu9TubXULErfcrqPV3Td9E4p6XVrP+u/m9klZbrRXtp23/rv1P/Z)}
#outer{background-color:black;position:fixed;width:100%;}
#RWDMenu{position:fixed;font-size:39px;left:3vw;top:-10px;color:white;visibility:hidden;z-index:5}
#search:focus{-webkit-transition:all 0.3s ease 0s;border:1px solid#0088DD;transition:all 0.3s ease 0s;}
#search{background-color:#CCC;border-radius:5px;border:1px solid white;font-size:16px;margin:5px 0px;width:95%;}
#selectA a, #selectA > div{text-decoration:none;}
#selectA::after{border-color:black transparent transparent transparent;border-style:solid;border-width:5px;bottom:calc(100% - 11px);content:"";left:50%;margin-top:-5px;position:absolute;}
#selectA{background-color:grey;box-sizing:border-box;color:black;padding:0px 5px;position:absolute;right:0;visibility:hidden;z-index:2;width:184px;}
#selectDiv a[href='']{display:none;}
#selectDiv:hover #selectA{-webkit-transition:all 0.15s ease 0s;transition:all 0.15s ease 0s;visibility:visible;}
#selectDiv > div:hover{animation:marquee 4s ease-in-out;-webkit-transition:marquee 4s ease-in-out;background-color:#333;color:white;margin-left:-100%}
#selectDiv{-webkit-transition:all 0.15s ease 0s;line-height:50px;transition:all 0.15s ease 0s;white-space:nowrap;list-style:none;}
#top_bar a{color:white;}
#top_bar div{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;line-height:32px;height:36px;color:white}
#top_bar #isitem:hover{background-color:#555;z-index:2;}
#top_bar{font-size:16px;height:36px;white-space:nowrap;color:white}
.APIclose{position:fixed;top:85px;right:17vw;transition:all 200ms;-webkit-transition:all 200ms;font-size:72px;font-weight:bold;text-decoration:none;color:#333;}
.APIlabel{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.7);transition:opacity.2s;visibility:hidden;opacity:0;}
.popspan{border-radius:3px;color:white;display:none;font-size:10px;font-weight:700;margin:0 0-10px 3px;padding:0px 4px;text-shadow:0-1px 0 rgba(0,0,0,.25);top:-2px;vertical-align:bottom;white-space:nowrap;}
.tab1:hover{-webkit-transition:all.2s ease 0s;background-color:#CCCCCC;color:black;transition:all.2s ease 0s;}
.tab1{color:white;background-color:grey;white-space:nowrap;float:right;}
@-webkit-keyframes marquee{0%{background-color:#FFF;margin-left:0;color:black}10%{background-color:#333;color:white}100%{background-color:#333;color:white;margin-left:-100%}}
@keyframes marquee{0%{background-color:#FFF;margin-left:0;color:black}5%{background-color:#333;color:white}100%{background-color:#333;color:white;margin-left:calc(-100%)}}
@media screen and (max-width:741px){#RWDMenu{visibility:visible}#conRight{width:100vw;}#conLeft{position:fixed;z-index:5;background-color:white;left:0px}}
a[tmp='']{display:none}
a{text-decoration:none;}
body{margin:0;font-family:Noto Sans, Microsoft JhengHei;}
input[type=color]{border:0;border-radius:5px;vertical-align:middle;}
span[id=alpha]{background-color:#804000;display:inline;}
span[id=archival]{background-color:#888;display:inline;}
span[id=beta]{background-color:#B94A48;display:inline;}
span[id=date]{font-size:8px;margin-top:20px;position:absolute;right:0;}
span[id=demo]{background-color:#08F;display:inline;}
span[id=down]{background-color:#222;display:inline;}
span[id=gitbook]{background-color:#080;display:inline;}
textarea{cursor:unset!important;}
</style>
<body ng-app="myApp">
<div id="RWDMenu">☰</div>
<div id="outer">
<!--上方功能列-->
<div id="top_bar">
<div style="width:10%"></div>
<a href=""><div style="min-width:100px" id="isitem">g0v 專案池</div></a>
<div style="width:10%;" id="isitem" ><input type="color" onchange="$('#outer').css('background-color',$(this).val())" title="點我可換這一區的背景顏色! (部份不支援的瀏覽器點擊不會有任何反應)"></div>
<div style="width:25vw;"></div>
<a href="about.html" target="hackframe"><div id="isitem">關於</div></a>
<a href="http://g0v.tw/" target="_blank"><div id="isitem"> g0v官網 </div></a>
<a href="http://hack.g0v.tw/" target="_blank"><div id="isitem">揪松</div></a>
<div style="width:10%"></div>
</div>
</div>
<!--下方內容頁-->
<!--左邊選單-->
<div id="con">
<div ng-controller="myCtrl" id="conLeft">
<!--下拉式選單-->
<select id="category" ng-model="searchText" ng-init="searchText =''" ng-options="x.value as x.name disable when x.disabled for x in sitem" ng-change="currentPage=0">
</select>
<!--搜尋-->
<input id="search" placeholder="搜尋 {{records.length}} 個項目 ..." title="搜尋 {{records.length}} 個項目 ( 每頁顯示 {{pageSize}} 項 )" type="text" ng-model="searchText" ng-model-options="{ debounce: 600 }" />
<p style="white-space:nowrap">
<button ng-disabled="currentPage == 0" ng-click="currentPage=currentPage-1">上一頁</button>
{{currentPage+1}}/{{Math.floor(records.length/pageSize+1)}}
<button ng-disabled="currentPage >= {{records.length}}/pageSize - 1" ng-click="currentPage=currentPage+1">下一頁</button>
</p>
<!--專案清單-->
<div id="selectDiv" ng-repeat="prjitem in records | filter:searchText | orderBy:'-since' | limitTo:pageSize:currentPage*pageSize" title="{{prjitem.name_zh}} {{prjitem.name_en}}&#013;{{prjitem.description_zh}} {{prjitem.description_en}}">
<div id="itemicon" class="{{prjitem.product_url[0].phase}}">{{prjitem.name_zh}}
<span id="date">{{prjitem.since}}</span>
<span class="popspan" id="{{prjitem.product_url[0].status | lowercase}}">{{prjitem.product_url[0].status | lowercase}}</span> <!--專案分類-->
<div id="selectA">
<a class="tab1" href="{{prjitem.product_url[0].url}}" target="{{prjitem.openwith}}" ><label>&#128279;</label>瀏覽主專案網頁</a>
<a class="tab1" href="https://github.com/{{prjitem.repodata[0].repo_id}}" target="_blank" tmp="{{prjitem.repodata[0].repo_id}}"><label>&lt;/&gt;</label>造訪主專案 Github</a>
<a class="tab1" href="{{prjitem.document[0]}}" target="_blank" ><label>&#128221;</label>檢視專案介紹與說明</a>
<a class="tab1" href="{{prjitem.foldr_url}}" target="_blank" ><label>&#128188;</label>前往 hackfoldr 公事包</a>
<a class="tab1" href="{{prjitem.fb_url}}" target="_blank" ><label>&nbsp;f</label>查看專案 Facebook</a>
<style type="text/css">#APIlabel{{$index}}:target{visibility: visible; opacity: 1; z-index: 10;}</style>
<a class="tab1" href="#APIlabel{{$index}}" style="z-index:2"><label>&#9881;</label>顯示此專案詳細資料</a>
<div class="APIlabel" id="APIlabel{{$index}}">
<div id="APIpopup">
<h2>{{prjitem.name_zh}} {{prjitem.name_en}}</h2>
<a class="APIclose" href="#" style="color:black">&times;</a>
<div style="line-height:30px">{{prjitem.description_zh}} {{prjitem.description_en}}</div>
<h4>產出專案成果</h4>
<a ng-repeat="innerlink in prjitem.product_url" href="{{innerlink.url}}" target="_blank"><span>{{innerlink.intro}}</span></a>
<h4>專案原始碼</h4>
<a ng-repeat="innerrepo in prjitem.repodata" href="https://github.com/{{innerrepo.repo_id}}" target="_blank"><span>{{innerrepo.repo_intro}}</span></a>
<h4>專案介紹與說明</h4>
<a ng-repeat="innerdoc in prjitem.document" href="{{innerdoc}}" target="_blank"><span>專案介紹{{$index+1}}</span></a>
<h4>專案JSON</h4>
<textarea readonly id="APIcon" onclick="this.select()">{{prjitem | json:4}}</textarea>
<h4>Awesome g0v 用 JSON</h4>
<p style="color:red">注意:同個專案多個產出成果和程式原始碼在這裡只會顯示上述 JSON 資料中第一順位的資料</p>
<textarea readonly id="APIcon" onclick="this.select()">{
&quot;repo&quot;: &quot;{{prjitem.repodata[0].repo_id}}&quot;,
&quot;author&quot;: &quot;{{prjitem.repodata[0].repo_author}}&quot;,
&quot;status&quot;: &quot;{{prjitem.product_url[0].status}}&quot;,
&quot;name&quot;: &quot;{{prjitem.name_en}}&quot;,
&quot;name_zh&quot;: &quot;{{prjitem.name_zh}}&quot;,
&quot;description&quot;: &quot;{{prjitem.description_en}}&quot;,
&quot;description_zh&quot;: &quot;{{prjitem.description_zh}}&quot;,
&quot;homepage&quot;: &quot;{{prjitem.product_url[0].url}}&quot;,
&quot;thumbnail&quot; : &quot;{{prjitem.image_url}}&quot;,
&quot;document&quot;: &quot;{{prjitem.document[0]}}&quot;,
&quot;repository&quot;: &quot;https://github.com/{{prjitem.repodata[0].repo_id}}&quot;,
&quot;licenses&quot;: {{prjitem.repodata[0].repo_licenses}},
&quot;keywords&quot;: {{prjitem.keywords}},
&quot;audience&quot;: {{prjitem.repodata[0].repo_audience}},
&quot;products&quot;:[&quot;{{prjitem.repodata[0].repo_product_phase}}&quot;],
&quot;partOf&quot;: &quot;&quot;,
&quot;contributors&quot;: {{prjitem.repodata[0].repo_contributors}},
&quot;needs&quot;: {{prjitem.needs}}
}</textarea>
</div>
</div>
</div>
</div>
</div>
</div>
<!--右邊 hackframe 頁框-->
<div id="conRight">
<iframe id="fme" name="hackframe" src="about.html">
</iframe>
</div>
</div>
</body>
<script>
$(function () {
/* 專案項目篩選 */
$("a[tmp]").css("display", "block");
$("a[tmp='']").css("display", "none");
/* 調整視窗大小 */
$('#con').css({ height : $(window).innerHeight() - 42 + 'px'});
$(window).resize(function () {
$('#con').css({ height : $(window).innerHeight() - 42 + 'px'});
});
});
/* 選單 */
$('#RWDMenu').click(function () {
$('#conLeft').toggle(1);
});
</script>
var app = angular.module("myApp", []);
app.controller("myCtrl", function ($scope) {
/* 因專案資料項目太多導致部份硬體讀取網頁時間過久,改以分頁方式顯示專案項目 */
$scope.Math = window.Math;
$scope.currentPage = 0;
$scope.pageSize = 20;
/* 下拉式搜尋選項 */
$scope.sitem = [{
"value" : "",
"name" : "選擇分類... (全部顯示)"
}, {
"value" : "undefined",
"name" : " 瀏覽 g0v 專案分類",
disabled : true
}, {
"value" : "g0v 基礎建設",
"name" : "一、g0v 基礎建設"
}, {
"value" : "開放資料、開放政府",
"name" : "二、開放資料、開放政府"
}, {
"value" : "社會參與",
"name" : "三、社會參與"
}, {
"value" : "新媒體",
"name" : "四、新媒體"
}, {
"value" : "政策共筆",
"name" : "五、政策共筆"
}, {
"value" : "uncategorized",
"name" : "其他待分類"
}, {
"value" : "undefined",
"name" : " 快速搜尋產出成果類型",
disabled : true
}, {
"value" : "websitelinks",
"name" : "有網頁的 g0v 專案"
}, {
"value" : "mobileapps",
"name" : "手機應用程式專案"
}, {
"value" : "browserplugins",
"name" : "瀏覽器外掛專案"
}, {
"value" : "g0vhackfoldrs",
"name" : "以 hackfoldr 為主的專案"
}, {
"value" : "undefined",
"name" : " 以程式語言搜尋",
disabled : true
}, {
"value" : "Jade",
"name" : "Jade"
}, {
"value" : "Ruby",
"name" : "Ruby"
}, {
"value" : "PHP",
"name" : "PHP"
}, {
"value" : "Python",
"name" : "Python"
}
];
/* 專案資料 */
$scope.records = $scope.records=[
{"name_zh":"國會大代誌","name_en":"","description_zh":"揭露立法院資訊、立委質詢、立院院會議程、法案審理、國會行程、修法進度,還推播到 Twitter 供人訂閱。除了文字之外還整合了國會影像,標示每一位委員的發言時間供搜尋。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://ly.g0v.tw/"},{"intro":"Chrome 瀏覽器擴充功能 (議案連結轉永久連結)","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/%E7%AB%8B%E6%B3%95%E9%99%A2%E6%93%B4%E5%85%85/ingofalhkimajgdgaplblnkhpenjhmpo"},],"repodata":[{"repo_id":"g0v/ly.g0v.tw","repo_intro":"主專案原始碼","repo_product_phase":"websitelinks","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-07-18","repo_audience":["public"]},{"repo_id":"g0v/ly-crx","repo_intro":"議案連結轉永久連結 Chrome 擴充功能","repo_product_phase":"browserplugin","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-10","repo_audience":["public"]},{"repo_id":"g0v/ly-glossary","repo_intro":"中英雙語詞彙對照表","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-12-26","repo_audience":["public"]}],"image_url":"","keywords":["立法院","國會","立委","議事","表決","法院","法案","闖關","報馬仔","備份","AngularJS","Livescript","Stylus","Bootstrap","ly","Legislator","ivod","Jade","Python"],"document":["https://g0v.hackpad.com/iPNL16x8zdp"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2012-07-18"},
{"name_zh":"middle2 - g0v Cloud 主機維護專案","name_en":"","description_zh":"這是一個專供 g0v 專案架站用的主機伺服器,有需要架站請參考說明文件。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"ronnywang/hisoku","repo_intro":"主專案程式碼","repo_product_phase":"Other","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-07-28","repo_audience":["contributor"]}],"image_url":"","keywords":["伺服器","主機","架站","hisoku","PHP"],"document":["https://g0v.hackpad.com/IL5LKFS9yHp"],"fb_url":"","foldr_url":"","needs":[""],"since":"2012-07-28"},
{"name_zh":"中央政府總預算視覺化","name_en":"Taiwan Central Government Budget Visualization","description_zh":"台灣零時政府第一個專案,運用鳥瞰圖、變化圖、國債鐘等互動圖表,依比例呈現中央政府各部門的預算,開放網友評論。","description_en":"The project supercharges citizens with the power of visualization and social network to supervise government spending. It displays different perspectives of budget data like historical trend, cross-department comparison, public opinion and component breakdown of tax by government spending with interactive treemap, bubble chart and feedback mechanism.","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://budget.g0v.tw/"},{"intro":"各年度各縣市總預算視覺化","phase":"websitelinks","status":"Demo","url":"https://kiang.github.io/dgbas.gov.tw/city_budget.html"},],"repodata":[{"repo_id":"g0v/twbudget","repo_intro":"主專案原始碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-10-08","repo_audience":["public"]},{"repo_id":"kiang/dgbas.gov.tw","repo_intro":"各年度各縣市總預算視覺化","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-09","repo_audience":["public"]},],"image_url":"https://raw.github.com/g0v/twbudget/master/thumbnail.png","keywords":["政府","負債","國債鐘","統計","AngularJS","Livescript","Jade","Sass","Bootstrap","PHP"],"document":["https://g0v.hackpad.com/yCG1Z85irwO"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/open-budget","needs":["designer","programmer","writer"],"since":"2012-10-08"},
{"name_zh":"台灣環境儀表板","name_en":"Taiwan Environment Dashboard","description_zh":"g0v 台灣環境數據資料視覺化出產作品,將中央氣象局的雨量資訊、環保署的空氣污染資訊視覺化,以台灣地圖著色的方式,一目瞭然呈現目前各地的氣候資訊。","description_en":"Visualize environmental information about Taiwan.","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁 v1","phase":"websitelinks","status":"Archival","url":"http://env.g0v.tw/"},{"intro":"主專案網頁 v2","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/moer.g0v.tw/"},{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Archival","url":"https://play.google.com/store/apps/details?id=tw.g0v.twgeojson.air"}],"repodata":[{"repo_id":"g0v/env.g0v.tw","repo_intro":"v1和手機程式碼","repo_product_phase":"multi","repo_licenses":["CC0 1.0 Universal","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-11-07","repo_audience":["developer"]},{"repo_id":"g0v/moer.g0v.tw","repo_intro":"v2 程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-03","repo_audience":["public"]},],"image_url":"","keywords":["氣象","焚化爐","空氣品質","觀測","雨量","air quality","AngularJS","Bootstrap","D3JS","Data visualization","environment","Jade","Livescript"],"document":["https://g0v.hackpad.com/0hiel5nA3Wm"],"fb_url":"","foldr_url":"","needs":["programmer","designer"],"since":"2012-11-07"},
{"name_zh":"台灣行政區視覺化","name_en":"","description_zh":"這是一個提供以行政區劃分的台灣圖形,可以用來視覺化各區域的資訊的專案。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/twgeojson/"}],"repodata":[{"repo_id":"g0v/twgeojson","repo_intro":"主專案程式碼","repo_product_phase":"multi","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-11-07","repo_audience":["public"]}],"image_url":"","keywords":["地理資訊","地圖","Python","Livescript"],"document":["https://g0v.hackpad.com/7iDRLzMeuQT"],"fb_url":"","foldr_url":"","needs":[""],"since":"2012-11-07"},
{"name_zh":"立委投票指南","name_en":"Taiwan Legislators Voter Guide","description_zh":"替立委排名,依數據列出缺席、不投票、脫黨跑票、修正法案數、臨時提案數等的立委排行。也提供表決視覺化名單,表決、法案、臨時提案的關鍵字搜尋。","description_en":"Legislator Voting Guide helps citizens gain more information about what legislators did in the past with quantitative approach and visualizations. Legislators are sorted in various charts according to their records of absence, amount of legal proposal, etc. Their campaign websites and backgrounds are also provided for cross reference.","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://vote.ly.g0v.tw/"},{"intro":"middle2 分流網頁","phase":"websitelinks","status":"Production","url":"http://kaohiung-yin-709412.middle2.me/"},{"intro":"Restful API 網頁","phase":"websitelinks","status":"Production","url":"http://docs.twly.apiary.io/"}],"repodata":[{"repo_id":"g0v/twly-voter-guide","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-09-05","repo_audience":["public"]},{"repo_id":"g0v/twlyparser","repo_intro":"parser 程式","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-11-15","repo_audience":["contributor"]},{"repo_id":"g0v/twly_crawler","repo_intro":"爬蟲程式","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-19","repo_audience":["contributor"]},{"repo_id":"g0v/api.ly","repo_intro":"RESTFUL API 程式","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-23","repo_audience":["contributor"]},{"repo_id":"g0v/ly-vote","repo_intro":"投票結果視覺化雛型","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-12-15","repo_audience":["contributor"]},{"repo_id":"g0v/TWLegislativeYuanData","repo_intro":"立委資料 + 爬蟲","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-11-25","repo_audience":["contributor"]}],"image_url":"","keywords":["立法","立委","國會","表決","傾向","政黨","legislator","Python","Django","Bootstrap","twly","legislator","crawler","PHP"],"document":["https://g0v.hackpad.com/Py1KXzq8kMb","https://g0v.hackpad.com/iRTizrchwng"],"fb_url":"","foldr_url":"","needs":["writer","programmer","designer"],"since":"2012-11-15"},
{"name_zh":"政府網站泛用型解讀器","name_en":"","description_zh":"這是一個針對政府網站的一些零散資料整理成正規化資料格式的專案。目前已經被 Magic-Mirror 專案所取代。","description_en":"Generic reader/extractor for *.gov.tw websites.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/g0vre","repo_intro":"主專案程式碼","repo_product_phase":"API","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-11-25","repo_audience":["contributor"]}],"image_url":"","keywords":["Livescript","Perl"],"document":["https://github.com/g0v/g0vre/blob/master/README.md"],"fb_url":"","foldr_url":"","needs":["developer"],"since":"2012-11-25"},
{"name_zh":"公眾人物關係圖產生器","name_en":"public person relationship visualization","description_zh":"輸入公眾人物人名,就能呈現人物間的關係,方便製作懶人包、新聞圖表以及利用已建立的資料發掘潛在的特殊關係,未來可搭配政府標案、立院專案使用。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://zbryikt.github.io/ppllink/"}],"repodata":[{"repo_id":"zbryikt/ppllink","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-12-01","repo_audience":["public"]}],"image_url":"","keywords":["政治","Python","Livescript","Jade","Bootstrap","D3JS"],"document":["https://g0v.hackpad.com/ZPZKg4Coom0"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/ppllink","needs":[""],"since":"2012-12-01"},
{"name_zh":"g0v 開發資訊","name_en":"","description_zh":"g0v 基礎建設:社群協調、演講資訊、流程規劃。目前已經有其他專案取代此專案。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://dev.g0v.tw/Home.html"}],"repodata":[{"repo_id":"g0v/dev","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY"],"repo_author":"","repo_contributors":[],"repo_created_at":"2012-12-04","repo_audience":["contributor"]}],"image_url":"","keywords":["community","slides","communication","CSS"],"document":[""],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/meta","needs":["designer","programmer","writer"],"since":"2012-12-04"},
{"name_zh":"福利請聽","name_en":"","description_zh":"「一個成功的社會並不是看富裕的人過得多優渥,而是弱勢如何自在的生存!」用搜尋技術,讓你能夠依個人需求、條件,找到社會福利,還提供法規協助及網友問答服務。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://listening.g0v.tw/"}],"repodata":[{"repo_id":"g0v/listening","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-08","repo_audience":["public"]},{"repo_id":"g0v/listening-data","repo_intro":"爬蟲與資料","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-09-16","repo_audience":["public"]},{"repo_id":"g0v/listening_api","repo_intro":"API","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-23","repo_audience":["contributor"]},{"repo_id":"g0v/listening_test","repo_intro":"test","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-23","repo_audience":["contributor"]},],"image_url":"","keywords":["補助","輔助","法規","法條","身心障礙","中低收入戶","弱勢族群","Ruby","Javascript"],"document":["https://listening.hackpad.com/"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-01-08"},
{"name_zh":"萌典","name_en":"Moe Dictionary","description_zh":"教育部國語、臺語、客語辭典民間版,提供筆順動畫、真人發音、英、法、德文對照、兩岸詞彙對照等功能。網站目前每月提供數百萬人次的服務,行動裝置 App 用戶逾十萬人。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"網頁 Website","phase":"websitelinks","status":"Production","url":"https://www.moedict.tw/"},{"intro":"桌機離線版 Desktop","phase":"desktopsoftware","status":"Production","url":"https://racklin.github.io/moedict-desktop/"},{"intro":"Google Chrome 擴充功能","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/%E8%90%8C%E5%85%B8-moedict/aihifbidnaepclhnfppjnpbmeonhhloa/reviews"},{"intro":"手機應用程式 Android","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=org.audreyt.dict.moe"},{"intro":"手機應用程式 iOS","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/meng-dian-jiao-yu-bu-guo-yu/id599429224?mt=8"},{"intro":"手機應用程式 iOS Cocoa Touch 離線版 (三隻小豬)","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/san-zhi-xiao-zhu-3-piggies/id601941116?mt=8"},{"intro":"手機應用程式 iOS Cocoa Touch 線上版 (g0v 雲端字典)","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/g0v-yun-duan-zi-dian/id606170413?mt=8"},{"intro":"手機應用程式 Firefox OS","phase":"mobileapps","status":"Production","url":"https://marketplace.firefox.com/app/moedict/"},{"intro":"兩岸常用詞典 Mac 版","phase":"desktopsoftware","status":"Production","url":"https://github.com/yllan/moedict-csld-mac/releases/"},{"intro":"Windows 8.1 10 電腦 App","phase":"desktopsoftware","status":"Production","url":"https://apps.microsoft.com/windows/zh-tw/app/81eb2795-0f64-45ab-b420-3c0d3b1ab13a"},{"intro":"Sublime Text 軟體外掛程式","phase":"desktopsoftware","status":"Production","url":"https://github.com/zonble/sublime_moedict"},{"intro":"Emacs 專用程式","phase":"desktopsoftware","status":"Production","url":"https://github.com/kuanyui/moedict.el"},{"intro":"啄木鳥計畫","phase":"websitelinks","status":"Archival","url":"http://moedict.tw/dodo/"}],"repodata":[{"repo_id":"audreyt/moedict-webkit","repo_intro":"Webkit 網頁版、PhoneGap 離線版","repo_product_phase":"Website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-01","repo_audience":["public"]},{"repo_id":"g0v/moedict-epub","repo_intro":"圖字列表、ePub 生成、WebFont","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-27","repo_audience":["contributor"]},{"repo_id":"g0v/moedict-process","repo_intro":"HTML 轉 SQLite3","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-28","repo_audience":["contributor"]},{"repo_id":"g0v/moedict-data","repo_intro":"轉出來的 json 檔","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-06","repo_audience":["contributor"]},{"repo_id":"g0v/moedict.tw","repo_intro":"靜態 API 伺服器雛型","repo_product_phase":"API","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-06","repo_audience":["contributor"]},{"repo_id":"racklin/moedict-desktop","repo_intro":"桌面版 XUL 離線 App","repo_product_phase":"Executable File","repo_licenses":["MPL v2"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-09","repo_audience":["public"]},{"repo_id":"yllan/moedict-mac","repo_intro":"Mac OS X 用字典檔格式","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-30","repo_audience":["public"]},{"repo_id":"g0v/moedict-app","repo_intro":"關聯 App 預先建置完成目錄","repo_product_phase":"API","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-05-23","repo_audience":["public"]},{"repo_id":"albb0920/dict-3du","repo_intro":"JSON API","repo_product_phase":"Data","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-27","repo_audience":["public"]},{"repo_id":"tonytonyjan/hahadict","repo_intro":"Chrome 離線版","repo_product_phase":"Browser Plugin","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-22","repo_audience":["public"]},{"repo_id":"pct/moedict-ios-app","repo_intro":"iOS App (需配合 moedict-server)","repo_product_phase":"Mobile App","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-02","repo_audience":["public"]},{"repo_id":"pct/moedict-server","repo_intro":"iOS App server","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-02","repo_audience":["contributor"]},{"repo_id":"viirya/moedict-web","repo_intro":"Web client、REST API","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-02","repo_audience":["contributor"]},{"repo_id":"ericsk/moedict-rt","repo_intro":"WinRT Component","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-03","repo_audience":["public"]},{"repo_id":"SarsTW/moedict-win8-app","repo_intro":"Windows 8 App","repo_product_phase":"Mobile App","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-08","repo_audience":["public"]},{"repo_id":"zonble/sublime_moedict","repo_intro":"Sublime Text Plugin","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-04","repo_audience":["public"]},{"repo_id":"zonble/MOEDict","repo_intro":"iOS Cocoa Touch 離線版","repo_product_phase":"Mobile App","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-05","repo_audience":["public"]},{"repo_id":"tomjpsun/3du.tw-ios","repo_intro":"iOS Cocoa Touch 連線查詢版","repo_product_phase":"Mobile App","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-30","repo_audience":["public"]},{"repo_id":"jamessa/MoeDict","repo_intro":"iOS Cocoa Touch 連線版","repo_product_phase":"Mobile App","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-12","repo_audience":["public"]},{"repo_id":"g0v/moedict-data-twblg","repo_intro":"臺灣閩南語常用詞辭典資料檔","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-29","repo_audience":["contributor"]},{"repo_id":"elleryq/moe2stardict","repo_intro":"轉為 stardict 辭典檔的程式","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-25","repo_audience":["contributor"]},{"repo_id":"rschiang/moedict-meego","repo_intro":"MeeGo Harmattan (N9) App","repo_product_phase":"Mobile App","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-05-09","repo_audience":["public"]},{"repo_id":"darkthread/MoeDictNet","repo_intro":"JSON 檔解析及應用 (.NET版)","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-05-18","repo_audience":["public"]},{"repo_id":"wildjcrt/moedict-extension","repo_intro":"Chrome Extension","repo_product_phase":"Browser Plugin","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-31","repo_audience":["public"]},{"repo_id":"wildjcrt/moedict-addon","repo_intro":"Firefox Add-on","repo_product_phase":"Browser Plugin","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-22","repo_audience":["public"]},{"repo_id":"yllan/moedict-csld-mac","repo_intro":"兩岸常用詞典 Mac","repo_product_phase":"Mac App","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-02","repo_audience":["public"]},{"repo_id":"g0v/moedict-data-csld","repo_intro":"中華大辭典資料","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal","CC By-NC-ND 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-16","repo_audience":["public"]},{"repo_id":"g0v/moedict-data-hakka","repo_intro":"臺灣客家語常用詞辭典 資料檔","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal","CC By-NC-ND"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-08","repo_audience":["public"]},{"repo_id":"g0v/moedict-data-gieumunmiang","repo_intro":"狗問名客博資料集","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal","CC By-SA 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-11-14","repo_audience":["public"]},{"repo_id":"g0v/moedict-data-terms","repo_intro":"開放語料庫專案","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-09-16","repo_audience":["public"]},{"repo_id":"g0v/moedict-design","repo_intro":"Design assets & Style Guide","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-02","repo_audience":["public"]},{"repo_id":"g0v/moedict-dodo","repo_intro":"啄木鳥計畫","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-09-28","repo_audience":["public"]},{"repo_id":"g0v/esmoe","repo_intro":"Elastic Search","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-24","repo_audience":["contributor"]}],"image_url":"https://www.moedict.tw/icon.png","keywords":["字典","辭典","成語","Cordova","Python","Perl","Ruby","Jade","NodeJS","SQLite3"],"document":["https://g0v.hackpad.com/ZNwaun62BP4"],"fb_url":"https://www.facebook.com/MoeDict","foldr_url":"http://beta.hackfoldr.org/3du","needs":[""],"since":"2013-01-09"},
{"name_zh":"台灣公司登記資料","name_en":"","description_zh":"本站內資料來自經濟部商業司,主要是提供另一個介面來讓大家更容易了解台灣的公司以及商業登記資訊。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://gcis.nat.g0v.tw/"},{"intro":"分流網頁","phase":"websitelinks","status":"Production","url":"http://company.g0v.ronny.tw/"},{"intro":"middle2 分流網頁","phase":"websitelinks","status":"Production","url":"http://yunlin-ma-835482.middle2.me/"}],"repodata":[{"repo_id":"ronnywang/twcompany","repo_intro":"主專案原始碼","repo_product_phase":"Server","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-14","repo_audience":["public"]}],"image_url":"","keywords":["工作","老闆","公司","企業","PHP"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-01-14"},
{"name_zh":"g0v 零時政府官方網站","name_en":"g0v Landing Page","description_zh":"g0v.tw 是一個致力於打造資訊透明化的社群。參與者有程式開發者、設計師、社會運動工作者、教育工作者、文字工作者等,希望資訊透明化可以更進一步的改善台灣的公民環境。快來關心並了解社群最新動態與專案,一同寫程式改造社會!","description_en":"Code for Better Society! Hack Projects of g0v community with us.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://g0v.tw"}],"repodata":[{"repo_id":"g0v/g0v.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC By"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-19","repo_audience":["public"]},{"repo_id":"g0v/g0v.github.io","repo_intro":"網址自動導向","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-05-07","repo_audience":["public"]},],"image_url":"https://raw.githubusercontent.com/zbryikt/g0v.tw/master/thumbnail.png","keywords":["首頁","官網","community","communication","Landing Page","Website"],"document":["https://g0v.hackpad.com/YC0Ig73WEMJ"],"fb_url":"https://www.facebook.com/g0v.tw/","foldr_url":"","needs":["writer"],"since":"2013-01-19"},
{"name_zh":"g0v Logbot","name_en":"","description_zh":"這是一個使用者在 IRC #g0v.tw 和 Slack 發言自動記錄的專案。","description_en":"Simple IRC logger with realtime web-based viewer.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"Websitelinks","status":"Production","url":"http://logbot.g0v.tw/"},{"intro":"加入 slack #g0v-tw","phase":"Websitelinks","status":"Production","url":"http://join.g0v.today/"},{"intro":"slack 分支頻道對話記錄","phase":"Websitelinks","status":"Production","url":"https://g0v-tw.slackarchive.io/"}],"repodata":[{"repo_id":"g0v/Logbot","repo_intro":"主專案程式碼","repo_product_phase":"Website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-22","repo_audience":["public"]},{"repo_id":"g0v/inviteyoself","repo_intro":"Slack 自動發邀請程式","repo_product_phase":"Other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-09-21","repo_audience":["public"]},{"repo_id":"g0v/slack-irc-plugin","repo_intro":"Slack IRC 撈記錄到 web-based viewer 外掛","repo_product_phase":"Other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-23","repo_audience":["public"]},{"repo_id":"g0v/slack-bot","repo_intro":"Hello! g0ver 自動答話機器人","repo_product_phase":"Other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-10-15","repo_audience":["public"]}],"image_url":"","keywords":["IRC","logbot","聊天室","Ruby"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-01-22"},
{"name_zh":"法規亦毒氣","name_en":"Taiwan Law Easy Read","description_zh":"將網頁中的法規、條文、大法官解釋、判決字號均加上連結。","description_en":"Parse the contents of webpages to view Taiwan's law articles/websites easier.","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/laweasyread-front/index.html"},{"intro":"API 網頁","phase":"websitelinks","status":"Production","url":"http://laweasyread.herokuapp.com/"},{"intro":"Chrome 瀏覽器擴充功能","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/%E6%B3%95%E8%A6%8F%E4%BA%A6%E6%AF%92%E6%B0%A3/iedodmlnmhobigohbkalkkjlbmdkjalj"},{"intro":"Firefox 瀏覽器附加元件","phase":"browserplugins","status":"Production","url":"https://addons.mozilla.org/zh-tw/firefox/addon/laweasyread/"}],"repodata":[{"repo_id":"g0v/laweasyread","repo_intro":"API 程式碼","repo_product_phase":"API","repo_licenses":["modified MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-24","repo_audience":["public"]},{"repo_id":"g0v/laweasyread-front","repo_intro":"前端","repo_product_phase":"other","repo_licenses":["modified MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-01","repo_audience":["public"]},{"repo_id":"g0v/laweasyread-data","repo_intro":"資料區1","repo_product_phase":"Data","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-28","repo_audience":["contributor"]},{"repo_id":"g0v/twlaw","repo_intro":"資料區2","repo_product_phase":"Data","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-22","repo_audience":["contributor"]},{"repo_id":"g0v/angular-laweasyread","repo_intro":"Angular 版資料","repo_product_phase":"Data","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-07","repo_audience":["contributor"]}],"image_url":"https://raw.github.com/g0v/laweasyread-front/master/icon.png","keywords":["立法","法律","法條","法規易讀器","法規條文查詢","查詢","法規立法狀態查詢","law","Livescript","Jade","AngularJS"],"document":["https://g0v.hackpad.com/lYxzvhLiUYk"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/laweasyread","needs":["designer","programmer","writer"],"since":"2013-01-22"},
{"name_zh":"50 天 50 張選舉圖表","name_en":"","description_zh":"這個專案希望可以提供一個選舉相關的視覺化平台,從 10/10 起,每日一張圖表一直到選舉。目前成果已經放到 D3visualization 專案中。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"hackframe","product_url":[{"intro":"5050 網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/5050/"},{"intro":"D3 視覺化網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/d3visualization/"}],"repodata":[{"repo_id":"g0v/5050","repo_intro":"主專案原始碼","repo_product_phase":"Website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-12","repo_audience":["contributor"]},{"repo_id":"g0v/d3visualization","repo_intro":"D3 視覺化網頁","repo_product_phase":"Website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-01-31","repo_audience":["public"]}],"image_url":"","keywords":["政治","選舉","Livescript","Jade"],"document":["https://g0v.hackpad.com/sU3bohwTXDA"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/5050/","needs":[""],"since":"2013-01-31"},
{"name_zh":"寵物需要我","name_en":"Pet Need Me","description_zh":"寵物認養平台,運用彩色照片牆,即時將被台北市政府安樂死的寵物資訊,一目了然放於網站上,協助尋找主人。","description_en":"Pet adoption platfrom","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://petneed.me/"}],"repodata":[{"repo_id":"jsleetw/petneed.me","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-03","repo_audience":["public"]},{"repo_id":"g0v/petneed.me","repo_intro":"貢獻者 fork 版","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-23","repo_audience":["public"]},],"image_url":"https://raw.githubusercontent.com/jsleetw/petneed.me/master/pets/src/img/petNeedme_full_color.png","keywords":["台北市","寵物需要我","流浪動物","認養","Python","Javascript","django"],"document":["https://g0v.hackpad.com/GOdHRgQpZSL"],"fb_url":"","foldr_url":"","needs":["designer","coder"],"since":"2013-02-03"},
{"name_zh":"鄉民關心你","name_en":"","description_zh":"社會議題追蹤分析網站,追蹤各議題狀態以做決策。","description_en":"Society issue tracking system","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"雛型網頁","phase":"websitelinks","status":"Demo","url":"http://kuansim.herokuapp.com"}],"repodata":[{"repo_id":"g0v/kuansim","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-30","repo_audience":["public"]},{"repo_id":"g0v/kuansim-frontend","repo_intro":"前端","repo_product_phase":"other","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-09","repo_audience":["public"]},{"repo_id":"g0v/kuansim-backend","repo_intro":"後端 Restful db","repo_product_phase":"other","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-06","repo_audience":["public"]},{"repo_id":"g0v/kuansim-devops","repo_intro":"資料維護區","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-10","repo_audience":["public"]},{"repo_id":"g0v/kuansim-mockdata","repo_intro":"Mockdata Generator","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-21","repo_audience":["public"]},{"repo_id":"g0v/kuansim-rails","repo_intro":"Rails 後端","repo_product_phase":"server","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-20","repo_audience":["public"]},{"repo_id":"g0v/kuansim_chrome","repo_intro":"Chrome 瀏覽器擴充功能","repo_product_phase":"browserplugin","repo_licenses":["MIT","BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-18","repo_audience":["public"]}],"image_url":"","keywords":["Angularjs","Livescript","Sass","Bootstrap","Python","Ruby"],"document":["https://g0v.hackpad.com/mynkDCEAXgc"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/kuansim","needs":["designer","programmer","writer"],"since":"2013-02-06"},
{"name_zh":"台灣隨機統計資訊","name_en":"","description_zh":"這是一個透過 D3JS 呈現的台灣政府統計資料指標,每瀏覽網頁會隨機顯示其中一項統計資料。","description_en":"This repository holds Taiwan's national statistics data downloaded from official government website.","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/twstat/"}],"repodata":[{"repo_id":"g0v/twstat","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-02-08","repo_audience":["public"]}],"image_url":"","keywords":["資料","統計","指標","調查","資源","主計","決算","預算","D3JS","Python"],"document":["https://g0v.hackpad.com/MbJYvY0Iu0E"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-02-08"},
{"name_zh":"北市建照獎勵記錄","name_en":"","description_zh":"這是利用程式來爬資料的專案","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"cades/taipei-building-has-reward","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-23","repo_audience":["public"]}],"image_url":"","keywords":["建築","容積獎勵","Python"],"document":["https://g0v.hackpad.com/1ceZB2gCkqf"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-03-23"},
{"name_zh":"求職小幫手","name_en":"","description_zh":"在使用者瀏覽求職網站時,主動告知一些求職網站不會主動揭露的事情,例如:這家公司最近是否有因為違反勞基法被罰錢。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://jobhelper.g0v.ronny.tw/"},{"intro":"Chrome 版","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/%E6%B1%82%E8%81%B7%E5%B0%8F%E5%B9%AB%E6%89%8B/bjolfofcjiolhmlaoebndilgbhonclcn"},{"intro":"Firefox 版","phase":"browserplugins","status":"Production","url":"https://addons.mozilla.org/zh-TW/firefox/addon/job-helper/"}],"repodata":[{"repo_id":"nansenat16/jobhelper-mobile","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-28","repo_audience":["public"]},{"repo_id":"ronnywang/jobhelper","repo_intro":"Chrome 版","repo_product_phase":"browserplugin","repo_licenses":["BSD-3-Clause"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-23","repo_audience":["public"]},{"repo_id":"yisheng-liu/jobhelper_ff","repo_intro":"Firefox 版","repo_product_phase":"browserplugin","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-15","repo_audience":["public"]}],"image_url":"","keywords":["工作","老闆","公司","企業","薪水","薪資","違反勞基法事業名單","Javascript"],"document":["http://ronnywang.pixnet.net/blog/post/31872257"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-03-23"},
{"name_zh":"Hackfoler 黑客公事包","name_en":"","description_zh":"這是一個專屬使用者為關注特定議題而收集各網站連結成為一個資料集的專案","description_en":"Hackfoldr UI improvement inspired by Mozilla Taiwan.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"第二代主專案網頁","phase":"websitelinks","status":"Prodcution","url":"http://beta.hackfoldr.org/"},{"intro":"iOS 手機應用程式","phase":"mobileapps","status":"Prodcution","url":"https://itunes.apple.com/tw/app/hackfoldr/id919010837?l=zh&mt=8"},{"intro":"第一代主專案網頁","phase":"websitelinks","status":"Prodcution","url":"http://hackfoldr.org/"}],"repodata":[{"repo_id":"hackfoldr/hackfoldr-2.0","repo_intro":"第二代專案原始碼","repo_product_phase":"Multiple","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-25","repo_audience":["public"]},{"repo_id":"hackfoldr/hackfoldr","repo_intro":"第一代專案原始碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-03-24","repo_audience":["public"]},{"repo_id":"g0v/hackfoldr-2.0-forkme","repo_intro":"貢獻者 fork","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-25","repo_audience":["public"]}],"image_url":"","keywords":["黑客","工作","Ruby","Livescript","Mockup"],"document":["https://g0v.hackpad.com/7TMSpXasDWl"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-03-24"},
{"name_zh":"常用國字標準字體筆劃","name_en":"","description_zh":"來自常用國字標準筆順學習網(http://stroke-order.learningweb.moe.edu.tw)的漢字筆劃資料","description_en":"stroke data from http://stroke-order.learningweb.moe.edu.tw","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"React 範例雛型網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/react-zh-stroker/"}],"repodata":[{"repo_id":"g0v/react-zh-stroker","repo_intro":"React 程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-21","repo_audience":["public"]},{"repo_id":"g0v/zh-stroke-data","repo_intro":"XML 資料檔","repo_product_phase":"Data","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-04-29","repo_audience":["contributor"]}],"image_url":"","keywords":["筆順","字典","辭典","dictionary","Jade","React","Go","Perl","LiveScript","stroke","animation"],"document":[""],"fb_url":"","foldr_url":"","needs":["programmer","writer"],"since":"2013-04-29"},
{"name_zh":"拒絕網路審查","name_en":"","description_zh":"這是一個聲援網路中立性的時效性專案。目前此專案關聯活動已經結束。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"雛型網頁","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/stop-taiwan-sopa/"}],"repodata":[{"repo_id":"g0v/stop-taiwan-sopa","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-03","repo_audience":["public"]},{"repo_id":"g0v/thedaywefightback","repo_intro":"貢獻者 fork 專案 ( 美國關聯法案 )","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-08","repo_audience":["public"]},{"repo_id":"g0v/TW-ERROR-451-PAGE","repo_intro":"抗議頁面","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-05-29","repo_audience":["public"]}],"image_url":"","keywords":["抗議","反對","SOPA 法案","PIPA 法案","監控","網路審查","SCSS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-05-29"},
{"name_zh":"新聞監控","name_en":"","description_zh":"這是一個新聞爬蟲工具,會重爬看過的連結以維持內容更新,並偵測內容變動。","description_en":"A news crawler (framework) that revisit known entries for latest pages and detect modification.","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/news-diff","repo_intro":"主專案程式碼","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-08","repo_audience":["contributor"]}],"image_url":"","keywords":["Python","Data","News","Crawler"],"document":[""],"fb_url":"","foldr_url":"","needs":["programmer","server","consumer"],"since":"2013-06-08"},
{"name_zh":"路見不平","name_en":"","description_zh":"這個專案可以供查詢台灣正在做道路施工的資料,以及提供容易回報路面不平的方式。希望藉由這個專案,記錄與顯示地方鋪路、修路的頻率,由此追究包商施工品質,反映地方運量與承載規劃是否得宜,從而了解路平專案實施成效與稅金流向。","description_en":"RoadPin - information about road construction","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://li494-193.members.linode.com",}],"repodata":[{"repo_id":"g0v/roadpin","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-08","repo_audience":["public"]}],"image_url":"","keywords":["交通","道路","填挖補","施工","通報","雷殘","摔車","柏油路","小碎石","AngularJS","Bootstrap","Livescript","PHP","Python","NodeJS","MongoDB","SASS"],"document":["https://g0v.hackpad.com/Idea-Pool-ZhayTz2Om0n#magicdomid144",],"fb_url":"","foldr_url":"","needs":["designer","developer"],"since":"2013-06-08"},
{"name_zh":"政府公開通訊錄","name_en":"Taiwan Government Address Book","description_zh":"政府單位的公開聯絡資訊、包含立法委員及其他政府官員。","description_en":"Provided organization contact of government.","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/addressbook.parser/"}],"repodata":[{"repo_id":"g0v/addressbook.parser","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-14","repo_audience":["public"]},{"repo_id":"addressbook-iOS","repo_intro":"iOS 版","repo_product_phase":"mobileapp","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-16","repo_audience":["public"]},{"repo_id":"addressbook-frontend","repo_intro":"前端","repo_product_phase":"server","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-04","repo_audience":["contributor"]},{"repo_id":"addressbook-data-converter","repo_intro":"資料轉換","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-25","repo_audience":["contributor"]}],"image_url":"","keywords":["政府機關代碼","Python","Livescript"],"document":["https://g0v.hackpad.com/g6v6MpyacFb"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2013-06-14"},
{"name_zh":"動民主","name_en":"","description_zh":"動民主起源於台灣綠黨網路支黨部的一份研究,探討德國海盜黨 Liquid Feedback (LQFB) 流動民主系統的機制。爾後,g0v 社群將 LQFB 系統翻譯成中文,並取名為動民主。動民主專案群可歸類為三大區塊:網路民主研究、外國平台本地化、以及程式開發。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"ListRGB 便利貼","phase":"websitelinks","status":"Production","url":"http://listrgb.org/"},{"intro":"動民主 v2.0","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/don-republic-mockup/"},{"intro":"動民主 v1.337 - 全民記者會","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/don-press/public/"},{"intro":"動民主 v1.337 - 零時廣場 介面雛形","phase":"websitelinks","status":"Demo","url":"http://g0v.github.io/conference-map-main/"},{"intro":"動民主 v1.337 - 零時廣場 APP 介面雛形","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/g0v.today/osdc/public/index.html"},{"intro":"動民主 v1.0 - 介面雛形","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/pirate_feedback_ui_redesign/"},{"intro":"動民主 v0.5 - 動投票","phase":"websitelinks","status":"Demo","url":"http://bindo.la/"}],"repodata":[{"repo_id":"don-republic","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-08","repo_audience":["public"]},{"repo_id":"poga/ListRGB","repo_intro":"ListRGB 便利貼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-25","repo_audience":["public"]},{"repo_id":"g0v/don-republic-mockup","repo_intro":"v2.0 Mockup","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-21","repo_audience":["public"]},{"repo_id":"g0v/don-press","repo_intro":"v1.337 全民記者會","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-13","repo_audience":["public"]},{"repo_id":"g0v/g0v.today","repo_intro":"v1.337 零時廣場 APP","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-13","repo_audience":["public"]},{"repo_id":"g0v/conference-map-main","repo_intro":"v1.337 零時廣場","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-21","repo_audience":["public"]},{"repo_id":"g0v/liquid_feedback_frontend","repo_intro":"v1.0 Frontend","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2009-11-18","repo_audience":["public"]},{"repo_id":"g0v/pirate_feedback_ui_redesign","repo_intro":"v1.0 介面","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-26","repo_audience":["public"]},{"repo_id":"g0v/liquid_feedback_core","repo_intro":"v1.0 Core","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2009-10-27","repo_audience":["public"]},{"repo_id":"g0v/donvote","repo_intro":"v0.5 動投票","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-21","repo_audience":["public"]}],"image_url":"","keywords":["審議民主","投票","社會實事議題討論","網路參與","網路民主","表決","NodeJS","Jade","Livescript","D3JS","AngularJS","Bootstrap","Semantic UI"],"document":["https://g0v.hackpad.com/Ra62eyV02sC"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/don-democracy","needs":[""],"since":"2013-06-26"},
{"name_zh":"政府特定議題審議平台","name_en":"","description_zh":"這是一個讓所有人可以在上面討論政府的政策的議題的地方,可以提供資料、正方想法、反方想法,並進行討論的專案。目前已經有其他專案取代。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/issue-aspect/"}],"repodata":[{"repo_id":"g0v/issue-aspect","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-06-27","repo_audience":["public"]}],"image_url":"","keywords":["服貿","比較","Javascript"],"document":["https://g0v.hackpad.com/SoJ4jD933de"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-06-27"},
{"name_zh":"政誌","name_en":"","description_zh":"以維基百科為內容基礎的公共事件時間軸,希望透過更清楚的事件呈現,讓人民不再健忘,也讓公民能積極參與政治事件的紀錄。","description_en":"The fact of politics event made in Taiwan.","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://fact.g0v.tw/"}],"repodata":[{"repo_id":"g0v/twangry","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["WTFPL"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-07","repo_audience":["public"]},{"repo_id":"g0v/TW-history","repo_intro":"其他資料","repo_product_phase":"Data","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-23","repo_audience":["public"]},],"image_url":"http://fact.g0v.tw/screenshot.png","keywords":["事件","政府","政治","政黨","歷史","立法","造假","違法","黑箱作業","Bootstrap","TimelineJS"],"document":["https://g0v.hackpad.com/nGRHg4knibC"],"fb_url":"","foldr_url":"","needs":["designer","wikipedia writer","writer"],"since":"2013-07-07"},
{"name_zh":"你被服貿了嗎?","name_en":"Trade in Services Agreement (TISA) Map","description_zh":"服務貿易影響地圖 - 服務貿易協定極重要但不易讀、不易懂,政府簽訂前各產業幾無人知,因分類用詞不同,簽訂後受影響行業還是不易判斷。因此這個網站會把所有會受到此協定衝擊的公司列在這個 map 上,還有會讓一般民眾可以上傳抗議標語,然後把它羅列在這個 map 上面。","description_en":"This project is kicked off to defend the bill of Trade in Services Agreement between Taiwan and Mainland China from approval. Here we are listing cooperations influented, rolling slogans from folks, and exhibiting photos from ruins. If you are concerning these behaviors of selling Taiwan, start to commit today. We need you.","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://tisa.g0v.tw"}],"repodata":[{"repo_id":"g0v/tisa-map","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT","CC BY"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-12","repo_audience":["public"]}],"image_url":"https://raw.githubusercontent.com/g0v/tisa-map/master/public/img/com/triangle.png","keywords":["立法","黑箱作業","服貿","太陽花學運","Ruby","Backbone","Leaflet","Bootstrap"],"document":["https://g0v.hackpad.com/SUkMbG4IV6v"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/tisa","needs":["designer","programmer","writer"],"since":"2013-07-12"},
{"name_zh":"g0v 樣式導航","name_en":"","description_zh":"g0v Logo & styles","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"demo","url":"https://g0v.github.io/style-guide/g0v-logo.html",}],"repodata":[{"repo_id":"g0v/style-guide","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-07-20","repo_audience":["contributor"]}],"image_url":"","keywords":["圖章","徽章","圖標","圖示","設計"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-07-20"},
{"name_zh":"腿新聞 (台灣歷史四大報)","name_en":"Lagnews","description_zh":"台灣歷史四大報,透過爬各媒體中每日公布的四大報頭條資訊,將 30 天前的頭條張貼到 facebook。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://oldpaper.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/lagnews","repo_intro":"主專案程式碼","repo_product_phase":"Website","repo_licenses":["BSD 3-Clause"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-05","repo_audience":["public"]}],"image_url":"","keywords":["報紙","媒體","宣傳","新聞","PixFramework","PHP"],"document":["http://ronnywang.pixnet.net/blog/post/32536633"],"fb_url":"https://www.facebook.com/lagnews.tw/","foldr_url":"","needs":[""],"since":"2013-08-05"},
{"name_zh":"g0v 新手村 8bit","name_en":"","description_zh":"這是一個 g0v 協助新手快速入門的專案,使用動畫小遊戲讓人了解 g0v 如何運作、進入和入坑。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/g0village-8bit/",}],"repodata":[{"repo_id":"g0v/g0village-8bit","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-07","repo_audience":["public"]},{"repo_id":"g0v/g0village","repo_intro":"未知專案程式碼","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-06","repo_audience":["public"]},{"repo_id":"g0v/leve1up","repo_intro":"廢棄的 repo","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-03-11","repo_audience":["public"]}],"image_url":"","keywords":["自製","遊戲","Javascript"],"document":["https://g0v.hackpad.com/UbRMyR1GliV"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-08-06"},
{"name_zh":"短講計時器","name_en":"","description_zh":"g0v 舉辦各種黑客松活動時的提案、中場短講、成果發表專用之短講計時器。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://zbryikt.github.io/quick-timer"}],"repodata":[{"repo_id":"zbryikt/quick-timer","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-09","repo_audience":["contributor"]}],"image_url":"","keywords":["黑客松","Jade","Livescript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-08-09"},
{"name_zh":"新聞小幫手","name_en":"News Helper","description_zh":"Newshelper Extension:告訴你你正受到有害新聞所害。協助判別含有誤導資訊的新聞!安裝後,在臉書上看到錯誤、不實、謠言新聞,會直接跳出警告頁面。","description_en":"Newshelper Extension:a web browser extension helps you to identify incorrect news.","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://newshelper.g0v.tw/"},{"intro":"國際化網頁","phase":"websitelinks","status":"Beta","url":"https://newshelper.g0v.tw/?locale=en"},{"intro":"Google Chrome 瀏覽器擴充功能","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/%E6%96%B0%E8%81%9E%E5%B0%8F%E5%B9%AB%E6%89%8B/hkenpfplphndcndhhhldecaammpmopoc"},{"intro":"Mozilla Firefox 瀏覽器附加元件","phase":"browserplugins","status":"Production","url":"https://addons.mozilla.org/zh-TW/firefox/addon/newshelper-firefox/"},{"intro":"Apple Safari 瀏覽器延伸功能","phase":"browserplugins","status":"Production","url":"https://yllan.github.io/newshelper-safari/newshelper-safari.safariextz"}],"repodata":[{"repo_id":"g0v/newshelper-backend","repo_intro":"主專案原始碼","repo_product_phase":"API & Server","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-10","repo_audience":["contributor","public"]},{"repo_id":"g0v/newshelper-extension","repo_intro":"Chrome 版","repo_product_phase":"browserplugins","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-10","repo_audience":["contributor","public"]},{"repo_id":"racklin/newshelper-firefox","repo_intro":"Firefox 版","repo_product_phase":"browserplugins","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-21","repo_audience":["contributor","public"]},{"repo_id":"yllan/newshelper-safari","repo_intro":"Safari 版","repo_product_phase":"browserplugins","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-20","repo_audience":["contributor","public"]}],"image_url":"https://g0v.github.io/moc-license-center/img/newshelper128x128flat.png","keywords":["假新聞節目","問題媒體","報紙","小幫手","謠言","Javascript","jQuery","PHP","Bootstrap"],"document":["https://g0v.hackpad.com/d3UYGxZtxw2#magicdomid268"],"fb_url":"","foldr_url":"","needs":["designer","writer","progammer","內容管理"],"since":"2013-08-10"},
{"name_zh":"i64885 公益律師呼叫平台","name_en":"","description_zh":"律師幫幫我:公益律師呼叫平台","description_en":"A request tracking and notification system for legal aid. Helping political victims in emergency situation.","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://i64885.tw/"}],"repodata":[{"repo_id":"g0v/i64885","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-11","repo_audience":["public"]}],"image_url":"","keywords":["司改會","找律師","法律","義務律師陪偵平台","電話","PGrest"],"document":["https://g0v.hackpad.com/h6fOoDAd9qZ"],"fb_url":"","foldr_url":"","needs":["designer","programmer","writer"],"since":"2013-08-11"},
{"name_zh":"iHelp 聾通訊","name_en":"","description_zh":"聾啞人士報案系統,不必透過聲音就能夠報案的 App,主要對象為使用手機對話不方便者為主。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=edu.stu.ihelp.client"}],"repodata":[{"repo_id":"weitsai/iHelp-android","repo_intro":"主專案程式碼","repo_product_phase":"mobileapps","repo_licenses":["GNU GPL v2"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-11","repo_audience":["public"]}],"image_url":"","keywords":["福利","dumb","deaf","report","reporting system","ihelp"],"document":["https://g0v.hackpad.com/ulv07iXiTkb"],"fb_url":"https://www.facebook.com/groups/308375875947826/","foldr_url":"","needs":["writer","designer","tech"],"since":"2013-08-11"},
{"name_zh":"Magic Mirror","name_en":"","description_zh":"本專案的目的,在於自動修復 *.gov.tw 各資料源的格式問題,以加速化目前開放資料來源的應用。且定時 mirror *.gov.tw 上有時效性的資料到 git repository.","description_en":"Periodically mirror data from *.gov.tw to a git repository.","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v-data.github.io/mirror/",}],"repodata":[{"repo_id":"g0v/magic-mirror","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Unlicense"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-12","repo_audience":["contributor"]},{"repo_id":"g0v-data/mirror","repo_intro":"資料存放區","repo_product_phase":"website","repo_licenses":["Unlicense","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-12","repo_audience":["contributor"]},{"repo_id":"g0v/aec-process","repo_intro":"原能會 API 資料處理","repo_product_phase":"API","repo_licenses":["Unlicense"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-11","repo_audience":["contributor"]},],"image_url":"","keywords":["開放資料","台電機組發電量","台電今日用電","停水","細懸浮微粒","空氣品質","輻射","核電廠運轉設施","海外華人","公司","HTML","perl","json","kml","data"],"document":["https://g0v.hackpad.com/cD2GLTbZYL0"],"fb_url":"","foldr_url":"","needs":["programmer"],"since":"2013-08-11"},
{"name_zh":"g0v Asia","name_en":"","description_zh":"這是介紹 g0v.tw 社群組織的專案網站,包含起源、促成的專案...等。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://g0v.asia/"},{"intro":"g0v 社群組織介紹網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/g0vis/"},],"repodata":[{"repo_id":"g0v/g0v.asia","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-11","repo_audience":["public"]},{"repo_id":"g0v/g0vis","repo_intro":"社群組織介紹","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-22","repo_audience":["public"]},{"repo_id":"g0v/ircstat","repo_intro":"IRC 視覺化","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-12","repo_audience":["public"]}],"image_url":"","keywords":["自製","宣傳","歷史","Asia","D3JS","Livescript"],"document":["https://g0v.hackpad.com/8ll51LhCloZ"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-08-12"},
{"name_zh":"NewsDiff 官方新聞稿異動情況站","name_en":"","description_zh":"找出新聞修改的記錄","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://newsdiff.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/newsdiff","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-13","repo_audience":["public"]}],"image_url":"","keywords":["新聞","媒體","宣傳","JsDiff"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-08-13"},
{"name_zh":"台灣正名器","name_en":"","description_zh":"這個專案提供海外台人一個通報的平台,來改善台人在海外填寫申請各式文件時,國籍時常找不到台灣 ( Taiwan / ROC ) 而被迫選擇 PRC (中國) 或者 Taiwan, Province of China 的情況。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://nameistw.herokuapp.com/"}],"repodata":[{"repo_id":"kiya69/not-prc","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-18","repo_audience":["public"]}],"image_url":"","keywords":["台灣","臺灣","海外","留學","簽證","打工渡假","Formosa","Bootstrap","Jade"],"document":["https://g0v.hackpad.com/RRUz1822aga"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-08-18"},
{"name_zh":"網站內容挑錯字工具","name_en":"Typo Resolver","description_zh":"以離線方式修正在維基百科或是其他網站內容中的錯字,完成後截圖並以 Gmail 郵寄給該網站管理者。","description_en":"Help you to feedback some typo in web page.","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"Chrome 擴充功能","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/typo-resolver/kpmhpplainkjokabdbjkfdkohacblnlo"}],"repodata":[{"repo_id":"g0v/typo-resolver","repo_intro":"主專案程式碼","repo_product_phase":"browserplugins","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-20","repo_audience":["public"]}],"image_url":"","keywords":["Javascript"],"document":["https://g0v.hackpad.com/O4TZ3PHxvzi","http://www.slideshare.net/kewang/typo-resolver"],"fb_url":"","foldr_url":"","needs":["designer","writer","tech"],"since":"2013-08-20"},
{"name_zh":"公務人員出國考察追蹤網","name_en":"","description_zh":"追蹤公務員出國考察的、行程、人數,以及其後續考察報告內容。","description_en":"Tracking abroad - Stroke, the number","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://report.nat.g0v.tw/"},{"intro":"middle2 分流網頁","phase":"websitelinks","status":"Archival","url":"http://hualien-fei-579973.middle2.me/"}],"repodata":[{"repo_id":"g0v/abroadplay","repo_intro":"主專案原始碼","repo_product_phase":"Web & Server","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-21","repo_audience":["public"]}],"image_url":"","keywords":["公務人員","立委","夭壽讚","議員","PHP","CodeIgniter","MySQL"],"document":["https://g0v.hackpad.com/7PA3GGkb7m1"],"fb_url":"https://www.facebook.com/groups/abroadplay","foldr_url":"http://beta.hackfoldr.org/abroadplay","needs":[""],"since":"2013-08-21"},
{"name_zh":"MOVEMENT 社會運動資訊平台","name_en":"","description_zh":"群眾運動資訊整合平台 (4MOVEMENT) ,為一個群眾運動的資訊整合平台,供一般使用者閱覽、參加群眾運動,也提供號召群眾運動的人能夠在MOVEMENT上張貼活動,以增加該活動的曝光率。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://movement.ee.ncku.edu.tw/~smart0eddie/cur/"},{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=swd.movement_app"},],"repodata":[{"repo_id":"4movement","repo_intro":"主專案程式碼","repo_product_phase":"Multi","repo_licenses":["Proprietary","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-27","repo_audience":["public"]}],"image_url":"","keywords":["學生運動","學運","宣傳","活動","社會運動","社運","PHP"],"document":["https://movement.hackpad.com"],"fb_url":"https://www.facebook.com/MOVEMENT.ITW","foldr_url":"","needs":[""],"since":"2013-08-27"},
{"name_zh":"網站抵制小幫手","name_en":"","description_zh":"《網站抵制小幫手》讓您可以自由設定要抵制的網站,往後再度瀏覽到設定抵制的網站時,小幫手就會提醒您繼續抵制。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://zhusee2.github.io/boycott-helper/"},{"intro":"Apple Safari 延伸功能","phase":"browserplugins","status":"Production","url":"https://zhusee2.github.io/boycott-helper/boycott-helper.safariextz"},],"repodata":[{"repo_id":"zhusee2/boycott-helper","repo_intro":"主專案程式碼","repo_product_phase":"browserplugins","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-09-14","repo_audience":["public"]}],"image_url":"","keywords":["問題網站","小幫手"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-09-14"},
{"name_zh":"台灣村里家戶用水用電量","name_en":"","description_zh":"ecolife.epa.gov.tw 是行政院環保署的綠色生活網,網站目標是要呈現台灣對於節電節水 等政策的成效,裡面有一些數據對於分析台灣的用電情況會滿有幫助的,這個 repository 是在收集一些裡面的數據成機器友善格式。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"ronnywang/ecolife.epa.gov.tw","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["BSD","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-09-18","repo_audience":["public"]}],"image_url":"","keywords":["地理資訊","PHP","CSV"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-09-18"},
{"name_zh":"g0v 文化部授權中心","name_en":"g0v moc-license-center","description_zh":"g0ver 產出之插畫、設計、影像、音樂、內容創作素材集散地。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/moc-license-center/"}],"repodata":[{"repo_id":"g0v/moc-license-center","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-17","repo_audience":["user"]}],"image_url":"","keywords":["自製","創用CC","創作","藝術","SematicUI","Jade","yamlJS","Ruby"],"document":[""],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/g0vMOC","needs":["programmer"],"since":"2013-10-17"},
{"name_zh":"g0v 人力資源部","name_en":"","description_zh":"這是 g0v 剛成立一段時間時進行人力技術資源分配的專案。現已經有其他專案取代,因此本專案不再更新維護。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/e04","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-20","repo_audience":["public"]}],"image_url":"","keywords":["人力","坑","技術","技能"],"document":["https://g0v.hackpad.com/9IbgS6xfHZA"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-10-20"},
{"name_zh":"選票成份分析系統","name_en":"Votes Analysis","description_zh":"選票成份分析蒐集呈現民選政治人物(如立法委員)的立場,同時使用者也可透過設定自身對各議題偏好,來找出最相投的政治人物。","description_en":"Let us know which one legislator (Or politicians) and their position closest to the voters.","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://congress-vote-analytics.herokuapp.com"}],"repodata":[{"repo_id":"g0v/congress-vote-analytics","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-20","repo_audience":["public"]},{"repo_id":"congress-vote-analytics-beta","repo_intro":"Beta 版","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-10-20","repo_audience":["public"]},],"image_url":"","keywords":["立法","立委","表決","社會議題","傾向","政黨","PHP","Bootstrap"],"document":["https://g0v.hackpad.com/YpOT9vjLthf"],"fb_url":"https://www.facebook.com/VotesAnalysis","foldr_url":"http://beta.hackfoldr.org/VotesAnalysis","needs":[""],"since":"2013-10-20"},
{"name_zh":"萌典字宙反應爐","name_en":"Moe Dictionary Hanzi Fusion Reactor","description_zh":"字宙反應爐維持萌典系列的共通特性,就是鬼打牆,每一個字宙的反應結果都可以透過輸字管,push 到其他平行字宙裡面再反應一次,然後反應結果又可以 push 回來,生生不息,沒完沒了,讓你永遠都無法離開這個網頁,以達成精實的中文學習效果。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://direct.moedict.tw/lab/moe/hub.html"}],"repodata":[{"repo_id":"audreyt/moe","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-01","repo_audience":["public"]}],"image_url":"","keywords":["字典","辭典","中文字探索"],"document":["https://g0v.hackpad.com/yzvb2eDmeYF"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-11-01"},
{"name_zh":"立院影城","name_en":"","description_zh":"互動式線上即時轉播立院院會會議過程,打破立法院影音系統限制,讓公民在家上網就可以監督國會,比出門看電影有趣萬倍,還能以丟鞋、架網等方式互動。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://ivod.ly.g0v.tw/"},{"intro":"iVOD 立法院議事錄實況影片下載","phase":"websitelinks","status":"Production","url":"http://ivod-ly.herokuapp.com/"}],"repodata":[{"repo_id":"g0v/ivod.ly.g0v.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-02","repo_audience":["public"]},{"repo_id":"billy3321/ivod-download-client","repo_intro":"iVOD 影片下載","repo_product_phase":"multi","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-18","repo_audience":["public"]}],"image_url":"","keywords":["立法","立委","ivod","國會","表決","監督","直播","丟鞋","獻花","angularjs","livescript","sass","bootstrap","ly","ivod","cinema"],"document":["https://g0v.hackpad.com/ewwARXN8iyi"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2013-11-02"},
{"name_zh":"zbryikt 的視覺化專案作品集","name_en":"","description_zh":"集合 zbryikt 的各種網頁視覺化專案作品。包含:國道一號電子收費價錢試算、台北捷運各站出站人數變化圖 ... 等。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://viz.tkirby.org/"}],"repodata":[{"repo_id":"zbryikt/visualize","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-17","repo_audience":["public"]}],"image_url":"","keywords":["CSS 3","D3JS","AngularJS","Bootstrap","SVG","Jade"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-11-17"},
{"name_zh":"Bad Driver","name_en":"","description_zh":"此專案可以透過一個特製的搜尋器,在每次搭乘小黃或公車時,先查詢該駕駛的車牌號碼是否曾經被人上網公布違規過,在想想是否要搭乘,以保自身安全。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://baddriver.mobileweb.com.tw/"}],"repodata":[{"repo_id":"g0v/BadDriver.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-22","repo_audience":["public"]},{"repo_id":"g0v/BadDriverAPI","repo_intro":"API","repo_product_phase":"API","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-20","repo_audience":["public"]}],"image_url":"","keywords":["駕駛","Livescript"],"document":["https://g0v.hackpad.com/sDcFsbD58zo"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-11-22"},
{"name_zh":"阿美語萌典","name_en":"Amis Moedict","description_zh":"阿美語萌典旨在加強與推廣阿美語,以加強阿美語的使用強度,並藉此保存族語中的原住民族豐富文化內涵;除此之外並希望建置多元與開放的族語學習空間。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"網頁版","phase":"websitelinks","status":"Production","url":"https://amis.moedict.tw/"},{"intro":"Android 版 (方敏英版,阿美語 <-> 漢語)","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=org.audreyt.dict.moe_p"},{"intro":"Android 版 (蔡中涵版,阿美語 <-> 漢語)","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=org.audreyt.dict.moe_s"},{"intro":"Android 版 (潘世光版,阿美語 <-> 法語)","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=org.audreyt.dict.moe_m"},{"intro":"iOS 版","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/mei-yu-meng-dian-fang-min/id963236813"}],"repodata":[{"repo_id":"miaoski/amis-data","repo_intro":"資料檔","repo_product_phase":"Data","repo_licenses":["CC By-NC 3.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-11-25","repo_audience":["public"]},{"repo_id":"miaoski/amis-francais","repo_intro":"潘世光版本 (含切豆腐)","repo_product_phase":"Data","repo_licenses":["proprietary"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-24","repo_audience":["public"]},{"repo_id":"miaoski/amis-safolu","repo_intro":"蔡中涵版本","repo_product_phase":"Data","repo_licenses":["CC By-NC"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-08-23","repo_audience":["public"]}],"image_url":"","keywords":["字典","辭典","原住民","Java","Python","Perl","Livescript","Cordova","PHP"],"document":["https://hackmd.io/GYVhoFgUwNgWgIwE4CGAOOEkCNh2yACZ4DMAxttksCgOzCEjZA==","https://g0v.hackpad.com/3Ydp2FGteEs","https://hackpad.com/WPLVA9cNxOc"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-11-25"},
{"name_zh":"立委聯絡資訊","name_en":"","description_zh":"話筒式的公共參與,連絡你的立委,表示你的意見。","description_en":"Public participation in tele-form","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/lytel/",}],"repodata":[{"repo_id":"g0v/ly-tel","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-05","repo_audience":["public"]}],"image_url":"https://billy3321.github.io/lytel/banner_s.jpg","keywords":["立委","立法","我打爆","投票","你亂搞","政黨","傳真","電話簿","監督國會"],"document":[""],"fb_url":"","foldr_url":"","needs":["designer","programmer","writer"],"since":"2013-12-05"},
{"name_zh":"國科會計畫補助學校金額","name_en":"","description_zh":"國家科學委員會 (現科技部) 補助金額 - 哪所學校領了最多錢?","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁 v1","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/nsc-projects/",},{"intro":"主專案網頁 v2","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/nsc-projects/v2.html",}],"repodata":[{"repo_id":"g0v/nsc-projects","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY-SA 3.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-13","repo_audience":["public"]}],"image_url":"","keywords":["國科會","科技部","補助金額","學校","Python","Livescript","Jade","SASS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-12-13"},
{"name_zh":"台灣各種組織不推薦立委名單","name_en":"","description_zh":"公民團體版的立委投票與施壓指南:集結公民團體的質性觀點,補足量化分析的不足。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://soidid.github.io/blacklist/pages/index.html",}],"repodata":[{"repo_id":"soidid/soidid.github.io","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-17","repo_audience":["public"]}],"image_url":"","keywords":["NGO","NPO","不推薦名單","收集議題關注者","政黨","監督國會","立法","Javascript"],"document":["https://g0v.hackpad.com/CJX9RDoiCdB"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-12-17"},
{"name_zh":"地址地號經緯度查詢","name_en":"","description_zh":"這是利用 URI 方式輸入地址或地號,就可以回傳相關詳細資料的 API 的專案。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://posland.g0v.io/"}],"repodata":[{"repo_id":"g0v/posland","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["GNU GPL v3"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-23","repo_audience":["public"]}],"image_url":"","keywords":["地址","門牌","地號","Lievscrpit"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-12-23"},
{"name_zh":"政府開放資料平臺備份","name_en":"","description_zh":"這是 data.gov.tw 的網站內容備份,現已不再更新維護。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://data.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/data.g0v.ronny.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-02","repo_audience":["public"]}],"image_url":"","keywords":["opendata","開放資料","政府","平台","平臺","PostsgreSQL","PHP"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-01-02"},
{"name_zh":"斧頭幫大挑戰","name_en":"Crawler War Game","description_zh":"為了能訓練更多的斧頭幫成員能夠循序漸近砍下更有價值的木材,來規劃一個 Crawler War Game 遊戲,挑戰方法就是你自行寫一個程式將網站爬下來,並且把他轉換成題目要求的 CSV 或 JSON 格式,只要內容吻合就可以挑戰下一關。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://axe.g0v.tw/"}],"repodata":[{"repo_id":"ronnywang/axe.g0v.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-03","repo_audience":["public"]}],"image_url":"","keywords":["練習","砍柴","PHP"],"document":["https://g0v.hackpad.com/UG3PJ9SLf7A"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-01-03"},
{"name_zh":"台灣公司關係圖","name_en":"","description_zh":"輸入統一編號,就可以查詢子公司、母公司、持股公司…(???)","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://company-graph.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/company-graph","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-10","repo_audience":["public"]}],"image_url":"","keywords":["工作","老闆","公司","企業","查詢","PHP"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-01-10"},
{"name_zh":"g0v TXT","name_en":"","description_zh":"將 g0v 所使用的 hackpad 進行所有 pad 備份,並且針對 g0v 公報作分析,讓 g0v 全體透過公報來得知正在進行的專案、活動。所有活動皆有超連結,可以點回頁面,更深入了解專案活動。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/g0vTxT/"}],"repodata":[{"repo_id":"g0v/g0vTxT","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-20","repo_audience":["public"]},{"repo_id":"g0v/CommuniqueAPI","repo_intro":"公報 API","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-20","repo_audience":["public"]},],"image_url":"","keywords":["自製","g0v","公告","g0vTxT","Hack","黑客","共筆","協作","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-01-20"},
{"name_zh":"市長,給問嗎?","name_en":"","description_zh":"「市長,給問嗎?」是沃草(Watchout)團隊製作的網站,希望讓整個城市都是公民的質詢台,讓選民藉由提問與連署,與未來的執政者進行溝通,進而改變「一日公民」的選舉文化。","description_en":"","category":{"id":"","name":""},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://wethepeople.tw"}],"repodata":[{"repo_id":"g0v/wethepeople","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Proprietary","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-01-26","repo_audience":["contributor"]}],"image_url":"","keywords":["施政","政見發表","D3JS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-01-28"},
{"name_zh":"g0v Web App Generator","name_en":"","description_zh":"利用 yeoman 建立 g0v 網頁快速開發的框架,將 g0v 常用的套件包裝起來,下次可以重複利用,加速開發。","description_en":"Yeoman Generator for generating g0v common webapp ","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/generator-g0v-webapp","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-12","repo_audience":["contributor"]}],"image_url":"","keywords":["模組"],"document":["https://g0v.hackpad.com/h7l85hxQsF5"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-02-12"},
{"name_zh":"核電翻譯機","name_en":"Nuclear Power Translator","description_zh":"將原能會資料轉譯成容易理解的圖表","description_en":"Nuclear translate & Watch","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/nuclear-data","repo_intro":"主專案程式碼","repo_product_phase":"unknown","repo_licenses":["CC BY-SA"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-22","repo_audience":["contributor"]}],"image_url":"","keywords":[""],"document":["https://g0v.hackpad.com/8sYMW30othK"],"fb_url":"","foldr_url":"","needs":["designer","writer","programmer"],"since":"2014-02-22"},
{"name_zh":"海市蜃樓 - 台灣閒置公共設施地圖","name_en":"","description_zh":"「海市蜃樓」計劃是藝術家姚瑞中,發動北藝大與師大美術系120餘名學生共同組成「失落社會檔案室」(LSD),讓學生各自返鄉展開台灣各地「閒置公共建設」實地探查和攝影的文獻紀錄展,蒐集全台各地完全閒置、低度使用、延宕開發,以及解除列管與活化的「閒置公共建設」(俗稱「蚊子館」)案例照片及檔案。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=net.littlekang1.disusedpublicproperty"}],"repodata":[{"repo_id":"wuchangkang/Mirage","repo_intro":"主專案程式碼","repo_product_phase":"mobileapps","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-26","repo_audience":["public"]}],"image_url":"","keywords":["蚊子館","公共建設"],"document":["https://g0v.hackpad.com/OSA1quw8kC0"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2014-02-26"},
{"name_zh":"金錢報","name_en":"","description_zh":"公職人員財產申報,本站保存我國所有財產申報原始檔。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://sunshine.cy.g0v.tw/"},{"intro":"+1 資料建立網","phase":"websitelinks","status":"Archival","url":"http://campaign-finance.g0v.ctiml.tw/"},{"intro":"資料處理展示","phase":"websitelinks","status":"Demo","url":"http://campaign-finance.g0v.ronny.tw/"},{"intro":"視覺化成果展示1","phase":"websitelinks","status":"Demo","url":"https://fuyei.github.io/cf-viz/viz.htm"},{"intro":"視覺化成果展示2","phase":"websitelinks","status":"Demo","url":"https://chungheng.github.io/g0v/page/index.html"}],"repodata":[{"repo_id":"g0v/sunshine.cy","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-18","repo_audience":["public"]},{"repo_id":"ctiml/campaign-finance.g0v.ctiml.tw","repo_intro":"人工 OCR","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-18","repo_audience":["public"]},{"repo_id":"ronnywang/tw-campaign-finance","repo_intro":"資料處理1","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-02-28","repo_audience":["contributor"]},{"repo_id":"ronnywang/campaign-finance.g0v.ronny.tw","repo_intro":"資料處理2","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-15","repo_audience":["public"]},{"repo_id":"fuyei/cf-viz","repo_intro":"視覺化1","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-11","repo_audience":["public"]},{"repo_id":"chungheng/g0v","repo_intro":"視覺化2","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-23","repo_audience":["public"]},{"repo_id":"g0v/TWControlYuanData","repo_intro":"砍材程式","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-08-10","repo_audience":["public"]}],"image_url":"","keywords":["政治獻金數位化","監察","公務人員財產申報","Python","PHP"],"document":["http://ronnywang.pixnet.net/blog/post/40488349"],"fb_url":"https://www.facebook.com/cy.sunshine","foldr_url":"http://beta.hackfoldr.org/g0v-cy","needs":["writer","programmer","designer"],"since":"2014-02-28"},
{"name_zh":"g0v Summit 台灣零時政府高峰會","name_en":"g0v Summit","description_zh":"台灣啥米零時政府高峰會,從多元面向探討運用科技與開源精神改變社會的可能。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://summit.g0v.tw/"},{"intro":"2016 年 hackfoldr","phase":"websitelinks","status":"Production","url":"http://beta.hackfoldr.org/g0v-summit2016/"},{"intro":"2014 年 hackfoldr","phase":"websitelinks","status":"Production","url":"http://beta.hackfoldr.org/g0v-summit2014/"}],"repodata":[{"repo_id":"g0v/summit.g0v.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT","CC BY 3.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-04","repo_audience":["contributor"]},{"repo_id":"g0v/summit-assets","repo_intro":"Style assets","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal","CC BY 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-27","repo_audience":["contributor"]},{"repo_id":"g0v/summit-static","repo_intro":"Static Files","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-04-02","repo_audience":["contributor"]},{"repo_id":"g0v/taipei","repo_intro":"台北 觀光 介紹","repo_product_phase":"other","repo_licenses":["CC By-SA 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-03","repo_audience":["public"]}],"image_url":"","keywords":["g0v","活動","黑客松","寫程式","炸雞","披薩","NodeJS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-04"},
{"name_zh":"g0v 導覽小精靈","name_en":"g0v Tour Guide","description_zh":"g0v 導覽小精靈 - 網頁雛型樣式 Demo","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/g0v-tour-guide/public/hack.html"}],"repodata":[{"repo_id":"g0v/g0v-tour-guide","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-11","repo_audience":["public"]}],"image_url":"","keywords":["新手","SASS","Compass","Sematic UI","Jade","AngularJS","Firebase","AngularFire"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-11"},
{"name_zh":"太陽花學運全記錄","name_en":"","description_zh":"在學運中,文播組一直有在做相關逐字稿的紀錄,雖然學運在立法院的行動暫時畫下逗點,但本著「遍地開花」之精神,故著手於所有的資料之統合,而不是四散的狀態。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/sunflower/"},{"intro":"[公事包] 島嶼天光學潮實紀錄","phase":"g0vhackfoldrs","status":"","url":"http://beta.hackfoldr.org/sunflowerDocumentary"},{"intro":"[公事包] 318 太陽花學運活動專題網","phase":"g0vhackfoldrs","status":"","url":"http://beta.hackfoldr.org/CSSTACO"},{"intro":"[公事包] 遍地開腸花","phase":"g0vhackfoldrs","status":"","url":"http://beta.hackfoldr.org/DonDonFlower"},],"repodata":[{"repo_id":"g0v/sunflower","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-05","repo_audience":["public"]},{"repo_id":"g0v/SunflowerDocumentaryAPI","repo_intro":"API Server","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-15","repo_audience":["public"]},{"repo_id":"g0v/padnews","repo_intro":"文字直播主專案","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-21","repo_audience":["contributor"]},{"repo_id":"g0v/padnews-web","repo_intro":"文字直播網頁","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-23","repo_audience":["public"]},{"repo_id":"g0v/padnews-cli","repo_intro":"文字直播 Cli client","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-22","repo_audience":["public"]}],"image_url":"","keywords":["學生運動","社會運動","島嶼天光學潮實紀錄","Hackfoldr","Javascript"],"document":["https://g0v.hackpad.com/GH2X4Pd7kis"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-21"},
{"name_zh":"g0v 揪松網","name_en":"g0v Jothon","description_zh":"這裡是 g0v 台灣零時政府大黑客松的協作入口站,有當期黑客松資訊,以及過往協作紀錄資料,包含文件整理工具、鄉民技能登記處、專案登記處,讓「人」與「坑」完美結合。此專案收集 2012 年底以來每次百人黑客松的共筆、錄影、及各項成果。","description_en":"Organize Gdoc and Hackpad documents for hackathons. With document organization tools, registry of skills and projects, contributors and projects can easily combined.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://hack.g0v.tw"},{"intro":"2017-05-06 第 24 次黑客松 - 凍省","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath24n"},{"intro":"2017-03-04 第 23 次黑客松 - 開放資料 Open Data Day","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath23n"},{"intro":"2016-12-17 第 22 次黑客松 - 公民科學","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath22n"},{"intro":"2016-10-15 第 21 次黑客松 - 根留台灣","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath21n"},{"intro":"2016-08-06 第 20 次黑客松 - 總統直選 Presidential Election","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath20n"},{"intro":"2016-06-18 第 19 次黑客松 - 飛彈試射","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath19n"},{"intro":"2016-03-05 第 18 次黑客松 - 亞太營運 Asia-Pacific Regional Operations","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath18n"},{"intro":"2015-12-26 第 17 次黑客松 - 立委改選 Legislator Re-election","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath17n"},{"intro":"2015-10-24 第 16 次黑客松 - 刑法一百 Insurrection Act","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath16n"},{"intro":"2015-08-22 第 15 次黑客松 - 資料科學2 2nd Data Science Conference","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath15n"},{"intro":"2015-06-13 第 14 次黑客松 - 野百合 Wild Lily","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath14n"},{"intro":"2015-04-18 第 13 次黑客松 - 無殼蝸牛 Snails without a Shell","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath13n"},{"intro":"2015-02-14 第 12 次黑客松 - 不得宣傳罷免 Recall Election Non-Promotion","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath12n"},{"intro":"2014-12-20 第 11 次黑客松 - 開放報禁 Press Freedom","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath11n"},{"intro":"2014-08-30 第 10 次黑客松 - 資料科學 Data Science Conference","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath10n"},{"intro":"2014-06-21 第 9 次黑客松 - 還我土地 Indigenous Land Rights Movement","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath9n"},{"intro":"2014-04-19 第 8 次黑客松 - 解除戒嚴 Lifting of Martial Law","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath8n"},{"intro":"2014-02-22 第 7 次黑客松 - 自由時代 Freedom Era","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath7n"},{"intro":"2013-12-21 第 6 次黑客松 - 勞動基準 Labor Standards","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath6n"},{"intro":"2013-10-20 第 5 次黑客松 - 美麗島 Ilha Formosa","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath5n"},{"intro":"2013-08-10 第 4 次黑客松 - 國民大會 National Assembly","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath4n"},{"intro":"2013-06-08 第 3 次黑客松 - 客廳工廠 Living-Room Factories","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath3n"},{"intro":"2013-03-23 第 2 次黑客松 - 九大建設 Nine Major Constructions","phase":"g0vhackfoldrs","status":"Production","url":"http://beta.hackfoldr.org/g0v-hackath2n"},{"intro":"2013-01-27 第 1 次黑客松 - 公地放領 Homesteading Commons","phase":"g0vhackfoldrs","status":"Production","url":"https://g0v.hackpad.com/OpK2rAeTjUO"},{"intro":"2012-12-01 第 0 次黑客松 - 動員戡亂","phase":"g0vhackfoldrs","status":"Production","url":"https://hackpad.com/ul6fMthof2S"}],"repodata":[{"repo_id":"g0v/hack.g0v.tw","repo_intro":"主專案原始碼","repo_product_phase":"websitelinks","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-22","repo_audience":["contributors"]}],"image_url":"","keywords":["hackfoldr","黑客松","寫程式","炸雞","披薩","AngularJS","NodeJS","Livescript","Jade","SASS","Bootstrap"],"document":[""],"fb_url":"","foldr_url":"","needs":["designer","writer"],"since":"2014-03-22"},
{"name_zh":"三動作護台灣","name_en":"","description_zh":"g0v 整理全國立委電話和名單,讓你可以打電話給立委,讓立委先立法後審議,讓在立法院的學生早點回家,反服貿協議,修公投法停建核四。","description_en":"Call ly for help.","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://123.g0v.today"}],"repodata":[{"repo_id":"chilijung/ly-tel","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Apache 2.0","CC BY 4.0","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-25","repo_audience":["public"]},{"repo_id":"junsuwhy/ly-tel","repo_intro":"貢獻者 fork 版","repo_product_phase":"website","repo_licenses":["Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-05-17","repo_audience":["public"]}],"image_url":"","keywords":["123。打。道。掛。","立委","立法","黑箱作業","服貿","太陽花學運","SCSS"],"document":["https://g0v.hackpad.com/0IiNSlxKI5a"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-25"},
{"name_zh":"圖片串聯產生器","name_en":"","description_zh":"將現有素材再利用,產生可辨識的 avatar 或 cover,串聯大家更改社群網站的頭像或外觀,響應即時事件。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"反服貿封面產生器","phase":"websitelinks","status":"Archval","url":"https://g0v.github.io/we-are-g0v/"}],"repodata":[{"repo_id":"g0v/we-are-g0v","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-25","repo_audience":["public"]}],"image_url":"","keywords":["封面照片"],"document":["https://g0v.hackpad.com/RSScznIhnDF"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-25"},
{"name_zh":"公民記者證產生器","name_en":"","description_zh":"公民也有採訪新聞的自由,只要上傳照片,輸入名字,即可列印產生公民記者證,讓人前往事件現場,立即採訪第一手新聞最新消息!","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/reporter/"}],"repodata":[{"repo_id":"g0v/reporter","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-27","repo_audience":["public"]}],"image_url":"","keywords":["新聞","媒體","宣傳","AngularJS"],"document":["https://g0v.hackpad.com/JqRmqeNceAT"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-03-27"},
{"name_zh":"超農域系統 - 植物疫情、藥劑、農夫市集查詢","name_en":"g0v Agriculture","description_zh":"這是一個提供施藥方法搜尋、農藥列表及農產品或加工食品農藥殘留量的查詢的專案。","description_en":"This project offer information about pesticide and agricultural products.","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://g0v.github.io/agriculture/",},{"intro":"農學地圖 - 上下游互助","phase":"websitelinks","status":"Beta","url":"https://g0v.github.io/farmer/",}],"repodata":[{"repo_id":"g0v/agriculture","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-03-29","repo_audience":["public"]},{"repo_id":"g0v/farmer","repo_intro":"農學地圖","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-09","repo_audience":["public"]}],"image_url":"","keywords":["農夫","農藥","農產品","施藥","殘留","超標","agriculture","pesticide","Javascript"],"document":["https://g0v.hackpad.com/ep/group/tg4zk2ixiDn"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/agriculture","needs":[""],"since":"2014-03-29"},
{"name_zh":"議員投票指南","name_en":"Councilor-voter-guide","description_zh":"議員投票指南可以告訴你過去表決支持地方法案的有哪些議員、投反對票的有哪些、誰曾在議會質詢過相關法案。","description_en":"Taiwan Councilorss Voting Guide","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://councils.g0v.tw"},{"intro":"台南市議會 議員觀測中心","phase":"websitelinks","status":"Production","url":"http://k.olc.tw/tncc/"}],"repodata":[{"repo_id":"g0v/councilor-voter-guide","repo_intro":"主專案程式碼","repo_product_phase":"Website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-04","repo_audience":["public"]},{"repo_id":"kiang/tncc","repo_intro":"台南議員觀測中心程式","repo_product_phase":"Website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-07","repo_audience":["public"]}],"image_url":"","keywords":["立法","議員","議會","議案","表決","傾向","政黨","Python","Bootstrap","PHP"],"document":["https://g0v.hackpad.com/2fy2gUyOpvN","https://g0v.hackpad.com/KjfdRZ08FZ3","https://g0v.hackpad.com/uGplqkYholX","https://g0v.hackpad.com/zPaiiEdAWH9"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-04"},
{"name_zh":"inLiveTW","name_en":"","description_zh":"不受主流媒體控制,inLiveTW成為「公民之眼」,直播、事件、真相24小時不漏接,同時成為公民記者最有力的發聲管道。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://inlivetw.github.io/enter"},{"intro":"網頁桌機版","phase":"websitelinks","status":"Archival","url":"https://inlivetw.github.io/desktop"},{"intro":"Chrome 擴充功能","phase":"browserplugins","status":"Production","url":"https://chrome.google.com/webstore/detail/livetw/fhcffinobmpdchcoapdeoinhdmlihiok"},{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=com.g0v.live"},{"intro":"iOS 手機應用程式","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/livetw/id868304297"},{"intro":"CromeCast Version (太陽花盒子)","phase":"websitelinks","status":"Production","url":"http://miaoski.idv.tw/inLiveTw-ChromeCast/"}],"repodata":[{"repo_id":"inLiveTW","repo_intro":"主專案程式碼","repo_product_phase":"multi","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-13","repo_audience":["public"]},{"repo_id":"miaoski/inLiveTwTextChrome","repo_intro":"ChromeCast 程式碼","repo_product_phase":"Other","repo_licenses":["Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-31","repo_audience":["public"]},{"repo_id":"g0v/liveext","repo_intro":"備份程式碼","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-22","repo_audience":["public"]}],"image_url":"","keywords":["直播","活動","宣傳","HTML"],"document":[""],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/inLiveTW","needs":["designer","programmer"],"since":"2014-04-13"},
{"name_zh":"g0v 零時資料中心","name_en":"","description_zh":"這是一個由 g0ver 產出開放資料集的專案","description_en":"data.g0v.tw use DKAN. dkan-core doesn't include any 3-party module and drupal in code.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://data.g0v.tw/"}],"repodata":[{"repo_id":"g0v/dkan-core","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["GNU GPL v2"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-19","repo_audience":["public"]},{"repo_id":"g0v/dkan-theme","repo_intro":"介面","repo_product_phase":"website","repo_licenses":["GNU GPL v2"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-18","repo_audience":["public"]},],"image_url":"","keywords":["opendata","開放資料","建立","砍柴","爬資料","政府","csv","json","xml","PHP","Bootstrap"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-19"},
{"name_zh":"你媽知道你在看假新聞嗎","name_en":"","description_zh":"這是一個想要把 NCC 陳情案件資料給開放的專案。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=tw.fakenews.android"},{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://ncc.dm4.tw/"},{"intro":"舊版專案網頁","phase":"websitelinks","status":"Down","url":"http://fakenews.tw"}],"repodata":[{"repo_id":"godgunman/ncc-complain-data","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-19","repo_audience":["public"]}],"image_url":"","keywords":["問題電視節目","媒體","小幫手","NodeJS"],"document":["https://hackpad.com/AiYn5gOpuLi"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-19"},
{"name_zh":"台灣輻射地圖","name_en":"Taiwan Radition Map","description_zh":"這是一個方便民眾快速查詢目前所在地的背景環境輻射值的專案。","description_en":"","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"REST API 網頁","phase":"websitelinks","status":"alpha","url":"http://docs.radiationmaprest.apiary.io/"}],"repodata":[{"repo_id":"g0v/TWRadiationApp-backend","repo_intro":"Backend 程式碼","repo_product_phase":"server","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-17","repo_audience":["contributor"]},{"repo_id":"g0v/TWRadiationMapRestApi","repo_intro":"REST API","repo_product_phase":"API","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-04","repo_audience":["contributor"]},{"repo_id":"g0v/TWRadiationApp","repo_intro":"iOS 程式碼","repo_product_phase":"mobileapps","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-19","repo_audience":["public"]},{"repo_id":"g0v/TWRadiationAndroid","repo_intro":"Android 程式碼","repo_product_phase":"mobileapps","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-04","repo_audience":["public"]}],"image_url":"","keywords":["輻射","地圖","Nuke","Map","Ushahidi Platform"],"document":["https://g0v.hackpad.com/91ZImrFjGvx"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-19"},
{"name_zh":"小蜜蜂戰鬥地圖","name_en":"","description_zh":"以地圖視覺化呈現小蜜蜂戰鬥隊任務成果","description_en":"A tool to help the little bees team to report the addresses and places that they have visited and sent agendas.","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://beemap.tw/"}],"repodata":[{"repo_id":"g0v/LittleBeeGeo","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-19","repo_audience":["public"]}],"image_url":"","keywords":["割闌尾","宣傳","小蜜蜂","活動","罷免","Angular-branch-seed-livescript","Python","Bottle"],"document":["https://g0v.hackpad.com/S838mLzQRls","https://g0v.hackpad.com/KOsFaCMi6u0"],"fb_url":"https://www.facebook.com/groups/739964776043615/","foldr_url":"","needs":[""],"since":"2014-04-19"},
{"name_zh":"筆順習字簿","name_en":"","description_zh":"在輸入框輸入一個中文字,就會在下方顯示這個字的寫法。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"http://caasih.net/react-eword/"}],"repodata":[{"repo_id":"caasi/react-eword","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-21","repo_audience":["public"]}],"image_url":"","keywords":["學習","React","Livescript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-21"},
{"name_zh":"台灣癌症資料","name_en":"","description_zh":"這是台灣各鄉鎮歷年 ( 2004 至 2012 ) 罹患癌症人口統計視覺化專案。","description_en":"Statistics in town level of patients with cancer, from 2004 to 2012. ","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/cancer/viz/",}],"repodata":[{"repo_id":"g0v/cancer","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-04-22","repo_audience":["public"]}],"image_url":"","keywords":["醫療","癌症","住院","診斷","Livescript","D3JS","AngularJS","Sematic UI","Bootstrap"],"document":["https://g0v.hackpad.com/fj3KFYXmoY2"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-04-22"},
{"name_zh":"BigLaw 開放法律判決智慧搜尋系統","name_en":"","description_zh":"這是一個開放的法律判決搜尋網站。我們將法院判決書的資料爬下來並且整理,並且自己製作圖表與使用搜尋引擎提供檢索。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://biglaw.tw"}],"repodata":[{"repo_id":"biglawtw","repo_intro":"主專案程式碼","repo_product_phase":"multi","repo_licenses":["MIT","BSD","CC By 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-04","repo_audience":["public"]}],"image_url":"","keywords":["法律","裁判書","搜尋","PHP","AngularJS","Bootstrap"],"document":["https://hackmd.io/MYVgjATApgDARgMwLQTgQ2EgLAdimJOATgBMAOQgNiJhwQhhODJKAA=="],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-05-04"},
{"name_zh":"內政部戶政司地址查詢器","name_en":"Taiwan Door Plates","description_zh":"有鑑於內政部戶政司官方的地址查詢網站使用介面不人性,因此建構一個易於使用的查詢工具。方便連署書整理志工查詢補完連署人地址。","description_en":"The interface of doorplate searching system from Department of Household Registration, M.O.I. sucks, so we build our own.","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://twdoorplates.herokuapp.com"},{"intro":"分流網頁","phase":"websitelinks","status":"Production","url":"http://ris.g0v.tw/"},],"repodata":[{"repo_id":"g0v/TWDoorplates","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-06","repo_audience":["contributor","public"]}],"image_url":"","keywords":["地址正規化","查里鄰","地理","連署","地址","門牌","Ruby on Rails","CoffeeScript"],"document":["https://g0v.hackpad.com/RXtahsP9ro7"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2014-05-06"},
{"name_zh":"G8V 電視牆","name_en":"","description_zh":"G8V 電視牆,透過高自由度、自定性、泛用性的電視牆監看介面特性,讓各方立場不同的媒體內容同時並陳,使得閱聽者能自己針對媒體內容做判斷的中性工具平台。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://a0000778.github.io/g8v/index.html"}],"repodata":[{"repo_id":"a0000778/g8v","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-11","repo_audience":["public"]}],"image_url":"","keywords":["第五權","評台","評臺","評台","平臺","平台","Javascript"],"document":["https://g0v.hackpad.com/lk9pamtKwyr"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/G8VTV","needs":["designer"],"since":"2014-05-11"},
{"name_zh":"立法卡到陰","name_en":"","description_zh":"我們設計立法卡到陰抽卡遊戲,讓你們能夠透過每日抽卡,完成任務並與他人對戰,獲得你所不知道的立法知識!","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://frank00125.github.io/wp2014s_final_project/introduce_page.html",}],"repodata":[{"repo_id":"frank00125/wp2014s_final_project","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Proprietary"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-13","repo_audience":["public"]}],"image_url":"","keywords":["立院","法律","法規","遊戲","Javascript"],"document":["https://g0v.hackpad.com/9kiBcC1q2vy"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-05-13"},
{"name_zh":"開放資料建立與普查","name_en":"","description_zh":"這個專案在解決由地方政府各自公布的單一資料,希望透過這個表單,統整「單一資料」在各地的發佈現況,並提供目前社群已處理好的資料的資訊,以利利用。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://local.data.g0v.tw/"}],"repodata":[{"repo_id":"g0v/local.data","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-18","repo_audience":["public"]}],"image_url":"","keywords":["opendata","開放資料","建立","砍柴","爬資料","政府","Python"],"document":["https://g0v.hackpad.com/eDY68cTC3Hv"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-05-18"},
{"name_zh":"開放標案","name_en":"","description_zh":"透過政府標案資料的查詢與分析,重新用另一種方式呈現,讓除了需要招標的廠商外,一般民眾也能比較容易的了解政府機構在招標與決標的資訊。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://pcc.mlwmlw.org"}],"repodata":[{"repo_id":"mlwmlw/pcc","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-05-20","repo_audience":["public"]},{"repo_id":"g0v/twbot-data","repo_intro":"BOT 資料","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2013-12-04","repo_audience":["public"]},],"image_url":"","keywords":["opendata","pcc","工程","標案","公開招標","決標","限制性招標","Livescript","D3JS","Bootstrap","AngularJS"],"document":["https://g0v.hackpad.com/LV55tyn5uYK"],"fb_url":"","foldr_url":"","needs":[""],"since":"2013-12-04"},
{"name_zh":"自己的活動自己拍","name_en":"","description_zh":"g0v 台灣零時政府舉辦各種大小型活動照片相簿收集地。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"http://g0v.photos"}],"repodata":[{"repo_id":"zbryikt/g0vphotos","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY 3.0","BSD License"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-20","repo_audience":["contributors"]}],"image_url":"","keywords":["黑客松","Jade","SASS","AngularJS","Bootstrap","D3JS","Livescript"],"document":["https://g0v.hackpad.com/JcpwPHXeiAR"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-06-20"},
{"name_zh":"新聞詞頻統計","name_en":"","description_zh":"將新聞標題與內容即時地斷詞,並計算每日詞頻。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://news-seg.source.today/"},{"intro":"舊版專案網頁","phase":"websitelinks","status":"Production","url":"http://news-ckip.source.today/"}],"repodata":[{"repo_id":"nccu-floodfire/news-seg","repo_intro":"website","repo_product_phase":"","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-06-26","repo_audience":["public"]}],"image_url":"","keywords":["媒體","詞彙","用語","Bootstrap"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-06-26"},
{"name_zh":"Hacktabl 協作比較表格","name_en":"","description_zh":"這是一個透過 Google Doc 及 Ethercalc 來製作一個表格或文件的比較工具的專案。","description_en":"A site to publish cooperative comparison table in Google Doc, using Ethercalc to host the table configuration.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://hacktabl.org/"}],"repodata":[{"repo_id":"g0v/hacktabl","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-07","repo_audience":["public"]}],"image_url":"","keywords":["Ethercalc","試算表","ReactJS","Livescript","Jade","SASS"],"document":["https://g0v.hackpad.com/nbhQS36Tcx9"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-07-07"},
{"name_zh":"自由經濟示範區 正反意見比較表","name_en":"","description_zh":"列出自經區溝通會時,正方和反方的相關意見和爭議。","description_en":"","category":{"id":"5","name":"政策共筆"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://fepztw.github.io/"}],"repodata":[{"repo_id":"fepztw/fepztw.github.io","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-07","repo_audience":["public"]}],"image_url":"","keywords":["自經區","Jade","Livescript"],"document":["https://musou.hackpad.com/Ow9qzDLrWxT"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-07-07"},
{"name_zh":"台灣選舉黃頁","name_en":"Taiwan Elections","description_zh":"本專案試著要製作一個介面去呈現在台灣出現過的所有選舉以及候選人資訊。","description_en":"A platform to collect candidates profiles for all elections in Taiwan.","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://k.olc.tw/elections/"},{"intro":"2016 大選區域立委圖","phase":"websitelinks","status":"Archival","url":"https://tommy87166.github.io/edLocator/"},{"intro":"2014 台北市議員參選人資料","phase":"websitelinks","status":"Archival","url":"https://councilor2014.github.io/"}],"repodata":[{"repo_id":"kiang/elections","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-09","repo_audience":["public"]},{"repo_id":"tommy87166/tommy87166.github.io","repo_intro":"2016 大選區域立委圖程式","repo_product_phase":"website","repo_licenses":["CC BY-NC-SA"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-11-27","repo_audience":["public"]},{"repo_id":"councilor2014/councilor2014.github.io","repo_intro":"2014 台北市議員參選人專案程式","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-12","repo_audience":["public"]},{"repo_id":"g0v/election-village","repo_intro":"2010 村里選舉爬蟲程式","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-03","repo_audience":["public"]}],"image_url":"","keywords":["市長","立委","投票","候選人","區長","鄉長","議員","縣長","選舉","總統","議員","Google Maps","CakePHP","MySQL"],"document":["https://g0v.hackpad.com/SP93kHqeeFM"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-07-09"},
{"name_zh":"全國重度級急救責任醫院急診即時看板","name_en":"Emergency Room (ER) Board","description_zh":"這個專案可以顯示他院轉診、老人留院觀察、重症急救、急症急救、一般病人等重度級急救責任醫院的相關資訊。","description_en":"Aggregate Taiwan hospital Emergency Room (ER) state liveboard.","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://er.mohw.g0v.tw"}],"repodata":[{"repo_id":"g0v/er.mohw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-03","repo_audience":["public"]}],"image_url":"","keywords":["轉院","轉診","區域醫院","醫療","醫學中心","重度級急救責任醫院","急診","住院","病床","滿床","加護病房","Emergency Room","NodeJS","PHP","Python","InfluxDB"],"document":["https://g0v.hackpad.com/vtLwiUfYgcc"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-03"},
{"name_zh":"資訊捕食獸","name_en":"","description_zh":"原始太陽花怪獸的網頁模板,但原作將此儲存區刪除,因此這裡只有網頁雛型樣式 Demo 。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁 (模板)","phase":"websitelinks","status":"Demo","url":"https://lanfon72.github.io/linkCollector"},{"intro":"太陽花怪獸原網頁","phase":"websitelinks","status":"Down","url":"http://time-fumao.rhcloud.com/index.html"},],"repodata":[{"repo_id":"lanfon72/linkCollector","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","CC By-NC 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-04","repo_audience":["public"]}],"image_url":"","keywords":["連結","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-04"},
{"name_zh":"公有地大行動","name_en":"Publicly Owned Property On Fire","description_zh":"國家公有土地資料公開,彙整各式各樣土地開發中的公有土地資料,提供地圖查詢功能,鼓勵更多人關注公有土地的公共監理制度。","description_en":"To know all publicly owned property is our power.","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://poponfire.herokuapp.com"},{"intro":"天龍特公地 專案網頁","phase":"websitelinks","status":"Production","url":"http://taipei-pop.herokuapp.com/"},{"intro":"台北市市有閒置空間整合查詢平台","phase":"websitelinks","status":"Production","url":"http://taitung-fan-182028.middle2.me/"},{"intro":"主專案 hackfoldr","phase":"websitelinks","status":"Production","url":"http://beta.hackfoldr.org/POPonFire"},{"intro":"台北市公有非公用土地資料 hackfoldr","phase":"websitelinks","status":"Production","url":"http://beta.hackfoldr.org/1QJCYYYBr3rbkvYuVbDXW7V3mcyDmGb1wB-P-GkBe-7o"}],"repodata":[{"repo_id":"g0v/POPonFire","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT","CC BY-SA 3.0 Taiwan"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-07-01","repo_audience":["contributor"]},{"repo_id":"dz1984/taipei-pop","repo_intro":"天龍特公地","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-10","repo_audience":["public"]}],"image_url":"","keywords":["國土","公有地","POP","Jade","Semantic UI","Bootstrap"],"document":["https://g0v.hackpad.com/7PuOpxopyCy"],"fb_url":"https://www.facebook.com/POPonFire/","foldr_url":"","needs":["programmer","designer","writer"],"since":"2014-08-10"},
{"name_zh":"氣候選戰","name_en":"Vote for Climate","description_zh":"「氣候選戰」串連全台各校監督在地候選人之「環境政見」,在各校招募氣候選戰小組,議題由在地行動發起人自行設定(當地所關心的環境議題)。以網路平台做訊息、資源串連,提昇公民對於氣候環境政策之意識。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"katrina376/VoteforClimate","repo_intro":"主專案程式碼","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-30","repo_audience":["public"]}],"image_url":"","keywords":["環境議題","環保","Javascript"],"document":["https://g0v.hackpad.com/4ac9ap7zhrn"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-30"},
{"name_zh":"逐字稿工具","name_en":"","description_zh":"coVerbatim 許願池,線上協作 Youtube 字幕平台","description_en":"It is the simple verbatim system. Let users cooperate to create Youtube's verbatim easily.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://jessy1092.github.io/coVerbatim",}],"repodata":[{"repo_id":"jessy1092/coVerbatim","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-30","repo_audience":["contributor"]}],"image_url":"","keywords":["黑客","工作","Jade","Livescript","angularJS","D3JS","SemanticUI"],"document":["https://g0v.hackpad.com/MiXpNqm0I5K"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-30"},
{"name_zh":"割闌尾小遊戲","name_en":"","description_zh":"Project V 是一個將割闌尾遊戲化的專案。現在此時效性專案活動已經結束,因此將在 appy.tw 保留歷史的記錄。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"歷史記錄網頁","phase":"websitelinks","status":"Production","url":"http://appy.tw/"},{"intro":"主專案網頁","phase":"websitelinks","status":"Down","url":"https://g0v.github.io/projectV/"}],"repodata":[{"repo_id":"g0v/projectV","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-31","repo_audience":["public"]}],"image_url":"","keywords":["割闌尾小遊戲","立委","罷免","宣傳","活動","NodeJS","Ruby"],"document":["https://g0v.hackpad.com/NMUKAD9OBI8"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-31"},
{"name_zh":"新聞趨勢統計","name_en":"","description_zh":"將 newsdiff 匯出的新聞資料對內容做統計。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://newstrend.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/newstrend.g0v.ronny.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-08-31","repo_audience":["public"]}],"image_url":"","keywords":["PHP"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-08-31"},
{"name_zh":"全台投票所開票所資料","name_en":"","description_zh":"這是中選會所有投票地點、開票地點的 API 資料專案。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/poll","repo_intro":"資料 API","repo_product_phase":"API","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-09-20","repo_audience":["contributor"]}],"image_url":"","keywords":["地理","地圖"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-09-20"},
{"name_zh":"Goban 零時黑板","name_en":"","description_zh":"如果你有一系列的黑客公事包,或是想要分享與協作多個網址,你或許會想將它們集中到單一的不換算網路 APP。","description_en":"Use Goban to manage series of hackfoldrs.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://goban.tw/"}],"repodata":[{"repo_id":"g0v/goban","repo_intro":"UI 程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-09","repo_audience":["contributor"]},{"repo_id":"bestian/goban","repo_intro":"模組程式碼","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-09","repo_audience":["contributor"]}],"image_url":"","keywords":["公事包","Ethercalc","AngularJS","Sematic UI","Livescript","Jade","SASS","Ruby","Bower"],"document":["https://autolearn.hackpad.com/l1OAS7HV3t2","https://g0v.hackpad.com/ziWKUvOISVt"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-10-09"},
{"name_zh":"g0v 專案導航","name_en":"g0v Project Hub","description_zh":"本專案目的補完 g0v Project Pool 所需的資料,方便大眾搜尋專案成果,也方便社群夥伴找坑來跳。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/project-hub-mockup/"},{"intro":"AngularJS 版","phase":"websitelinks","status":"Archival","url":"https://g0v.github.io/oh-my-hub"}],"repodata":[{"repo_id":"g0v/project-hub-mockup","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-10","repo_audience":["contributor"]},{"repo_id":"g0v/oh-my-hub","repo_intro":"AngularJS 版","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-31","repo_audience":["contributor"]}],"image_url":"","keywords":["搜尋","Sass","Jade","Semantic UI","Fire.app","Ruby","AngularJS","Livescript"],"document":["https://g0v.hackpad.com/l1W5Cw53OyI"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-10-10"},
{"name_zh":"台灣社團 (財團) 法人資料檢索","name_en":"","description_zh":"這是一個呈現登錄在法院系統的社團與財團法人資訊的專案","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://foundations.olc.tw"}],"repodata":[{"repo_id":"g0v/foundationtw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["GNU AGPL v3","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-16","repo_audience":["public"]}],"image_url":"","keywords":["社團法人","財團法人","PHP"],"document":["http://k.olc.tw/2015/03/%e5%be%9e-%e6%85%88%e6%bf%9f-%e8%aa%8d%e8%ad%98-%e7%a4%be%e5%9c%98%e8%b2%a1%e5%9c%98%e6%b3%95%e4%ba%ba%e8%b3%87%e6%96%99%e6%aa%a2%e7%b4%a2-%e7%b3%bb%e7%b5%b1/"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-10-16"},
{"name_zh":"台灣社財團法人資料檢索","name_en":"","description_zh":"這是一個呈現登錄在法院系統之社團法人與財團法人資訊的專案。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://foundations.olc.tw"}],"repodata":[{"repo_id":"g0v/foundationtw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["GNU AGPL v3","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-10-16","repo_audience":["public"]}],"image_url":"","keywords":["社團法人","財團法人","PHP"],"document":["http://k.olc.tw/2015/03/%e5%be%9e-%e6%85%88%e6%bf%9f-%e8%aa%8d%e8%ad%98-%e7%a4%be%e5%9c%98%e8%b2%a1%e5%9c%98%e6%b3%95%e4%ba%ba%e8%b3%87%e6%96%99%e6%aa%a2%e7%b4%a2-%e7%b3%bb%e7%b5%b1/"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-10-16"},
{"name_zh":"2014 九合一選舉開票結果","name_en":"","description_zh":"2014 九合一選舉開票結果已經出來,快來了解哪些候選人當選。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://ctiml.github.io/vote2014/"},{"intro":"API 網頁","phase":"websitelinks","status":"Archival","url":"https://vote2014.g0v.ronny.tw/"}],"repodata":[{"repo_id":"ctiml/vote2014","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-28","repo_audience":["public"]},{"repo_id":"ronnywang/vote2014","repo_intro":"API 程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-13","repo_audience":["public"]}],"image_url":"","keywords":["投票","立委","議員","鄉長","縣長","市長","區長","候選人","PHP"],"document":["https://g0v.hackpad.com/3ew9i7qlKZY"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-11-13"},
{"name_zh":"揪地霸","name_en":"","description_zh":"揪出一群侵佔公有地,作為私人用途之地霸惡行!希望能提供一個開放協作平台,透過民眾舉發力量,收集侵佔公有地新聞及第一手資料。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://9d8.tw/"}],"repodata":[{"repo_id":"dz1984/9d8TW","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-17","repo_audience":["public"]}],"image_url":"","keywords":["公有地","國土","PHP","Bootstrap"],"document":["https://g0v.hackpad.com/M71q8C7WWPB"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-11-17"},
{"name_zh":"新台語·運動","name_en":"","description_zh":"大家一起說台語!這個專案提供一個互動平台,加速產生新台語,使台語能在新時代中被順暢地使用。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://itaigi.tw/"}],"repodata":[{"repo_id":"g0v/itaigi","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-11-22","repo_audience":["public"]}],"image_url":"","keywords":["愛台語","愛臺語","Python"],"document":["https://g0v.hackpad.com/moed7ct-taigi-neologism"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-11-22"},
{"name_zh":"行政院法規線上諮詢系統","name_en":"","description_zh":"這是行政院數位法制議題的線上法規討論平台,由專案參與者共同建置,國發會及資策會協力支援。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"v3 主專案網頁","phase":"websitelinks","status":"Beta","url":"http://vue.vtaiwan.tw"},{"intro":"匯流五法:線上徵詢","phase":"websitelinks","status":"Production","url":"https://dc.vtaiwan.tw"},{"intro":"v1 和 v2 專案網頁","phase":"websitelinks","status":"Production","url":"http://vtaiwan.tw"}],"repodata":[{"repo_id":"g0v/vue.vtaiwan.tw","repo_intro":"v3 程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-10-07","repo_audience":["public"]},{"repo_id":"g0v/wiselike","repo_intro":"自己的 wiselike 自己救","repo_product_phase":"Other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2017-03-22","repo_audience":["contributor"]},{"repo_id":"g0v/react.vtaiwan.tw","repo_intro":"v2 程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-04-24","repo_audience":["contributor"]},{"repo_id":"g0v/vtaiwan.tw","repo_intro":"v1 程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-14","repo_audience":["public"]},{"repo_id":"g0v/dc.vtaiwan.tw","repo_intro":"匯流五法程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-04-24","repo_audience":["public"]},{"repo_id":"g0v/vtw.link","repo_intro":"行政院法規形成文件彙整發佈區","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-20","repo_audience":["public"]},{"repo_id":"g0v/wiselike.tw","repo_intro":"廢棄的 repo","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2017-03-08","repo_audience":["public"]}],"image_url":"","keywords":["法規","法律","法條","Mockup","AngularJS","NodeJS"],"document":["https://g0v.hackpad.com/oWRxOF4ilfx","https://g0v.hackpad.com/5Rpzv7bxLlw","https://g0v.hackpad.com/WFi6lJi4PgW","https://dc.vtaiwan.tw/tutorial/"],"fb_url":"https://www.facebook.com/vtaiwan.tw","foldr_url":"","needs":[""],"since":"2014-12-14"},
{"name_zh":"藥要看","name_en":"","description_zh":"開放藥典 - 藥要看提供簡單的介面檢索國內有註冊登記的藥品資訊。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://drugs.olc.tw"}],"repodata":[{"repo_id":"kiang/drugs","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY 4.0","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-18","repo_audience":["public"]}],"image_url":"","keywords":["開放藥典","藥物搜尋","醫療","CakePHP","SQLite"],"document":["https://g0v.hackpad.com/qNuCNFrcwnm"],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-12-18"},
{"name_zh":"台中市公車地圖","name_en":"Taichueng City Bus Map","description_zh":"這個專案可讓你自行選擇要在 OpenStreetMap 上顯示哪幾條 (臺中市的) 公車路線及這些路線的站牌。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/tcbus"}],"repodata":[{"repo_id":"g0v/tcbus","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["GNU GPL V3"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-20","repo_audience":["public"]}],"image_url":"","keywords":["台中","臺中","地理","Leaflet"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-12-20"},
{"name_zh":"動憲法","name_en":"","description_zh":"以憲動盟建立的真槍實彈的公民論壇資料為基礎,打造能夠輔助 NGOs 進行公民憲政會議的網路平台。並將在未來把上述網路平台帶到其他審議民主計畫做測試,將它調整成可以廣泛適用於各種情境的版本,以便導入到 NGO 以外的地方。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/don-constitute/public/index"}],"repodata":[{"repo_id":"g0v/don-constitute","repo_intro":"主專案程式碼","repo_product_phase":"multi","repo_licenses":["MIT","CC BY-ND"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-23","repo_audience":["contributor"]}],"image_url":"","keywords":["公民憲政會議推動聯盟","Semantic UI","Jade","憲餅廚房"],"document":["https://g0v.hackpad.com/ZlxnPcG1xLm"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/cckitchen","needs":[""],"since":"2014-12-23"},
{"name_zh":"g0v 符號","name_en":"g0v glyph","description_zh":"這是透過 fontello.com 產生的樣式符號的專案。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/glyph"}],"repodata":[{"repo_id":"g0v/glyph","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["customize"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-26","repo_audience":["contributor"]}],"image_url":"","keywords":["徽章","圖標","圖章","設計","CSS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2014-12-26"},
{"name_zh":"開放都市計畫","name_en":"","description_zh":"將都市計畫委員會會議紀錄資料庫化,提供檢索跟分享功能,讓資訊更透明。","description_en":"Data-lisation of urban plan commission notes. To search, share and enhance transparency.","category":{"id":"5","name":"政策共筆"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://commission.urbancode.tw"}],"repodata":[{"repo_id":"g0v/urbancode-commission","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-27","repo_audience":["public","spatial-oriented professions"]},{"repo_id":"g0v/urbancodeg0vtw","repo_intro":"未知程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2014-12-29","repo_audience":["public"]},],"image_url":"","keywords":["urban plan","commission notes","text datalisation"],"document":["https://g0v.hackpad.com/BpW2Xt7s8AH","https://g0v.hackpad.com/f3z18AeU2uH"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/urbancodeg0vtw/","needs":["data structure","front-end progammer"],"since":"2014-12-29"},
{"name_zh":"貪污判決與查詢網站","name_en":"","description_zh":"透析貪污判決、揭露與查詢網站,不搞法理解釋、不提論述心證(也許是第三步以後的事),用簡單幾個欄位呈現判決結果,告訴你「某某某當年就有貪污案底」。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://g0v-uncover.herokuapp.com/"}],"repodata":[{"repo_id":"superChing/extract_declared_sentence","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-01-03","repo_audience":["public"]}],"image_url":"","keywords":["法律","判決書","賄選","Python"],"document":["https://g0v.hackpad.com/OoaenzjVDKK"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-01-03"},
{"name_zh":"物資管理平台系統","name_en":"","description_zh":"Bifrost 希望建立一個雙向的物資管理平台,讓受贈者與捐贈者可以在同一個平台上,知道目前捐贈的狀況以及哪邊需要什麼種類的物資。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://bifrostio.github.io/"}],"repodata":[{"repo_id":"bifrostio","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["MIT","Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-01-21","repo_audience":["public"]}],"image_url":"","keywords":["災害","救濟","物資","NodeJS","AngularJS","LoopbackJS"],"document":["https://g0v.hackpad.com/C8AgQKHhreC"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-01-21"},
{"name_zh":"災民證","name_en":"","description_zh":"在災民證為台灣發生災情時,由避難處所負責發放的臨時證件,證件上附有code 128的一維條碼,此專案提供避難處所配合救災或安置需求,解決工作日誌上的業務。","description_en":"","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"Android 版","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=g0v.victim"},{"intro":"iOS 版","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/zai-min-zheng/id1089526353"}],"repodata":[{"repo_id":"g0v/shelter","repo_intro":"主專案程式碼","repo_product_phase":"mobileapp","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-01-24","repo_audience":["public"]}],"image_url":"","keywords":["react native"],"document":["https://g0v.hackpad.com/xeNd7hK40YD"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-01-24"},
{"name_zh":"賽豬公上太空","name_en":"Landsat Taiwan Public Image","description_zh":"提供台灣 1980 年至今內授權無虞的可見光衛星空照圖,供 NPO、研究領域、新聞媒體...等各界,免費進行各種應用。","description_en":"The goal of this project is generate high quality satellite map tiles using Landsat from USGS, and pubish these images to everyone using popular map browsing tool.","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Prodcution","url":"http://nspo.g0v.tw"}],"repodata":[{"repo_id":"jimyhuang/twlandsat","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["GNU GPL V3","CC BY-NC-SA 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-02-15","repo_audience":["public"]}],"image_url":"","keywords":["地理","台灣","Leaflet","Python"],"document":["https://github.com/jimyhuang/twlandsat/blob/master/README.md"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-02-15"},
{"name_zh":"好食市集","name_en":"","description_zh":"這是一個團購買菜的 mockup 雛型網頁。","description_en":"Web and APP for howsfood market.","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/howsfood-mockup/public/index"}],"repodata":[{"repo_id":"g0v/howsfood-mockup","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-02-17","repo_audience":["public"]}],"image_url":"","keywords":["料理","下廚","買菜","Ruby","Livescript","Semantic UI","Jade","Mockup"],"document":["https://g0v.hackpad.com/29nJmuZfeBt"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-02-17"},
{"name_zh":"分身伐樹","name_en":"","description_zh":" SheetHub 這是一個收集各種政府開放資料格式的資料網站。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://sheethub.com/"}],"repodata":[{"repo_id":"sheethub","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-03-03","repo_audience":["public"]}],"image_url":"","keywords":["Opendata","砍柴","PHP","PostgreSQL"],"document":["https://hackpad.com/PRZx32RNiCM"],"fb_url":"https://www.facebook.com/groups/485262738316472/","foldr_url":"","needs":[""],"since":"2015-03-03"},
{"name_zh":"國臺對照活用辭典","name_en":"","description_zh":"這是吳守禮《國臺對照活用辭典》電子化專案。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/koktai/"}],"repodata":[{"repo_id":"g0v/koktai","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY-SA","CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-03-12","repo_audience":["public"]}],"image_url":"","keywords":["台語","臺語","字典","辭典","Python","Perl"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-03-12"},
{"name_zh":"飲水地圖","name_en":"","description_zh":"我們要讓帶環保杯的朋友,可以快速的找到補水地點,讓大家隨心所欲的喝水保健康。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://drinking.teia.tw"}],"repodata":[{"repo_id":"teia-tw/drinking_water","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-04-09","repo_audience":["public"]}],"image_url":"","keywords":["地理","Leaflet","TimelineJS"],"document":["https://hackpad.com/yG2e0DX0jQi","https://osmtw.hackpad.com/afSMeOLuHkR"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/drinking-water","needs":[""],"since":"2015-04-09"},
{"name_zh":"616 憲在關鍵三步驟「打。道。掛。」","name_en":"","description_zh":"這是一個向立委施壓提出修憲案的時效性專案,目前活動已經結束。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://616.newtw.org"}],"repodata":[{"repo_id":"chilijung/ly-tel","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-05-17","repo_audience":["public"]}],"image_url":"","keywords":["立委","修憲","Javascript"],"document":[""],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/cckitchen","needs":[""],"since":"2015-05-17"},
{"name_zh":"判決書小幫手","name_en":"","description_zh":"因為司法院法學資料庫有擋外連,使得判決書難以分享討論,這邊幫判決書可以產生短網址。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"http://judicial.ronny.tw/"}],"repodata":[{"repo_id":"ronnywang/judicial-easyer","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-13","repo_audience":["public"]},{"repo_id":"ronnywang/tw-court-parser","repo_intro":"廢棄的 repo","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-05-21","repo_audience":["public"]},],"image_url":"","keywords":["判決書懶人包","Parser","PHP"],"document":["https://github.com/ronnywang/judicial-easyer/blob/master/README.md"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-05-21"},
{"name_zh":"政治承諾追蹤網","name_en":"Political Promise Tracker","description_zh":"一個列出特定當選人或團隊之公開承諾的網頁。在任期間由公民朋友自發提供新聞連結、更新承諾進度,作為公民評估此執政者以及團隊之執行力的工具。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://promisetw.herokuapp.com/"}],"repodata":[{"repo_id":"g0v/ppt","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-05-29","repo_audience":["public"]}],"image_url":"","keywords":["全民監督","地方政府研考會","ReactJS"],"document":["https://g0v.hackpad.com/4a31UkdBItq"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/ppt","needs":[""],"since":"2015-05-29"},
{"name_zh":"車禍熱點","name_en":"","description_zh":"內政部警政署提供了台灣車禍地點分析,藉由此專案向 Google 要地址,來分析台灣高頻率車禍地段,應用範圍包括:分析台灣危險路段、車禍時間車種統計、行車警告通知等。","description_en":"A frontend project to visual display the car accident.","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://drainet.github.io/cacci-opendata/heatMap.html",}],"repodata":[{"repo_id":"Drainet/cacci-opendata","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT","CC BY"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-04","repo_audience":["public"]}],"image_url":"","keywords":["地理","交通","地圖","視覺化","地點分佈","D3JS"],"document":["https://g0v.hackpad.com/T8ut8EVOZAW"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-06-04"},
{"name_zh":"河圖 - 資訊整合 UI 計畫","name_en":"","description_zh":"以提供一套完全開放、任何人皆可編輯、操作的 UI,讓使用者能透過使用這份 UI,自行歸納、整理出事件的脈絡,並且藉此反推出自身所能採取的相應行動。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://aod.tw/"}],"repodata":[{"repo_id":"g0v/AOD","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-13","repo_audience":["public"]}],"image_url":"","keywords":["使用者介面","D3JS"],"document":["https://g0v.hackpad.com/M7krouLdPYq"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-06-13"},
{"name_zh":"零時字引","name_en":"","description_zh":"零時字引 - 部件筆劃查字系統。","description_en":"Use glypheme to search CJK.","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://cdn.rawgit.com/g0v/z0y/v3/"}],"repodata":[{"repo_id":"g0v/z0y","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["ISC"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-13","repo_audience":["public"]}],"image_url":"","keywords":["找字","查字","拆字","部件","查詢","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-06-13"},
{"name_zh":"627 八仙塵爆資訊彙整","name_en":"","description_zh":"2015 年 06 月 27 日晚上,八仙樂園發生粉塵爆炸意外,400 名燒燙傷傷患經過一夜檢傷、急救、分級轉診,在 6 月 28 日有了完整的傷患名單與醫院消息,需要公告發佈給大眾知悉。同時此專案也促成了開放血液基金會即時血液庫存概況。","description_en":"","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/color"},{"intro":"即時血液庫存狀況 JSON","phase":"APIs","status":"Production","url":"https://g0v.github.io/blood/blood.json"}],"repodata":[{"repo_id":"g0v/color","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-28","repo_audience":["public"]},{"repo_id":"g0v/blood","repo_intro":"即時血液庫存狀況程式碼","repo_product_phase":"API","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-06-29","repo_audience":["public"]},],"image_url":"","keywords":["粉塵爆炸","災害","醫院","急診","血液"],"document":["https://g0v.hackpad.com/XwZutvyo6BF"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/627pray","needs":[""],"since":"2015-06-28"},
{"name_zh":"治癒魔法","name_en":"","description_zh":"這個專案目的是可根據即時血庫存量的監測狀況,動態調配、選擇性 (地點、血型、人數) 動員 (通知) 熱心熱血民眾,在需要的時間點前往捐血。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"Android 版","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=com.tin.blood"},{"intro":"iOS 版","phase":"mobileapps","status":"Production","url":"https://itunes.apple.com/tw/app/zhi-yu-mo-fa/id1021085374"}],"repodata":[{"repo_id":"g0v/bMagic","repo_intro":"主專案程式碼","repo_product_phase":"mobileapp","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-08-22","repo_audience":["public"]}],"image_url":"","keywords":["捐血","血液","缺血","血庫存","手機應用程式","AngularJS","SCSS"],"document":["https://g0v.hackpad.com/yRBt8WsGdvt"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-07-01"},
{"name_zh":"Hackfoldr Editor","name_en":"","description_zh":"這是給 hackfoldr 專用的編輯器。如果不熟悉直接在 hackfoldr 內的介面編輯資料集的話可以使用這個專案來取代。","description_en":"Hackeditr help you edit Hackfoldr 2.0 menu easily.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/hackeditr"}],"repodata":[{"repo_id":"g0v/hackeditr","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-07-08","repo_audience":["public"]}],"image_url":"","keywords":["編輯器","工具","公事包","Javascript","Editor"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-07-08"},
{"name_zh":"g0v 開放授權小幫手","name_en":"","description_zh":"當你完成作品要上傳到特定網路硬碟空間時,還在苦惱你的作品要用什麼授權方式嗎?來這裡就可以幫助你選擇適合的授權方式哦!","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/cchelper",}],"repodata":[{"repo_id":"g0v/cchelper","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-07-15","repo_audience":["public"]}],"image_url":"","keywords":["授權","CSS"],"document":["https://g0v.hackpad.com/Cp3CFHqbLcx"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-07-15"},
{"name_zh":"2016 總統大選承諾一覽表","name_en":"","description_zh":"這是一個整理三位準總統候選人截至目前為止,官方網站中與在媒體上講過的公開承諾的專案。","description_en":"","category":{"id":"5","name":"政策共筆"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"http://hacktabl.org/president2016"}],"repodata":[{"repo_id":"mrorz/president2016-history","repo_intro":"資料編輯記錄","repo_product_phase":"Other","repo_licenses":["CC By 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-07-24","repo_audience":["public"]}],"image_url":"","keywords":["立場比較","選舉承諾","MRG coding scheme"],"document":["https://compatable.hackpad.com/M2DkEbVwlCI"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/president2016-folder","needs":[""],"since":"2015-07-24"},
{"name_zh":"虎神快閃","name_en":"","description_zh":"提供匿名的醫療勞動條件爆料平台,用地圖、排行榜來呈現各個醫療場所的勞動問題。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://ddio.github.io/MuscidaeFlash"}],"repodata":[{"repo_id":"ddio/MuscidaeFlash","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-07-25","repo_audience":["public"]}],"image_url":"","keywords":["血汗醫院","爆料","匿名","Javascript"],"document":["https://g0v.hackpad.com/wBQa0t7bAmM"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-07-25"},
{"name_zh":"BatDrone","name_en":"","description_zh":"BatDrone - 婦幼犯罪熱點提醒、無人機巡航,目的在於消除城市治安死角,強化警力機動性。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Alpha","url":"http://batdrone.strikingly.com"}],"repodata":[{"repo_id":"kevinphys/BatDrone","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-08-22","repo_audience":["public"]}],"image_url":"","keywords":["地理","Javascript","晚上","回家","無人機尾行"],"document":["https://g0v.hackpad.com/BB8UPY6SPCD"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2015-08-22"},
{"name_zh":"2015 台北數位藝術節 g0v 參展","name_en":"","description_zh":"這是 g0v 參與 2015 年台北數位藝術節參展的雛型專案。目前活動已經結束。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Archival","url":"https://chihaoyo.github.io/0art/"}],"repodata":[{"repo_id":"chihaoyo/0art","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-09-11","repo_audience":["contributor"]}],"image_url":"","keywords":["藝術","眾志成城"],"document":["https://g0v.hackpad.com/KGDZUTdTylb"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/%E7%9C%BE%E5%BF%97%E6%88%90%E5%9F%8E/","needs":[""],"since":"2015-09-11"},
{"name_zh":"站聲","name_en":"","description_zh":"以簡單的方式呈現民意代表的民意支持度,並讓看完新聞的民眾可簡易發洩情緒 (按讚及按噓),以此有效地制約民意代表的言行","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://dev.solveissue.org/"}],"repodata":[{"repo_id":"jcsky/Solveissues","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC BY"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-09-12","repo_audience":["public"]}],"image_url":"","keywords":["立委","總統","議員","里長","首長","民意代表","民代","評論","排行","Ruby","CoffeeScript","SCSS"],"document":["https://g0v.hackpad.com/m4tGX88GT8X"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-09-12"},
{"name_zh":"關鍵字萬國語產生器","name_en":"","description_zh":"這是一個透過勾選基本語言與各國語言,輸入關鍵字後,就會將該關鍵字進行多語翻譯並排列產生標籤雲的一個專案。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/Translate4you","repo_intro":"主專案程式碼","repo_product_phase":"Other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-10-03","repo_audience":["contributor"]}],"image_url":"","keywords":["Python"],"document":["https://g0v.hackpad.com/j5b4i4DdTbX"],"fb_url":"https://www.facebook.com/pg/109297822764810/","foldr_url":"","needs":[""],"since":"2015-10-03"},
{"name_zh":"IdeaPool","name_en":"","description_zh":"g0v 所有專案資料,由 tkalu 製作,供以會員方式維護 g0v 所有產出的專案資料。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"","status":"Down","url":"https://ideapool.tka.lu"}],"repodata":[{"repo_id":"tka/ideapool","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-10-18","repo_audience":["contributor"]}],"image_url":"","keywords":["專案","CoffeeScript","Ruby","ReactJS"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-10-18"},
{"name_zh":"鉛管分佈地圖","name_en":"","description_zh":"這是一個以地圖呈現方式繪製在台灣使用含鉛的自來水輸送管線的專案。","description_en":"To show lead pipes which used to deliver water in taiwan.","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://kiang.github.io/lead_pipes"}],"repodata":[{"repo_id":"kiang/lead_pipes","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-10-22","repo_audience":["public"]}],"image_url":"https://github.com/kiang/lead_pipes/blob/gh-pages/og_image.png","keywords":["地理","地圖","Google Map","PHP"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-10-22"},
{"name_zh":"救救台灣龜","name_en":"","description_zh":"自 2006 年至今,台灣每年都會查獲準備被走私到中國的原生保育類淡水龜。原因是中國當地炒作烏龜獲利的需求越來越大。這個專案目的在讓大眾瞭解目前臺灣野生動物保育法的不足,以及討論出需要的補足與修改方向。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/cuora"}],"repodata":[{"repo_id":"g0v/cuora","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-10-24","repo_audience":["public"]}],"image_url":"","keywords":["野生動物保護法","盜獵走私","地理","法律","NodeJS"],"document":["https://g0v.hackpad.com/tFDaeOtsSbU"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/turtle-cuora","needs":[""],"since":"2015-10-24"},
{"name_zh":"農作物開放資料","name_en":"","description_zh":"有許多農業資料的網站都不錯,但是作物的市場名與俗名有些差異,民衆有時想搜尋時名字不一致,希望能將對應整理起來,並提供作物的相關資訊連結。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://a0726h77.github.io/open_crops/"}],"repodata":[{"repo_id":"a0726h77/open_crops","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal","CC By 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-11-07","repo_audience":["public"]},{"repo_id":"g0v/awesome-tw-openagri","repo_intro":"各種資料連結","repo_product_phase":"other","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-10-25","repo_audience":["public"]},],"image_url":"","keywords":["農業","農夫"],"document":["https://g0v.hackpad.com/kCmdNxq7RUe"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-10-25"},
{"name_zh":"看見思法 - 台灣法務視覺資料","name_en":"Visualized Criminal Justice Data of Taiwan","description_zh":"透過 Open Data 的模式與 Data Visualization 的技術,把冷僻、艱澀的司法統計,成為具故事性與科學系的圖像化資料。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"http://vizjust.tw/"}],"repodata":[{"repo_id":"yudazilian/VisualJusticeTW","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-11-14","repo_audience":["public"]}],"image_url":"","keywords":["法律","判決","犯罪","統計資料","司法","D3JS","Bootstrap","ReactJS","ReduxJS"],"document":["https://g0v.hackpad.com/LHL3rG6YM5F"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-11-14"},
{"name_zh":"政問","name_en":"","description_zh":"政問:一個新世代的政論節目。政問邀請〈重要意見領袖〉進行精彩對話,並且蒐集民眾意見,結合數據分析以及人工智慧,產生有意義的公共參與。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://talkto.tw"}],"repodata":[{"repo_id":"unfoldgroup/talkto.tw","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT","CC BY-NC-SA 4.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-11-24","repo_audience":["public"]}],"image_url":"","keywords":["政治","討論","Javascript"],"document":["https://g0v.hackpad.com/2mbZoXdDgzH"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-11-24"},
{"name_zh":"固定污染源管制地圖","name_en":"","description_zh":"固定污染源管制地圖試著要呈現已列管的固定污染源即時監測數值。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://kiang.github.io/chimney_map/"}],"repodata":[{"repo_id":"kiang/chimney_map","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-12-03","repo_audience":["public"]}],"image_url":"","keywords":["地理","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-12-03"},
{"name_zh":"開放新聞資料產生器","name_en":"Data News Generator","description_zh":"這是一個從大量的新聞媒體報導資料集合並成為新聞關鍵字資料視覺化的一個專案。","description_en":"","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/datasmith","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-12-26","repo_audience":["public"]}],"image_url":"","keywords":["Ruby","SemanticUI"],"document":["https://g0v.hackpad.com/SfuUIP4TA80"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-12-26"},
{"name_zh":"鄉民風水師","name_en":"","description_zh":"這是一個利用資料視覺化的方式設計的人文地理工具,目前可查詢全台凶宅地點及部份地區的違反勞基法事業名單的地點。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"Android 手機應用程式","phase":"mobileapps","status":"Production","url":"https://play.google.com/store/apps/details?id=tacoball.com.geomancer"}],"repodata":[{"repo_id":"OsmHackTW/Geomancer","repo_intro":"主專案程式碼","repo_product_phase":"mobileapps","repo_licenses":["GNU GPL v3"],"repo_author":"","repo_contributors":[],"repo_created_at":"2015-12-28","repo_audience":["public"]}],"image_url":"","keywords":["違反勞基法事業名單公佈","凶宅","地圖"],"document":["https://g0v.hackpad.com/0zZtHOsh7DJ"],"fb_url":"","foldr_url":"","needs":[""],"since":"2015-12-28"},
{"name_zh":"政黨票計算機","name_en":"","description_zh":"2016 總統立委大選之政黨票計算機,模擬各政黨票得票率而獲得立委的席次。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/partyvote2016/"}],"repodata":[{"repo_id":"g0v/partyvote2016","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-01-08","repo_audience":["public"]}],"image_url":"","keywords":["總統","立委","選舉","投票","Javscript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-01-08"},
{"name_zh":"Debater 辯論家 - 編輯小幫手","name_en":"","description_zh":"Debater 是一個架設在 Github Pages 上、純前端的網路服務,將散落各處的筆戰內容集中彙整,變成容易瀏覽的網頁。此專案可協助議題研究者收集分類彙整來自各地的網路吵架意見,形成初步的議題輪廓,以利後續的研究討論。","description_en":"Turn discussion records into organised filterable web view.","category":{"id":"3","name":"社會參與"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://etblue.github.io/debater/"}],"repodata":[{"repo_id":"ETBlue/debater","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-01-16","repo_audience":["public"]}],"image_url":"","keywords":["筆戰","整理","SCSS"],"document":["https://g0v.hackpad.com/vjeJIZ8onSY"],"fb_url":"https://www.facebook.com/groups/597161320435546/","foldr_url":"","needs":[""],"since":"2016-01-16"},
{"name_zh":"Excel Data Tool","name_en":"","description_zh":"這是一個將 Excel 資料轉成易讀資料的工具","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"轉成 CSV 檔","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/excel-data-tool/to-csv/index.html"},{"intro":"同格式的各分頁合併輸出單一 CSV 檔","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/excel-data-tool/merge-sheets/"},],"repodata":[{"repo_id":"g0v/excel-data-tool","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-02-26","repo_audience":["public"]}],"image_url":"","keywords":["CSV","格式轉換","XLSX","Javascript"],"document":["https://g0v.hackpad.com/jkpco57DjJH"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-02-26"},
{"name_zh":"零時空污觀測網","name_en":"","description_zh":"台灣環境數據資料視覺化第三代作品,整合各方空汙監測站的觀測資料與各種汙染源的排放資料,以地圖視覺化呈現清楚明瞭的即時空汙動態追蹤,以此達到排汙監督的社會效益。","description_en":"","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"主專案網頁 v2","phase":"websitelinks","status":"Production","url":"http://airmap.g0v.asper.tw/"},{"intro":"主專案網頁 v1","phase":"websitelinks","status":"Production","url":"http://g0vairmap.3203.info/"},],"repodata":[{"repo_id":"immortalmice/Real-time-Air-Quality-Map","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-02","repo_audience":["public"]}],"image_url":"","keywords":["g0v","空氣品質","PM2.5","NodeJS","Bootstrap"],"document":["https://g0v.hackpad.com/TexkKFNmqZP"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/g0vairmap","needs":[""],"since":"2016-03-02"},
{"name_zh":"地址轉經緯度","name_en":"","description_zh":"有鑒於地址轉經緯度是一個很重要的需求,但是很少有可以離線大量查詢的版本,因此這個專案希望可以滿足這需求,讓大家更容易把門牌轉經緯度融合進自己的服務中。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://ronnywang.github.io/taiwan-address-lookup/index.html"}],"repodata":[{"repo_id":"ronnywang/taiwan-address-lookup","repo_intro":"主專案程式碼","repo_product_phase":"websitelinks","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-05","repo_audience":["public"]}],"image_url":"","keywords":["地理","地址","門牌","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-03-05"},
{"name_zh":"立委咖電喂","name_en":"","description_zh":"這是一個呈現所有立法委員的聯繫資料,避免辦活動漏失邀請立委被認為沒有在做事。另提供方便民眾打電話以及更多監督功能。","description_en":"","category":{"id":"2-2","name":"開放資料、開放政府 - 課責"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://callliwei.hopto.org/"},{"intro":"雛型網頁","phase":"websitelinks","status":"Demo","url":"https://meisheep.github.io/g0v-call-liwei/"}],"repodata":[{"repo_id":"meisheep/g0v-call-liwei","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-05","repo_audience":["public"]},{"repo_id":"g0v/call-liwei-backend","repo_intro":"後端","repo_product_phase":"server","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-05","repo_audience":["public"]}],"image_url":"","keywords":["立委","接電話","Javascript","Bootstrap"],"document":["https://g0v.hackpad.com/t5nla4R4Dft"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/callliwei","needs":[""],"since":"2016-03-05"},
{"name_zh":"社會變遷全記錄","name_en":"","description_zh":"中研院台灣社會變遷全紀錄,記載各大主題及面向的社會變遷,主要內容來自社會變遷調查 (自 1985 年起),以及其他各種政府統計。","description_en":"","category":{"id":"2-3","name":"開放資料、開放政府 - 政府運作"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/automate.tscs","repo_intro":"主專案程式碼","repo_product_phase":"Data","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-03-06","repo_audience":["public"]}],"image_url":"","keywords":["研究","問卷","統計"],"document":["https://g0v.hackpad.com/UssOWtAVda9"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/tscs","needs":[""],"since":"2016-03-06"},
{"name_zh":"台灣內閣變化","name_en":"","description_zh":"透過 wikipedia 的資料,找出中華民國歷年來的閣員名單、性別、生日等,以便計算歷年的性別比例和平均年齡變化比較。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://ronnywang.github.io/taiwan-cabinet/"}],"repodata":[{"repo_id":"ronnywang/taiwan-cabinet","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["BSD","CC BY-SA 3.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-05-05","repo_audience":["public"]}],"image_url":"","keywords":[""],"document":["https://github.com/ronnywang/taiwan-cabinet/blob/master/README.md"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-05-05"},
{"name_zh":"Dev-Env","name_en":"","description_zh":"想要讓新手跳坑學程式,總覺得光是環境架設就是個門檻,但是如果不架好環境學習就難以開始。為了減少學習門檻讓更多人能參與寫程式,我決定開發一個在 web 上面就能夠做簡易開發的平台,讓新手更容易在學習初期做些簡單的程式嘗試,了解到程式弄做到什麼之後,就更有動力去把自己的環境架設起來。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://php-dev-env.herokuapp.com/"}],"repodata":[{"repo_id":"ronnywang/dev-env","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["BSD"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-03","repo_audience":["public"]}],"image_url":"","keywords":["PHP","Ruby","Python","Javascripit","測試","開發"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-03"},
{"name_zh":"g0v 專案 json 編輯器","name_en":"g0v Json Editor","description_zh":"這是一個可以從現有的 Github Repo 中的 g0v.json 檔案匯入、編輯 json,順便檢查 json 結構有沒有問題的專案。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"ronny 版","phase":"websitelinks","status":"Production","url":"https://ronnywang.github.io/g0vjson-editor/"}],"repodata":[{"repo_id":"g0v/editor","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-12","repo_audience":["contributor"]},{"repo_id":"g0v/g0v.json","repo_intro":"schema 格式定義","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-18","repo_audience":["contributor"]},{"repo_id":"ronnywang/g0vjson-editor","repo_intro":"ronny 版程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-03","repo_audience":["contributor"]}],"image_url":"","keywords":["產生器","檢查","Javascript"],"document":["https://g0v.hackpad.com/c07sSfauWSc"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-12"},
{"name_zh":"一鍵開大松","name_en":"","description_zh":"只要填寫一些資料,透過一個按鈕,就可以完成建立黑客松活動所需要的檔案和相關資料。","description_en":"OneButton is a one-click solution for ipa to finish all hackathon duties at once.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[],"repodata":[{"repo_id":"g0v/OneButton","repo_intro":"程式碼","repo_product_phase":"Other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-12","repo_audience":["contributor"]},{"repo_id":"g0v/OneButton-server-js","repo_intro":"後端程式碼","repo_product_phase":"Other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-09-26","repo_audience":["contributor"]}],"image_url":"","keywords":["黑客松","活動","Javascript","Jothon"],"document":["https://g0v.hackpad.com/%25E7%25AC%25AC%25E5%25A3%25B9%25E6%25AC%25A1%25E5%259F%25BA%25E7%25A4%258E%25E6%259D%25BE#magicdomid90"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-12"},
{"name_zh":"你今天加班了嗎?","name_en":"","description_zh":"我們希望建立一個工具,協助勞工檢測工時是否違反勞基法,以及協助計算應得的加班費。此外,我們也希望將工時的資訊以各種管道曝光。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://goodjoblife.github.io/OvertimeSalary/"}],"repodata":[{"repo_id":"goodjoblife/OvertimeSalary","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-18","repo_audience":["public"]}],"image_url":"","keywords":["薪資","薪水","勞工","過勞","加班","公司","企業","Javascript"],"document":["https://g0v.hackpad.com/tA21IMtODD8"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-18"},
{"name_zh":"工時時薪透明化運動","name_en":"","description_zh":"此專案希望建立一個工具,協助勞工檢測工時是否違反勞基法,以及協助計算應得的加班費。此外,我們也希望將工時的資訊以各種管道曝光。","description_en":"","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://worktime.goodjob.life/"},{"intro":"你今天加班了嗎? Demo","phase":"websitelinks","status":"Demo","url":"https://goodjoblife.github.io/OvertimeSalary/"}],"repodata":[{"repo_id":"goodjoblife/WorkTimeSurvey","repo_intro":"前端","repo_product_phase":"Website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-26","repo_audience":["public"]},{"repo_id":"goodjoblife/WorkTimeSurvey-backend","repo_intro":"後端","repo_product_phase":"backend","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-27","repo_audience":["contributor"]},{"repo_id":"goodjoblife/OvertimeSalary","repo_intro":"你今天加班了嗎? Demo","repo_product_phase":"Website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-18","repo_audience":["public"]}],"image_url":"","keywords":["薪資","薪水","勞工","過勞","加班","公司","企業","Javascript","MongoDB"],"document":["https://g0v.hackpad.com/tA21IMtODD8"],"fb_url":"https://www.facebook.com/goodjob.life/","foldr_url":"","needs":[""],"since":"2016-06-18"},
{"name_zh":"g0v.hackpad 搜尋器","name_en":"","description_zh":"這是 g0v 基礎建設的一個小坑,目標是做一個輕便快速的搜尋器,來取代 hackpad 現在的搜尋介面。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"http://api.search.g0v.io/"}],"repodata":[{"repo_id":"g0v/search-g0v","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-20","repo_audience":["contributor"]}],"image_url":"","keywords":["搜尋","hackpad","社群","工具","Python"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-20"},
{"name_zh":"g0v Issues Tracker","name_en":"g0v Issue Aggregator","description_zh":"這是一個把所有 g0v 專案的 Github issues 集中顯示在一個網頁的專案,供開發者快速尋找 g0v 產出的專案中待解決的事項。","description_en":"Search g0v repo issues by language & labels","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"http://g0vissues.jmehsieh.com/"}],"repodata":[{"repo_id":"JmeHsieh/issue_aggregator","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-06-21","repo_audience":["contributor"]}],"image_url":"","keywords":["label","language","search","人","坑","介面","基礎","infras","開發","問題回報","Python"],"document":["https://g0v.hackpad.com/9U6DLtdZc48#:h=issues-aggregator"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-06-21"},
{"name_zh":"勞基法計算機","name_en":"Labor Standards Law Calculator ( LSL Calculator )","description_zh":"這是模擬在勞基法修法前後的勞工每週基本工時、加班費、加班補休的計算網頁。","description_en":"To clarify the dispute over amendment on labor time, LSL Calculator calculates and visualizes amount of official holidays, minimum salary and maximum overtime hours per week based on different proposed modification of LSL through an unified interface.","category":{"id":"2-6","name":"開放資料、開放政府 - 經濟活動"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://g0v.github.io/workweek"}],"repodata":[{"repo_id":"g0v/workweek","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-07","repo_audience":["public"]}],"image_url":"","keywords":["加班","超時工作","一例一休","週休兩例","變形工時","修法","Javascript"],"document":["https://hackmd.io/p/ryf8nW2Y#/","https://g0v.hackpad.com/i0SaVNv0Z5k"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-07-07"},
{"name_zh":"公務人員出國報告查詢統計網","name_en":"","description_zh":"政府的公務出國考察經常被認為是在消化預算或是出國旅遊,在資源分配上也備受質疑。本計畫希望能夠整合各考察資訊網的資料,使出國考察的狀況能以更直觀方式呈現,也提供更方便的管道查詢報告。","description_en":"","category":{"id":"2-1","name":"開放資料、開放政府 - 法制與政府組織"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://catding.twbbs.org/report/"}],"repodata":[{"repo_id":"catdingding/report","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-10","repo_audience":["public"]},{"repo_id":"g0v/report","repo_intro":"貢獻者 fork 程式","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-10","repo_audience":["public"]},],"image_url":"","keywords":["公職人員","出國考察","PHP"],"document":["https://g0v.hackpad.com/E0G6gZDQ2ZZ"],"fb_url":"https://www.facebook.com/groups/1125748634116081/","foldr_url":"","needs":["介面設計師","前端工程師","後端工程師","文案編寫","有公務出國考察經驗者","任何有興趣的人"],"since":"2016-07-10"},
{"name_zh":"g0v Design Guide","name_en":"","description_zh":"這是為 g0v 相關專案提供一個通用的 UI 系統。","description_en":"Common Bootstrap theme and design guide for websites.","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Demo","url":"https://g0v.github.io/design-guide/",}],"repodata":[{"repo_id":"g0v/design-guide","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["CC0 1.0 Universal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-15","repo_audience":["contributors"]}],"image_url":"","keywords":["介面設計","Bootstrap"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-07-15"},
{"name_zh":"Submit 自己的稿自己投","name_en":"","description_zh":"零時政府揪松團電子報投稿平台 - 你有想要讓社群看到的東西嗎?g0v 零時政府揪松團電子報投稿平台,瀏覽網站就可得知投稿方式。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://submit.g0v.tw/"}],"repodata":[{"repo_id":"g0v/submit","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-07-27","repo_audience":["contributor"]}],"image_url":"","keywords":["投稿","公報","電子報","g0v jothon","Livescript","Jade"],"document":["https://g0v.hackpad.com/OM39ftAPhbB"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-07-27"},
{"name_zh":"Hack Story 共筆時間軸","name_en":"Hack Timeline","description_zh":"不少工作坊跟會議都需要參與者共同整理出時間軸,不管是重建事件經過、未來情境推估或是統整眾人的認知。這通常需要透過現場有夠大白板跟牆面,加上一堆便條紙來達成。透過數位化的工具,不管是在整理議題的來龍去脈、事件發生的經過、推估未來情境發展都會好用很多。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://g0v.github.io/HackStory/"}],"repodata":[{"repo_id":"g0v/HackStory","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-08-06","repo_audience":["public"]}],"image_url":"","keywords":["甘特圖","HackTimeline","modernizr JS"],"document":["https://g0v.hackpad.com/6svktTYKVLb"],"fb_url":"","foldr_url":"","needs":["designer"],"since":"2016-08-06"},
{"name_zh":"台灣護病比查詢","name_en":"Taiwan Nurse patient ratio","description_zh":"這是一個揭露全台所有大醫院的醫護人員與病人比例的網站。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://g0v.github.io/npratio/"}],"repodata":[{"repo_id":"g0v/npratio","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-08-06","repo_audience":["public"]}],"image_url":"","keywords":["醫療","護理血汗指數"],"document":["https://g0v.hackpad.com/L4KNanSM67U"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-08-06"},
{"name_zh":"災害警示公開資料彙整","name_en":"","description_zh":"這是透過 P2P 網路彙整公開災害警示資料 RSS Feed 的專案。瀏覽網頁需要瀏覽器支援 WebRTC 。","description_en":"","category":{"id":"2-4","name":"開放資料、開放政府 - 公共安全"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Beta","url":"https://g0v.github.io/beSafe/"}],"repodata":[{"repo_id":"g0v/beSafe","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-10-02","repo_audience":["public"]}],"image_url":"","keywords":["災害","災防","防救","應變","WebRTC","SemanticUI","hyperfeed","disaster","newsfeed"],"document":["https://g0v.hackpad.com/8wlJG0GYN8o"],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-10-02"},
{"name_zh":"真的假的 LINE BOT 查證轉傳訊息","name_en":"Rumors-Line-Bot","description_zh":"這是一個透過現今廣為大眾使用的 LINE App 手機應用程式,協助習慣使用通訊軟體勝過於於搜尋引擎的使用者來查詢在轉傳的訊息中是否有屬於闢謠的內容。","description_en":"Line bot that checks if a message contains internet rumor. ","category":{"id":"4","name":"新媒體"},"openwith":"_blank","product_url":[{"intro":"資料庫","phase":"websitelinks","status":"Production","url":"http://rumors.hacktabl.org/"}],"repodata":[{"repo_id":"MrOrz/rumors-line-bot","repo_intro":"主專案原始碼","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-10-05","repo_audience":["public","contributor"]},{"repo_id":"MrOrz/rumors-api","repo_intro":"API Server","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-08","repo_audience":["contributor"]},{"repo_id":"MrOrz/rumors-site","repo_intro":"Website","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-08","repo_audience":["contributor"]},{"repo_id":"MrOrz/rumors-db","repo_intro":"DB schema","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-09","repo_audience":["contributor"]},{"repo_id":"MrOrz/rumors-deploy","repo_intro":"deploy script","repo_product_phase":"other","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-15","repo_audience":["contributor"]},{"repo_id":"MrOrz/rumors-crawlers","repo_intro":"crawler","repo_product_phase":"other","repo_licenses":["unknown"],"repo_author":"","repo_contributors":[],"repo_created_at":"2017-01-21","repo_audience":["contributor"]}],"image_url":"","keywords":["機器人","Android","iOS","Ruby","Line 版新聞小幫手","ReactJS","NodeJS","流言","docker"],"document":["https://g0v.hackpad.com/Zb4bFLB7pnv"],"fb_url":"https://www.facebook.com/groups/1847232902175197","foldr_url":"http://beta.hackfoldr.org/rumors","needs":[""],"since":"2016-10-05"},
{"name_zh":"g0v 公民科技創新獎助金計畫","name_en":"","description_zh":"為鼓勵更多優秀人才投入公民科技領域、加速孵化更多成果,我們向國內外各大具社會影響力之媒體、科技產業募集「公民科技創新獎助金」,並從 g0v 零時政府揪松團設計一套參與、評選機制,來獎助具潛力且有助公共利益的專案,投入原型開發或維護營運。","description_en":"","category":{"id":"1","name":"g0v 基礎建設"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"https://grants.g0v.tw/"}],"repodata":[{"repo_id":"g0v/g0v-grant-landing","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-05","repo_audience":["public"]},{"repo_id":"g0v/grantdash","repo_intro":"後台資料庫","repo_product_phase":"website","repo_licenses":["MIT"],"repo_author":"","repo_contributors":[],"repo_created_at":"2016-12-02","repo_audience":["public"]},],"image_url":"","keywords":["補助","Jade","NodeJS","Bootstrap"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2016-12-02"},
{"name_zh":"麥打卡","name_en":"","description_zh":"mydaka 麥打卡提供個人 JSON-LD 定義的工時紀錄,工時記錄從掌握在雇主的專屬系統裡面脫離,轉換為掌握在勞動者手上。","description_en":"","category":{"id":"3","name":"社會參與"},"openwith":"hackframe","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"alpha","url":"https://g0v.github.io/mydaka/"}],"repodata":[{"repo_id":"g0v/mydaka","repo_intro":"主專案程式碼","repo_product_phase":"website","repo_licenses":["Apache 2.0"],"repo_author":"","repo_contributors":[],"repo_created_at":"2017-01-02","repo_audience":["public"]}],"image_url":"","keywords":["工時","勞基法","加班","Javascript"],"document":[""],"fb_url":"","foldr_url":"","needs":[""],"since":"2017-01-02"},
{"name_zh":"台北市心理資源地圖","name_en":"","description_zh":"這是一個台北市心理資源地圖,以諮商診所和精神科、健康中心為主,讓民眾方便在地圖上搜尋,可以在需要的時候快速求助和查詢。","description_en":"","category":{"id":"2-5","name":"開放資料、開放政府 - 公營服務"},"openwith":"_blank","product_url":[{"intro":"主專案網頁","phase":"websitelinks","status":"Production","url":"http://psymap.cjwind.idv.tw/"}],"repodata":[{"repo_id":"twpsymap","repo_intro":"主專案程式碼","repo_product_phase":"","repo_licenses":["CC0 1.0 Univsrsal"],"repo_author":"","repo_contributors":[],"repo_created_at":"2017-04-08","repo_audience":["pubilc"]}],"image_url":"","keywords":["精神","診所","關懷","Open Street Map"],"document":["https://g0v.hackpad.com/0P6EGtVvPxc"],"fb_url":"","foldr_url":"http://beta.hackfoldr.org/psy","needs":[""],"since":"2017-04-08"}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment