This is an automated email from the ASF dual-hosted git repository.

wonook pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git

commit a11788a6556dd631ee031363f7192a0bb9ceccd1
Author: Won Wook SONG <wsong0...@gmail.com>
AuthorDate: Tue Nov 8 17:05:55 2022 +0900

    Publishing from d87bc00282cbda62c67b7b653338dc9b9f950d1e
---
 content/404.html                                   | 38 ++++++++++++++++----
 content/allposts.html                              | 38 ++++++++++++++++----
 .../blog/2018/03/20/nemo-blog-published/index.html | 38 ++++++++++++++++----
 content/blog/2018/03/23/pado-on-nemo/index.html    | 38 ++++++++++++++++----
 content/blog/2018/03/23/shuffle-on-nemo/index.html | 38 ++++++++++++++++----
 .../blog/2019/03/02/release-note-0.1/index.html    | 38 ++++++++++++++++----
 .../blog/2020/03/09/release-note-0.2/index.html    | 38 ++++++++++++++++----
 .../blog/2022/06/07/release-note-0.3/index.html    | 38 ++++++++++++++++----
 content/blog/2022/08/15/beam-runner/index.html     | 38 ++++++++++++++++----
 .../blog/2022/09/10/release-note-0.4/index.html    | 38 ++++++++++++++++----
 content/docs/bootstrap/index.html                  | 42 +++++++++++++++++-----
 content/docs/cheatsheet/index.html                 | 42 +++++++++++++++++-----
 content/docs/compiler_design/index.html            | 42 +++++++++++++++++-----
 content/docs/contribute/index.html                 | 42 +++++++++++++++++-----
 content/docs/extending_nemo/index.html             | 42 +++++++++++++++++-----
 content/docs/font-awesome/index.html               | 42 +++++++++++++++++-----
 content/docs/getting_started/index.html            | 42 +++++++++++++++++-----
 content/docs/home/index.html                       | 42 +++++++++++++++++-----
 content/docs/ir/index.html                         | 42 +++++++++++++++++-----
 content/docs/jekyll/index.html                     | 42 +++++++++++++++++-----
 content/docs/passes_and_policies/index.html        | 42 +++++++++++++++++-----
 content/docs/runtime_design/index.html             | 42 +++++++++++++++++-----
 content/docs/security/index.html                   | 42 +++++++++++++++++-----
 content/docs/themes/index.html                     | 42 +++++++++++++++++-----
 content/docs/welcome_to_jekyll/index.html          | 42 +++++++++++++++++-----
 content/feed.xml                                   |  2 +-
 content/index.html                                 | 42 +++++++++++++++++-----
 content/pages/downloads/index.html                 | 42 +++++++++++++++++-----
 content/pages/license/index.html                   | 42 +++++++++++++++++-----
 content/pages/talks/index.html                     | 42 +++++++++++++++++-----
 content/pages/team/index.html                      | 42 +++++++++++++++++-----
 content/sitemap.xml                                | 38 ++++++++++----------
 32 files changed, 1019 insertions(+), 241 deletions(-)

diff --git a/content/404.html b/content/404.html
index 77008cd..bc0d797 100644
--- a/content/404.html
+++ b/content/404.html
@@ -58,6 +58,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -87,12 +98,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/allposts.html b/content/allposts.html
index b7fe2b2..7b623e6 100644
--- a/content/allposts.html
+++ b/content/allposts.html
@@ -58,6 +58,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -128,12 +139,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2018/03/20/nemo-blog-published/index.html 
b/content/blog/2018/03/20/nemo-blog-published/index.html
index 1e186e6..cffce73 100644
--- a/content/blog/2018/03/20/nemo-blog-published/index.html
+++ b/content/blog/2018/03/20/nemo-blog-published/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -135,12 +146,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2018/03/23/pado-on-nemo/index.html 
b/content/blog/2018/03/23/pado-on-nemo/index.html
index c9f8abd..d982bba 100644
--- a/content/blog/2018/03/23/pado-on-nemo/index.html
+++ b/content/blog/2018/03/23/pado-on-nemo/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -175,12 +186,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2018/03/23/shuffle-on-nemo/index.html 
b/content/blog/2018/03/23/shuffle-on-nemo/index.html
index d190341..e1b0b7c 100644
--- a/content/blog/2018/03/23/shuffle-on-nemo/index.html
+++ b/content/blog/2018/03/23/shuffle-on-nemo/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -181,12 +192,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2019/03/02/release-note-0.1/index.html 
b/content/blog/2019/03/02/release-note-0.1/index.html
index 90c01c5..8284dec 100644
--- a/content/blog/2019/03/02/release-note-0.1/index.html
+++ b/content/blog/2019/03/02/release-note-0.1/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -237,12 +248,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2020/03/09/release-note-0.2/index.html 
b/content/blog/2020/03/09/release-note-0.2/index.html
index 417cafb..4ba2ddf 100644
--- a/content/blog/2020/03/09/release-note-0.2/index.html
+++ b/content/blog/2020/03/09/release-note-0.2/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -333,12 +344,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2022/06/07/release-note-0.3/index.html 
b/content/blog/2022/06/07/release-note-0.3/index.html
index 26c2071..36774be 100644
--- a/content/blog/2022/06/07/release-note-0.3/index.html
+++ b/content/blog/2022/06/07/release-note-0.3/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -189,12 +200,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2022/08/15/beam-runner/index.html 
b/content/blog/2022/08/15/beam-runner/index.html
index c045f7d..6d5eecf 100644
--- a/content/blog/2022/08/15/beam-runner/index.html
+++ b/content/blog/2022/08/15/beam-runner/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -141,12 +152,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/blog/2022/09/10/release-note-0.4/index.html 
b/content/blog/2022/09/10/release-note-0.4/index.html
index 04a4683..3d8f824 100644
--- a/content/blog/2022/09/10/release-note-0.4/index.html
+++ b/content/blog/2022/09/10/release-note-0.4/index.html
@@ -60,6 +60,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li  class="active" ><a 
href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -206,12 +217,27 @@ up-to-date with new features</li>
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/bootstrap/index.html 
b/content/docs/bootstrap/index.html
index 6db7c97..4e11f9d 100644
--- a/content/docs/bootstrap/index.html
+++ b/content/docs/bootstrap/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/bootstrap/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Bootstrap Features" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Buttons
 Default Primary Success Info Warning Danger Link Default Primary Success Info 
Warning Danger Link Default Action Another action Something else here Separated 
link","headline":"Bootstrap 
Features","url":"http://nemo.apache.org//docs/bootstrap/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Buttons
 Default Primary Success Info Warning Danger Link Default Primary Success Info 
Warning Danger Link Default Action Another action Something else here Separated 
link","headline":"Bootstrap 
Features","url":"http://nemo.apache.org//docs/bootstrap/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -608,12 +619,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/cheatsheet/index.html 
b/content/docs/cheatsheet/index.html
index 24ee333..97ab0c5 100644
--- a/content/docs/cheatsheet/index.html
+++ b/content/docs/cheatsheet/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/cheatsheet/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Markdown Cheatsheet" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"From
 adam-p/markdown-here","headline":"Markdown 
Cheatsheet","url":"http://nemo.apache.org//docs/cheatsheet/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"From
 adam-p/markdown-here","headline":"Markdown 
Cheatsheet","url":"http://nemo.apache.org//docs/cheatsheet/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -685,12 +696,27 @@ alt="IMAGE ALT TEXT HERE" width="240" height="180" 
border="10" /&gt;&lt;/a&gt;
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/compiler_design/index.html 
b/content/docs/compiler_design/index.html
index 51d55e9..6e686e3 100644
--- a/content/docs/compiler_design/index.html
+++ b/content/docs/compiler_design/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" 
content="http://nemo.apache.org//docs/compiler_design/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Compiler Design" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Overview","headline":"Compiler
 Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Overview","headline":"Compiler
 Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -303,12 +314,27 @@ The generated <em>physical execution plan</em> composed 
of tasks, task groups (s
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/contribute/index.html 
b/content/docs/contribute/index.html
index f85f7fc..da7d3e6 100644
--- a/content/docs/contribute/index.html
+++ b/content/docs/contribute/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/contribute/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Contribute" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -285,12 +296,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/extending_nemo/index.html 
b/content/docs/extending_nemo/index.html
index 583ec37..a98ba7e 100644
--- a/content/docs/extending_nemo/index.html
+++ b/content/docs/extending_nemo/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/extending_nemo/"; 
/>
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Extending Nemo" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Overview","headline":"Extending
 Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Overview","headline":"Extending
 Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -258,12 +269,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/font-awesome/index.html 
b/content/docs/font-awesome/index.html
index 3ac77b0..d45d038 100644
--- a/content/docs/font-awesome/index.html
+++ b/content/docs/font-awesome/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/font-awesome/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Font Awesome Icon List" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"500px
 address-book address-book-o address-card address-card-o adjust adn 
align-center align-justify align-left align-right amazon ambulance 
american-sign-language-interpreting anchor android angellist angle-double-down 
angle-double-left angle-double-right angle-double-up angle-down angle-left 
angle-right angle-up apple archive area-chart [...]
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"500px
 address-book address-book-o address-card address-card-o adjust adn 
align-center align-justify align-left align-right amazon ambulance 
american-sign-language-interpreting anchor android angellist angle-double-down 
angle-double-left angle-double-right angle-double-up angle-down angle-left 
angle-right angle-up apple archive area-chart [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -932,12 +943,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/getting_started/index.html 
b/content/docs/getting_started/index.html
index ccbe1b9..810b93e 100644
--- a/content/docs/getting_started/index.html
+++ b/content/docs/getting_started/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" 
content="http://nemo.apache.org//docs/getting_started/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Getting Started" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Nemo","headline":"Getting
 Started","url":"http://nemo.apache.org//docs/getting_started/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Nemo","headline":"Getting
 Started","url":"http://nemo.apache.org//docs/getting_started/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -491,12 +502,27 @@ which, by default, provides the address at</p>
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/home/index.html b/content/docs/home/index.html
index 20c0b50..9f790bc 100644
--- a/content/docs/home/index.html
+++ b/content/docs/home/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/home/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Overview" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Nemo
 aims to optimize data processing for better performance and datacenter 
efficiency, not only in general and common conditions, but also with various 
deployment characteristics. Such characteristics include processing data on 
specific resource environments, like transient resources, and running jobs with 
specific attributes, like skew [...]
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Nemo
 aims to optimize data processing for better performance and datacenter 
efficiency, not only in general and common conditions, but also with various 
deployment characteristics. Such characteristics include processing data on 
specific resource environments, like transient resources, and running jobs with 
specific attributes, like skew [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -273,12 +284,27 @@ Works represented this way can be executed by the <a 
href="../runtime_design">Ne
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html
index 59175f8..0e4ba6a 100644
--- a/content/docs/ir/index.html
+++ b/content/docs/ir/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/ir/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Nemo Intermediate Representation (IR)" 
/>
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Overview","headline":"Nemo
 Intermediate Representation 
(IR)","url":"http://nemo.apache.org//docs/ir/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Overview","headline":"Nemo
 Intermediate Representation 
(IR)","url":"http://nemo.apache.org//docs/ir/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -290,12 +301,27 @@ By having an IR for expressing workloads and the related 
execution properties, i
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html
index ca6ad90..626cec8 100644
--- a/content/docs/jekyll/index.html
+++ b/content/docs/jekyll/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/jekyll/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Jekyll intro" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Getting
 started","headline":"Jekyll 
intro","url":"http://nemo.apache.org//docs/jekyll/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Getting
 started","headline":"Jekyll 
intro","url":"http://nemo.apache.org//docs/jekyll/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -309,12 +320,27 @@ You can create your own theme by writing your own <code 
class="language-plaintex
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/passes_and_policies/index.html 
b/content/docs/passes_and_policies/index.html
index c8c6587..2218834 100644
--- a/content/docs/passes_and_policies/index.html
+++ b/content/docs/passes_and_policies/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" 
content="http://nemo.apache.org//docs/passes_and_policies/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Passes and Policies" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Optimization
 Passes","headline":"Passes and 
Policies","url":"http://nemo.apache.org//docs/passes_and_policies/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Optimization
 Passes","headline":"Passes and 
Policies","url":"http://nemo.apache.org//docs/passes_and_policies/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -325,12 +336,27 @@ It also makes it possible for the system to promptly meet 
new requirements throu
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/runtime_design/index.html 
b/content/docs/runtime_design/index.html
index 54aabac..fc5f522 100644
--- a/content/docs/runtime_design/index.html
+++ b/content/docs/runtime_design/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/runtime_design/"; 
/>
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Runtime Design" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Receiving
 a Job from the Nemo Compiler","headline":"Runtime 
Design","url":"http://nemo.apache.org//docs/runtime_design/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Receiving
 a Job from the Nemo Compiler","headline":"Runtime 
Design","url":"http://nemo.apache.org//docs/runtime_design/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -310,12 +321,27 @@ Each interface has been transparently integrated with 
other components of the ru
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/security/index.html b/content/docs/security/index.html
index 07e2d24..de13d67 100644
--- a/content/docs/security/index.html
+++ b/content/docs/security/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/security/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Security Guide" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Reporting
 Security Issues The Apache Software Foundation takes a very active stance in 
eliminating security problems and denial of service attacks against its 
products. We strongly encourage folks to report such problems to our private 
security mailing list first, before disclosing them in a public forum. Please 
note that the security ma [...]
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Reporting
 Security Issues The Apache Software Foundation takes a very active stance in 
eliminating security problems and denial of service attacks against its 
products. We strongly encourage folks to report such problems to our private 
security mailing list first, before disclosing them in a public forum. Please 
note that the security ma [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -284,12 +295,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html
index 78d671a..94ce881 100644
--- a/content/docs/themes/index.html
+++ b/content/docs/themes/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/themes/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Themes" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"By
 default, this website uses paper theme, but you can change it to another 
bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t 
forget to restart Jekyll if you are running locally because the configuration 
is not re-read upon 
change.)","headline":"Themes","url":"http://nemo.apache.org//docs/themes/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"By
 default, this website uses paper theme, but you can change it to another 
bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t 
forget to restart Jekyll if you are running locally because the configuration 
is not re-read upon 
change.)","headline":"Themes","url":"http://nemo.apache.org//docs/themes/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -500,12 +511,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/docs/welcome_to_jekyll/index.html 
b/content/docs/welcome_to_jekyll/index.html
index 754fe46..592344e 100644
--- a/content/docs/welcome_to_jekyll/index.html
+++ b/content/docs/welcome_to_jekyll/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" 
content="http://nemo.apache.org//docs/welcome_to_jekyll/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Welcome to Jekyll!" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"You’ll
 find this post in your _posts directory. Go ahead and edit it and re-build the 
site to see your changes. You can rebuild the site in many different ways, but 
the most common way is to run jekyll serve, which launches a web server and 
auto-regenerates your site when a file is updated.","headline":"Welcome to 
Jekyll!","url":"http:// [...]
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"You’ll
 find this post in your _posts directory. Go ahead and edit it and re-build the 
site to see your changes. You can rebuild the site in many different ways, but 
the most common way is to run jekyll serve, which launches a web server and 
auto-regenerates your site when a file is updated.","headline":"Welcome to 
Jekyll!","url":"http:// [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -271,12 +282,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/feed.xml b/content/feed.xml
index 56c6493..7229f86 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; xml:lang="en-US"><generator 
uri="https://jekyllrb.com/"; version="3.9.2">Jekyll</generator><link 
href="http://nemo.apache.org//feed.xml"; rel="self" type="application/atom+xml" 
/><link href="http://nemo.apache.org//"; rel="alternate" type="text/html" 
hreflang="en-US" 
/><updated>2022-09-10T02:48:41+09:00</updated><id>http://nemo.apache.org//feed.xml</id><title
 type="html">Nemo</title><subtitle>A Data Processing S [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; xml:lang="en-US"><generator 
uri="https://jekyllrb.com/"; version="3.9.2">Jekyll</generator><link 
href="http://nemo.apache.org//feed.xml"; rel="self" type="application/atom+xml" 
/><link href="http://nemo.apache.org//"; rel="alternate" type="text/html" 
hreflang="en-US" 
/><updated>2022-11-08T17:05:44+09:00</updated><id>http://nemo.apache.org//feed.xml</id><title
 type="html">Nemo</title><subtitle>A Data Processing S [...]
 </subtitle><entry><title type="html">Nemo Release 0.4</title><link 
href="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/"; 
rel="alternate" type="text/html" title="Nemo Release 0.4" 
/><published>2022-09-10T00:00:00+09:00</published><updated>2022-09-10T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2022/09/10/release-note-0.4</id><content
 type="html" 
xml:base="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/";>&lt;p&gt;Release
 Notes - Apache Nemo - Version 0.4&lt;/p&gt;
 
 &lt;h3 id=&quot;heres-a-brief-summary-about-the-release&quot;&gt;Here’s a 
brief summary about the release:&lt;/h3&gt;
diff --git a/content/index.html b/content/index.html
index aea1700..b78dc9b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -58,6 +58,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -117,7 +128,7 @@
 
     <hr>
 
-    <div class="row">
+    <div class="row pb-5">
         <div class="col-sm-4">
             <h1 class="text-center"><i class="fa fa-pencil" 
aria-hidden="true"></i></h1>
             <h3 class="text-center">Flexible</h3>
@@ -143,8 +154,6 @@
             </p>
         </div>
     </div>
-
-
 </div>
 
         </div>
@@ -152,12 +161,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/pages/downloads/index.html 
b/content/pages/downloads/index.html
index 662e857..4b26b50 100644
--- a/content/pages/downloads/index.html
+++ b/content/pages/downloads/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/downloads/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Downloads" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -141,12 +152,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/pages/license/index.html b/content/pages/license/index.html
index 5050f67..a0d6113 100644
--- a/content/pages/license/index.html
+++ b/content/pages/license/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/license/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="License" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"```
 Apache License Version 2.0, January 2004 
http://www.apache.org/licenses/","headline":"License","url":"http://nemo.apache.org//pages/license/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"```
 Apache License Version 2.0, January 2004 
http://www.apache.org/licenses/","headline":"License","url":"http://nemo.apache.org//pages/license/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li  class="active" ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -296,12 +307,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html
index bfb726a..7bf2e8a 100644
--- a/content/pages/talks/index.html
+++ b/content/pages/talks/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/talks/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Talks" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Flexible
 Optimizations and Efficient Execution of Data Processing on Apache Nemo 
(ApacheCon Asia 
2021)(link)","headline":"Talks","url":"http://nemo.apache.org//pages/talks/"}</script>
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Flexible
 Optimizations and Efficient Execution of Data Processing on Apache Nemo 
(ApacheCon Asia 
2021)(link)","headline":"Talks","url":"http://nemo.apache.org//pages/talks/"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -122,12 +133,27 @@
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/pages/team/index.html b/content/pages/team/index.html
index d1bed7f..2b04e66 100644
--- a/content/pages/team/index.html
+++ b/content/pages/team/index.html
@@ -22,11 +22,11 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/team/"; />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-09-10T02:48:41+09:00" />
+<meta property="article:published_time" content="2022-11-08T17:05:44+09:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Team" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T02:48:41+09:00","datePublished":"2022-09-10T02:48:41+09:00","description":"Contributing
 to Nemo Your contributation is always welcome :) If you would like to 
contribute to Nemo, please subscribe to our mailing list: d...@nemo.apache.org 
[subscribe]. We have a Slack channel for active discussions. Join us on Slack 
by requesting for an invitation by sending an e-mail to dev@ after 
subscription.","headline":"Team", [...]
+{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-11-08T17:05:44+09:00","datePublished":"2022-11-08T17:05:44+09:00","description":"Contributing
 to Nemo Your contributation is always welcome :) If you would like to 
contribute to Nemo, please subscribe to our mailing list: d...@nemo.apache.org 
[subscribe]. We have a Slack channel for active discussions. Join us on Slack 
by requesting for an invitation by sending an e-mail to dev@ after 
subscription.","headline":"Team", [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -59,6 +59,17 @@
                 <li  class="active" ><a href="/pages/team">Team</a></li>
                 <li ><a href="/pages/license">License</a></li>
                 <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li>
+                <li class="dropdown">
+                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">ASF<span 
class="caret"></span></a>
+                  <ul class="dropdown-menu">
+                    <li><a href="http://www.apache.org/";>Apache Software 
Foundation</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/how-it-works.html";>How Apache 
Works</a></li>
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                  </ul>
+                </li>
             </ul>
             <div class="navbar-right">
                 <form class="navbar-form navbar-left">
@@ -189,12 +200,27 @@ sending an e-mail to dev@ after subscription.</p>
 
     <footer class="footer">
     <div class="container">
-
-        <p class="text-center">
-            Nemo 2022 |
-            Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
-        </p>
-        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+        <div class="row">
+            <div class="col-sm-11">
+                <p class="text-center">
+                    Nemo 2022 |
+                    Powered by <a 
href="https://github.com/aksakalli/jekyll-doc-theme";>Jekyll Doc Theme</a>
+                </p>
+                <br>
+                <p class="text-muted text-center">
+                    Disclaimer: Apache Nemo (incubating) is an effort 
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 
Apache Incubator. Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, and decision 
making process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of t [...]
+                    <br>
+                    <br>
+                    Copyright © 2019 The Apache Software Foundation. Apache 
and the Apache feather logo are trademarks of The Apache Software Foundation 
+                </p>
+                <!-- <p class="text-muted">Place sticky footer content 
here.</p> -->
+            </div>
+            <div class="col-sm-1">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-125x125.png";>            
+                </a>
+            </div>
+        </div>
     </div>
 </footer>
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index dbb8636..c41b150 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,79 +2,79 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"; 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>http://nemo.apache.org//docs/contribute/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/compiler_design/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/runtime_design/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/getting_started/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/home/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/bootstrap/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/cheatsheet/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/jekyll/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/font-awesome/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/themes/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/extending_nemo/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/ir/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/passes_and_policies/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/security/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/downloads/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/license/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/talks/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/team/</loc>
-<lastmod>2022-09-10T02:48:41+09:00</lastmod>
+<lastmod>2022-11-08T17:05:44+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc>

Reply via email to