You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Congratulations to the {{ year }} - {{ year | plus: 2 }} Steering Committee Cohort!
75
+
76
+
- Cordero Core
77
+
- Julia Damerow
78
+
- Kenton McHenry
79
+
- Miranda Mundt
80
+
{% endif %}
81
+
82
+
If you're interested in becoming part of the Steering Committee, we suggest you
83
+
have a look at
84
+
[Guidance for Potential Steering Committee Candidates](/2022-07-01-candidate-guidance/).
68
85
69
86
70
87
## Positions and Eligibility
71
88
89
+
{% if nowunix >= season_start and nowunix < results %}
72
90
Four Steering Committee seats are open in this election, each for a 2-year term
73
-
(January 1, 2025 through December 31, 2027).
91
+
(January 1, {{ year | plus: 1 }} through December 31, {{ year | plus: 3 }}).
74
92
The following steering committee members have terms that end this year:
75
-
Miranda Mundt, Rinku Gupta, Kenton McHenry, and Julia Damerow.
93
+
Abbey Roelofs, Alex Koufos, Ian Cosden, Jeff Carver, and Keith Beattie.
94
+
{% endif %}
76
95
All US-RSE members in good standing as of the day nominations open are eligible
77
-
for nomination.
96
+
for nomination.
78
97
79
98
The US-RSE Steering Committee sets its own meeting frequency and timing.
80
99
Currently, the Steering Committee meets every two weeks on Fridays.
81
-
The Steering Committee meeting frequency and schedule for 2025 will be
100
+
The Steering Committee meeting frequency and schedule for {{ year | plus: 1 }} will be
82
101
determined once new members are elected.
83
102
84
103
The responsibilities of Steering Committee members are detailed in the
@@ -108,18 +127,21 @@ Additionally, Steering Committee members are expected to:
108
127
109
128
## Nominations and Candidate Information
110
129
111
-
<!-- **[Candidate Information is Available](/2022-11-18-sc-candidates/)** -->
112
-
130
+
{% if nowunix >= season_start and nowunix < season_end %}
113
131
Nominations will open on {{ page.nominations_open | date: "%B %e, %Y" }} and
114
132
close on {{ page.nominations_close | date: "%B %e, %Y" }} (see above for more
115
133
details.)
134
+
{% endif %}
116
135
117
136
Once nominations open up, interested members are encouraged to nominate themselves.
118
137
Alternatively, if you know of a member who you think would make a good
119
138
candidate, you can submit a nomination for someone else, who will be invited to run.
120
139
All US-RSE members in good standing are eligible to be nominated as candidates.
121
140
122
-
{% if nowunix >= nom_open and nowunix < nom_close %}
141
+
142
+
<!-- Nomination form and candidates section -->
143
+
{% if nowunix >= season_start and nowunix < season_end %}
144
+
{% if nowunix >= nom_open and nowunix < nom_close %}
123
145
### Nomination Form
124
146
125
147
The nomination form can be found [HERE](https://docs.google.com/forms/d/e/1FAIpQLSdymmrCfE3QgKmeOmPUSeaDhEEG2z0adxfmiNGHbO3C6nv1YA/viewform). Please fill this form for self-nomination OR if you are nominating someone else.
@@ -154,16 +176,17 @@ themselves at the Annual General Meeting on December 6, 2024.
154
176
An [#election channel is available on Slack](https://usrse.slack.com/archives/C01BC66Q16E)
155
177
for any discussion with or about candidates.
156
178
157
-
{% elsif nowunix >= nom_close and nowunix < can_ann %}
179
+
{% elsif nowunix >= nom_close and nowunix < can_ann %}
158
180
### Nomination Form
159
181
160
182
Nominations are now closed. We will be announcing the candidates soon!
161
183
162
-
{% elsif nowunix >= can_ann %}
184
+
{% elsif nowunix >= can_ann %}
163
185
### Nomination Form
164
186
165
187
Nominations are now closed and our candidates for next cycle can be found below.
166
188
189
+
167
190
### Candidate Information
168
191
169
192
Candidates are listed in alphabetical order.
@@ -179,6 +202,7 @@ Candidates are listed in alphabetical order.
179
202
180
203
More information about the candidates can be [found here](/2024-11-08-sc-candidates).
0 commit comments