소스 검색

Personal data - education

master
Dejvino 11 달 전
부모
커밋
8d415bb3c7
1개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. +10
    -4
      src/PersonalData.ts

+ 10
- 4
src/PersonalData.ts 파일 보기

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


불러오는 중...
취소
저장