You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/09/07 13:18:41 UTC

[incubator-wayang-website] branch main updated: Add the presentation of BOSS'21 to the blog

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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c3388a  Add the presentation of BOSS'21 to the blog
9c3388a is described below

commit 9c3388a58e202fd67fbeeb9fdc199e1f366b6d54
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Tue Sep 7 15:18:13 2021 +0200

    Add the presentation of BOSS'21 to the blog
    
    Signed-off-by: bertty <be...@gmail.com>
---
 Gemfile.lock                           |  25 +------------------------
 _layouts/publication.html              |   7 +++++++
 _publications/2021-08-13-boss.md       |  30 ++++++++++++++++++++++++++++++
 assets/img/screenshot/bossworkshop.jpg | Bin 0 -> 687198 bytes
 4 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 1c0b1f0..3665246 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,19 +10,9 @@ GEM
     em-websocket (0.5.2)
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0.6.0)
-    ethon (0.12.0)
-      ffi (>= 1.3.0)
     eventmachine (1.2.7)
     ffi (1.14.2)
     forwardable-extended (2.6.0)
-    html-proofer (3.18.6)
-      addressable (~> 2.3)
-      mercenary (~> 0.3)
-      nokogumbo (~> 2.0)
-      parallel (~> 1.3)
-      rainbow (~> 3.0)
-      typhoeus (~> 1.3)
-      yell (~> 2.0)
     http_parser.rb (0.6.0)
     i18n (1.8.9)
       concurrent-ruby (~> 1.0)
@@ -57,18 +47,9 @@ GEM
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     mercenary (0.4.0)
-    nokogiri (1.11.1-arm64-darwin)
-      racc (~> 1.4)
-    nokogiri (1.11.1-x86_64-darwin)
-      racc (~> 1.4)
-    nokogumbo (2.0.4)
-      nokogiri (~> 1.8, >= 1.8.4)
-    parallel (1.20.1)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
     public_suffix (4.0.6)
-    racc (1.5.2)
-    rainbow (3.0.0)
     rb-fsevent (0.10.4)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
@@ -79,19 +60,15 @@ GEM
       ffi (~> 1.9)
     terminal-table (2.0.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
-    typhoeus (1.4.0)
-      ethon (>= 0.9.0)
     unicode-display_width (1.7.0)
-    yell (2.2.2)
 
 PLATFORMS
   universal-darwin-20
 
 DEPENDENCIES
   coderay (~> 1.1.0)
-  html-proofer
   jekyll (~> 4.2)
   jekyll-asciidoc (~> 2.1.1)
 
 BUNDLED WITH
-   2.2.9
+   2.2.27
diff --git a/_layouts/publication.html b/_layouts/publication.html
index 2d3c122..4c6e849 100644
--- a/_layouts/publication.html
+++ b/_layouts/publication.html
@@ -33,6 +33,13 @@ layout: post
                 <i class="far fa-file-pdf"></i> Download
             </a>
             {% else %}
+            {% if page.link-paper contains "youtube" %}
+                <iframe width="560" height="315"
+                        src="{{page.link-paper}}"
+                        allowfullscreen>
+                </iframe>
+                </br>
+            {% endif %}
             <a href="{{ page.link-paper}}" class="btn btn-outline-info">
                 <i class="fas fa-external-link-alt"></i> Go External Link
             </a>
diff --git a/_publications/2021-08-13-boss.md b/_publications/2021-08-13-boss.md
new file mode 100644
index 0000000..1001787
--- /dev/null
+++ b/_publications/2021-08-13-boss.md
@@ -0,0 +1,30 @@
+---
+license: |
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+   
+        http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+layout: publication
+title: Publication
+subtitle: >
+   Apache Wayang: A Big Data Cross-Platform System
+link-name: Workshop BOSS'21 at VLDB'21
+img-thumb: assets/img/screenshot/bossworkshop.jpg
+authors: Zoi Kaoudi, Bertty Contreras-Rojas and Rodrigo Pardo-Meza
+year: 2021
+month: 08
+day: 16
+link-paper: https://www.youtube.com/watch?v=jgD_1tPn9sc
+link-external: true
+---
+The following video shows a hands-on tutorial of Apache Wayang presented in the BOSS workshop 2021. The workshop, which is held in conjunction with the top-tier conference in data management (VLDB),  gives a deep-dive introduction to active open-source systems and this year was focused on the interoperability among big data systems. Our tutorial, after giving a brief overview of Wayang’s goal and architecture, focuses on live demonstration of various Wayang features. First, we give a Wor [...]
diff --git a/assets/img/screenshot/bossworkshop.jpg b/assets/img/screenshot/bossworkshop.jpg
new file mode 100644
index 0000000..376fe4c
Binary files /dev/null and b/assets/img/screenshot/bossworkshop.jpg differ