ソースを参照

Minor style tweak

master
Dejvino 11ヶ月前
コミット
674b7cb686
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/PersonalData.ts

+ 2
- 2
src/PersonalData.ts ファイルの表示

@@ -77,7 +77,7 @@ export const personalData: PersonalData = {
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.
description: `**Master's thesis:** *Efficient computation and visualization of correlations in medical signals.*
The first part consisted of high-performance computation of correlations on large volumes of analog data using supercomputers.
The second part covered the visualization of the computed results which allowed interactive exploration and processing of the data by a researcher.`,
tags: ['C/C++', 'Supercomputers', 'OpenMPI', 'Python', 'Visualization', 'Data science']
@@ -86,7 +86,7 @@ export const personalData: PersonalData = {
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.
description: `**Bachelor's thesis:** *Parallel implementation of force-field decompression algorithm.*
The solution executed on a supercomputer cluster to perform real-time simulation of molecular forces. This in turn provided haptic feedback to a 3D pointing device.`,
tags: ['C/C++', 'Supercomputers', 'OpenMPI', 'Data science']
}


読み込み中…
キャンセル
保存