Skip to content

Commit 8696037

Browse files
committed
vault backup: 2025-07-19 00:17:57
1 parent 164c862 commit 8696037

File tree

3 files changed

+10
-35
lines changed

3 files changed

+10
-35
lines changed

_config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Academic CV & Publication Website
22
# Built with Jekyll and optimized for Obsidian integration
33

4-
title: "Dr. Academic Name"
5-
subtitle: "Professor of Computer Science"
4+
title: "Pavel Ievlev"
5+
subtitle: "PhD in Probability Theory and Statistics"
66
77
description: >-
8-
Academic website featuring research publications, CV, and professional activities.
9-
Built with Jekyll and managed through Obsidian for seamless content creation.
8+
Personal academic website.
109
1110
baseurl: "" # the subpath of your site, e.g. /blog
1211
url: "" # the base hostname & protocol for your site, e.g. http://example.com
1312

1413
# Social links
15-
github_username: username
16-
orcid: 0000-0000-0000-0000
17-
scholar: scholar_id
18-
linkedin: linkedin_username
14+
github_username: ievlevpn
15+
orcid: 0000-0003-3329-5741
16+
scholar: 3z8jrW8AAAAJ
17+
linkedin:
1918

2019
# Build settings
2120
markdown: kramdown

vault/.obsidian/workspace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "_pages/teaching.md",
16+
"file": "_pages/research.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "teaching"
21+
"title": "research"
2222
}
2323
}
2424
]
@@ -171,14 +171,14 @@
171171
},
172172
"active": "ce5a6ffa911da9bb",
173173
"lastOpenFiles": [
174+
"_pages/teaching.md",
174175
"_pages/talks.md",
175176
"_pages/research.md",
176177
"_pages/publications.md",
177178
"_pages/index.md",
178179
"_pages/cv.md",
179180
"_pages/contact.md",
180181
"_temp/contact 1.md",
181-
"_pages/teaching.md",
182182
"_temp/talks.md",
183183
"_temp/2020-professor-university.md",
184184
"_temp",

vault/_pages/research.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,9 @@ permalink: /research/
4646

4747
{% if site.academic.research_interests %}
4848
{% for interest in site.academic.research_interests %}
49-
- **{{ interest }}**: Investigating novel approaches and applications
5049
{% endfor %}
5150
{% endif %}
5251

53-
%% ## Research Impact %%
54-
55-
%% ### Publications Metrics %%
56-
%% {% assign total_publications = site.publications | size %} %%
57-
%% {% assign recent_publications = site.publications | where_exp: "pub", "pub.year >= 2020" | size %} %%
58-
%% - **Total Publications:** {{ total_publications }} %%
59-
%% - **Recent Publications (2020+):** {{ recent_publications }} %%
6052

6153
### Selected Recent Work
6254

@@ -76,22 +68,6 @@ permalink: /research/
7668

7769
[View all publications →]({{ "/publications/" | relative_url }})
7870

79-
%% ## Collaborations %%
80-
81-
%% I actively collaborate with researchers across academia and industry, including: %%
82-
%% - Faculty at leading research universities %%
83-
%% - Research scientists at major technology companies %%
84-
%% - International research institutions %%
85-
%% - Interdisciplinary teams spanning computer science, mathematics, and domain applications %%
86-
87-
%% ## Funding
88-
89-
Research activities are supported by grants from:
90-
- National Science Foundation (NSF)
91-
- National Institutes of Health (NIH)
92-
- Industry partnerships
93-
- University research funds %%
94-
9571
## Contact for Research Collaboration
9672

9773
Interested in collaborating? I'm always open to discussing:

0 commit comments

Comments
 (0)