Personal data - education

This commit is contained in:
Dejvino 2023-05-28 15:04:39 +02:00
parent 767232aff4
commit 8d415bb3c7

View File

@ -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.`,
} }
] ]
}, },