From 674b7cb6868f45a20224fb1aafad17289678b9cf Mon Sep 17 00:00:00 2001 From: Dejvino Date: Fri, 2 Jun 2023 09:19:34 +0200 Subject: [PATCH] Minor style tweak --- src/PersonalData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PersonalData.ts b/src/PersonalData.ts index 366c23b..4086063 100644 --- a/src/PersonalData.ts +++ b/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'] }