Browse Source

Personal data - education

master
Dejvino 11 months ago
parent
commit
8d415bb3c7
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      src/PersonalData.ts

+ 10
- 4
src/PersonalData.ts View File

@@ -60,10 +60,16 @@ export const personalData: PersonalData = {
education: {
previous: [
{
position: 'Information Technology (unfinished)',
company: 'University of Benimoto',
timerange: '2010 - 2017',
description: '',
position: `Master's degree, Parallel and Distributed Systems`,
company: `Faculty of Informatics, Masaryk University Brno`,
timerange: '2011 - 2013',
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…
Cancel
Save