Skip to content

Commit 10439b1

Browse files
committed
Move content from home page to about us, add news tab, add poli-sci & project boiler template
1 parent b3c9c51 commit 10439b1

File tree

16 files changed

+438
-94
lines changed

16 files changed

+438
-94
lines changed

_config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,27 @@ defaults:
135135
- no-sidebar
136136
author_profile: false
137137
share: true
138+
# _projects
139+
- scope:
140+
path: ""
141+
type: projects
142+
values:
143+
layout: single
144+
classes:
145+
- no-sidebar
146+
author_profile: false
147+
share: true
148+
138149

139150
category_archive:
140151
type: liquid
141152
path: /categories/
142153
tag_archive:
143154
type: liquid
144155
path: /tags/
156+
157+
# Collections
158+
collections:
159+
projects:
160+
output: true
161+
permalink: /:path/

_data/navigation.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ main:
66
- page: "Crime & Online Markets"
77
url: /
88
- page: "Politics & Online Media"
9-
url: /
9+
url: /poli-sci/
1010
- page: "Toxicity & Online Games"
1111
url: /
1212
- page: "Tools & Resources"
1313
url: /
1414
- page: "Publications"
1515
url: /publications/
16+
- tab: "News"
17+
subpages:
18+
- page: "In the Media"
19+
url: /
20+
- page: "Events"
21+
url: /
1622
- tab: "About"
1723
subpages:
1824
- page: "About the Lab"
19-
url: /
25+
url: /about/
2026
- page: "People"
2127
url: /people/
2228
- page: "Teaching"
2329
url: /teaching/
2430
- title: "Join Us"
25-
url: /join-us/
31+
url: /about/#join-us

_includes/project.html

Whitespace-only changes.

_includes/research-directions.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{% if include.id %}
2+
{% assign research-directions = page[include.id] %}
3+
{% else %}
4+
{% assign research-directions = page.research-directions %}
5+
{% endif %}
6+
7+
<div class="research-directions__wrapper">
8+
9+
{% for r in research-directions %}
10+
<div class="research-directions__item{% if include.type %}--{{ include.type }}{% endif %}">
11+
<a class="archive__item" href="{{ r.url | relative_url }}">
12+
{% if r.image_path %}
13+
<div class="archive__item-teaser">
14+
<img src="{{ r.image_path | relative_url }}" alt="{% if r.alt %}{{ r.alt }}{% endif %}">
15+
{% if r.image_caption %}
16+
<span class="archive__item-caption">{{ r.image_caption | markdownify | remove: "<p>" | remove: "</p>"
17+
}}</span>
18+
{% endif %}
19+
</div>
20+
{% endif %}
21+
22+
<div class="archive__item-body">
23+
{% if r.title %}
24+
<h2 class="archive__item-title">{{ r.title }}</h2>
25+
{% endif %}
26+
27+
{% if r.excerpt %}
28+
<div class="archive__item-excerpt">
29+
{{ r.excerpt | markdownify }}
30+
</div>
31+
{% endif %}
32+
</div>
33+
</a>
34+
35+
</div>
36+
{% endfor %}
37+
38+
</div>

_layouts/project.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: archive
3+
---
4+
5+
{{ content }}
6+
7+
<div>
8+
{% include posts-publication-by-venue.html taxonomy=page.taxonomy %}
9+
</div>

_pages/about.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: ""
3+
taxonomy: About the Lab
4+
permalink: /about/
5+
6+
row_code:
7+
- image_path: /assets/images/home/github.webp
8+
url: https://github.com/ComplexData-MILA
9+
alt: "Our GitHub page"
10+
title: "Open-Source Code"
11+
btn_label: "GitHub"
12+
btn_class: "btn--primary"
13+
excerpt: "We advocate for open-source code by publishing our models and datasets on GitHub, empowering researchers and developers to easily reproduce, extend, and contribute to our work through community-driven pull requests and issue discussions."
14+
15+
row_about_us:
16+
- image_path: /assets/images/home/misinfo_gov_outreach.webp
17+
- image_path: /assets/images/home/web_retrieval_mila_outreach.webp
18+
- image_path: /assets/images/home/web_retrieval_colm_outreach.webp
19+
20+
21+
---
22+
# About Us
23+
{: .text-center}
24+
25+
We are a group of faculty members, researchers and students affiliated with McGill University and Mila Quebec AI Institute, both located in Montreal, Canada. We often collaborate with researchers around the world.
26+
{: .text-center}
27+
28+
{% include feature_row id="row_about_us" %}
29+
30+
31+
<!-- # Open Source Code -->
32+
{% include feature_row id="row_code" type="right" %}
33+
34+
35+
# Support Complex Data Lab
36+
{: .text-center}
37+
38+
Financial support for the Complex Data Lab's research has come from CIFAR, Mila, and XXX.
39+
40+
Please make a [donation](xxx) to the Complex Data Lab. Your support plays an essential role in sustaining the quality, independence, and impact of our work.
41+
42+
<br>
43+
44+
# Join Us
45+
{: .text-center}
46+
We welcome talented individuals to join our team. Here are the various ways you can become part of Complex Data Lab:
47+
48+
49+
## Temporary Research Positions
50+
51+
If you're interested in joining us for an **internship**, **independent project**, as a **visiting researcher**, or as a **research assistant**, please apply using XXX.
52+
53+
## Masters and PhDs
54+
55+
To join our lab as a Masters or PhD student, you **must** complete the following steps:
56+
57+
1. Apply to either:
58+
- [McGill Computer Science](https://www.cs.mcgill.ca/graduate/future/applying/)
59+
- [Mila](https://mila.quebec/en/research-masters-and-phd)
60+
61+
2. Please also submit your application with this form: XXX
62+
63+
Please ensure you follow the application guidelines and deadlines for each institution.
64+
65+
## Postdocs
66+
67+
If you're interested in a postdoctoral position, please reach out fill out this application form: XXX

_pages/home.md

Lines changed: 28 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
permalink: /
3-
title: "Complex Data Lab @ McGill / Mila"
3+
title: ""
44
layout: splash
55
header:
6-
overlay_filter: rgba(237, 27, 47, 0.3)
6+
overlay_filter: rgba(221, 0, 118, 0.3)
77
overlay_image: /assets/images/trottier.webp
88
actions:
99
- label: "GitHub"
@@ -13,7 +13,7 @@ header:
1313
- label: "LinkedIn"
1414
url: "https://www.linkedin.com/company/complex-data-lab-mcgill-mila"
1515

16-
excerpt: "Complex Data Lab is a research group within McGill University and Mila focusing on network science and applied machine learning."
16+
excerpt: "A research group focusing on developing techniques for analyzing complex data from online societies, with applications to enhance the health and safety of online spaces."
1717

1818
row_research:
1919
- image_path: /assets/images/home/group-photo-1.webp
@@ -22,48 +22,36 @@ row_research:
2222
title: "Research"
2323
btn_label: "Publications"
2424
btn_class: "btn--primary"
25-
excerpt: "We work on various topics, including algorithms analyzing temporal graphs, applying machine learning on the health of online societies (crime & online markets, politics & online media, toxicity & online games). We present our works in ML and NLP conferences and journals."
26-
27-
row_code:
28-
- image_path: /assets/images/home/github.webp
29-
url: https://github.com/ComplexData-MILA
30-
alt: "Our GitHub page"
31-
title: "Open-Source Code"
32-
btn_label: "GitHub"
33-
btn_class: "btn--primary"
34-
excerpt: "We publish code for our models and datasets on GitHub to make it easier for researchers and developers to reproduce and build upon our work. We welcome pull requests and issues on active projects from the community."
35-
36-
row_about_us:
37-
- image_path: /assets/images/home/misinfo_gov_outreach.webp
38-
- image_path: /assets/images/home/web_retrieval_mila_outreach.webp
39-
- image_path: /assets/images/home/web_retrieval_colm_outreach.webp
25+
excerpt: "We work on various topics and present our works in ML and NLP conferences and journals."
26+
27+
research_topics:
28+
- image_path: /assets/images/home/research-direction-default.png
29+
url: /
30+
alt: "Temporal Graph Learning"
31+
title: "Temporal Graph Learning"
32+
excerpt: Advancing the frontier of machine learning on time-evolving graphs to better model and predict dynamic real-world networks and relationships.
33+
- image_path: /assets/images/home/research-direction-default.png
34+
url: /
35+
alt: "Crime & Online Markets"
36+
title: "Crime & Online Markets"
37+
excerpt: Developing responsible AI solutions to detect and analyze suspicious online patterns, supporting law enforcement and organizations in protecting vulnerable individuals from exploitation
38+
- image_path: /assets/images/home/research-direction-default.png
39+
url: /poli-sci/
40+
alt: "Politics & Online Media"
41+
title: "Politics & Online Media"
42+
excerpt: "Investigating how digital platforms and emerging AI technologies shape political discourse, social polarization, and information ecosystems through data-driven computational social science"
43+
- image_path: /assets/images/home/research-direction-default.png
44+
url: /
45+
alt: "Toxicity & Online Games"
46+
title: "Toxicity & Online Games"
47+
excerpt: Building real-time, human-in-the-loop systems to foster healthier gaming communities, partnering with industry leaders to deploy scalable solutions that adapt to emerging challenges.
4048

4149
---
4250
{% comment %}
4351
Based on: https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/docs/_pages/splash-page.md
4452
{% endcomment %}
4553

4654

47-
{% include feature_row id="row_research" type="left" %}
48-
49-
{% include feature_row id="row_code" type="right" %}
50-
51-
# Join Us
52-
{: .text-center}
53-
54-
Complex Data Lab welcomes graduate students, interns, and researchers at various levels. We have opportunities for Masters and PhD students, postdocs, research assistants, and visiting researchers.
55-
{: .text-center}
56-
57-
For detailed information on how to apply and join our lab, please visit our [Join Us](/join-us) page.
58-
{: .text-center}
59-
<br/>
60-
61-
62-
# About Us
63-
{: .text-center}
64-
65-
We are a group of faculty members, researchers and students affiliated with McGill University and Mila Quebec AI Institute, both located in Montreal, Canada. We often collaborate with researchers around the world.
66-
{: .text-center}
67-
68-
{% include feature_row id="row_about_us" %}
55+
{% include research-directions.html id="research_topics"%}
6956

57+
{% include feature_row id="row_research" type="left" %}

_pages/join-us.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

_pages/people.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,59 @@ layout: archive
55
---
66

77

8-
## Faculty
8+
## Faculty & Staff
99

1010
{% include card-authors-with-role.html authors=site.data.authors role="Faculty" alumni=false %}
11+
{% include card-authors-with-role.html authors=site.data.authors role="Postdoc" alumni=false %}
12+
{% include card-authors-with-role.html authors=site.data.authors role="Research Assistant" alumni=false %}
1113

12-
<!-- ## Adjunct Faculty
13-
14-
{% include card-authors-with-role.html authors=site.data.authors role="Adjunct Faculty" alumni=false %} -->
15-
16-
## Postdocs
1714

18-
{% include card-authors-with-role.html authors=site.data.authors role="Postdoc" alumni=false %}
15+
## Students
1916

20-
## PhD Students
17+
### PhD
2118

2219
{% include card-authors-with-role.html authors=site.data.authors role="PhD" alumni=false %}
2320

24-
## Masters Students
21+
### Masters
2522

2623
{% include card-authors-with-role.html authors=site.data.authors role="Master" alumni=false %}
2724

28-
## Undergraduate Students
25+
### Undergraduate
2926

3027
{% include card-authors-with-role.html authors=site.data.authors role="Undergraduate" alumni=false %}
3128

32-
## Interns
29+
### Interns
3330

3431
{% include card-authors-with-role.html authors=site.data.authors role="Intern" alumni=false %}
3532

3633
---
3734

3835
# Alumni
3936

40-
41-
## Postdocs
37+
## Faculty & Staff
4238

4339
{% include card-authors-with-role.html authors=site.data.authors role="Postdoc" alumni=true %}
4440

45-
## PhD Students
41+
## Students
42+
43+
### PhD
4644

4745
{% include card-authors-with-role.html authors=site.data.authors role="PhD" alumni=true %}
4846

49-
## Masters Students
47+
### Masters
5048

5149
{% include card-authors-with-role.html authors=site.data.authors role="Master" alumni=true %}
5250

53-
## Undergraduate Students
51+
### Undergraduate
5452

5553
{% include card-authors-with-role.html authors=site.data.authors role="Undergraduate" alumni=true %}
5654

57-
## Interns
55+
### Interns
5856

5957
{% include card-authors-with-role.html authors=site.data.authors role="Intern" alumni=true %}
6058

6159
<br/>
6260

63-
## Updating the website
61+
# Updating the website
6462

65-
If you are part of the Complex Data Lab (i.e., advised by one of the [faculty members](/people/)), please head to the [GitHub repository](https://github.com/ComplexData-MILA/ComplexDataLab-Mila-McGill), where you will find instructions on adding your publications, creating/updating your profile, updating other parts of the website, etc.
63+
If you are part of the Complex Data Lab, please head to the [GitHub repository](https://github.com/ComplexData-MILA/ComplexDataLab-Mila-McGill), for instructions on adding/updating your publications, creating/updating your profile, updating other parts of the website and etc.

0 commit comments

Comments
 (0)