Skip to content

Commit f10f154

Browse files
committed
Add overview to CV and open blocks
1 parent ada9020 commit f10f154

3 files changed

Lines changed: 31 additions & 9 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ extra_javascript:
6060
- javascripts/mathjax.js
6161
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
6262

63+
extra_css:
64+
- stylesheets/extra.css
65+
6366
extra:
6467
analytics:
6568
provider: google

src/cv.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,25 @@
44

55
I was born in Sofia, Bulgaria (20.11.1975)
66

7+
=== "Overview"
8+
9+
!!! note inline "Research background"
10+
11+
+ My core background is in the fields of optimization, real-time optimal control and
12+
dynamic simulation.
13+
+ I have more than 20 years of modeling experience across a wide range of applications,
14+
including robotics, economical systems, online bidding, missile navigation, ...
15+
16+
!!! note "Software development"
17+
18+
+ I am an experienced software developer with a strong background in **Python** and
19+
**C++**. I have a good working knowledge across a wide range of programming languages,
20+
including **Scala/Spark** and several **Lisp** variants.
21+
+ I have a solid foundation in algorithms and data structures.
22+
723
## Professional experience
824

9-
??? info "**2021.03** - **2024.05**: [Kelkoo](https://www.kelkoogroup.com)"
25+
!!! info "**2021.03** - **2024.05**: [Kelkoo](https://www.kelkoogroup.com)"
1026

1127
**senior data scientist** (science team)
1228

@@ -28,7 +44,7 @@ I was born in Sofia, Bulgaria (20.11.1975)
2844
+ working with `HDFS`, `YARN`
2945
+ in charge of scientific and project documentation
3046

31-
??? info "**2017.09** - **2021.03**: [ProbaYes](http://www.probayes.com/en)"
47+
!!! info "**2017.09** - **2021.03**: [ProbaYes](http://www.probayes.com/en)"
3248

3349
**data scientist/software engineer**
3450

@@ -59,7 +75,7 @@ I was born in Sofia, Bulgaria (20.11.1975)
5975

6076
## Research experience
6177

62-
??? info "**2012.10** - **2015.12**: [INRIA Rhône-Alpes](http://www.inria.fr/centre/grenoble)"
78+
!!! info "**2012.10** - **2015.12**: [INRIA Rhône-Alpes](http://www.inria.fr/centre/grenoble)"
6379

6480
**research scientist** ([BIPOP](http://www.inrialpes.fr/bipop/index.html) team)
6581

@@ -78,7 +94,7 @@ I was born in Sofia, Bulgaria (20.11.1975)
7894
+ implemented an active-set solver for lexicographic least-squares problems
7995
+ `matlab`
8096

81-
??? info "**2007.12** - **2012.09**: [Örebro University](http://www.oru.se)"
97+
!!! info "**2007.12** - **2012.09**: [Örebro University](http://www.oru.se)"
8298

8399
**research scientist/lecturer** ([Mobile Robotics and Olfaction Lab at AASS](https://www.oru.se/english/research/research-environments/ent/AASS/alumni))
84100

@@ -93,29 +109,29 @@ I was born in Sofia, Bulgaria (20.11.1975)
93109
+ simulation of multibody systems
94110
+ introduction to optimization
95111

96-
??? info "**2006.12** - **2007.12**: [INRIA Rhône-Alpes](http://www.inria.fr/centre/grenoble)"
112+
!!! info "**2006.12** - **2007.12**: [INRIA Rhône-Alpes](http://www.inria.fr/centre/grenoble)"
97113

98114
**research scientist** ([BIPOP](http://www.inrialpes.fr/bipop/index.html) team)
99115

100116
+ model predictive control for biped robot walking motion generation
101117

102118
## Education
103119

104-
??? info "**2003.04** - **2006.03**: [Tohoku University](http://www.tohoku.ac.jp)"
120+
!!! info "**2003.04** - **2006.03**: [Tohoku University](http://www.tohoku.ac.jp)"
105121

106122
+ [Space Robotics Laboratory](http://www.astro.mech.tohoku.ac.jp) Department of Aerospace Engineering
107123
+ **degree**: Ph.D. in aerospace engineering
108124
+ **topic**: dynamics and control of space manipulators during a satellite capturing operation
109125
+ **advisor**: [Prof. Kazuya Yoshida](https://scholar.google.com/citations?user=mzUOHycAAAAJ&hl=en)
110126
+ **awards**: Scholarship from the Japanese Ministry of Education MONBU-SHYO (**2003.04** - **2006.03**)
111127

112-
??? info "**2003.04** - **2006.03**: [Hirosaki University](https://www.hirosaki-u.ac.jp/en)"
128+
!!! info "**2003.04** - **2006.03**: [Hirosaki University](https://www.hirosaki-u.ac.jp/en)"
113129

114130
+ Department of [Mechanical Science and Engineering](https://www.st.hirosaki-u.ac.jp/english)
115131
+ **advisor**: [Prof. Dragomir Nenchev](https://scholar.google.com/citations?user=f72Fm44AAAAJ&hl=en)
116132
+ **awards**: Scholarship from Hirosaki University (**2002.10** - **2003.03**)
117133

118-
??? info "**1994.09** - **2001.09**: [Technical University - Sofia](http://www.tu-sofia.bg)"
134+
!!! info "**1994.09** - **2001.09**: [Technical University - Sofia](http://www.tu-sofia.bg)"
119135

120136
+ Faculty of [Automatics](http://fa.tu-sofia.bg)
121137
+ **degrees**: M.Sc. in robotics (**1999.09**), B.A. in electrical engineering (**1997.09**)
@@ -132,5 +148,5 @@ I was born in Sofia, Bulgaria (20.11.1975)
132148
- Bulgarian (native)
133149
- English (fluent)
134150
- Japanese (conversational)
151+
- French (conversational)
135152
- Russian (basic)
136-
- French (beginner)

src/stylesheets/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.admonition.inline {
2+
width: 50%;
3+
}

0 commit comments

Comments
 (0)