-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
170 lines (147 loc) · 5.08 KB
/
_pkgdown.yml
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
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
href: https://ly.govapi.tw
- 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/%2FY6A2Ox-YRDS6ixtYw1BuoA%3Fview
- text: "The Centre for Artificial Intelligence in Government (CAIG)"
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/v0.1.4/inst/figures/ly.jpeg' width=52>"
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-project-diagram
# text: Manual
# menu:
# - text: "Interpellation and Debates"
# href: articles/manual.html#interpellation-and-debates
# - text: "Bill and Budget"
# href: articles/manual.html#bill-and-budget
# - text: "Miscellaneous"
# href: articles/manual.html#miscellaneous
- 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.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