Skip to content

Add current sig list. #5

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

Merged
merged 1 commit into from
Nov 12, 2020
Merged
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
23 changes: 23 additions & 0 deletions sig-tmpl-auto-gen/list.tmpl
Original file line number Diff line number Diff line change
@@ -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}}<br>{{end}}|* [Slack](https://paddlepaddle.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{- range .Meetings -}}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>
{{- end -}}
{{- range .Subprojects -}}
{{ $name := .Name }}
{{- range .Meetings -}}
* ({{ $name }}) {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>
{{- end -}}
{{- end -}}
{{- end }}
250 changes: 250 additions & 0 deletions sigs.yaml
Original file line number Diff line number Diff line change
@@ -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