This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/develop by this push:
new 6fc9069 Change publications.html style
6fc9069 is described below
commit 6fc90694b2148b999658a41078590b98046c96fe
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Mon Feb 22 13:25:56 2021 -0300
Change publications.html style
---
_layouts/publication.html | 4 +--
_layouts/publications.html | 59 ++++++++++++++++++++-----------
_publications/2015-05-31-sigmod.md | 2 ++
_publications/2015-08-31-vldb.md | 4 ++-
_publications/2016-03-15-edbt.md | 2 ++
_publications/2016-06-26-sigmod.md | 2 ++
_publications/2016-09-05-vldb.md | 4 ++-
_publications/2017-05-14-sigmod.md | 2 ++
_publications/2017-06-12-spark_summit.md | 4 ++-
_publications/2018-04-16-icde-demo.md | 2 ++
_publications/2018-04-16-icde-tutorial.md | 2 ++
_publications/2018-08-27-vldb.md | 2 ++
assets/css/home.css | 18 +++++++++-
13 files changed, 80 insertions(+), 27 deletions(-)
diff --git a/_layouts/publication.html b/_layouts/publication.html
index f207fe8..8153a1b 100644
--- a/_layouts/publication.html
+++ b/_layouts/publication.html
@@ -14,11 +14,11 @@ layout: post
</div>
<div class="col-10 text-center">
{% if page.link-external == false %}
- <a href="{{ page.link-paper | relative_url }}" class="btn
btn-success">
+ <a href="{{ page.link-paper | relative_url }}" class="btn
btn-outline-info">
<i class="far fa-file-pdf"></i> Download
</a>
{% else %}
- <a href="{{ page.link-paper}}" class="btn btn-success">
+ <a href="{{ page.link-paper}}" class="btn btn-outline-info">
<i class="fas fa-external-link-alt"></i> Go External Link
</a>
{% endif %}
diff --git a/_layouts/publications.html b/_layouts/publications.html
index 97acfa5..ad7240e 100644
--- a/_layouts/publications.html
+++ b/_layouts/publications.html
@@ -3,28 +3,45 @@ layout: post
---
<section>
- <div class="container">
-
+ <div class="container timeline mt-n3">
+ <div class="row">
+ <div class="col-12">
+ <br>
+ </div>
+ </div>
+ {% for pub in site.publications reversed %}
<div class="row">
- {% for pub in site.publications reversed %}
- <div class="col-md-6">
- <article class="blog-post text-center">
- <a class="post-title" href="{{pub.url |
absolute_url}}">
- <img src="{{ pub.img-thumb | absolute_url }}"
class="w-100" alt="post-thumb">
- </a>
- {% if pub.link-external == false %}
- <a href="{{ pub.link-paper | absolute_url }}"
class="btn btn-link">
- <i class="far fa-file-pdf"></i>
{{pub.link-name}} (Download)
- </a>
- {% else %}
- <a href="{{ pub.link-paper}}" class="btn btn-link">
- <i class="fas
fa-external-link-alt"></i>{{pub.link-name}} (External Link)
- </a>
- {% endif %}
- </article>
- </div>
- {% endfor %}
+ <div class="col-12 pl-0 mb-2">
+ <i class="fas fa-caret-right"></i>
+ {{pub.year}} - {{pub.month}} - {{pub.day}}
+ </div>
</div>
+ <div class="row">
+ <div class="col-12 ml-2 mb-5">
+ <h4>
+ {{pub.subtitle}}
+ </h4>
+ <p>{{pub.link-name}}</p>
+ <p><strong>Authors: </strong>{{pub.authors}}</p>
+ <a class="btn btn-outline-secondary" href="{{pub.url |
absolute_url}}">
+ <i class="fas fa-glasses"></i> Read more...
+ </a>
+ {% if pub.link-external == false %}
+ <a class="btn btn-outline-info" href="{{ pub.link-paper |
absolute_url }}">
+ <i class="fas fa-download"></i> Download
+ </a>
+ {% else %}
+ <a class="btn btn-outline-info" href="{{ pub.link-paper}}">
+ <i class="fas fa-external-link-alt"></i> External Link
+ </a>
+ {% endif %}
+ </div>
+ </div>
+ {% endfor %}
</div>
-</section>
\ No newline at end of file
+</section>
+
+
+
+
diff --git a/_publications/2015-05-31-sigmod.md
b/_publications/2015-05-31-sigmod.md
index a289979..de186f8 100644
--- a/_publications/2015-05-31-sigmod.md
+++ b/_publications/2015-05-31-sigmod.md
@@ -7,6 +7,8 @@ link-name: Paper at SIGMOD 2015
img-thumb: assets/img/screenshot/bigdansing.png
authors: Zuhair Khayyat, Ihab F. Ilyas, Alekh Jindal, Samuel Madden, Mourad
Ouzzani, Paolo Papotti, Jorge-Arnulfo Quiané-Ruiz, Nan Tang and Si Yin
year: 2015
+month: 05
+day: 31
link-paper: assets/pdf/paper/bigdansing.pdf
link-external: false
---
diff --git a/_publications/2015-08-31-vldb.md b/_publications/2015-08-31-vldb.md
index 87a73f0..b0073c7 100644
--- a/_publications/2015-08-31-vldb.md
+++ b/_publications/2015-08-31-vldb.md
@@ -6,7 +6,9 @@ subtitle: >
link-name: Paper at PVLDB 8(13) 2015
img-thumb: assets/img/screenshot/iejoin.png
authors: Zuhair Khayyat, William Lucia, Meghna Singh, Mourad Ouzzani, Paolo
Papotti, Jorge-Arnulfo Quiané-Ruiz, Nan Tang and Panos Kalnis
-year: 20XX
+year: 2015
+month: 08
+day: 31
link-paper: assets/pdf/paper/iejoin.pdf
link-external: false
---
diff --git a/_publications/2016-03-15-edbt.md b/_publications/2016-03-15-edbt.md
index 2439042..85cda88 100644
--- a/_publications/2016-03-15-edbt.md
+++ b/_publications/2016-03-15-edbt.md
@@ -7,6 +7,8 @@ link-name: Vision Paper at EDBT 2016
img-thumb: assets/img/screenshot/vision.png
authors: Divy Agrawal, Sanjay Chawla, Ahmed Elmagarmid, Zoi Kaoudi, Mourad
Ouzzani, Paolo Papotti, Jorge-Arnulfo Quiané-Ruiz, Nan Tang and Mohammed J.
Zaki
year: 2016
+month: 03
+day: 15
link-paper: assets/pdf/paper/vision.pdf
link-external: false
---
diff --git a/_publications/2016-06-26-sigmod.md
b/_publications/2016-06-26-sigmod.md
index 8ddcbf6..bf575c0 100644
--- a/_publications/2016-06-26-sigmod.md
+++ b/_publications/2016-06-26-sigmod.md
@@ -7,6 +7,8 @@ link-name: Demo at SIGMOD 2016
img-thumb: assets/img/screenshot/rheemdemo.png
authors: Divy Agrawal, Lamine Ba, Laure Berti-Equille, Sanjay Chawla, Ahmed
Elmagarmid, Hossam Hammady, Yasser Idris, Zoi Kaoudi, Zuhair Khayyat, Sebastian
Kruse, Mourad Ouzzani, Paolo Papotti, Jorge-Arnulfo Quiané-Ruiz, Nan Tang and
Mohammed J. Zaki
year: 2016
+month: 06
+day: 26
link-paper: assets/pdf/paper/rheemdemo.pdf
link-external: false
---
diff --git a/_publications/2016-09-05-vldb.md b/_publications/2016-09-05-vldb.md
index 6ad286d..1f1e90b 100644
--- a/_publications/2016-09-05-vldb.md
+++ b/_publications/2016-09-05-vldb.md
@@ -7,6 +7,8 @@ link-name: Tutorial at BOSS 2016
img-thumb: assets/img/screenshot/rheemhandson.png
authors: Zoi Kaoudi, Sebastian Kruse and Jorge-Arnulfo Quiané-Ruiz
year: 2016
+month: 09
+day: 05
link-paper: assets/pdf/paper/rheemhandson.pdf
link-external: false
---
@@ -15,4 +17,4 @@ Bored of keep moving your app to the newest data processing
platform to achieve
Indeed, we are witnessing a plethora of innovative data processing platforms
in the last few years. While this is generally great, leveraging these new
technologies in practice bears quite some challenges, just to name a few,
developers must: (i) find among the plethora of processing platforms the best
one for their applications; (ii) migrate their applications to newer and faster
platforms every now and then; and (iii) orchestrate different platforms so that
applications leverage their [...]
-We address these issues with Rheem, a system that enables big data analytics
over multiple data processing platforms in a seamless manner. It provides a
three-layer data processing abstraction with that applications can achieve both
platform independence and interoperability across multiple platforms. With
Rheem, dRheemers (Rheem developers) can focus on the logics of their
applications. Rheem, in turn, takes care of efficiently executing applications
by choosing either a single or multi [...]
\ No newline at end of file
+We address these issues with Rheem, a system that enables big data analytics
over multiple data processing platforms in a seamless manner. It provides a
three-layer data processing abstraction with that applications can achieve both
platform independence and interoperability across multiple platforms. With
Rheem, dRheemers (Rheem developers) can focus on the logics of their
applications. Rheem, in turn, takes care of efficiently executing applications
by choosing either a single or multi [...]
diff --git a/_publications/2017-05-14-sigmod.md
b/_publications/2017-05-14-sigmod.md
index 01ab9d1..6c54b92 100644
--- a/_publications/2017-05-14-sigmod.md
+++ b/_publications/2017-05-14-sigmod.md
@@ -7,6 +7,8 @@ link-name: Paper at SIGMOD 2017
img-thumb: assets/img/screenshot/ml4all.png
authors: Zoi Kaoudi, Jorge-Arnulfo Quiané-Ruiz, Saravanan Thirumuruganathan,
Sanjay Chawla and Divy Agrawal
year: 2017
+month: 05
+day: 14
link-paper: assets/pdf/paper/ml4all.pdf
link-external: false
---
diff --git a/_publications/2017-06-12-spark_summit.md
b/_publications/2017-06-12-spark_summit.md
index bb5b019..6ee693e 100644
--- a/_publications/2017-06-12-spark_summit.md
+++ b/_publications/2017-06-12-spark_summit.md
@@ -7,10 +7,12 @@ link-name: Talk at Spark Summit 2017
img-thumb: assets/img/screenshot/sparksummit.png
authors: Yasser Idris and Sebastian Kruse
year: 2017
+month: 06
+day: 12
link-paper:
https://databricks.com/session/interoperating-a-zoo-of-data-processing-platforms-using-rheem
link-external: True
---
We are witnessing a proliferation of big data, which has lead to a zoo of data
processing systems. Each system providing a different set of features. For
example, Spark provides scalability to analytic tasks, but Java 8 Streams
provides low-latency. Furthermore, complex applications, such as ETL and ML,
are now requiring a mixture of platforms to perform tasks efficiently. In such
complex data analytics pipelines, the use of multiple data processing system is
not only for performance rea [...]
-In this talk, we will present Rheem, an open source scalable cross-platform
system that frees developers from these burdens. Rheem provides an abstraction
layer on top of Spark (and other processing platforms) with the aim of enabling
cross-platform optimization and interoperability. It automatically selects the
best data processing platforms for a given task and also handles the
cross-platform execution. In particular, we will discuss how Rheem allows Spark
to work in tandem with other [...]
\ No newline at end of file
+In this talk, we will present Rheem, an open source scalable cross-platform
system that frees developers from these burdens. Rheem provides an abstraction
layer on top of Spark (and other processing platforms) with the aim of enabling
cross-platform optimization and interoperability. It automatically selects the
best data processing platforms for a given task and also handles the
cross-platform execution. In particular, we will discuss how Rheem allows Spark
to work in tandem with other [...]
diff --git a/_publications/2018-04-16-icde-demo.md
b/_publications/2018-04-16-icde-demo.md
index 33e074b..0e8c303 100644
--- a/_publications/2018-04-16-icde-demo.md
+++ b/_publications/2018-04-16-icde-demo.md
@@ -7,6 +7,8 @@ link-name: Demo at ICDE 2018
img-thumb: assets/img/screenshot/studiodemo.png
authors: Ji Lucas, Yasser Idris, Bertty Contreras-Rojas, Jorge-Arnulfo
Quiané-Ruiz and Sanjay Chawla
year: 2018
+month: 04
+day: 16
link-paper: assets/pdf/paper/studiodemo.pdf
link-external: false
---
diff --git a/_publications/2018-04-16-icde-tutorial.md
b/_publications/2018-04-16-icde-tutorial.md
index c12ad5c..9c5ade3 100644
--- a/_publications/2018-04-16-icde-tutorial.md
+++ b/_publications/2018-04-16-icde-tutorial.md
@@ -7,6 +7,8 @@ link-name: Tutorial at ICDE 2018
img-thumb: assets/img/screenshot/rheemtutorial.png
authors: Zoi Kaoudi and Jorge-Arnulfo Quiané-Ruiz
year: 2018
+month: 04
+day: 16
link-paper: assets/pdf/paper/rheemtutorial.pdf
link-external: false
---
diff --git a/_publications/2018-08-27-vldb.md b/_publications/2018-08-27-vldb.md
index b9da65e..9e39ac3 100644
--- a/_publications/2018-08-27-vldb.md
+++ b/_publications/2018-08-27-vldb.md
@@ -7,6 +7,8 @@ link-name: Paper at PVLDB 11(11) 2018
img-thumb: assets/img/screenshot/rheem.png
authors: Divy Agrawal, Sanjay Chawla, Zoi Kaoudi, Sebastian Kruse,
Jorge-Arnulfo Quiané-Ruiz, Bertty Contreras-Rojas, Ahmed Elmagarmid, Yasser
Idris, Ji Lucas, Essam Mansour, Mourad Ouzzani, Paolo Papotti, Nan Tang,
Saravanan Thirumuruganathan and Anis Troudi
year: 2018
+month: 08
+day: 27
link-paper: assets/pdf/paper/rheem.pdf
link-external: false
---
diff --git a/assets/css/home.css b/assets/css/home.css
index ccb50d8..4237792 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -139,4 +139,20 @@ p {
.circle:hover > .hide {
display: block;
-}
\ No newline at end of file
+}
+
+.timeline {
+ padding-left: 2em;
+}
+
+.timeline > .row {
+ border-left-style: solid;
+ border-left-color: #212529;
+ border-left-width: 5px;
+}
+
+.line-top{
+ border-top-style: dotted;
+ border-top-color: #212529;
+ border-top-width: 1px;
+}