This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
commit 9fef71bc02ac6f4fe8214f91496762e817dfad6e Author: Won Wook SONG <wsong0...@gmail.com> AuthorDate: Fri Sep 9 21:40:51 2022 +0900 Publishing from 61a0d57bf08c9816673779eb3104e5fe5975457a --- content/404.html | 1 + content/allposts.html | 1 + content/assets/css/custom.css | 3 ++ .../blog/2018/03/20/nemo-blog-published/index.html | 1 + content/blog/2018/03/23/pado-on-nemo/index.html | 1 + content/blog/2018/03/23/shuffle-on-nemo/index.html | 1 + .../blog/2019/03/02/release-note-0.1/index.html | 1 + .../blog/2020/03/09/release-note-0.2/index.html | 1 + content/docs/bootstrap/index.html | 5 +-- content/docs/cheatsheet/index.html | 5 +-- content/docs/compiler_design/index.html | 5 +-- content/docs/contribute/index.html | 5 +-- content/docs/extending_nemo/index.html | 5 +-- content/docs/font-awesome/index.html | 5 +-- content/docs/getting_started/index.html | 5 +-- content/docs/home/index.html | 5 +-- content/docs/ir/index.html | 5 +-- content/docs/jekyll/index.html | 5 +-- content/docs/passes_and_policies/index.html | 5 +-- content/docs/runtime_design/index.html | 5 +-- content/docs/security/index.html | 5 +-- content/docs/themes/index.html | 5 +-- content/docs/welcome_to_jekyll/index.html | 5 +-- content/feed.xml | 2 +- content/index.html | 5 +-- content/pages/downloads/index.html | 5 +-- content/pages/license/index.html | 5 +-- content/pages/talks/index.html | 5 +-- content/pages/team/index.html | 5 +-- content/sitemap.xml | 38 +++++++++++----------- 30 files changed, 90 insertions(+), 60 deletions(-) diff --git a/content/404.html b/content/404.html index a356bd3..1997aa4 100644 --- a/content/404.html +++ b/content/404.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> diff --git a/content/allposts.html b/content/allposts.html index d64eb40..c4d5f8f 100644 --- a/content/allposts.html +++ b/content/allposts.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> diff --git a/content/assets/css/custom.css b/content/assets/css/custom.css new file mode 100644 index 0000000..7b56b60 --- /dev/null +++ b/content/assets/css/custom.css @@ -0,0 +1,3 @@ +table { + width:100%; +} \ No newline at end of file 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 1d39c5c..b020b84 100644 --- a/content/blog/2018/03/20/nemo-blog-published/index.html +++ b/content/blog/2018/03/20/nemo-blog-published/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> 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 c7bc666..53f6a73 100644 --- a/content/blog/2018/03/23/pado-on-nemo/index.html +++ b/content/blog/2018/03/23/pado-on-nemo/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> 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 dce973e..1a778b9 100644 --- a/content/blog/2018/03/23/shuffle-on-nemo/index.html +++ b/content/blog/2018/03/23/shuffle-on-nemo/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> 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 edf9ac3..4610bc4 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 @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> 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 c0b1ac3..5700f32 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 @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> diff --git a/content/docs/bootstrap/index.html b/content/docs/bootstrap/index.html index d79eefd..5d1018c 100644 --- a/content/docs/bootstrap/index.html +++ b/content/docs/bootstrap/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/cheatsheet/index.html b/content/docs/cheatsheet/index.html index f7400b6..0a4f9fc 100644 --- a/content/docs/cheatsheet/index.html +++ b/content/docs/cheatsheet/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"From adam-p/markdown-here","headline":"Markdown Cheatsheet","url":"http://nemo.apache.org//docs/cheatsheet/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/compiler_design/index.html b/content/docs/compiler_design/index.html index 406632a..8053484 100644 --- a/content/docs/compiler_design/index.html +++ b/content/docs/compiler_design/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Overview","headline":"Compiler Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Overview","headline":"Compiler Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/contribute/index.html b/content/docs/contribute/index.html index e433cf3..a6a4a62 100644 --- a/content/docs/contribute/index.html +++ b/content/docs/contribute/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/extending_nemo/index.html b/content/docs/extending_nemo/index.html index 0eb1624..2aa351c 100644 --- a/content/docs/extending_nemo/index.html +++ b/content/docs/extending_nemo/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Overview","headline":"Extending Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Overview","headline":"Extending Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/font-awesome/index.html b/content/docs/font-awesome/index.html index b441de4..bfabedc 100644 --- a/content/docs/font-awesome/index.html +++ b/content/docs/font-awesome/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/getting_started/index.html b/content/docs/getting_started/index.html index 73a54e2..4f0eeb3 100644 --- a/content/docs/getting_started/index.html +++ b/content/docs/getting_started/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Nemo","headline":"Getting Started","url":"http://nemo.apache.org//docs/getting_started/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Nemo","headline":"Getting Started","url":"http://nemo.apache.org//docs/getting_started/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/home/index.html b/content/docs/home/index.html index ce4be65..5c1d3c0 100644 --- a/content/docs/home/index.html +++ b/content/docs/home/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html index 65efc26..5210f43 100644 --- a/content/docs/ir/index.html +++ b/content/docs/ir/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Overview","headline":"Nemo Intermediate Representation (IR)","url":"http://nemo.apache.org//docs/ir/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html index 78701dd..b3851b8 100644 --- a/content/docs/jekyll/index.html +++ b/content/docs/jekyll/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Getting started","headline":"Jekyll intro","url":"http://nemo.apache.org//docs/jekyll/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Getting started","headline":"Jekyll intro","url":"http://nemo.apache.org//docs/jekyll/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/passes_and_policies/index.html b/content/docs/passes_and_policies/index.html index 61501b3..851f15d 100644 --- a/content/docs/passes_and_policies/index.html +++ b/content/docs/passes_and_policies/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Optimization Passes","headline":"Passes and Policies","url":"http://nemo.apache.org//docs/passes_and_policies/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/docs/runtime_design/index.html b/content/docs/runtime_design/index.html index 28df3df..4d88160 100644 --- a/content/docs/runtime_design/index.html +++ b/content/docs/runtime_design/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/security/index.html b/content/docs/security/index.html index 95682c6..21147d7 100644 --- a/content/docs/security/index.html +++ b/content/docs/security/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html index 1c045fd..0c9fac6 100644 --- a/content/docs/themes/index.html +++ b/content/docs/themes/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/docs/welcome_to_jekyll/index.html b/content/docs/welcome_to_jekyll/index.html index 2f66325..6b2269d 100644 --- a/content/docs/welcome_to_jekyll/index.html +++ b/content/docs/welcome_to_jekyll/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/feed.xml b/content/feed.xml index 86dce0d..e9476e4 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-09T21:18:53+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-09-09T21:40:40+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.2</title><link href="http://nemo.apache.org//blog/2020/03/09/release-note-0.2/" rel="alternate" type="text/html" title="Nemo Release 0.2" /><published>2020-03-09T00:00:00+09:00</published><updated>2020-03-09T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2020/03/09/release-note-0.2</id><content type="html" xml:base="http://nemo.apache.org//blog/2020/03/09/release-note-0.2/"><p>Release Notes - Apache Nemo - Version 0.2</p> <h2> Sub-task diff --git a/content/index.html b/content/index.html index 958eb56..40f53d5 100644 --- a/content/index.html +++ b/content/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -81,8 +82,8 @@ <div class="row"> <div class="col-md-12"> <div class="header-container jumbotron"> - <div class="container"> - <h1>Nemo</h1> + <div class="container" style="color:darkslategray"> + <h1 style="color:darkslategray">Nemo</h1> <p>A Data Processing System for Flexible Employment With Different Deployment Characteristics.</p> <p><a class="btn btn-primary btn-lg" href="/docs/home/" role="button">Learn more</a></p> </div> diff --git a/content/pages/downloads/index.html b/content/pages/downloads/index.html index 58e35fa..a8e0630 100644 --- a/content/pages/downloads/index.html +++ b/content/pages/downloads/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script> <!-- End Jekyll SEO tag --> diff --git a/content/pages/license/index.html b/content/pages/license/index.html index 121be55..702a57a 100644 --- a/content/pages/license/index.html +++ b/content/pages/license/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html index 659cf0c..294cbd2 100644 --- a/content/pages/talks/index.html +++ b/content/pages/talks/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/pages/team/index.html b/content/pages/team/index.html index 5bd9d67..0995c95 100644 --- a/content/pages/team/index.html +++ b/content/pages/team/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/assets/css/custom.css"> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> @@ -21,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-09T21:18:53+09:00" /> +<meta property="article:published_time" content="2022-09-09T21:40:40+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-09T21:18:53+09:00","datePublished":"2022-09-09T21:18:53+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-09-09T21:40:40+09:00","datePublished":"2022-09-09T21:40:40+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 --> diff --git a/content/sitemap.xml b/content/sitemap.xml index 4fc3c3d..b083345 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-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/compiler_design/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/runtime_design/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/getting_started/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/home/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/bootstrap/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/cheatsheet/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/jekyll/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/font-awesome/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/themes/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/extending_nemo/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/ir/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/passes_and_policies/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/security/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/downloads/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/license/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/talks/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/team/</loc> -<lastmod>2022-09-09T21:18:53+09:00</lastmod> +<lastmod>2022-09-09T21:40:40+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc>