Regenerate website

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

Branch: refs/heads/asf-site
Commit: 5387243d0dc6057fbf5854c3d26a13c2832efa95
Parents: b76e36a
Author: Davor Bonaci <da...@google.com>
Authored: Wed Feb 1 11:32:41 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Wed Feb 1 11:32:41 2017 -0800

----------------------------------------------------------------------
 .../blog/2017/02/01/graduation-media-recap.html | 235 +++++++++++++++++++
 content/blog/index.html                         |  22 ++
 content/feed.xml                                |  93 +++++---
 content/index.html                              |   4 +-
 4 files changed, 317 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/5387243d/content/blog/2017/02/01/graduation-media-recap.html
----------------------------------------------------------------------
diff --git a/content/blog/2017/02/01/graduation-media-recap.html 
b/content/blog/2017/02/01/graduation-media-recap.html
new file mode 100644
index 0000000..f3176ac
--- /dev/null
+++ b/content/blog/2017/02/01/graduation-media-recap.html
@@ -0,0 +1,235 @@
+<!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>Media recap of the Apache Beam graduation</title>
+  <meta name="description" content="One year ago today Apache Beam was 
accepted into incubation at the ApacheSoftware Foundation. The community’s 
work over the past year culminated, justover th...">
+
+  <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>
+  <script src="/js/language-switch.js"></script>
+  <link rel="canonical" 
href="https://beam.apache.org/blog/2017/02/01/graduation-media-recap.html"; 
data-proofer-ignore>
+  <link rel="alternate" type="application/rss+xml" title="Apache Beam" 
href="https://beam.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" style="height: 25px" 
src="/images/beam_logo_navbar.png">
+      </a>
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar" aria-expanded="false" 
aria-controls="navbar">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+    </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">Get Started <span 
class="caret"></span></a>
+                 <ul class="dropdown-menu">
+                         <li><a href="/get-started/beam-overview/">Beam 
Overview</a></li>
+        <li><a href="/get-started/quickstart-java/">Quickstart - Java</a></li>
+        <li><a href="/get-started/quickstart-py/">Quickstart - Python</a></li>
+                         <li role="separator" class="divider"></li>
+                         <li class="dropdown-header">Example Walkthroughs</li>
+                         <li><a 
href="/get-started/wordcount-example/">WordCount</a></li>
+                         <li><a 
href="/get-started/mobile-gaming-example/">Mobile Gaming</a></li>
+              <li role="separator" class="divider"></li>
+              <li class="dropdown-header">Resources</li>
+              <li><a href="/get-started/downloads">Downloads</a></li>
+              <li><a href="/get-started/support">Support</a></li>
+                 </ul>
+           </li>
+        <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="/documentation">Using the 
Documentation</a></li>
+                         <li role="separator" class="divider"></li>
+                         <li class="dropdown-header">Beam Concepts</li>
+                         <li><a 
href="/documentation/programming-guide/">Programming Guide</a></li>
+                         <li><a href="/documentation/resources/">Additional 
Resources</a></li>
+                         <li role="separator" class="divider"></li>
+              <li class="dropdown-header">Pipeline Fundamentals</li>
+              <li><a 
href="/documentation/pipelines/design-your-pipeline/">Design Your 
Pipeline</a></li>
+              <li><a 
href="/documentation/pipelines/create-your-pipeline/">Create Your 
Pipeline</a></li>
+              <li><a href="/documentation/pipelines/test-your-pipeline/">Test 
Your Pipeline</a></li>
+              <li role="separator" class="divider"></li>
+                         <li class="dropdown-header">SDKs</li>
+                         <li><a href="/documentation/sdks/java/">Java 
SDK</a></li>
+                         <li><a href="/documentation/sdks/javadoc/0.4.0/" 
target="_blank">Java SDK API Reference <img src="/images/external-link-icon.png"
+                 width="14" height="14"
+                 alt="External link."></a>
+        </li>
+        <li><a href="/documentation/sdks/python/">Python SDK</a></li>
+                         <li role="separator" class="divider"></li>
+                         <li class="dropdown-header">Runners</li>
+                         <li><a 
href="/documentation/runners/capability-matrix/">Capability Matrix</a></li>
+                         <li><a href="/documentation/runners/direct/">Direct 
Runner</a></li>
+                         <li><a href="/documentation/runners/apex/">Apache 
Apex Runner</a></li>
+                         <li><a href="/documentation/runners/flink/">Apache 
Flink Runner</a></li>
+                         <li><a href="/documentation/runners/spark/">Apache 
Spark Runner</a></li>
+                         <li><a href="/documentation/runners/dataflow/">Cloud 
Dataflow Runner</a></li>
+                 </ul>
+           </li>
+        <li class="dropdown">
+                 <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">Contribute <span 
class="caret"></span></a>
+                 <ul class="dropdown-menu">
+                         <li><a href="/contribute">Get Started 
Contributing</a></li>
+        <li role="separator" class="divider"></li>
+        <li class="dropdown-header">Guides</li>
+                         <li><a 
href="/contribute/contribution-guide/">Contribution Guide</a></li>
+        <li><a href="/contribute/testing/">Testing Guide</a></li>
+        <li><a href="/contribute/release-guide/">Release Guide</a></li>
+        <li><a href="/contribute/ptransform-style-guide/">PTransform Style 
Guide</a></li>
+        <li role="separator" class="divider"></li>
+        <li class="dropdown-header">Technical References</li>
+        <li><a href="/contribute/design-principles/">Design Principles</a></li>
+                         <li><a href="/contribute/work-in-progress/">Ongoing 
Projects</a></li>
+        <li><a href="/contribute/source-repository/">Source 
Repository</a></li>      
+        <li role="separator" class="divider"></li>
+                         <li class="dropdown-header">Promotion</li>
+        <li><a href="/contribute/presentation-materials/">Presentation 
Materials</a></li>
+        <li><a href="/contribute/logos/">Logos and Design</a></li>
+        <li role="separator" class="divider"></li>
+        <li><a href="/contribute/maturity-model/">Maturity Model</a></li>
+        <li><a href="/contribute/team/">Team</a></li>
+                 </ul>
+           </li>
+
+        <li><a href="/blog">Blog</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false"><img 
src="https://www.apache.org/foundation/press/kit/feather_small.png"; alt="Apache 
Logo" style="height:24px;">Apache Software Foundation<span 
class="caret"></span></a>
+          <ul class="dropdown-menu dropdown-menu-right">
+            <li><a href="http://www.apache.org/";>ASF Homepage</a></li>
+            <li><a href="http://www.apache.org/licenses/";>License</a></li>
+            <li><a href="http://www.apache.org/security/";>Security</a></li>
+            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+            <li><a 
href="https://www.apache.org/foundation/policies/conduct";>Code of 
Conduct</a></li>
+          </ul>
+        </li>
+      </ul>
+    </div><!--/.nav-collapse -->
+  </div>
+</nav>
+
+
+<link rel="stylesheet" href="">
+
+
+    <div class="container" role="main">
+
+      <div class="row">
+        
+
+<article class="post" itemscope itemtype="http://schema.org/BlogPosting";>
+
+  <header class="post-header">
+    <h1 class="post-title" itemprop="name headline">Media recap of the Apache 
Beam graduation</h1>
+    <p class="post-meta"><time datetime="2017-02-01T00:00:01-08:00" 
itemprop="datePublished">Feb 1, 2017</time> •  Davor Bonaci [<a 
href="https://twitter.com/BonaciDavor";>@BonaciDavor</a>]
+</p>
+  </header>
+
+  <div class="post-content" itemprop="articleBody">
+    <p>One year ago today Apache Beam was accepted into incubation at the 
Apache
+Software Foundation. The community’s work over the past year culminated, just
+over three weeks ago, with an <a 
href="/blog/2017/01/10/beam-graduates.html">announcement</a>
+that Apache Beam has successfully graduated as a new Top-Level Project at the
+foundation. Graduation sparked an additional interest in the project, from
+corporate endorsements, news articles, interviews, to the volume of traffic to
+our website and mailing lists.</p>
+
+<!--more-->
+
+<p>Corporate endorsements include Google, PayPal, Talend, data Artisans, and
+others. You can read more in the following blog posts:</p>
+<ul>
+  <li>Google: “<a 
href="https://opensource.googleblog.com/2017/01/apache-beam-graduates.html";>Apache
 Beam graduates to a top-level project</a>” by Tyler Akidau.</li>
+  <li>Talend: “<a 
href="https://www.talend.com/blog/2017/01/13/future-apache-beam-now-top-level-apache-software-foundation-project/";>The
 Future of Apache Beam, Now a Top-Level Apache Software Foundation 
Project</a>” by Jean-Baptiste Onofré.</li>
+  <li>Talend: “<a 
href="https://www.talend.com/blog/2017/01/23/apache-beam-way-greater-data-agility/?utm_medium=socialpost&amp;utm_source=twitter&amp;utm_campaign=blog";>Apache
 Beam Your Way to Greater Data Agility</a>” by Shane Kent.</li>
+  <li>Google: “<a 
href="https://cloud.google.com/blog/big-data/2017/01/apache-beam-graduates-from-incubation-try-it-today-on-google-cloud-dataflow";>Apache
 Beam graduates from incubation: Try it today on Google Cloud Dataflow</a>” 
by Frances Perry.</li>
+</ul>
+
+<p>News coverage started with the Apache Software Foundation’s press release 
in
+<a 
href="https://globenewswire.com/news-release/2017/01/10/904692/0/en/The-Apache-Software-Foundation-Announces-Apache-Beam-as-a-Top-Level-Project.html";>Nasdaq
 GlobeNewswire</a>,
+and followed by coverage in many independent outlets. Some of those in English
+include:</p>
+<ul>
+  <li>ZDNet: “<a 
href="http://www.zdnet.com/article/apache-beam-and-spark-new-coopetition-for-squashing-the-lambda-architecture/";>Apache
 Beam and Spark: New coopetition for squashing the Lambda Architecture?</a>” 
by Tony Baer.</li>
+  <li>Datanami: “<a 
href="https://www.datanami.com/2017/01/10/google-lauds-outside-influence-apache-beam/";>Google
 Lauds Outside Influence on Apache Beam</a>” by Alex Woodie.</li>
+  <li>InfoWorld / JavaWorld: “<a 
href="http://www.infoworld.com/article/3156598/big-data/apache-beam-unifies-batch-and-streaming-for-big-data.html";>Apache
 Beam unifies batch and streaming for big data</a>” by Serdar Yegulalp, and 
republished in <a 
href="http://www.javaworld.com/article/3156598/big-data/apache-beam-unifies-batch-and-streaming-for-big-data.html";>JavaWorld</a>.</li>
+  <li>JAXenter: “<a 
href="https://jaxenter.com/apache-beam-interview-131314.html";>In a way, Apache 
Beam is the glue that connects many big data systems together</a>” by 
Kypriani Sinaris.</li>
+  <li>OStatic: “<a 
href="http://ostatic.com/blog/apache-beam-unifies-batch-and-streaming-data-processing";>Apache
 Beam Unifies Batch and Streaming Data Processing</a>” by Sam Dean.</li>
+  <li>Enterprise Apps Today: “<a 
href="http://www.enterpriseappstoday.com/business-intelligence/data-analytics/apache-beam-graduates-to-help-define-streaming-data-processing.html";>Apache
 Beam Graduates to Help Define Streaming Data Processing</a>” by Sean Michael 
Kerner.</li>
+  <li>The Register: “<a 
href="http://www.theregister.co.uk/2017/01/10/google_must_be_ibeamiing_as_apache_announces_its_new_top_level_projects/";>Google
 must be Beaming as Apache announces its new top-level projects</a>” by 
Alexander J. Martin.</li>
+  <li>SiliconANGLE: “<a 
href="http://siliconangle.com/blog/2017/01/11/apache-software-foundation-announces-2-top-level-projects/";>Apache
 Software Foundation announces two more top-level open source projects</a>” 
by Mike Wheatley.</li>
+  <li>SD Times: “<a 
href="http://sdtimes.com/apache-beam-goes-top-level/";>Apache Beam goes top 
level</a>” by Alex Handy.</li>
+</ul>
+
+<p>Graduation and media coverage helped push Beam website traffic to record 
levels.
+The website traffic, measured in unique sessions per hour, peaked at more than
+15 times above the previous week’s numbers. In a steady state, the traffic is
+several times larger than before graduation.</p>
+
+<p>Hopefully these perspectives entice you to join us on this exciting ride, 
either
+as a user or a contributor, as we work towards our first release with API
+stability. If you’d like to try out Apache Beam today, check out the latest
+<a href="/get-started/downloads/">0.4.0 release</a>. We welcome
+contribution and participation from anyone through our mailing lists, issue
+tracker, pull requests, and events.</p>
+
+  </div>
+
+</article>
+
+      </div>
+
+
+    <hr>
+  <div class="row">
+      <div class="col-xs-12">
+          <footer>
+              <p class="text-center">
+                &copy; Copyright
+                <a href="http://www.apache.org";>The Apache Software 
Foundation</a>,
+                2017. 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>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/5387243d/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 5c27ebd..81914c5 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -151,6 +151,28 @@
 <p>This is the blog for the Apache Beam project. This blog contains news and 
updates
 for the project.</p>
 
+<h3 
id="a-classpost-link-hrefblog20170201graduation-media-recaphtmlmedia-recap-of-the-apache-beam-graduationa"><a
 class="post-link" href="/blog/2017/02/01/graduation-media-recap.html">Media 
recap of the Apache Beam graduation</a></h3>
+<p><i>Feb 1, 2017 •  Davor Bonaci [<a 
href="https://twitter.com/BonaciDavor";>@BonaciDavor</a>]
+</i></p>
+
+<p>One year ago today Apache Beam was accepted into incubation at the Apache
+Software Foundation. The community’s work over the past year culminated, just
+over three weeks ago, with an <a 
href="/blog/2017/01/10/beam-graduates.html">announcement</a>
+that Apache Beam has successfully graduated as a new Top-Level Project at the
+foundation. Graduation sparked an additional interest in the project, from
+corporate endorsements, news articles, interviews, to the volume of traffic to
+our website and mailing lists.</p>
+
+<!-- Render a "read more" button if the post is longer than the excerpt -->
+
+<p>
+<a class="btn btn-default btn-sm" 
href="/blog/2017/02/01/graduation-media-recap.html" role="button">
+Read more&nbsp;<span class="glyphicon glyphicon-menu-right" 
aria-hidden="true"></span>
+</a>
+</p>
+
+<hr />
+
 <h3 
id="a-classpost-link-hrefblog20170110beam-graduateshtmlapache-beam-established-as-a-new-top-level-projecta"><a
 class="post-link" href="/blog/2017/01/10/beam-graduates.html">Apache Beam 
established as a new top-level project</a></h3>
 <p><i>Jan 10, 2017 •  Davor Bonaci [<a 
href="https://twitter.com/BonaciDavor";>@BonaciDavor</a>]
 </i></p>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/5387243d/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 2a28be7..10f447c 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -9,6 +9,64 @@
     <generator>Jekyll v3.2.0</generator>
     
       <item>
+        <title>Media recap of the Apache Beam graduation</title>
+        <description>&lt;p&gt;One year ago today Apache Beam was accepted into 
incubation at the Apache
+Software Foundation. The community’s work over the past year culminated, just
+over three weeks ago, with an &lt;a 
href=&quot;/blog/2017/01/10/beam-graduates.html&quot;&gt;announcement&lt;/a&gt;
+that Apache Beam has successfully graduated as a new Top-Level Project at the
+foundation. Graduation sparked an additional interest in the project, from
+corporate endorsements, news articles, interviews, to the volume of traffic to
+our website and mailing lists.&lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;p&gt;Corporate endorsements include Google, PayPal, Talend, data Artisans, 
and
+others. You can read more in the following blog posts:&lt;/p&gt;
+&lt;ul&gt;
+  &lt;li&gt;Google: “&lt;a 
href=&quot;https://opensource.googleblog.com/2017/01/apache-beam-graduates.html&quot;&gt;Apache
 Beam graduates to a top-level project&lt;/a&gt;” by Tyler Akidau.&lt;/li&gt;
+  &lt;li&gt;Talend: “&lt;a 
href=&quot;https://www.talend.com/blog/2017/01/13/future-apache-beam-now-top-level-apache-software-foundation-project/&quot;&gt;The
 Future of Apache Beam, Now a Top-Level Apache Software Foundation 
Project&lt;/a&gt;” by Jean-Baptiste Onofré.&lt;/li&gt;
+  &lt;li&gt;Talend: “&lt;a 
href=&quot;https://www.talend.com/blog/2017/01/23/apache-beam-way-greater-data-agility/?utm_medium=socialpost&amp;amp;utm_source=twitter&amp;amp;utm_campaign=blog&quot;&gt;Apache
 Beam Your Way to Greater Data Agility&lt;/a&gt;” by Shane Kent.&lt;/li&gt;
+  &lt;li&gt;Google: “&lt;a 
href=&quot;https://cloud.google.com/blog/big-data/2017/01/apache-beam-graduates-from-incubation-try-it-today-on-google-cloud-dataflow&quot;&gt;Apache
 Beam graduates from incubation: Try it today on Google Cloud 
Dataflow&lt;/a&gt;” by Frances Perry.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;News coverage started with the Apache Software Foundation’s press 
release in
+&lt;a 
href=&quot;https://globenewswire.com/news-release/2017/01/10/904692/0/en/The-Apache-Software-Foundation-Announces-Apache-Beam-as-a-Top-Level-Project.html&quot;&gt;Nasdaq
 GlobeNewswire&lt;/a&gt;,
+and followed by coverage in many independent outlets. Some of those in English
+include:&lt;/p&gt;
+&lt;ul&gt;
+  &lt;li&gt;ZDNet: “&lt;a 
href=&quot;http://www.zdnet.com/article/apache-beam-and-spark-new-coopetition-for-squashing-the-lambda-architecture/&quot;&gt;Apache
 Beam and Spark: New coopetition for squashing the Lambda 
Architecture?&lt;/a&gt;” by Tony Baer.&lt;/li&gt;
+  &lt;li&gt;Datanami: “&lt;a 
href=&quot;https://www.datanami.com/2017/01/10/google-lauds-outside-influence-apache-beam/&quot;&gt;Google
 Lauds Outside Influence on Apache Beam&lt;/a&gt;” by Alex Woodie.&lt;/li&gt;
+  &lt;li&gt;InfoWorld / JavaWorld: “&lt;a 
href=&quot;http://www.infoworld.com/article/3156598/big-data/apache-beam-unifies-batch-and-streaming-for-big-data.html&quot;&gt;Apache
 Beam unifies batch and streaming for big data&lt;/a&gt;” by Serdar Yegulalp, 
and republished in &lt;a 
href=&quot;http://www.javaworld.com/article/3156598/big-data/apache-beam-unifies-batch-and-streaming-for-big-data.html&quot;&gt;JavaWorld&lt;/a&gt;.&lt;/li&gt;
+  &lt;li&gt;JAXenter: “&lt;a 
href=&quot;https://jaxenter.com/apache-beam-interview-131314.html&quot;&gt;In a 
way, Apache Beam is the glue that connects many big data systems 
together&lt;/a&gt;” by Kypriani Sinaris.&lt;/li&gt;
+  &lt;li&gt;OStatic: “&lt;a 
href=&quot;http://ostatic.com/blog/apache-beam-unifies-batch-and-streaming-data-processing&quot;&gt;Apache
 Beam Unifies Batch and Streaming Data Processing&lt;/a&gt;” by Sam 
Dean.&lt;/li&gt;
+  &lt;li&gt;Enterprise Apps Today: “&lt;a 
href=&quot;http://www.enterpriseappstoday.com/business-intelligence/data-analytics/apache-beam-graduates-to-help-define-streaming-data-processing.html&quot;&gt;Apache
 Beam Graduates to Help Define Streaming Data Processing&lt;/a&gt;” by Sean 
Michael Kerner.&lt;/li&gt;
+  &lt;li&gt;The Register: “&lt;a 
href=&quot;http://www.theregister.co.uk/2017/01/10/google_must_be_ibeamiing_as_apache_announces_its_new_top_level_projects/&quot;&gt;Google
 must be Beaming as Apache announces its new top-level projects&lt;/a&gt;” by 
Alexander J. Martin.&lt;/li&gt;
+  &lt;li&gt;SiliconANGLE: “&lt;a 
href=&quot;http://siliconangle.com/blog/2017/01/11/apache-software-foundation-announces-2-top-level-projects/&quot;&gt;Apache
 Software Foundation announces two more top-level open source 
projects&lt;/a&gt;” by Mike Wheatley.&lt;/li&gt;
+  &lt;li&gt;SD Times: “&lt;a 
href=&quot;http://sdtimes.com/apache-beam-goes-top-level/&quot;&gt;Apache Beam 
goes top level&lt;/a&gt;” by Alex Handy.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Graduation and media coverage helped push Beam website traffic to 
record levels.
+The website traffic, measured in unique sessions per hour, peaked at more than
+15 times above the previous week’s numbers. In a steady state, the traffic is
+several times larger than before graduation.&lt;/p&gt;
+
+&lt;p&gt;Hopefully these perspectives entice you to join us on this exciting 
ride, either
+as a user or a contributor, as we work towards our first release with API
+stability. If you’d like to try out Apache Beam today, check out the latest
+&lt;a href=&quot;/get-started/downloads/&quot;&gt;0.4.0 release&lt;/a&gt;. We 
welcome
+contribution and participation from anyone through our mailing lists, issue
+tracker, pull requests, and events.&lt;/p&gt;
+</description>
+        <pubDate>Wed, 01 Feb 2017 00:00:01 -0800</pubDate>
+        
<link>https://beam.apache.org/blog/2017/02/01/graduation-media-recap.html</link>
+        <guid 
isPermaLink="true">https://beam.apache.org/blog/2017/02/01/graduation-media-recap.html</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Apache Beam established as a new top-level project</title>
         <description>&lt;p&gt;Today, the Apache Software Foundation &lt;a 
href=&quot;https://blogs.apache.org/foundation/entry/the-apache-software-foundation-announces&quot;&gt;announced&lt;/a&gt;
 that Apache Beam has successfully graduated from incubation, becoming a new
@@ -705,40 +763,5 @@ PCollection&amp;lt;O&amp;gt; output = input
         
       </item>
     
-      <item>
-        <title>Apache Beam Presentation Materials</title>
-        <description>&lt;p&gt;Are you interested in giving a presentation 
about Apache Beam? Perhaps you want to talk about Apache Beam at a local Meetup 
or a convention. Excellent!  The Apache Beam community is excited to expand and 
grow the community. To help kickstart this process, we are excited to announce 
an initial set of &lt;a 
href=&quot;/learn/presentation-materials/&quot;&gt;Apache Beam presentation 
materials&lt;/a&gt; which anyone can use to give a presentation about Apache 
Beam.&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;p&gt;As a community, we want to build a shared collection of high quality 
presentation materials. This initial set includes the following slide 
decks:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;The Apache Beam model
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://goo.gl/r0nvWh&quot;&gt;Long 
version&lt;/a&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://goo.gl/h5D1yR&quot;&gt;Short 
version&lt;/a&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;Using Apache Beam with runners
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://goo.gl/2ay8mi&quot;&gt;Google Cloud 
Dataflow&lt;/a&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;As Apache Beam grows, so will this repository of presentation 
materials. We are excited to add new materials as the Apache Beam ecosystem 
grows with new runners, SDKs, and so on. If you are interested in contributing 
content or have a request, please see the &lt;a 
href=&quot;/learn/presentation-materials/&quot;&gt;Apache Beam presentation 
materials&lt;/a&gt; page or email the &lt;a 
href=&quot;mailto:u...@beam.apache.org&quot;&gt;&lt;code 
class=&quot;highlighter-rouge&quot;&gt;u...@beam.apache.org&lt;/code&gt;&lt;/a&gt;
 mailing list with your ideas or questions.&lt;/p&gt;
-</description>
-        <pubDate>Sun, 03 Apr 2016 11:00:00 -0700</pubDate>
-        
<link>https://beam.apache.org/beam/capability/2016/04/03/presentation-materials.html</link>
-        <guid 
isPermaLink="true">https://beam.apache.org/beam/capability/2016/04/03/presentation-materials.html</guid>
-        
-        
-        <category>beam</category>
-        
-        <category>capability</category>
-        
-      </item>
-    
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/5387243d/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index ac208ff..c7620f2 100644
--- a/content/index.html
+++ b/content/index.html
@@ -172,6 +172,8 @@
     <h2>Blog</h2>
     <div class="list-group">
     
+    <a class="list-group-item" 
href="/blog/2017/02/01/graduation-media-recap.html">Feb 1, 2017 - Media recap 
of the Apache Beam graduation</a>
+    
     <a class="list-group-item" href="/blog/2017/01/10/beam-graduates.html">Jan 
10, 2017 - Apache Beam established as a new top-level project</a>
     
     <a class="list-group-item" 
href="/blog/2017/01/09/added-apex-runner.html">Jan 9, 2017 - Release 0.4.0 adds 
a runner for Apache Apex</a>
@@ -184,8 +186,6 @@
     
     <a class="list-group-item" 
href="/beam/release/2016/06/15/first-release.html">Jun 15, 2016 - The first 
release of Apache Beam!</a>
     
-    <a class="list-group-item" 
href="/blog/2016/06/13/flink-batch-runner-milestone.html">Jun 13, 2016 - How We 
Added Windowing to the Apache Flink Batch Runner</a>
-    
     </div>
   </div>
   <div class="col-md-6">

Reply via email to