Skip to content

Commit

Permalink
Cleaned up some messes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomatokeftes committed Oct 18, 2024
1 parent 997538c commit 165d601
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 64 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- <a href="https://twitter.com/#####" target="_blank"> <img src="/assets/img/twitter.svg" alt="Bootstrap" width="18" height="18" fill="#333"> </a>
</p> -->

<p class="p-10 m-2 text-center">SC &copy; {{ site.time | date: '%Y' }}
<p class="p-10 m-2 text-center">TV &copy; {{ site.time | date: '%Y' }}
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<title> {{ site.title }} </title>
<meta name="description" content="{{ site.description }}">
<meta name="author" content="Stergios C.">
<meta name="author" content="Theodoros V.">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
10 changes: 1 addition & 9 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<nav class="navbar navbar-expand-lg navbar-light">


<a class="navbar-brand display-1" style="font-size: x-large;" href="/">
<strong>Theodoros</strong>
Visvikis </br>
</a>


<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
Expand All @@ -21,16 +19,10 @@
<li class="nav-item">
<a class="nav-link" href="/research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/positions">Positions</a>
</li>
<li class="nav-item">
<a class="nav-link" id='last' href="/news">News</a>
</li>
</ul>
</div>

</nav>
</nav>
104 changes: 52 additions & 52 deletions assets/js/document.js
Original file line number Diff line number Diff line change
@@ -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 = '<ul>';

for (var i = 0; i < r.length; i++) {
html_str += "<li>"
console.log(r[i].innerHTML);

var authors = r[i].getElementsByTagName('author');
var authors_str = ''
for (var j = 0; j < authors.length; j++) {
authors_str += authors[j].innerHTML
if (j < authors.length - 1) {
authors_str += ', '
} else {
authors_str += ';'
}
}
html_str += authors_str

var title_str = " " + r[i].getElementsByTagName('title')[0].innerHTML;
var doi = r[i].getElementsByTagName('ee')[0].innerHTML;

html_str += "<strong> <i> <a href='" + doi + "' target='_blank'>" + title_str + "</a> </i> </strong>;"

var journal = r[i].getElementsByTagName('journal')[0];
if (!journal) {
var journal = r[i].getElementsByTagName('booktitle')[0];
}
html_str += " " + journal.innerHTML + " ";

var year = r[i].getElementsByTagName('year')[0];
html_str += year.innerHTML + '.';

html_str += "</li>";
}
html_str += "</ul>";
}
$('#publications').html(html_str);
};
x.send(null);
}


});
// $(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 = '<ul>';

// for (var i = 0; i < r.length; i++) {
// html_str += "<li>"
// console.log(r[i].innerHTML);

// var authors = r[i].getElementsByTagName('author');
// var authors_str = ''
// for (var j = 0; j < authors.length; j++) {
// authors_str += authors[j].innerHTML
// if (j < authors.length - 1) {
// authors_str += ', '
// } else {
// authors_str += ';'
// }
// }
// html_str += authors_str

// var title_str = " " + r[i].getElementsByTagName('title')[0].innerHTML;
// var doi = r[i].getElementsByTagName('ee')[0].innerHTML;

// html_str += "<strong> <i> <a href='" + doi + "' target='_blank'>" + title_str + "</a> </i> </strong>;"

// var journal = r[i].getElementsByTagName('journal')[0];
// if (!journal) {
// var journal = r[i].getElementsByTagName('booktitle')[0];
// }
// html_str += " " + journal.innerHTML + " ";

// var year = r[i].getElementsByTagName('year')[0];
// html_str += year.innerHTML + '.';

// html_str += "</li>";
// }
// html_str += "</ul>";
// }
// $('#publications').html(html_str);
// };
// x.send(null);
// }


// });
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ I am a PhD candidate at <a href="https://www.maastrichtuniversity.nl/research/ma

<p>
I received my Bachelor's diploma in Science at the Maastricht Science Program, with a main focus on analytical chemistry, performing my bachelor's thesis under the supervision of <a href="https://www.maastrichtuniversity.nl/m-honing" target="_blank">Maarten Honing</a>, 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 <a href="https://curriculum.maastrichtuniversity.nl/education/master/imaging-engineering" target="_blank">Molecular Imaging & Engineering</a>, graduating with a thesis under the supervision of <a href="https://www.maastrichtuniversity.nl/prof-ron-heeren" target="_blank">Ron Heeren</a> & 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.

<p>
<p>
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.
</p>

Expand Down

0 comments on commit 165d601

Please sign in to comment.