Skip to content

Commit d208aca

Browse files
committed
Updated pages description
1 parent 2202c01 commit d208aca

7 files changed

Lines changed: 33 additions & 20 deletions

File tree

_includes/head.html

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,44 @@
22
<meta charset="utf-8" />
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
5+
<meta name="author" content="{{site.title}}" />
56

6-
<meta property="og:type" content="website">
7-
<meta property="og:title" content="{{site.title}}{% if page.title %} / {{page.title}}{% endif %}">
87
<meta property="og:site_name" content="{{site.title}}">
8+
<meta property="og:type" content="website">
99
<meta property="og:url" content="{{site.url}}{{page.url}}">
10+
11+
<meta name="twitter:image:alt" content="{{site.title}}">
12+
<meta property="twitter:url" content="{{site.url}}{{page.url}}">
13+
<meta property="twitter:domain" content="{{site.url}}">
14+
<meta name="twitter:card" content="summary_large_image">
15+
16+
{% if page.title %}
17+
<meta property="og:title" content="{{site.title}}">
18+
<meta name="twitter:title" content="{{site.title}}">
19+
{% else %}
20+
<meta property="og:title" content="{{site.title}} / {{page.title}}">
21+
<meta name="twitter:title" content="{{site.title}} / {{page.title}}">
22+
{% endif %}
23+
24+
{% if page.description %}
25+
<meta name="description" content="{{page.description}}" />
26+
<meta property="og:description" content="{{page.description}}">
27+
<meta name="twitter:description" content="{{page.description}}">
28+
{% else %}
29+
<meta name="description" content="{{site.description}}" />
30+
<meta property="og:description" content="{{site.description}}">
31+
<meta name="twitter:description" content="{{site.description}}">
32+
{% endif %}
33+
1034
{% if page.image %}
1135
<meta property="og:image" content="{{site.url}}/{{page.image}}">
1236
<meta name="twitter:image" content="{{site.url}}/{{page.image}}">
1337
{% else %}
1438
<meta property="og:image" content="{{site.url}}/assets/img/group-picture-compressed.jpg">
1539
<meta name="twitter:image" content="{{site.url}}/assets/img/group-picture-compressed.jpg">
1640
{% endif %}
17-
<meta property="og:description" content="{% if page.lead %}{{page.lead}}{% else %}{{site.description}}{% endif %}">
18-
19-
<meta property="twitter:domain" content="{{site.url}}">
20-
<meta property="twitter:url" content="{{site.url}}{{page.url}}">
21-
<meta name="twitter:title" content="{{site.title}}{% if page.title %} / {{page.title}}{% endif %}">
22-
<meta name="twitter:description" content="{% if page.lead %}{{page.lead}}{% else %}{{site.description}}{% endif %}">
23-
<meta name="twitter:card" content="summary_large_image">
24-
<meta name="twitter:image:alt" content="{{site.title}}">
2541

2642
<title>{{site.title}}{% if page.title %} / {{page.title}}{% endif %}</title>
27-
<meta name="description" content="{% if page.lead %}{{page.lead}}{% else %}{{site.description}}{% endif %}" />
28-
<meta name="author" content="{{site.title}}" />
2943

3044
<link rel="icon" type="image/x-icon" href="{{site.url}}/favicon.ico" />
3145
<!-- Core theme CSS (includes Bootstrap)-->

_tutorials/graph-based-processing/ecml-2023.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
---
2-
layout: default
2+
layout: particles_header
33
title: Graph-based Processing of Spatiotemporal Time Series
4+
lead: Forecasting, Reconstruction and Analysis
5+
description: The GMLG tutorial on graph deep learning for time-series processing.
46
venue: ECML PKDD 2023
57
image: tutorials/graph-based-processing/img/thumb.jpg
68
---
7-
<!-- Header-->
8-
<header class="text-white particles-background">
9-
<div class="container px-4 text-center">
10-
<h1 class="fw-bolder">Graph-based Processing of Spatiotemporal Time Series</h1>
11-
<p class="lead">Forecasting, Reconstruction and Analysis</p>
12-
</div>
13-
</header>
149
<!-- Outline section-->
1510
<section>
1611
<div class="container px-4">
-200 Bytes
Loading

people.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: particles_header
33
title: People
44
lead: Meet the GMLG staff
5+
description: Meet the people in GMLG.
56
---
67
{% assign people = site.data.people %}
78
<!-- Admin section-->

publications.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: particles_header
33
title: Publications
44
lead: Check out our works
5+
description: List of GMLG publications.
56
---
67
{% assign people = site.data.people %}
78
{% assign publications = site.data.publications %}

special-sessions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: particles_header
33
title: Special Sessions
4+
description: List of past and upcoming special sessions from GMLG.
45
---
56
<!-- Program section-->
67
<section>

tutorials.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: particles_header
33
title: Tutorials
4+
description: List of past and upcoming tutorials from GMLG.
45
---
56
<!-- Program section-->
67
<section>

0 commit comments

Comments
 (0)