The Bargaining and Grievance Committee consists of the following officers and chairpersons:
- Bargaining and Grievance Committee Leader At Large
- President
- Campus Chief Steward
- Area Chief Stewards (4)
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID link(file.link, aliases) AS Meeting, Date
FROM #📅-event
WHERE !contains(file.path, "Template")
WHERE contains(Type, [[Bargaining and Grievance Committee]])
SORT Date DESC
```
%%
| Meeting | Date |
| ------- | ---- |
%% DATAVIEW_PUBLISHER: end %%