Personal data - education
This commit is contained in:
parent
767232aff4
commit
8d415bb3c7
@ -60,10 +60,16 @@ export const personalData: PersonalData = {
|
|||||||
education: {
|
education: {
|
||||||
previous: [
|
previous: [
|
||||||
{
|
{
|
||||||
position: 'Information Technology (unfinished)',
|
position: `Master's degree, Parallel and Distributed Systems`,
|
||||||
company: 'University of Benimoto',
|
company: `Faculty of Informatics, Masaryk University Brno`,
|
||||||
timerange: '2010 - 2017',
|
timerange: '2011 - 2013',
|
||||||
description: '',
|
description: `Master's thesis: Efficient computation and visualization of correlations in medical signals.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
position: `Bachelor's degree, Parallel and Distributed Systems`,
|
||||||
|
company: `Faculty of Informatics, Masaryk University Brno`,
|
||||||
|
timerange: '2008 - 2011',
|
||||||
|
description: `Bachelor's thesis: Parallel implementation of force-field decompression algorithm.`,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user