Skip to content

Commit 313b1fa

Browse files
committed
remove breadcrumbs
1 parent 18ba0e5 commit 313b1fa

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

_layouts/splash_v2.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
</script>
3535

3636
<div id="main" role="main">
37-
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
38-
{% if page.title %}
39-
<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">
40-
{% endif %}
41-
{% if page.excerpt %}
42-
<meta itemprop="description"
43-
content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
44-
{% if page.date %}
45-
<meta itemprop="datePublished" content="{{ page.date | date_to_xmlschema }}">{% endif %}
46-
{% if page.last_modified_at %}
47-
<meta itemprop="dateModified" content="{{ page.last_modified_at | date_to_xmlschema }}">{% endif %}
37+
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
38+
{% if page.title %}
39+
<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">
40+
{% endif %}
41+
{% if page.excerpt %}
42+
<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">
43+
{% endif %}
44+
{% if page.date %}
45+
<meta itemprop="datePublished" content="{{ page.date | date_to_xmlschema }}">{% endif %}
46+
{% if page.last_modified_at %}
47+
<meta itemprop="dateModified" content="{{ page.last_modified_at | date_to_xmlschema }}">{% endif %}
4848

4949

50-
{{ content }}
50+
{{ content }}
5151

52-
<div>
53-
{% include posts-publication.html taxonomy=page.taxonomy %}
54-
</div>
52+
<div>
53+
{% include posts-publication.html taxonomy=page.taxonomy %}
54+
</div>
5555

56-
</article>
56+
</article>
5757
</div>

_research_directions/online-toxicity.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ logos:
2020
name: Mitacs
2121
---
2222

23-
{% include breadcrumbs.html %}
24-
2523
Toxic and harmful speech online is more than just unpleasant; it has widespread social and economic repercussions, particularly as it permeates social media and gaming platforms. In gaming, where toxicity affects 75% of young players, this behavior harms mental health, alienates communities, and even reduces player engagement and spending, which impacts the industry’s bottom line. Beyond financial losses, unchecked toxicity risks fostering real-world violence and inciting harmful social behaviors. Despite advances in detection methods, including AI-driven moderation, the ever-evolving nature of toxic language poses significant challenges to companies and communities alike. Addressing this problem isn’t just about improving user experience — it’s essential for maintaining safe, inclusive, and healthy online spaces.
2624

2725

_research_directions/temporal-graph-learning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ logos:
2121

2222
---
2323

24-
{% include breadcrumbs.html %}
2524

2625
Time-evolving graphs, also known as temporal networks, are a crucial area of study in network science and are ubiquitous in the real world. They represent systems where entities (nodes) and their interactions (edges) change over time. Understanding and predicting the behavior of these dynamic networks are essential for various applications, from tracking disease spread to detecting fraudulent activities and enhancing recommendation systems. However, modeling and analyzing time-evolving graphs presents significant challenges due to their complex and ever-changing nature. Therefore, there is a pressing need to develop advanced machine learning techniques that can effectively handle the unique characteristics of temporal networks.
2726

0 commit comments

Comments
 (0)