You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ja...@apache.org on 2016/04/08 19:09:03 UTC

[1/4] incubator-beam-site git commit: Addition of public meetings page

Repository: incubator-beam-site
Updated Branches:
  refs/heads/asf-site ece351589 -> 38d8256d8


Addition of public meetings page


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/970a4fd3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/970a4fd3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/970a4fd3

Branch: refs/heads/asf-site
Commit: 970a4fd3a82bc1ced2c800c3c9c3f569f62f19c9
Parents: ece3515
Author: James Malone <ja...@gmail.com>
Authored: Tue Apr 5 18:22:24 2016 -0700
Committer: James Malone <ja...@gmail.com>
Committed: Tue Apr 5 18:22:24 2016 -0700

----------------------------------------------------------------------
 _data/meetings.yml                 |  21 ++++
 _includes/header.html              |   1 +
 _pages/public-meetings.md          |  55 ++++++++++
 content/public-meetings/index.html | 181 ++++++++++++++++++++++++++++++++
 4 files changed, 258 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/970a4fd3/_data/meetings.yml
----------------------------------------------------------------------
diff --git a/_data/meetings.yml b/_data/meetings.yml
new file mode 100644
index 0000000..f72e4c8
--- /dev/null
+++ b/_data/meetings.yml
@@ -0,0 +1,21 @@
+events:
+- date: 2016/04/01
+  time: "9:30 - 16:00 Pacific"
+  location: PayPal<br>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<br><a href="https://goo.gl/maps/L4cAuK8xdm52">750 Kearny St<br>San Francisco, CA 94108</a>
+  type: Technical Deep Dive
+  materials:
+  notes: This is a proposed meeting. Space may be be limited.<br>Attendance preference will be given to PPMC members.
+
+last_updated: 2016/04/05

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/970a4fd3/_includes/header.html
----------------------------------------------------------------------
diff --git a/_includes/header.html b/_includes/header.html
index 6311f39..23a9ebe 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -27,6 +27,7 @@
             <li><a href="https://goo.gl/ps8twC">Technical Docs</a></li>
             <li><a href="https://goo.gl/nk5OM0">Technical Vision</a></li>
             <li><a href="{{ site.baseurl }}/team/">Apache Beam Team</a></li>
+            <li><a href="{{ site.baseurl }}/public-meetings/">Public Meetings</a></li>
             <li role="separator" class="divider"></li>
             <li class="dropdown-header">Contribute</li>
             <li><a href="{{ site.baseurl }}/contribution-guide/">Contribution Guide</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/970a4fd3/_pages/public-meetings.md
----------------------------------------------------------------------
diff --git a/_pages/public-meetings.md b/_pages/public-meetings.md
new file mode 100644
index 0000000..2fc6447
--- /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.
+
+<table class="table">
+  <tr>
+      <th>Date & Time</th>
+      <th>Location</th>
+      <th>Type</th>
+      <th>Meeting materials</th>
+      <th>Notes</th>
+  </tr>
+  {% for meeting in site.data.meetings.events %}
+    <tr>
+      <td>{{ meeting.date }}<br>{{ meeting.time }}</td>
+      <td>{{ meeting.location }}</td>
+      <td>{{ meeting.type }}</td>
+      <td>
+        {% for material in meeting.materials %}
+        <div><a href="{{ material.link }}">{{ material.title }}</a></div>
+        {% endfor %}
+      </td>
+      <td>{{ meeting.notes }}</td>
+    </tr>
+  {% endfor %}
+</table>
+*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.

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/970a4fd3/content/public-meetings/index.html
----------------------------------------------------------------------
diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html
new file mode 100644
index 0000000..e7c79fe
--- /dev/null
+++ b/content/public-meetings/index.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html>
+<html lang="en">
+
+  <head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+
+  <title>Apache Beam Public Meetings</title>
+  <meta name="description" content="Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes.
+">
+
+  <link rel="stylesheet" href="/styles/site.css">
+  <link rel="stylesheet" href="/css/theme.css">
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link rel="canonical" href="http://beam.incubator.apache.org/public-meetings/">
+  <link rel="alternate" type="application/rss+xml" title="Apache Beam (incubating)" href="http://beam.incubator.apache.org/feed.xml">
+  <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+    ga('create', 'UA-73650088-1', 'auto');
+    ga('send', 'pageview');
+
+  </script>
+  <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
+</head>
+
+
+  <body role="document">
+
+    <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <a href="/" class="navbar-brand" >
+        <img alt="Brand" src="/images/beam_logo_navbar.png">
+      </a>
+    </div>
+    <div id="navbar" class="navbar-collapse collapse">
+      <ul class="nav navbar-nav">
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation <span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/getting_started/">Getting Started</a></li>
+            <li><a href="/presentation-materials/">Presentation Materials</a></li>
+            <li role="separator" class="divider"></li>
+            <li class="dropdown-header">Technical Documentation</li>
+            <li><a href="/capability-matrix/">Capability Matrix</a></li>
+            <li><a href="https://goo.gl/ps8twC">Technical Docs</a></li>
+            <li><a href="https://goo.gl/nk5OM0">Technical Vision</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li class="dropdown-header">Community</li>
+            <li><a href="/mailing_lists/">Mailing Lists</a></li>
+            <li><a href="https://goo.gl/ps8twC">Technical Docs</a></li>
+            <li><a href="https://goo.gl/nk5OM0">Technical Vision</a></li>
+            <li><a href="/team/">Apache Beam Team</a></li>
+            <li><a href="/public-meetings/">Public Meetings</a></li>
+            <li role="separator" class="divider"></li>
+            <li class="dropdown-header">Contribute</li>
+            <li><a href="/contribution-guide/">Contribution Guide</a></li>
+            <li><a href="/source_repository/">Source Repository</a></li>
+            <li><a href="/issue_tracking/">Issue Tracking</a></li>
+          </ul>
+        </li>
+        <li><a href="/blog">Blog</a></li>
+      </ul>
+    </div><!--/.nav-collapse -->
+  </div>
+</nav>
+
+
+<link rel="stylesheet" href="">
+
+
+    <div class="container" role="main">
+
+      <div class="container">
+        <article class="post">
+
+  <header class="post-header">
+    <h1 class="post-title">Apache Beam Public Meetings</h1>
+  </header>
+
+  <div class="post-content">
+    <p>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:</p>
+
+<ul>
+  <li>Formal meetings for the Apache Beam community for project planning and discussion</li>
+  <li>Informal “Meetup” events to discuss, share the vision and usefulness of Apache Beam</li>
+</ul>
+
+<p>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.</p>
+
+<table class="table">
+  <tr>
+      <th>Date &amp; Time</th>
+      <th>Location</th>
+      <th>Type</th>
+      <th>Meeting materials</th>
+      <th>Notes</th>
+  </tr>
+  
+    <tr>
+      <td>2016/04/01<br />9:30 - 16:00 Pacific</td>
+      <td>PayPal<br />San Jose, CA, USA</td>
+      <td>Dev/PPMC Meeting</td>
+      <td>
+        
+        <div><a href="https://docs.google.com/presentation/d/1uTb7dx4-Y2OM_B0_3XF_whwAL2FlDTTuq2QzP9sJ4Mg/edit?usp=sharing">Presentation - PPMC Deep Dive</a></div>
+        
+        <div><a href="https://docs.google.com/document/d/1SXSLj7FMIgKqj43nTcczFpJzqASeUMUCpbyklk2fBkg/edit?usp=sharing">Notes - PPMC Deep Dive</a></div>
+        
+      </td>
+      <td></td>
+    </tr>
+  
+    <tr>
+      <td>2016/04/25<br />8:30 - 16:00 Pacific</td>
+      <td>Hilton Financial District<br /><a href="https://goo.gl/maps/L4cAuK8xdm52">750 Kearny St<br />San Francisco, CA 94108</a></td>
+      <td>Technical Deep Dive</td>
+      <td>
+        
+      </td>
+      <td>This is a proposed meeting. Space may be be limited.<br />Attendance preference will be given to PPMC members.</td>
+    </tr>
+  
+</table>
+<p><em>This list was last updated on 2016/04/05.</em></p>
+
+<p>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.</p>
+
+<h2 id="i-want-to-give-a-public-talk-about-apache-beam">I want to give a public talk about Apache Beam</h2>
+<p>To get started, we recommend you review the Apache Beam <a href="/presentation-materials/">presentation materials</a> 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.</p>
+
+<p>Once you have scheduled your event, we welcome you to announce it on the <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. Additionally, please open a <a href="https://issues.apache.org/jira/browse/BEAM">JIRA item</a> using the <code class="highlighter-rouge">website</code> component with details so we can update this page.</p>
+
+<p>If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. The Beam community can help provide feedback on your materials and promote your event.</p>
+
+<h2 id="frequently-asked-questions-about-public-meetings">Frequently asked questions about public meetings</h2>
+
+<h3 id="how-can-i-remotely-attend-these-meetings">How can I remotely attend these meetings?</h3>
+<p>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 <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> with your ideas and recommendations.</p>
+
+<h3 id="what-is-a-public-meeting">What is a public meeting?</h3>
+<p>Public meetings include scheduled Apache Beam Dev/PPMC meetings, Meetup events, conference talks, and other events where the public meets to discuss Beam.</p>
+
+<h3 id="how-do-i-learn-about-new-meetings">How do I learn about new meetings?</h3>
+<p>The Apache Beam community announces upcoming public meetings on the  <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. If you want to learn about new events, we recommend you <a href="dev-subscribe@beam.incubator.apache.org">subscribe</a> to that list.  If you are holding a public event, please send an email to the dev@ list.</p>
+
+  </div>
+
+</article>
+
+      </div>
+
+
+    <hr>
+  <div class="row">
+      <div class="col-xs-12">
+          <footer>
+              <p class="text-center">&copy; Copyright 2016
+                <a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved.</p>
+                <p class="text-center"><a href="/privacy_policy">Privacy Policy</a> |
+                <a href="/feed.xml">RSS Feed</a></p>
+          </footer>
+      </div>
+  </div>
+  <!-- container div end -->
+</div>
+
+
+  </body>
+
+</html>


[3/4] incubator-beam-site git commit: Update for email list

Posted by ja...@apache.org.
Update for email list


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/4001a86f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/4001a86f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/4001a86f

Branch: refs/heads/asf-site
Commit: 4001a86ff714260c800db7889bc03be7356298e3
Parents: bf4a8fc
Author: James Malone <ja...@gmail.com>
Authored: Thu Apr 7 13:52:22 2016 -0700
Committer: James Malone <ja...@gmail.com>
Committed: Thu Apr 7 13:52:22 2016 -0700

----------------------------------------------------------------------
 _pages/public-meetings.md          | 2 +-
 content/public-meetings/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/4001a86f/_pages/public-meetings.md
----------------------------------------------------------------------
diff --git a/_pages/public-meetings.md b/_pages/public-meetings.md
index 2fc6447..ead8c07 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.
 

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/4001a86f/content/public-meetings/index.html
----------------------------------------------------------------------
diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html
index a64d6a0..1a7b0aa 100644
--- a/content/public-meetings/index.html
+++ b/content/public-meetings/index.html
@@ -139,7 +139,7 @@
 <h2 id="i-want-to-give-a-public-talk-about-apache-beam">I want to give a public talk about Apache Beam</h2>
 <p>To get started, we recommend you review the Apache Beam <a href="/presentation-materials/">presentation materials</a> 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.</p>
 
-<p>Once you have scheduled your event, we welcome you to announce it on the <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. Additionally, please open a <a href="https://issues.apache.org/jira/browse/BEAM">JIRA item</a> using the <code class="highlighter-rouge">website</code> component with details so we can update this page.</p>
+<p>Once you have scheduled your event, we welcome you to announce it on the <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. Additionally, please open a <a href="https://issues.apache.org/jira/browse/BEAM">JIRA item</a> using the <code class="highlighter-rouge">website</code> component with details so we can update this page.</p>
 
 <p>If you have any questions as you prepare for your event, we recommend you reach out to the Apache Beam community through the <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#098;&#101;&#097;&#109;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a> mailing list. The Beam community can help provide feedback on your materials and promote your event.</p>
 


[2/4] incubator-beam-site git commit: Update for second meeting

Posted by ja...@apache.org.
Update for second meeting


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/bf4a8fcd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/bf4a8fcd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/bf4a8fcd

Branch: refs/heads/asf-site
Commit: bf4a8fcd6d2006714388cb2c94fd03c30a64c0b1
Parents: 970a4fd
Author: James Malone <ja...@gmail.com>
Authored: Thu Apr 7 12:50:05 2016 -0700
Committer: James Malone <ja...@gmail.com>
Committed: Thu Apr 7 12:50:05 2016 -0700

----------------------------------------------------------------------
 _data/meetings.yml                 | 10 +++++-----
 content/public-meetings/index.html |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/bf4a8fcd/_data/meetings.yml
----------------------------------------------------------------------
diff --git a/_data/meetings.yml b/_data/meetings.yml
index f72e4c8..9df943b 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<br><a href="https://goo.gl/maps/L4cAuK8xdm52">750 Kearny St<br>San Francisco, CA 94108</a>
+- 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.<br>Attendance preference will be given to PPMC members.
+  notes: This is a proposed meeting. Virtual attendance<br>options will be announced soon.
 
-last_updated: 2016/04/05
+last_updated: 2016/04/07

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/bf4a8fcd/content/public-meetings/index.html
----------------------------------------------------------------------
diff --git a/content/public-meetings/index.html b/content/public-meetings/index.html
index e7c79fe..a64d6a0 100644
--- a/content/public-meetings/index.html
+++ b/content/public-meetings/index.html
@@ -122,17 +122,17 @@
     </tr>
   
     <tr>
-      <td>2016/04/25<br />8:30 - 16:00 Pacific</td>
-      <td>Hilton Financial District<br /><a href="https://goo.gl/maps/L4cAuK8xdm52">750 Kearny St<br />San Francisco, CA 94108</a></td>
+      <td>2016/05/11<br />8:00 - 11:00 Pacific</td>
+      <td>Virtual</td>
       <td>Technical Deep Dive</td>
       <td>
         
       </td>
-      <td>This is a proposed meeting. Space may be be limited.<br />Attendance preference will be given to PPMC members.</td>
+      <td>This is a proposed meeting. Virtual attendance<br />options will be announced soon.</td>
     </tr>
   
 </table>
-<p><em>This list was last updated on 2016/04/05.</em></p>
+<p><em>This list was last updated on 2016/04/07.</em></p>
 
 <p>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.</p>
 


[4/4] incubator-beam-site git commit: [BEAM-172] Public meetings page

Posted by ja...@apache.org.
[BEAM-172] Public meetings page

This closes #10


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/38d8256d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/38d8256d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/38d8256d

Branch: refs/heads/asf-site
Commit: 38d8256d8cf8886ecf80937a26e4dd8c5b29606b
Parents: ece3515 4001a86
Author: James Malone <ja...@gmail.com>
Authored: Fri Apr 8 10:07:05 2016 -0700
Committer: James Malone <ja...@gmail.com>
Committed: Fri Apr 8 10:07:05 2016 -0700

----------------------------------------------------------------------
 _data/meetings.yml                 |  21 ++++
 _includes/header.html              |   1 +
 _pages/public-meetings.md          |  55 ++++++++++
 content/public-meetings/index.html | 181 ++++++++++++++++++++++++++++++++
 4 files changed, 258 insertions(+)
----------------------------------------------------------------------