Skip to content

Commit ad6cead

Browse files
committed
chowanie zakładek
1 parent 8d2598a commit ad6cead

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

config/_default/menus.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
- name: About
8-
url: post
9-
weight: 10
7+
# - name: About
8+
# url: post
9+
# weight: 10
1010
- name: People
1111
url: people
1212
weight: 30
1313
- name: Publications
1414
url: publication
1515
weight: 20
16-
- name: Projects
17-
url: projects
18-
weight: 40
16+
# - name: Projects
17+
# url: projects
18+
# weight: 40
1919
- name: Contact
2020
url: contact
2121
weight: 50

content/_index.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ sections:
6060
padding: ['20px', '0', '20px', '0']
6161
css_class: fullscreen
6262

63-
# - block: collection
64-
# content:
65-
# title: Latest Preprints
66-
# text: ""
67-
# count: 5
68-
# filters:
69-
# folders:
70-
# - publication
71-
# publication_type: 'article'
72-
# design:
73-
# view: citation
74-
# columns: '1'
63+
- block: collection
64+
content:
65+
title: Latest Preprints
66+
text: ""
67+
count: 5
68+
filters:
69+
folders:
70+
- publication
71+
publication_type: 'article'
72+
design:
73+
view: citation
74+
columns: '1'
7575

7676
- block: markdown
7777
content:

content/authors /agnieszka_szmurlo/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ highlight_name: false
6161
# Set this to `[]` or comment out if you are not using People widget.
6262
user_groups:
6363
- Researchers
64+
# user_groups: ["Researchers"]
6465
---
6566

6667
I graduated in Computer Science from WEITI in 2009. For 10 years, I was professionally involved in the financial industry, working as an IT Solutions Architect. In 2017, I began my doctoral studies at WEITI, under the supervision of Dr. hab. inż. Tomasz Gambin, focusing on developing scalable algorithms for analyzing and processing genomic data from large-scale experiments. Since November 2018, I have also held the position of assistant at the ZSI Department. In 2020, I received the First-Degree Scientific Award from the Rector.

content/post/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Latest News
3-
3+
draft: true
44
# Listing view
55
view: compact
66

content/tour/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tour
33
date: 2022-10-24
4-
4+
draft: true
55
type: landing
66

77
sections:

0 commit comments

Comments
 (0)