|
118 | 118 | ['President', 'Alys Brett', founding, agm_2020], |
119 | 119 | ['President', 'Paul Richmond', agm_2020, agm_2021], |
120 | 120 | ['President', 'Matt Williams', agm_2021, agm_2024], |
| 121 | + ['President', 'David Beavan', agm_2024, current], |
121 | 122 |
|
122 | 123 | ['Vice-President', 'Christopher Woods', founding, new Date("2019-05-01")], |
123 | 124 | ['Vice-President', 'Paul Richmond', agm_2019, agm_2020], |
124 | 125 | ['Vice-President', 'Claire Wyatt', agm_2020, agm_2021], |
125 | 126 | ['Vice-President', 'Teri Forey', agm_2021, new Date("2022-02-21")], |
126 | 127 | ['Vice-President', 'Ian Cottam', new Date("2022-02-21"), agm_2022], |
127 | | - ['Vice-President', 'David Beavan', agm_2022, current], |
| 128 | + ['Vice-President', 'David Beavan', agm_2022, agm_2024], |
128 | 129 | ['Vice-President', 'Evelina Gabasova', agm_2022, agm_2024], |
| 130 | + ['Vice-President', 'Mike Simpson', agm_2024, current], |
| 131 | + ['Vice-President', 'Fliss Guest', agm_2024, current], |
129 | 132 |
|
130 | 133 | ['Treasurer', 'Simon Hettrick', founding, agm_2020], |
131 | 134 | ['Treasurer', 'Matt Williams', agm_2020, agm_2021], |
132 | 135 | ['Treasurer', 'Kirsty Pringle', agm_2021, agm_2022], |
133 | 136 | ['Treasurer', 'Fergus Cooper', agm_2022, agm_2023], |
134 | 137 | ['Treasurer', 'Robin Nandi', agm_2023, agm_2024], |
| 138 | + ['Treasurer', "Martin O'Reilly", agm_2024, current], |
135 | 139 |
|
136 | 140 | ['Vice-Treasurer', 'Matt Williams', agm_2019, agm_2020], |
137 | 141 | ['Vice-Treasurer', 'Kirsty Pringle', agm_2020, agm_2021], |
138 | 142 | ['Vice-Treasurer', 'Fergus Cooper', agm_2021, agm_2022], |
139 | 143 | ['Vice-Treasurer', 'Robin Nandi', agm_2022, agm_2023], |
140 | | - ['Vice-Treasurer', "Martin O'Reilly", agm_2023, current], |
| 144 | + ['Vice-Treasurer', "Martin O'Reilly", agm_2023, agm_2024], |
| 145 | + ['Vice-Treasurer', 'Godwin Yeboah', agm_2024, current], |
| 146 | + ['Vice-Treasurer', 'Yo Yehudi', agm_2024, current], |
141 | 147 |
|
142 | 148 | ['Secretary', 'Andrew Turner', founding, agm_2020], |
143 | 149 | ['Secretary', 'Teri Forey', agm_2020, agm_2021], |
144 | 150 | ['Secretary', 'Mark Turner (Durham)', agm_2021, agm_2022], |
145 | 151 | ['Secretary', 'Gillian Sinclair', agm_2022, current], |
| 152 | + |
| 153 | + ['Vice-Secretary', 'Fliss Guest', agm_2023, agm_2024], |
| 154 | + ['Vice-Secretary', 'Stef Piatek', agm_2024, current], |
146 | 155 | ]); |
147 | 156 |
|
148 | 157 | var options = { |
149 | 158 | timeline: { |
150 | 159 | rowLabelStyle: { fontSize: 11 }, |
151 | 160 | barLabelStyle: { fontSize: 11 } |
152 | 161 | }, |
153 | | - height: 270, |
| 162 | + height: 340, |
154 | 163 | } |
155 | 164 |
|
156 | 165 | chart.draw(dataTable, options); |
|
0 commit comments