Skip to content

Commit

Permalink
add publications, change style
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilisvas committed Feb 10, 2024
1 parent 63a10c5 commit 50fdec9
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 25 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ avatar: "/img/vassilis_vassiliades.png"
navbar-links:
About: ""
Publications: "publications"
CV: "VassilisVassiliades_CV.pdf"
# CV: "VassilisVassiliades_CV.pdf"
# Contact: "contact"

# --- Footer options --- #
Expand All @@ -38,7 +38,7 @@ navbar-links:
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: Vassilis Vassiliades
email: "[email protected]"
email: "[email protected]"
facebook: vvassiliades
github: vassilisvas
twitter: v_vassiliades
Expand All @@ -49,8 +49,8 @@ author:
footer-links-active:
rss: false
email: true
facebook: true
github: true
facebook: false
github: false
twitter: true
linkedin: true

Expand Down
44 changes: 26 additions & 18 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/* --- General --- */

body {
font-family: 'Lora', 'Times New Roman', serif;
font-size: 18px;
font-family: 'Montserrat', 'Lora', 'Times New Roman', serif;
font-size: 16px;
color: #404040;
position: relative;
background: #FFF;
Expand All @@ -18,15 +18,18 @@ p a {
color: #008AFF;
}
h1,h2 {
font-family: 'Existence-StencilLight', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* font-family: 'Existence-StencilLight', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color: rgb(180, 108, 0);
/* color: rgb(180, 108, 0); */
color: #003470;
}

h3,h4,h5,h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color: rgb(180, 108, 0);
/* color: rgb(180, 108, 0); */
color: #003470;
}

a {
Expand Down Expand Up @@ -58,7 +61,7 @@ hr.small {
}

.main-explain-area {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 15px inherit;
}

Expand Down Expand Up @@ -98,10 +101,10 @@ img::-moz-selection {
/* --- Navbar --- */

.navbar-custom {
/* background: #F5F5F5; */
background: rgb(255, 196, 107);
background: #f3f9ff;
/* background: rgb(255, 225, 180); */
border-bottom: 1px solid #EAEAEA;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-custom .nav li a {
Expand Down Expand Up @@ -191,8 +194,8 @@ img::-moz-selection {

footer {
padding: 30px 0;
/* background: #F5F5F5; */
background: rgb(255, 196, 107);
background: #f3f9ff;
/* background: rgb(255, 225, 180); */
border-top: 1px #EAEAEA solid;
margin-top: 50px;
font-size: 14px;
Expand All @@ -207,7 +210,7 @@ footer .list-inline {
padding: 0;
}
footer .copyright {
font-family: Open Sans;
font-family: 'Montserrat', 'Open Sans';
text-align: center;
margin-bottom: 0;
}
Expand All @@ -218,7 +221,7 @@ footer .theme-by {

@media only screen and (min-width: 768px) {
footer {
padding: 50px 0;
padding: 20px 0;
}
footer .footer-links {
font-size: 18px;
Expand Down Expand Up @@ -274,7 +277,7 @@ footer .theme-by {
margin: 0 0 10px;
}
.post-preview .post-entry {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post-preview .post-read-more {
font-weight: 800;
Expand Down Expand Up @@ -311,7 +314,7 @@ header.header-page .page-heading .page-subheading {
font-size: 24px;
line-height: 1.1;
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 10px 0 0;
}
Expand Down Expand Up @@ -346,7 +349,7 @@ header.header-post .post-heading .post-subheading {
/* --- Pager --- */

.pager li a {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
Expand Down Expand Up @@ -418,9 +421,14 @@ header.header-post .post-heading .post-subheading {
margin-bottom: 0;
}

@font-face {
/* @font-face {
font-family: 'Existence-StencilLight';
src: url('../fonts/Existence-StencilLight.otf') format('opentype');
} */

@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat-Regular.ttf') format('opentype');
}

.canvas-container {
Expand Down
Binary file added fonts/Montserrat-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: About Me
subtitle: Research Team Leader - CYENS Centre of Excellence, Cyprus
subtitle: Research Assistant Professor - CYENS Centre of Excellence
---

<!--
Expand Down
42 changes: 40 additions & 2 deletions publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,32 @@ title: Publications

I can also be found on [Google Scholar](https://scholar.google.com/citations?user=_Hzp2B0AAAAJ&hl=en), [DBLP](https://dblp.org/pers/hd/v/Vassiliades:Vassilis) and [ResearchGate](https://www.researchgate.net/profile/Vassilis_Vassiliades).

---

## 2023

<img src="../img/journal-article.png" height="20px">
Charalambous, P., Pettre, J., Vassiliades, V., Chrysanthou, Y., and Pelechano, N. (2023). GREIL-Crowds: Crowd Simulation with Deep Reinforcement Learning and Examples. ACM Transactions on Graphics, 42(4): 1-15. [[Link]](https://dl.acm.org/doi/abs/10.1145/3592459)

<img src="../img/conference-paper.png" height="20px">
Minelli, G., and Vassiliades, V. (2023). Towards Continual Reinforcement Learning for Quadruped Robots. In Proceedings of the International Conference on Interactive Media, Smart Systems and Emerging Technologies (IMET), 61-64. [[Link]](https://diglib.eg.org/handle/10.2312/imet20231258)

<img src="../img/conference-paper.png" height="20px">
Christou, K., Christodoulou, C., and Vassiliades, V. (2023). Quality Diversity optimization using the IsoLineDD operator: forward and backward directions are equally important. In Proceedings of the Genetic and Evolutionary Computation Conference Companion, 639-642. [[Link]](https://dl.acm.org/doi/abs/10.1145/3583133.3590737)

<img src="../img/conference-paper.png" height="20px">
Dionysiou, A., Vassiliades, V. and Athanasopoulos, E. (2023). Exploring Model Inversion Attacks in
the Black-box Setting. In Proceedings on Privacy Enhancing Technologies Symposium, 1, 190–206. [[Link]](https://petsymposium.org/popets/2023/popets-2023-0012.php)

---

## 2022

<img src="../img/journal-article.png" height="20px">
Demosthenous, G., Kyriakou, M., and Vassiliades, V. (2022). Deep Reinforcement Learning for Improving Competitive Cycling Performance. Expert Systems with Applications, 117311. [[Link]](https://www.sciencedirect.com/science/article/pii/S095741742200673X)

---

## 2021

<img src="../img/journal-article.png" height="20px">
Expand All @@ -25,6 +45,7 @@ Chatzilygeroudis, K., Cully, A., Vassiliades, V., and Mouret, J.-B. (2021). Qual
<img src="../img/workshop-paper.png" height="20px">
Demosthenous, G. and Vassiliades, V. (2021). Continual Learning on the Edge with TensorFlow Lite. Findings of the CVPR 2021 Workshop on Continual Learning in Computer Vision. [[Link]](https://arxiv.org/abs/2105.01946)

---

## 2020

Expand All @@ -34,12 +55,15 @@ Kondo, D., Vassiliades, V., Silverston, T., Tode, H., and Asami, T. (2020). The
<img src="../img/conference-paper.png" height="20px">
Ishikura, N., Kondo, D., Iordanov, I., Vassiliades, V. and Tode, H. (2020). Cache-Property-Aware Features for DNS Tunneling Detection. In 23rd Conference on Innovation in Clouds, Internet and Networks (ICIN 2020). [[Link]](https://ieeexplore.ieee.org/document/9059472)

---

## 2019

<img src="../img/journal-article.png" height="20px">
Chatzilygeroudis, K., Vassiliades, V., Stulp, F., Calinon, S., and Mouret, J.-B. (2019). A survey on policy search algorithms for learning robot controllers in a handful of trials. IEEE Transactions on Robotics, 36(2): 328-347. [[Link (open access)]](https://ieeexplore.ieee.org/document/8944013) [[Preprint]](https://arxiv.org/abs/1807.02303).

---

## 2018

<img src="../img/journal-article.png" height="20px">
Expand All @@ -54,8 +78,7 @@ Chatzilygeroudis, K., Vassiliades, V. and Mouret, J.-B. (2018). Reset-free Trial
Vassiliades, V. and Mouret, J.-B. (2018). Discovering the Elite Hypervolume by Leveraging Interspecies Correlation. In Proceedings of the Genetic and Evolutionary Computation Conference (GECCO), pp. 149–156. ACM. [[Link]](https://dl.acm.org/citation.cfm?id=3205602), [[Preprint]](https://arxiv.org/abs/1804.03906).




---

## 2017
<img src="../img/conference-paper.png" height="20px">
Expand All @@ -73,6 +96,8 @@ Vassiliades, V., Chatzilygeroudis, K. and Mouret, J.-B. (2017). A comparison of
algorithms in unbounded spaces. In Proceedings of the Genetic and Evolutionary Computation
Conference Companion, pp. 1578-1581. ACM. [[Preprint]](https://hal.inria.fr/hal-01518814).

---

## 2016
<img src="../img/journal-article.png" height="20px">
Vassiliades, V. and Christodoulou, C. (2016). Behavioral Plasticity Through the Modulation of Switch Neurons. Neural Networks, 74: 35-51. [[Preprint]](/publications/2016_vassiliades_nn.pdf).
Expand All @@ -88,14 +113,20 @@ Training Bidirectional Recurrent Neural Network Architectures with the Scaled Co
Algorithm. Artificial Neural Networks - ICANN 2016, Lecture Notes in Computer Science, ed. by
A.E.P. Villa, P. Masulli and A.J.P. Rivero, Springer, 9886: 123-131. [[Preprint]](/publications/2016_agathocleous.pdf).

---

## 2015

Vassiliades, V. (2015). Studies in Reinforcement Learning and Adaptive Neural Networks. PhD Thesis. Department of Computer Science, University of Cyprus. [[Pdf]](/publications/2015_vassiliades_phd_thesis.pdf).

---

## 2013
<img src="../img/journal-article.png" height="20px">
Vassiliades, V. and Christodoulou, C. (2013). Toward Nonlinear Local Reinforcement Learning Rules Through Neuroevolution. Neural Computation, 25(11): 3020-3043. [[Preprint]](/publications/2013_vassiliades_nc.pdf).

---

## 2012
<img src="../img/journal-article.png" height="20px">
Kountouris, P., Agathocleous, M., Promponas, V., Christodoulou, G., Hadjicostas, S., Vassiliades, V. and Christodoulou, C. (2012). A comparative study on filtering protein secondary structure prediction. IEEE/ACM Transactions on Computational Biology and Bioinformatics, 9(3): 731-739. [[Preprint]](/publications/2012_kountouris.pdf).
Expand All @@ -110,6 +141,8 @@ Vassiliades, V., Christodoulou, C., Cleanthous, A. and Lambrou, I. (2012). Explo
Reinforcement Learning. Research Work of Postgraduate Students, Faculty of Pure and Applied
Sciences, University of Cyprus, Nicosia, Cyprus, November 2012, Abstract for Poster P-28.

---

## 2011
<img src="../img/journal-article.png" height="20px">
Vassiliades, V., Cleanthous, A. and Christodoulou, C. (2011). Multiagent Reinforcement Learning: Spiking and Nonspiking Agents in the Iterated Prisoner's Dilemma. IEEE Transactions on Neural Networks, 22(4): 639-653. [[Preprint]](/publications/2011_vassiliades_tnn.pdf).
Expand All @@ -134,6 +167,8 @@ and Christodoulou, C. (2011). A comparative study on filtering protein secondary
Proceedings of the 4th Cyprus Workshop on Signal Processing and Informatics, Nicosia, Cyprus, July
2011, p.13.

---

## 2010
<img src="../img/conference-paper.png" height="20px">
Vassiliades, V. and Christodoulou, C. (2010). Multiagent Reinforcement Learning in the Iterated
Expand All @@ -156,7 +191,10 @@ Nets: can weight updating for each residue enhance performance? AIAI 2010, ed. b
A. S. Andreou and M. Bramer, IFIP International Federation for Information Processing AICT, 339:
128-137. [[Link]](https://link.springer.com/content/pdf/10.1007/978-3-642-16239-8_19.pdf).

---

## 2009

<img src="../img/conference-paper.png" height="20px">
Vassiliades, V., Cleanthous, A. and Christodoulou, C. (2009). Multiagent Reinforcement Learning
with Spiking and Non Spiking Agents in the Iterated Prisoner's Dilemma. Artificial Neural Networks -
Expand Down

0 comments on commit 50fdec9

Please sign in to comment.