-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
180 lines (158 loc) · 5.71 KB
/
_pkgdown.yml
File metadata and controls
180 lines (158 loc) · 5.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
url: https://davidycliao.github.io/legisTaiwan/
home:
title: Accessing Real-time and Archives of Taiwan Legislative Data in R
links:
- text: Discussion
href: https://github.com/davidycliao/legisTaiwan/discussions
- text: 立法院 API v2
href: https://ly.govapi.tw/v2/swagger
- text: 立法院 API 使用指南
href: https://hackmd.io/@openfunltd/S1iLBqP21l/%2F%40openfunltd%2FHk39E9w2yg
- text: law-diff 提案法律對照比
href: https://openfunltd.github.io/law-diff/?keyword=&term=11&sessionPeriod=&proposer=
- text: DATALY 立院統合資料網
href: https://dataly.openfun.app
- text: Taiwan Citizen Congress Watch
href: https://ccw.org.tw/assess/session/45
- text: g0v 國會松
href: https://g0v.hackmd.io/@SA7CD7VRSp6Fcqw9CaElcQ/SJ93ZW5XR/https%3A%2F%2Fg0v.hackmd.io%2F%40hRQQwB1RRValc_Fu0Awrmw%2FSy8w_Vjklx
- text: "東吳大學政治學系國會研究中心"
href: https://twcongress.weebly.com
- text: "The Centre for Artificial Intelligence in Government (CAIG) @ University of Birmingham"
href: https://www.birmingham.ac.uk/research/centres-institutes/centre-for-artificial-intelligence-in-government
reference:
- title: "API V1 - Basic Data"
desc: "Basic data retrieval functions from old Legislative Yuan API"
contents:
- starts_with("get_bills")
- get_meetings
- get_committee_record
- get_legislators
- title: "API V1 - Parliamentary Activities"
desc: "Functions for parliamentary activities from old API"
contents:
- get_parlquestions
- get_caucus_meetings
- get_executive_response
- get_public_debates
- get_speech_video
- title: "API V2 - Bills and Committees"
desc: "New API functions for bills and committee information"
contents:
- get_ly_bills
- get_ly_committee_meets
- get_ly_committees_type
- get_ly_interpellations
- get_ly_ivod
- title: "API V2 - Legislator Information"
desc: "New API functions for legislator-specific data"
contents:
- get_ly_legislator_bills
- get_ly_legislator_cosign_bills
- get_ly_legislators_by_term
- get_ly_legislator_detail
- get_tly_stat
- title: "Analysis Tools"
desc: "Functions for data analysis and reporting"
contents:
- starts_with("analyze_")
- generate_report
- calculate_bill_trends
- title: "Utility and Data"
desc: "Helper functions and datasets"
contents:
- get_variable_info
- review_session_info
- legis_keywords
authors:
Yen-Chieh Liao:
href: https://davidycliao.github.io
Li Tang:
href: https://sites.google.com/view/litang2020?pli=1
Taiwan Legislative Yuan 立法院:
href: https://data.ly.gov.tw/catelog.action
html: "<img src='https://raw.githack.com/davidycliao/legisTaiwan/master/inst/figures/ly.jpeg' width=52>"
OpenFun Ltd. 歐噴有限公司:
href: https://openfun.tw
html: "<img src='https://raw.githack.com/davidycliao/legisTaiwan/master/inst/figures/openfun.jpg' width=50>"
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="{YOUR DOMAIN},all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
params:
ganalytics: G-X85ED8P5EW
development:
mode: auto
navbar:
type: inverse
left:
- icon: fa-home
href: index.html
aria-label: "Home"
- icon: fa-rocket
text: Quick Start
menu:
- text: "Get Started"
href: articles/quickstart.html#get-started-with-using-remotes
- text: "Legislative Yuan API (v2)"
href: articles/quickstart.html#taiwan-legislative-yuan-api-v2.html
- icon: fa-search
text: Research
menu:
- text: "Rollcall Votes"
href: articles/publication.html#rollcall-votes-記名投票
- text: "Interpellation"
href: articles/publication.html#nterpellation-院會(或委員會)質詢.html
- text: "Written Question"
href: articles/publication.html#written-question-專案質詢.html
- text: "Others"
href: articles/others.html#others.html
- icon: fa-file-code-o
text: Reference
menu:
- text: "Function Reference"
href: reference/index.html
- icon: fa-code
text: API Functions
menu:
- text: "API V1 - Basic Data"
desc: "Basic data retrieval functions from old Legislative Yuan API"
href: reference/index.html#api-v1-basic-data
- text: "API V1 - Parliamentary Activities"
desc: "Functions for parliamentary activities from old API"
href: reference/index.html#api-v1-parliamentary-activities
- text: "API V2 - Bills and Committees"
desc: "New API functions for bills and committee information"
href: reference/index.html#api-v2-bills-and-committees
- text: "API V2 - Legislator Information"
desc: "New API functions for legislator-specific data"
href: reference/index.html#api-v2-legislator-information
- text: "Analysis Tools"
desc: "Functions for data analysis and reporting"
href: reference/index.html#analysis-tools
- text: "Utility and Data"
desc: "Helper functions and datasets"
href: reference/index.html#utility-and-data
- icon: fa-newspaper-o
text: News
menu:
- text: "0.2.2"
href: news/index.html#legistaiwan-022-development-version
- text: "0.2.1"
href: news/index.html#legistaiwan-021-development-version
- text: "0.1.7"
href: news/index.html#legistaiwan-017-development-version
- text: "0.1.6"
href: news/index.html#legistaiwan-016-development-version
- text: "0.1.4"
href: news/index.html#legistaiwan-014-development-version
- text: "0.1.3"
href: news/index.html#legistaiwan-013-development-version
- text: "0.1.1"
href: news/index.html#legistaiwan-011-development-version
right:
- icon: fa-github fa-lg
text: GitHub
href: https://github.com/davidycliao/legisTaiwan