Skip to content

Commit adbe7d8

Browse files
author
aleksandrsokolov
committed
add dimitrov bio
1 parent 394be7e commit adbe7d8

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

data/plenary/dimitrov.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: ""
3+
---

data/speakers.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,21 @@
145145
"position": "Professor"
146146
}
147147
]
148+
},
149+
{
150+
"slug": "dimitrov",
151+
"name": "Boyan Dimitrov",
152+
"appeal": "Prof.",
153+
"country": "Bulgaria",
154+
"avatar": "/images/avatars/dimitrov.jpg",
155+
"affiliations": [
156+
{
157+
"name": "Sofia University",
158+
"department": "Faculty of Mathematics and Computer Science",
159+
"city": null,
160+
"country": "Sofia University",
161+
"position": "Professor"
162+
}
163+
]
148164
}
149165
]

data/speakers/dimitrov.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Degree Information
2+
3+
1. Dr. of Mathematical Sciences, Probability and Statistics, - Faculty of Mathematics and Computer Science, Sofia University, Sofia, Bulgaria. Dissertation: "Mathematical Methods for investigations of queuing systems", May 1986, (in Bulgarian).
4+
5+
2. Ph. D. Physics & Mathematics, Probability and Statistics, Mechmath of the Moscow State Univ. Michael Lomonosov. Dissertation: "Some applications of the random sums method" (in Russian), June 1971, Supervisor: Prof. B. V. Gnedenko.
6+
7+
3. M.A. Mathematical Education with specialization in Probability and Statistics, Faculty of Mathematics and Computer Science, Sofia University, Sofia, Bulgaria. July, 1966. Thesis: "Limit theorems for infinitesimal renewal processes" (in Bulgarian).
8+
9+
Employment record
10+
11+
1. July 1995 - June 2001: Associate Professor of Mathematics (Probability and Statistics), GMI Engineering and Management Inst. (now Kettering)
12+
2. October 1993 - June 1995: Adjunct Professor of Mathematics (Probability and Statistics), GMI Engineering and Management Inst.
13+
3. January - June 1993: Visiting Professor at Concordia University, Montreal, Canada, Dept. of Mathematics and Statistics.
14+
4. September - December 1992: Visiting Professor at McGill University, Dept. of Mathematics and Statistics, Montreal, Canada and Researcher at Concordia University.
15+
5. January - August 1992: Visiting Professor at Concordia University, Montreal, Canada, Dept. of Mathematics and Statistics.
16+
6. January 1989 - December 1991: Professor of Probability and Statistics, Faculty of Mathematics and Informatics, University of Sofia, Bulgaria.
17+
7. September - December 1988: Visiting professor at Concordia University, Montreal, Canada, Dept. of Mathematics and Statistics.
18+
8. December 1976 - August 1988: Associate professor, Faculty of Mathematics and Informatics, University of Sofia, Sofia, Bulgaria.
19+
9. August 1971 - December 1976: Researcher/Lecturer in Mathematics; Center of Mathematics and Mechanics, Sofia, Bulgaria.
20+
10. October 1968 - July 1971: Post-graduate (PhD) student, Moscow State University, Moscow, Russia.
21+
11. September 1966 - October 1968: Researcher/Lecturer in Mathematics; Center of Mathematics and Mechanics, Sofia, Bulgaria.
22+
23+

public/images/avatars/dimitrov.jpg

41.8 KB
Loading

src/pages/keynotes/[slug].jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const KeynotePage = ({ keynote }) => {
1616
{
1717
keynote && (
1818
<section className="container mx-auto my-12 py-12">
19-
<article className="container mx-auto md:w-2/3 pb-12 p-8">
19+
{keynote.title && <article className="container mx-auto md:w-2/3 pb-12 p-8">
2020
<p className="mb-1 font-extrabold md:text-2xl text-indigo-600">
2121
<FontAwesomeIcon icon={faStar} />
2222
<span className="ml-2">Keynote</span>
@@ -46,7 +46,7 @@ const KeynotePage = ({ keynote }) => {
4646
</a> : null
4747
}
4848

49-
</article>
49+
</article>}
5050

5151
<div className="container mx-auto mt-12 bg-indigo-100">
5252
<div className="container md:w-2/3 mx-auto p-8 items-start">

0 commit comments

Comments
 (0)