From 47ccb181297e87aa05c5d4763a4a172594532959 Mon Sep 17 00:00:00 2001 From: tizhou86 Date: Wed, 4 Nov 2020 16:20:53 +0800 Subject: [PATCH] Add current sig list. --- sig-tmpl-auto-gen/list.tmpl | 23 ++++ sigs.yaml | 250 ++++++++++++++++++++++++++++++++++++ 2 files changed, 273 insertions(+) create mode 100644 sig-tmpl-auto-gen/list.tmpl create mode 100644 sigs.yaml diff --git a/sig-tmpl-auto-gen/list.tmpl b/sig-tmpl-auto-gen/list.tmpl new file mode 100644 index 000000000..0afb439c6 --- /dev/null +++ b/sig-tmpl-auto-gen/list.tmpl @@ -0,0 +1,23 @@ +{{- template "header" }} +# SIGs + +Most community activities are organized as special interest groups (sigs) and community meetings. +Sigs follow these guidelines, although each of these groups may operate differently, depending on their needs and workflow. +Each group's material is in its subdirectory in this project. + + +### Master SIG List + +| Name | Label | Chairs | Contact | Meetings | +|------|-------|--------|---------|----------| +{{- range .Sigs}} +|[{{.Name}}]({{.Dir}}/README.md)|{{.Label}}|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}
{{end}}|* [Slack](https://paddlepaddle.slack.com/messages/{{.Contact.Slack}})
* [Mailing List]({{.Contact.MailingList}})|{{- range .Meetings -}} + * {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})
+{{- end -}} +{{- range .Subprojects -}} + {{ $name := .Name }} + {{- range .Meetings -}} + * ({{ $name }}) {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})
+ {{- end -}} +{{- end -}} +{{- end }} diff --git a/sigs.yaml b/sigs.yaml new file mode 100644 index 000000000..960dfda03 --- /dev/null +++ b/sigs.yaml @@ -0,0 +1,250 @@ +sigs: + - dir: sig-detection + name: Paddle Detection + mission_statement: > + xxx + + charter_link: charter.md + label: detection + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: Paddle Detection Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-gan + name: PaddleGAN + mission_statement: > + xxx + + charter_link: charter.md + label: gan + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: Paddle Gan Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-hub + name: Paddle Hub + mission_statement: > + xxx + + charter_link: charter.md + label: hub + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: PaddleHub Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-lite + name: Paddle Lite + mission_statement: > + xxx + + charter_link: charter.md + label: lite + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: Lite Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-notebook + name: Paddle Notebook + mission_statement: > + xxx + + charter_link: charter.md + label: notebook + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: Notebook Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-ocr + name: Paddle OCR + mission_statement: > + xxx + + charter_link: charter.md + label: ocr + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: PaddleOCR Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: xxx + description: xxx + subprojects: + - name: xxx + owners: + - xxx + - xxx + - dir: sig-serving + name: Serving + mission_statement: > + xxx + + charter_link: charter.md + label: serving + leadership: + chairs: + - github: xxx + name: xxx + tech_leads: + - github: xxx + name: xxx + meetings: + - description: Serving Weekly Meeting + day: xxx + time: xxx + frequency: xxx + url: xxx + archive_url: xxx + recordings_url: xxx + contact: + slack: xxx + mailing_list: xxx + teams: + - name: sig-serving-benchmark + description: xxx + - name: sig-serving-dashboard + description: xxx + - name: sig-serving-documentation + description: xxx + - name: sig-serving-models + description: xxx + subprojects: + - name: sig-serving-benchmark + owners: + - xxx + - xxx + - name: sig-serving-dashboard + owners: + - xxx + - xxx + - name: sig-serving-documentation + owners: + - xxx + - xxx + - name: sig-serving-models + owners: + - xxx + - xxx