diff --git a/index.html b/index.html index cfa4cce..4d7d485 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-Designed Helm/Kubernetes configuration and staged deployment. Conducted interviews for Software Architect and Performance Engineer positions.
+Designed Helm/Kubernetes configuration and staged deployment for the national tax management system. Conducted interviews for Software Architect and Performance Engineer positions.
Python, Jupyter Notebook, matplotlib, numpy, scikit-learn
+Python, Jupyter Notebook, matplotlib, numpy, scipy, scikit-learn
Android, C++, gnuradio
Created an Android app to collect biosignals (PPG, ECG, BCG, SCG) and estimate heart disease risk. Implemented signal quality estimates and event detection from literature. Reverse engineered Kardia ECG encoding. Published arrhythmia detection, see "Publications". Validated use-cases at exhibitions and insurers.
++ Created an Android app to collect biosignals (PPG, ECG, BCG, SCG) and estimate heart disease risk. + + Published arrhythmia detection, see "Publications". + Validated use-cases at exhibitions and insurers. Some modules I implemented: +
+Implemented domain adaptation and optimized runtime performance in a machine translation software. See "Publications".
Designed a test device for connecting to and testing ticket printer hardware for buses, including circuit design, layouting, mechanical design and industrialisation.
Specialism: Learning from Data
Master thesis: "Handling out-of-vocabulary words in a domain adaptation setting in statistical machine translation"
Out-of-domain MT is sensitive to the alignment of rare words. 27 % of untranslated words in the output could be found in training data, but were too rare for the word alignment algorithm to extract.
@@ -134,7 +160,8 @@C++, LaTeX
+Matlab
Bachelor thesis: "Interfacing of the PARDISO Sparse Linear Solver for Schrödinger-Poisson simulation"
10-25 % overall speedup of simulations through refactoring the C++ codebase to introduce a representation of sparse matrices and interfacing a sparse solver package.
@@ -146,11 +173,33 @@Specialism: Commercial IT
Diploma project: "Distributed server monitoring"
- Higher Institute of Technology (HTBLVA für EDV)
Bertoldi, N., Cattoni, R., Cettolo, M., Farajian, M. A., Federico, M., Caroselli, D., ... & Madl, D. (2017). The 20th Annual Conference of the European Association for Machine Translation (EAMT), 2017.
diff --git a/main.css b/main.css index 30ecefb..f920531 100644 --- a/main.css +++ b/main.css @@ -43,10 +43,14 @@ body { background-repeat: repeat-y; } -ul { +ul, ol { margin-left: 14pt; } +div.references ol li, div.references ol li a { + font-size: 8pt; +} + * { margin: 0; padding: 0; @@ -78,6 +82,7 @@ h1 { font-size: 18pt; font-weight: 500; padding-bottom: 8pt; + margin-bottom: 32pt; } /* Section heading */