File tree 13 files changed +57
-5
lines changed
blox-bootstrap/layouts/partials/components
blox-seo/layouts/partials/analytics
blox-tailwind/layouts/partials/components
13 files changed +57
-5
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ sections:
78
78
# Edit `user_groups` in each user's profile to add them to one or more of these groups.
79
79
user_groups :
80
80
- Principal Investigator
81
+ - Research Fellows
81
82
- PhD Students
82
83
- Research Assistants
83
84
- Undergraduate Students
Original file line number Diff line number
10000
Diff line change
1
+ ---
2
+ # Display name
3
+ title : Alexey Paznikov
4
+
5
+ # Full name (for SEO)
6
+ first_name : Alexey
7
+ last_name : Paznikov
8
+
9
+ # Organizational groups that you belong to (for People widget)
10
+ # Set this to `[]` or comment out if you are not using People widget.
11
+ user_groups :
12
+ - Research Fellows
13
+
14
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Display name
3
+ title : Arnav Aggarwal
4
+
5
+ # Full name (for SEO)
6
+ first_name : Arnav
7
+ last_name : Aggarwal
8
+
9
+ # Organizational groups that you belong to (for People widget)
10
+ # Set this to `[]` or comment out if you are not using People widget.
11
+ user_groups :
12
+ - Undergraduate Students
13
+
14
+ link : https://github.com/arnav-ag
15
+
16
+ ---
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ last_name: Tan
9
9
# Organizational groups that you belong to (for People widget)
10
10
# Set this to `[]` or comment out if you are not using People widget.
11
11
user_groups :
12
- - Research Assistants
12
+ - PhD Students
13
13
14
14
link : https://blog.grace.moe/
15
15
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ last_name: Willie
9
9
# Organizational groups that you belong to (for People widget)
10
10
# Set this to `[]` or comment out if you are not using People widget.
11
11
user_groups :
12
- - Undergraduate Students
12
+ - Alumni
13
+
14
+ alumni : BEng, 2024
13
15
14
16
---
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ last_name: Mathur
12
12
# Set this to `[]` or comment out if you are not using People widget.
13
13
user_groups :
14
14
- Principal Investigator
15
+
16
+ social :
17
+ - icon : orcid
18
+ icon_pack : fab
19
+ link : https://orcid.org/0000-0002-7610-0660
15
20
---
16
21
17
22
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Display name
3
+ title : Zihan Zhou
4
+
5
+ # Full name (for SEO)
6
+ first_name : Zihan
7
+ last_name : Zhou
8
+
9
+ # Organizational groups that you belong to (for People widget)
10
+ # Set this to `[]` or comment out if you are not using People widget.
11
+ user_groups :
12
+ - PhD Students
13
+
14
+ ---
Original file line number Diff line number Diff line change 1
- {{ $ga := site.Params.marketing.analytics.google_analytics | default site.GoogleAnalytics | default "" }}
1
+ {{ $ga := site.Params.marketing.analytics.google_analytics | default site.Config.Services. GoogleAnalytics.ID | default "" }}
2
2
{{ $show_feedback := .Params.feedback | default true }}
3
3
4
4
{{ if hugo.IsProduction | and $ga | and $show_feedback }}
Original file line number Diff line number Diff line change 1
- {{ $ga := site.Params.marketing.analytics.google_analytics | default site.GoogleAnalytics | default "" }}
1
+ {{ $ga := site.Params.marketing.analytics.google_analytics | default site.Config.Services. GoogleAnalytics.ID | default "" }}
2
2
3
3
{{ if hugo.IsProduction | and $ga }}
4
4
Original file line number Diff line number Diff line change 1
1
{{/* TODO: port JS & response text from Bootstrap module. Re-integrate with GA plus Fathom/Plausible */}}
2
- {{/* $ga := site.Params.marketing.analytics.google_analytics | default site.GoogleAnalytics | default "" */}}
2
+ {{/* $ga := site.Params.marketing.analytics.google_analytics | default site.Config.Services. GoogleAnalytics.ID | default "" */}}
3
3
{{ $show_feedback := .Params.feedback | default true }}
4
4
5
5
{{ if hugo.IsProduction | and $show_feedback }}{{/* | and $ga */}}
You can’t perform that action at this time.
0 commit comments