-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
140 lines (123 loc) · 3.9 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
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 Functions
desc: functions connect to Taiwan Legialtive Yuan API.
- contents:
- get_parlquestions
- get_meetings
- get_caucus_meetings
- get_executive_response
- get_public_debates
- get_speech_video
- get_committee_record
- get_bills
- get_bills_2
- get_legislators
- get_variable_info
- review_session_info
- legis_keywords
- get_ly_bills
- get_ly_committee_meets
- get_ly_committees_type
- get_ly_interpellations
- get_ly_ivod
- get_ly_legislator_bills
- get_ly_legislator_cosign_bills
- get_ly_legislators_by_term
- get_ly_legislator_detail
- get_tly_stat
- analyze_bills
- analyze_ivod
- analyze_meetings
- calculate_bill_trends
- generate_report
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-file-code-o
# text: Tutorial
# menu:
# - text: "Records of the Bills"
# href: articles/get_bills.html
# - text: "Demographic Data"
# href: articles/get_legislators.html
# - text: "Parliarmentary Questions"
# href: articles/get_parlquestions.html
# - text: "Party Caucus Negotiation"
# href: articles/get_caucus_meetings.html
- icon: fa-newspaper-o
text: News
menu:
- 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