Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up inactive working groups #693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@ aliases:
- vpavlin
- yanniszark
wg-manifests-leads:
Copy link
Member

@juliusvonkohout juliusvonkohout Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am missing there, even though i am in the google acls as wg-manifests leads. Please add me.

- PatrickXYS
- StefanoFioravanzo
- elikatsis
- kimwnasptd
- yanniszark
wg-notebooks-leads:
- StefanoFioravanzo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StefanoFioravanzo is active again within Kueflow

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juliusvonkohout thanks for mentioning this. I won't be contributing code anytime soon I think. In quality of release product manager I am contributing to the notebooks wg only in terms of reviewing design docs, helping with the roadmap and aligning with the user feedback we gather.

- elikatsis
- kimwnasptd
- thesuperzapper
- yanniszark
wg-pipelines-leads:
- animeshsingh
- chensun
Expand Down
1 change: 1 addition & 0 deletions generator/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func (g *LeadershipGroup) Owners() []Person {
type Group struct {
Dir string
Name string
Inactive bool `yaml:"inactive,omitempty"`
MissionStatement FoldedString `yaml:"mission_statement,omitempty"`
CharterLink string `yaml:"charter_link,omitempty"`
StakeholderSIGs []string `yaml:"stakeholder_sigs,omitempty"`
Expand Down
8 changes: 6 additions & 2 deletions generator/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ When the need arises, a [new WG can be created](wgs/wg-lifecycle.md)

| Name | Label | Chairs | Contact | Meetings |
|------|-------|--------|---------|----------|
{{- range .WorkingGroups}}
{{- range .WorkingGroups }}
{{- if not .Inactive }}
|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubeflow.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{- range .Meetings -}}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>
{{- end -}}
Expand All @@ -26,12 +27,14 @@ When the need arises, a [new WG can be created](wgs/wg-lifecycle.md)
{{- end -}}
{{- end -}}
{{- end }}
{{- end }}

### Special Interest Group List

| Name | Label | Chairs | Contact | Meetings |
|------|-------|--------|---------|----------|
{{- range .Sigs}}
{{- range .Sigs }}
{{- if not .Inactive }}
|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubeflow.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{- range .Meetings -}}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>
{{- end -}}
Expand All @@ -42,3 +45,4 @@ When the need arises, a [new WG can be created](wgs/wg-lifecycle.md)
{{- end -}}
{{- end -}}
{{- end }}
{{- end }}
9 changes: 9 additions & 0 deletions generator/sig_readme.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{{- template "header" }}
# {{.Name}} Special Interest Group

{{- if .Inactive }}

<hr>
<h3>⚠️This Special Interest Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

{{- end }}

{{ .MissionStatement }}
{{- if .CharterLink }}
The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}} Special Interest Group.
Expand Down
9 changes: 9 additions & 0 deletions generator/ug_readme.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{{- template "header" }}
# {{.Name}} User Group

{{- if .Inactive }}

<hr>
<h3>⚠️This User Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

{{- end }}

{{ .MissionStatement }}
{{- if .CharterLink }}
The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}} User Group.
Expand Down
9 changes: 9 additions & 0 deletions generator/wg_readme.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{{- template "header" }}
# {{.Name}} Working Group

{{- if .Inactive }}

<hr>
<h3>⚠️This Working Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

{{- end }}

{{ .MissionStatement }}
{{- if .CharterLink }}
The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}} Working Group.
Expand Down
9 changes: 6 additions & 3 deletions sig-feature-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ To understand how this file is generated, see https://github.com/kubeflow/commun
--->
# Feature Store Special Interest Group

<hr>
<h3>⚠️This Special Interest Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

SIG Feature Store covers the definition, management, storage, discovery, and serving of features to models.

The [charter](charter.md) defines the scope and governance of the Feature Store Special Interest Group.

## Meetings
* Monthly SIG Meeting: [Wednesdays at 18:00 PT (Pacific Time)]() (monthly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=18:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1h2BMuN6V6cGFQrSRk7msmYVmZdrouLRV_EPR_tphZrU/edit#).


## Leadership

Expand Down
9 changes: 6 additions & 3 deletions sig-onprem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ To understand how this file is generated, see https://github.com/kubeflow/commun
--->
# OnPrem Special Interest Group

<hr>
<h3>⚠️This Special Interest Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

Serve as a community resource for advising with on premises installation of Kubeflow.

The [charter](charter.md) defines the scope and governance of the OnPrem Special Interest Group.

## Meetings
* SIG Onprem Community Meeting - (US East/EMEA): [Thursdays at 10:30 ET (Eastern Time)](https://us02web.zoom.us/j/87159010361?pwd=c09wTXk2dmJPNmpkTDFTb0o0cnY2Zz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:30&tz=ET%20%28Eastern%20Time%29).
* SIG Onprem Community Meeting - (US West): [Fridays at 15:00 ET (Eastern Time)](https://us02web.zoom.us/j/87159010361?pwd=c09wTXk2dmJPNmpkTDFTb0o0cnY2Zz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=15:00&tz=ET%20%28Eastern%20Time%29).


## Leadership

Expand Down
9 changes: 6 additions & 3 deletions wg-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ To understand how this file is generated, see https://github.com/kubeflow/commun
--->
# Deployment Working Group

<hr>
<h3>⚠️This Working Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

WG Deployment covers developing, maintaining artifacts to deploy and operate Kubeflow.

The [charter](charter.md) defines the scope and governance of the Deployment Working Group.

## Meetings
* Regular WG Meeting (Pacific PM): [Wednesdays at 17:30 PT (Pacific Time)]() (biweekly - every other Wednesday). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=17:30&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](http://bit.ly/kf-meeting-notes).


## Organizers

Expand Down
12 changes: 4 additions & 8 deletions wg-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,15 @@ When the need arises, a [new WG can be created](wgs/wg-lifecycle.md)
| Name | Label | Chairs | Contact | Meetings |
|------|-------|--------|---------|----------|
|[AutoML](wg-automl/README.md)|area/wg-automl|* [Andrey Velichkevich](https://github.com/andreyvelich), Apple<br>* [Ce Gao](https://github.com/gaocegege), Caicloud<br>* [Johnu George](https://github.com/johnugeorge), Nutanix<br>|* [Slack](https://kubeflow.slack.com/messages/wg-automl)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Kubeflow AutoML Working Group Meeting (Asia & Europe friendly): [Wednesdays at 11:00am UTC (Coordinated Universal Time) (every 4 weeks on Wednesday from the 10th of March 2021)](https://calendar.google.com/calendar/u/0/r?cid=ZDQ5bnNpZWZzbmZna2Y5MW8wdThoMmpoazRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ)<br>* Kubeflow AutoML Working Group Meeting (US friendly): [Wednesdays at 5:00pm UTC (Coordinated Universal Time) (every 4 weeks on Wednesday from the 24th of March 2021)](https://calendar.google.com/calendar/u/0/r?cid=ZDQ5bnNpZWZzbmZna2Y5MW8wdThoMmpoazRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ)<br>
|[Deployment](wg-deployment/README.md)|area/wg-deployment|* [Yao Xiao](https://github.com/PatrickXYS), AWS<br>* [Animesh Singh](https://github.com/animeshsingh), IBM<br>* [Igor Mameshin](https://github.com/mameshini), Agile Stacks<br>* [Vaclav Pavlin](https://github.com/vpavlin), Red Hat<br>* [Yannis Zarkadas](https://github.com/yanniszark), Arrikto<br>|* [Slack](https://kubeflow.slack.com/messages/wg-deployment)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Regular WG Meeting (Pacific PM): [Wednesdays at 17:30 PT (Pacific Time) (biweekly - every other Wednesday)]()<br>
|[Manifests](wg-manifests/README.md)|area/wg-manifests|* [Yao Xiao](https://github.com/PatrickXYS), AWS<br>* [Kimonas Sotirchos](https://github.com/kimwnasptd), Arrikto<br>* [Yannis Zarkadas](https://github.com/yanniszark), Arrikto<br>|* [Slack](https://kubeflow.slack.com/messages/wg-manifests)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Regular WG Meeting (Pacific AM): [Tuesdays at 08:00 PT (Pacific Time) (biweekly - every other Tuesday)]()<br>
|[Notebooks](wg-notebooks/README.md)|area/wg-notebooks|* [Stefano Fioravanzo](https://github.com/StefanoFioravanzo), Arrikto<br>* [Ilias Katsakioris](https://github.com/elikatsis), Arrikto<br>* [Kimonas Sotirchos](https://github.com/kimwnasptd), Arrikto<br>* [Mathew Wicks](https://github.com/thesuperzapper)<br>* [Yannis Zarkadas](https://github.com/yanniszark), Arrikto<br>|* [Slack](https://kubeflow.slack.com/messages/wg-notebooks)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Regular Notebooks Meeting (Australia & Europe friendly): [Thursdays at 11:00 pm PT (Pacific Time) (weekly)]()<br>
|[Pipelines](wg-pipelines/README.md)|area/wg-pipelines|* [James Wu](https://github.com/james-jwu), Google<br>* [Karthik Ramachandran](https://github.com/kramachandran), Google<br>* [Pavel Dournov](https://github.com/paveldournov), Google<br>|* [Slack](https://kubeflow.slack.com/messages/)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|
|[Serving](wg-serving/README.md)|area/wg-serving|* [Animesh Singh](https://github.com/animeshsingh), IBM<br>* [Clive Cox](https://github.com/cliveseldon), Seldon<br>* [Ellis Tarn](https://github.com/ellistarn), AWS<br>* [Rakesh Kalekar](https://github.com/rakelkar), Microsoft<br>* [Dan Sun](https://github.com/yuzisun), Bloomberg<br>|* [Slack](https://kubeflow.slack.com/messages/kfserving)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (biweekly)]()<br>
|[Training](wg-training/README.md)|area/wg-training|* [Ce Gao](https://github.com/gaocegege), Caicloud<br>* [Johnu George](https://github.com/johnugeorge), Nutanix<br>* [Yuan Tang](https://github.com/terrytangyuan), Red Hat<br>|* [Slack](https://kubeflow.slack.com/messages/wg-training)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Regular WG Meeting (Asia & Europe friendly): [Wednesdays at 03:00 PT (Pacific Time) (monthly - first Wednesday every month)]()<br>* Regular WG Meeting (US friendly): [Wednesdays at 10:00 PT (Pacific Time) (monthly - third Wednesday every month)]()<br>
|[Manifests](wg-manifests/README.md)|area/wg-manifests|* [Kimonas Sotirchos](https://github.com/kimwnasptd), Canonical<br>|* [Slack](https://kubeflow.slack.com/messages/wg-manifests)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am missing here as well Julius von Kohout, DHL

|[Notebooks](wg-notebooks/README.md)|area/wg-notebooks|* [Kimonas Sotirchos](https://github.com/kimwnasptd), Canonical<br>* [Mathew Wicks](https://github.com/thesuperzapper)<br>|* [Slack](https://kubeflow.slack.com/messages/wg-notebooks)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|
|[Pipelines](wg-pipelines/README.md)|area/wg-pipelines|* [James Wu](https://github.com/james-jwu), Google<br>* [Karthik Ramachandran](https://github.com/kramachandran), Google<br>* [Pavel Dournov](https://github.com/paveldournov), Google<br>|* [Slack](https://kubeflow.slack.com/messages/kubeflow-pipelines)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|
|[Training](wg-training/README.md)|area/wg-training|* [Ce Gao](https://github.com/gaocegege), Caicloud<br>* [Johnu George](https://github.com/johnugeorge), Nutanix<br>* [Yuan Tang](https://github.com/terrytangyuan), Red Hat<br>|* [Slack](https://kubeflow.slack.com/messages/wg-training)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|

### Special Interest Group List

| Name | Label | Chairs | Contact | Meetings |
|------|-------|--------|---------|----------|
|[Feature Store](sig-feature-store/README.md)|area/sig-feature-store|* [Kevin Stumpf](https://github.com/kevinstumpf)<br>* [Oleksii Moskalenko](https://github.com/pyalex), Gojek<br>* [Willem Pienaar](https://github.com/woop), Gojek<br>|* [Slack](https://kubeflow.slack.com/messages/feast)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* Monthly SIG Meeting: [Wednesdays at 18:00 PT (Pacific Time) (monthly)]()<br>
|[OnPrem](sig-onprem/README.md)|area/sig-onprem|* [Jeff Fogarty](https://github.com/jtfogarty), US Bank<br>|* [Slack](https://kubeflow.slack.com/messages/sig-onprem)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubeflow-discuss)|* SIG Onprem Community Meeting - (US East/EMEA): [Thursdays at 10:30 ET (Eastern Time) (biweekly)](https://us02web.zoom.us/j/87159010361?pwd=c09wTXk2dmJPNmpkTDFTb0o0cnY2Zz09)<br>* SIG Onprem Community Meeting - (US West): [Fridays at 15:00 ET (Eastern Time) (biweekly)](https://us02web.zoom.us/j/87159010361?pwd=c09wTXk2dmJPNmpkTDFTb0o0cnY2Zz09)<br>
<!-- BEGIN CUSTOM CONTENT -->

<!-- END CUSTOM CONTENT -->
8 changes: 2 additions & 6 deletions wg-manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ WG Manifests maintains a centralized repository of manifests.

The [charter](charter.md) defines the scope and governance of the Manifests Working Group.

## Meetings
* Regular WG Meeting (Pacific AM): [Tuesdays at 08:00 PT (Pacific Time)]() (biweekly - every other Tuesday). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://arrik.to/kf-wg-manifests-notes).


## Organizers

* Yao Xiao (**[@PatrickXYS](https://github.com/PatrickXYS)**), AWS
* Kimonas Sotirchos (**[@kimwnasptd](https://github.com/kimwnasptd)**), Arrikto
* Yannis Zarkadas (**[@yanniszark](https://github.com/yanniszark)**), Arrikto
* Kimonas Sotirchos (**[@kimwnasptd](https://github.com/kimwnasptd)**), Canonical
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am missing here as well Julius von Kohout, DHL


## Contact
- Slack: [#wg-manifests](https://kubeflow.slack.com/messages/wg-manifests)
Expand Down
11 changes: 3 additions & 8 deletions wg-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,16 @@ To understand how this file is generated, see https://github.com/kubeflow/commun
--->
# Notebooks Working Group

WG Notebooks is responsible for the user experience around Notebooks and their integrations with Kubeflow.
WG Notebooks is responsible for Kubeflow Notebooks and other core components.

The [charter](charter.md) defines the scope and governance of the Notebooks Working Group.

## Meetings
* Regular Notebooks Meeting (Australia & Europe friendly): [Thursdays at 11:00 pm PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00 pm&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://arrik.to/kf-wg-notebooks-notes).


## Organizers

* Stefano Fioravanzo (**[@StefanoFioravanzo](https://github.com/StefanoFioravanzo)**), Arrikto
* Ilias Katsakioris (**[@elikatsis](https://github.com/elikatsis)**), Arrikto
* Kimonas Sotirchos (**[@kimwnasptd](https://github.com/kimwnasptd)**), Arrikto
* Kimonas Sotirchos (**[@kimwnasptd](https://github.com/kimwnasptd)**), Canonical
* Mathew Wicks (**[@thesuperzapper](https://github.com/thesuperzapper)**)
* Yannis Zarkadas (**[@yanniszark](https://github.com/yanniszark)**), Arrikto

## Contact
- Slack: [#wg-notebooks](https://kubeflow.slack.com/messages/wg-notebooks)
Expand Down
4 changes: 2 additions & 2 deletions wg-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The [charter](charter.md) defines the scope and governance of the Pipelines Work

* James Wu (**[@james-jwu](https://github.com/james-jwu)**), Google
* Karthik Ramachandran (**[@kramachandran](https://github.com/kramachandran)**), Google
* Chen Sun (**[@chensun](https://github.com/chensun)**), Google
* Pavel Dournov (**[@paveldournov](https://github.com/paveldournov)**), Google

## Contact
- Slack: [#kubeflow-pipelines](https://app.slack.com/client/T7QLHSH6U/CE10KS9M4)
- Slack: [#kubeflow-pipelines](https://kubeflow.slack.com/messages/kubeflow-pipelines)
- [Mailing list](https://groups.google.com/forum/#!forum/kubeflow-discuss)
- [Open Community Issues/PRs](https://github.com/kubeflow/community/labels/wg%2Farea/wg-pipelines)
- GitHub Teams:
Expand Down
9 changes: 6 additions & 3 deletions wg-serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ To understand how this file is generated, see https://github.com/kubeflow/commun
--->
# Serving Working Group

<hr>
<h3>⚠️This Working Group is INACTIVE ⚠️</h3>
<h4>The following information is for historical purposes only.</h4>
<hr>

WG Serving covers developing, deploying, and operating serving jobs on Kubeflow.

The [charter](charter.md) defines the scope and governance of the Serving Working Group.

## Meetings
* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time)]() (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1KZUURwr9MnHXqHA08TFbfVbM8EAJSJjmaMhnvstvi-k/edit).


## Organizers

Expand Down
6 changes: 1 addition & 5 deletions wg-training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ WG Training covers developing, deploying, and operating training jobs on Kubeflo

The [charter](charter.md) defines the scope and governance of the Training Working Group.

## Meetings
* Regular WG Meeting (Asia & Europe friendly): [Wednesdays at 03:00 PT (Pacific Time)]() (monthly - first Wednesday every month). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=03:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1K0Qfr0zTuARtAg7ETg9hsMZPh0MT2QUxqGAYvM1Vpec/edit).
* Regular WG Meeting (US friendly): [Wednesdays at 10:00 PT (Pacific Time)]() (monthly - third Wednesday every month). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1K0Qfr0zTuARtAg7ETg9hsMZPh0MT2QUxqGAYvM1Vpec/edit).


## Organizers

Expand Down
Loading