Skip to content

Commit 9e9ae53

Browse files
committed
Update alexey info and add news
1 parent 8731e61 commit 9e9ae53

File tree

12 files changed

+83
-28
lines changed

12 files changed

+83
-28
lines changed

content/_index.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@ sections:
4242
1. Singapore Ministry of Education (MoE) Academic Research Fund (AcRF) Tier 1 grant.
4343
2. National Research Foundation, Singapore, and Cyber Security Agency of Singapore under its National Cybersecurity R&D Programme (Fuzz Testing \<NRF-NCR25-Fuzz-0001\>).
4444
45-
46-
# - block: collection
47-
# content:
48-
# title: Latest News
49-
# subtitle:
50-
# text:
51-
# count: 5
52-
# filters:
53-
# author: ''
54-
# category: ''
55-
# exclude_featured: false
56-
# publication_type: ''
57-
# tag: ''
58-
# offset: 0
59-
# order: desc
60-
# page_type: post
61-
# design:
62-
# view: card
63-
# columns: '1'
64-
6545
# - block: markdown
6646
# content:
6747
# title:
@@ -91,6 +71,25 @@ sections:
9171
show_role: true
9272
show_social: true
9373

74+
- block: collection
75+
content:
76+
title: News
77+
subtitle:
78+
text:
79+
count: 5
80+
filters:
81+
author: ''
82+
category: ''
83+
exclude_featured: false
84+
publication_type: ''
85+
tag: ''
86+
offset: 0
87+
order: desc
88+
page_type: news
89+
design:
90+
view: news
91+
columns: '1'
92+
9493
- block: collection
9594
content:
9695
title: Publications

content/authors/alexey.paznikov/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@ last_name: Paznikov
1111
user_groups:
1212
- Research Fellows
1313

14+
link: https://apaznikov.github.io/
15+
16+
social:
17+
- icon: orcid
18+
icon_pack: fab
19+
link: https://orcid.org/0000-0002-3735-6882
20+
1421
---
1.08 MB
Loading

content/news/2024-06-26-alexey.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
date: 2024-06-26
3+
---
4+
5+
6+
Alexey Paznikov joins us as a Research Fellow!
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
date: 2024-08-16
3+
---
4+
5+
6+
Zihan Zhou joins us as a PhD Student!
7+
Arnav Aggarwal joins us as an undergraduate student!

content/news/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: News
3+
# Listing view
4+
view: news
5+
6+
# Optional banner image (relative to `assets/media/` folder).
7+
banner:
8+
caption: ''
9+
image: ''
10+
---

content/post/24-04-22-first-post/index.md

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

themes/blox-bootstrap/assets/scss/wowchemy/layouts/_listing.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
margin-bottom: 0;
1717
}
1818

19+
.news-list-item .news-date {
20+
font-weight: bold;
21+
}
22+
23+
.news-list-item .news-content {
24+
margin-bottom: 0.8rem;
25+
}
26+
27+
.news-list-item .news-content p {
28+
margin-bottom: 0;
29+
}
30+
1931
.pub-list-item {
2032
margin-top: 0rem;
2133
margin-bottom: 1.8rem;

themes/blox-bootstrap/layouts/partials/blocks/collection.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,15 @@
7777

7878
{{ $columns := $block.design.columns | default "2" }}
7979

80-
<div class="{{if eq $archive_page.Type "publication"}}col-8{{ else}}col-12{{end}} {{if eq $columns "2"}}col-lg-8{{end}}">
80+
<div class="
81+
{{if or (eq $archive_page.Type "publication") (eq $archive_page.Type "news") }}
82+
col-8
83+
{{ else }}
84+
col-12
85+
{{end}}
86+
{{if eq $columns "2"}}
87+
col-lg-8
88+
{{end}}">
8189

8290
{{ with $block.content.text }}{{ . | emojify | $page.RenderString }}{{ end }}
8391

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{/* Function to get event start and end dates/times. */}}
2+
{{ $t1 := time .Date }}{{/* Start datetime. */}}
3+
{{ $str := slice (time.Format site.Params.locale.date_format (time $t1)) }}{{/* Init return string with start date. */}}
4+
{{ return ((delimit $str " ") | safeHTML) }}

0 commit comments

Comments
 (0)