From 970a4fd3a82bc1ced2c800c3c9c3f569f62f19c9 Mon Sep 17 00:00:00 2001 From: James Malone Date: Tue, 5 Apr 2016 18:22:24 -0700 Subject: [PATCH 1/3] Addition of public meetings page --- _data/meetings.yml | 21 ++++ _includes/header.html | 1 + _pages/public-meetings.md | 55 +++++++++ content/public-meetings/index.html | 181 +++++++++++++++++++++++++++++ 4 files changed, 258 insertions(+) create mode 100644 _data/meetings.yml create mode 100644 _pages/public-meetings.md create mode 100644 content/public-meetings/index.html diff --git a/_data/meetings.yml b/_data/meetings.yml new file mode 100644 index 0000000000000..f72e4c8d0bb27 --- /dev/null +++ b/_data/meetings.yml @@ -0,0 +1,21 @@ +events: +- date: 2016/04/01 + time: "9:30 - 16:00 Pacific" + location: PayPal
San Jose, CA, USA + type: Dev/PPMC Meeting + materials: + - title: Presentation - PPMC Deep Dive + link: "https://docs.google.com/presentation/d/1uTb7dx4-Y2OM_B0_3XF_whwAL2FlDTTuq2QzP9sJ4Mg/edit?usp=sharing" + + - title: Notes - PPMC Deep Dive + link: "https://docs.google.com/document/d/1SXSLj7FMIgKqj43nTcczFpJzqASeUMUCpbyklk2fBkg/edit?usp=sharing" + notes: + +- date: 2016/04/25 + time: "8:30 - 16:00 Pacific" + location: Hilton Financial District
750 Kearny St
San Francisco, CA 94108
+ type: Technical Deep Dive + materials: + notes: This is a proposed meeting. Space may be be limited.
Attendance preference will be given to PPMC members. + +last_updated: 2016/04/05 diff --git a/_includes/header.html b/_includes/header.html index 6311f398e59ff..23a9ebe7d4a11 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -27,6 +27,7 @@
  • Technical Docs
  • Technical Vision
  • Apache Beam Team
  • +
  • Public Meetings
  • Contribution Guide
  • diff --git a/_pages/public-meetings.md b/_pages/public-meetings.md new file mode 100644 index 0000000000000..2fc64471e4841 --- /dev/null +++ b/_pages/public-meetings.md @@ -0,0 +1,55 @@ +--- +layout: page +title: "Apache Beam Public Meetings" +permalink: /public-meetings/ +--- +Apache Beam is a shared effort within the open source community. To grow and develop that effort, it helps to schedule and hold public meetings, including: + +* Formal meetings for the Apache Beam community for project planning and discussion +* Informal "Meetup" events to discuss, share the vision and usefulness of Apache Beam + +The goal of these meetings will vary, though they will typically focus on technical discussions, community matters, and decision-making. These meetings have been held or are scheduled by the Apache Beam community. + + + + + + + + + + {% for meeting in site.data.meetings.events %} + + + + + + + + {% endfor %} +
    Date & TimeLocationTypeMeeting materialsNotes
    {{ meeting.date }}
    {{ meeting.time }}
    {{ meeting.location }}{{ meeting.type }} + {% for material in meeting.materials %} + + {% endfor %} + {{ meeting.notes }}
    +*This list was last updated on {{ site.data.meetings.last_updated }}.* + +All Apache Beam meetings are open to the public and we encourage anyone to attend. From time to time space in our event location may be limited, so preference will be given to PPMC members and others on a first-come, first-serve basis. + +## I want to give a public talk about Apache Beam +To get started, we recommend you review the Apache Beam [presentation materials]({{ site.baseurl }}/presentation-materials/) page to review the content the Apache Beam community has already created. These materials will possibly save you time and energy as you create content for your event. + +Once you have scheduled your event, we welcome you to announce it on the [dev@beam.incubator.apache.org](mailto:dev@beam.incubator.apache.org) mailing list. Additionally, please open a [JIRA item](https://issues.apache.org/jira/browse/BEAM) using the `website` component with details so we can update this page. + +If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the [dev@beam.incubator.apache.org](mailto:dev@beam.incubator.apache.org) mailing list. The Beam community can help provide feedback on your materials and promote your event. + +## Frequently asked questions about public meetings + +### How can I remotely attend these meetings? +We are investigating methods, such as video conferencing and IRC chat, to allow anyone to attend remotely. At present we do not have an estimated date. If you are interested in this option, please send an email to the [user@beam.incubator.apache.org](mailto:user@beam.incubator.apache.org) with your ideas and recommendations. + +### What is a public meeting? +Public meetings include scheduled Apache Beam Dev/PPMC meetings, Meetup events, conference talks, and other events where the public meets to discuss Beam. + +### How do I learn about new meetings? +The Apache Beam community announces upcoming public meetings on the [dev@beam.incubator.apache.org](mailto:dev@beam.incubator.apache.org) mailing list. If you want to learn about new events, we recommend you [subscribe](dev-subscribe@beam.incubator.apache.org) to that list. If you are holding a public event, please send an email to the dev@ list. diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html new file mode 100644 index 0000000000000..e7c79fefc6987 --- /dev/null +++ b/content/public-meetings/index.html @@ -0,0 +1,181 @@ + + + + + + + + + Apache Beam Public Meetings + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +

    Apache Beam Public Meetings

    +
    + +
    +

    Apache Beam is a shared effort within the open source community. To grow and develop that effort, it helps to schedule and hold public meetings, including:

    + +
      +
    • Formal meetings for the Apache Beam community for project planning and discussion
    • +
    • Informal “Meetup” events to discuss, share the vision and usefulness of Apache Beam
    • +
    + +

    The goal of these meetings will vary, though they will typically focus on technical discussions, community matters, and decision-making. These meetings have been held or are scheduled by the Apache Beam community.

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Date & TimeLocationTypeMeeting materialsNotes
    2016/04/01
    9:30 - 16:00 Pacific
    PayPal
    San Jose, CA, USA
    Dev/PPMC Meeting + + + + + +
    2016/04/25
    8:30 - 16:00 Pacific
    Hilton Financial District
    750 Kearny St
    San Francisco, CA 94108
    Technical Deep Dive + + This is a proposed meeting. Space may be be limited.
    Attendance preference will be given to PPMC members.
    +

    This list was last updated on 2016/04/05.

    + +

    All Apache Beam meetings are open to the public and we encourage anyone to attend. From time to time space in our event location may be limited, so preference will be given to PPMC members and others on a first-come, first-serve basis.

    + +

    I want to give a public talk about Apache Beam

    +

    To get started, we recommend you review the Apache Beam presentation materials page to review the content the Apache Beam community has already created. These materials will possibly save you time and energy as you create content for your event.

    + +

    Once you have scheduled your event, we welcome you to announce it on the dev@beam.incubator.apache.org mailing list. Additionally, please open a JIRA item using the website component with details so we can update this page.

    + +

    If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the dev@beam.incubator.apache.org mailing list. The Beam community can help provide feedback on your materials and promote your event.

    + +

    Frequently asked questions about public meetings

    + +

    How can I remotely attend these meetings?

    +

    We are investigating methods, such as video conferencing and IRC chat, to allow anyone to attend remotely. At present we do not have an estimated date. If you are interested in this option, please send an email to the user@beam.incubator.apache.org with your ideas and recommendations.

    + +

    What is a public meeting?

    +

    Public meetings include scheduled Apache Beam Dev/PPMC meetings, Meetup events, conference talks, and other events where the public meets to discuss Beam.

    + +

    How do I learn about new meetings?

    +

    The Apache Beam community announces upcoming public meetings on the dev@beam.incubator.apache.org mailing list. If you want to learn about new events, we recommend you subscribe to that list. If you are holding a public event, please send an email to the dev@ list.

    + +
    + +
    + +
    + + +
    +
    +
    + +
    +
    + +
    + + + + + From bf4a8fcd6d2006714388cb2c94fd03c30a64c0b1 Mon Sep 17 00:00:00 2001 From: James Malone Date: Thu, 7 Apr 2016 12:50:05 -0700 Subject: [PATCH 2/3] Update for second meeting --- _data/meetings.yml | 10 +++++----- content/public-meetings/index.html | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/meetings.yml b/_data/meetings.yml index f72e4c8d0bb27..9df943b73de17 100644 --- a/_data/meetings.yml +++ b/_data/meetings.yml @@ -11,11 +11,11 @@ events: link: "https://docs.google.com/document/d/1SXSLj7FMIgKqj43nTcczFpJzqASeUMUCpbyklk2fBkg/edit?usp=sharing" notes: -- date: 2016/04/25 - time: "8:30 - 16:00 Pacific" - location: Hilton Financial District
    750 Kearny St
    San Francisco, CA 94108
    +- date: 2016/05/11 + time: "8:00 - 11:00 Pacific" + location: Virtual type: Technical Deep Dive materials: - notes: This is a proposed meeting. Space may be be limited.
    Attendance preference will be given to PPMC members. + notes: This is a proposed meeting. Virtual attendance
    options will be announced soon. -last_updated: 2016/04/05 +last_updated: 2016/04/07 diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html index e7c79fefc6987..a64d6a0fa495a 100644 --- a/content/public-meetings/index.html +++ b/content/public-meetings/index.html @@ -122,17 +122,17 @@

    Apache Beam Public Meetings

    - 2016/04/25
    8:30 - 16:00 Pacific - Hilton Financial District
    750 Kearny St
    San Francisco, CA 94108
    + 2016/05/11
    8:00 - 11:00 Pacific + Virtual Technical Deep Dive - This is a proposed meeting. Space may be be limited.
    Attendance preference will be given to PPMC members. + This is a proposed meeting. Virtual attendance
    options will be announced soon. -

    This list was last updated on 2016/04/05.

    +

    This list was last updated on 2016/04/07.

    All Apache Beam meetings are open to the public and we encourage anyone to attend. From time to time space in our event location may be limited, so preference will be given to PPMC members and others on a first-come, first-serve basis.

    From 4001a86ff714260c800db7889bc03be7356298e3 Mon Sep 17 00:00:00 2001 From: James Malone Date: Thu, 7 Apr 2016 13:52:22 -0700 Subject: [PATCH 3/3] Update for email list --- _pages/public-meetings.md | 2 +- content/public-meetings/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/public-meetings.md b/_pages/public-meetings.md index 2fc64471e4841..ead8c07a798bf 100644 --- a/_pages/public-meetings.md +++ b/_pages/public-meetings.md @@ -39,7 +39,7 @@ All Apache Beam meetings are open to the public and we encourage anyone to atten ## I want to give a public talk about Apache Beam To get started, we recommend you review the Apache Beam [presentation materials]({{ site.baseurl }}/presentation-materials/) page to review the content the Apache Beam community has already created. These materials will possibly save you time and energy as you create content for your event. -Once you have scheduled your event, we welcome you to announce it on the [dev@beam.incubator.apache.org](mailto:dev@beam.incubator.apache.org) mailing list. Additionally, please open a [JIRA item](https://issues.apache.org/jira/browse/BEAM) using the `website` component with details so we can update this page. +Once you have scheduled your event, we welcome you to announce it on the [user@beam.incubator.apache.org](mailto:user@beam.incubator.apache.org) mailing list. Additionally, please open a [JIRA item](https://issues.apache.org/jira/browse/BEAM) using the `website` component with details so we can update this page. If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the [dev@beam.incubator.apache.org](mailto:dev@beam.incubator.apache.org) mailing list. The Beam community can help provide feedback on your materials and promote your event. diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html index a64d6a0fa495a..1a7b0aac4bcf7 100644 --- a/content/public-meetings/index.html +++ b/content/public-meetings/index.html @@ -139,7 +139,7 @@

    Apache Beam Public Meetings

    I want to give a public talk about Apache Beam

    To get started, we recommend you review the Apache Beam presentation materials page to review the content the Apache Beam community has already created. These materials will possibly save you time and energy as you create content for your event.

    -

    Once you have scheduled your event, we welcome you to announce it on the dev@beam.incubator.apache.org mailing list. Additionally, please open a JIRA item using the website component with details so we can update this page.

    +

    Once you have scheduled your event, we welcome you to announce it on the user@beam.incubator.apache.org mailing list. Additionally, please open a JIRA item using the website component with details so we can update this page.

    If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the dev@beam.incubator.apache.org mailing list. The Beam community can help provide feedback on your materials and promote your event.