From 165d601fb6850812bc02b76ad28fb6f3b88155da Mon Sep 17 00:00:00 2001 From: Tomatokeftes <129113023+Tomatokeftes@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:08:30 +0200 Subject: [PATCH] Cleaned up some messes --- _includes/footer.html | 2 +- _includes/header.html | 2 +- _includes/navbar.html | 10 +--- assets/js/document.js | 104 +++++++++++++++++++++--------------------- index.md | 3 +- 5 files changed, 57 insertions(+), 64 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 6b2c52e..d049252 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,7 +9,7 @@ -

SC © {{ site.time | date: '%Y' }} +

TV © {{ site.time | date: '%Y' }}

diff --git a/_includes/header.html b/_includes/header.html index b8a2463..a14a804 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,7 +15,7 @@ {{ site.title }} - + diff --git a/_includes/navbar.html b/_includes/navbar.html index b8864b2..23e5265 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,12 +1,10 @@ \ No newline at end of file + diff --git a/assets/js/document.js b/assets/js/document.js index 538fa73..3155d04 100644 --- a/assets/js/document.js +++ b/assets/js/document.js @@ -1,52 +1,52 @@ -$(document).ready(function () { - if (top.location.pathname === '/research/') { - var x = new XMLHttpRequest(); - // Change the link to the appropriate one. - x.open("GET", "https://dblp.org/pid/167/1074.xml", true); - x.onreadystatechange = function () { - if (x.readyState == 4 && x.status == 200) { - var publications = x.responseXML; - var r = publications.getElementsByTagName("r"); - var html_str = '"; - } - $('#publications').html(html_str); - }; - x.send(null); - } - - -}); \ No newline at end of file +// $(document).ready(function () { +// if (top.location.pathname === '/research/') { +// var x = new XMLHttpRequest(); +// // Change the link to the appropriate one. +// x.open("GET", "######", true); +// x.onreadystatechange = function () { +// if (x.readyState == 4 && x.status == 200) { +// var publications = x.responseXML; +// var r = publications.getElementsByTagName("r"); +// var html_str = '"; +// } +// $('#publications').html(html_str); +// }; +// x.send(null); +// } + + +// }); \ No newline at end of file diff --git a/index.md b/index.md index 624b4ec..e2ced66 100644 --- a/index.md +++ b/index.md @@ -13,7 +13,8 @@ I am a PhD candidate at Maarten Honing, with a main focus on the use of liquid chromatography, mass spectrometry, and ion mobility spectrometry. After graduating, I worked for a year of working under Maarten Honing, completing the results of the thesis, and working in the development of flow chemistry sensors to be used for process analytical technologies. Soon after, I started my Master's degree at Maastricht University Molecular Imaging & Engineering, graduating with a thesis under the supervision of Ron Heeren & Maarten Honing. There, I focused on the application of imaging technologies, chiefly Mass Spectrometry Imaging (MSI), and how to apply this technique in food science to investigate the spatial molecular heterogeneity of non-animal-based meat alternatives. In parallel, I got familiar with the application of machine learning approaches in the data analysis, picking an interest in the field of imaging data analysis & management. - +

+

The current focus of my PhD is single-cell multi-omics data integration, analysis, and management. I believe that MSI can greatly expand on the field of multi-omics, as it can provide a breadth of additional molecular information, however, lots of work is necessary to integrate the data into existing multi-omics frameworks and perform data analysis.