";
- }
- $('#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 = '
';
+
+// for (var i = 0; i < r.length; i++) {
+// 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.