diff --git a/_data/authors.yml b/_data/authors.yml index d1462862..c0764dcb 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -4,7 +4,7 @@ Carles Fernandez: name : "Carles Fernández-Prades" github : "carlesfernandez" avatar : "/assets/images/carles.jpg" - bio : "Senior Researcher
CTTC" + bio : "Research Director
CTTC" location : email : carles.fernandez@cttc.cat uri : "https://www.cttc.cat/people/carles-fernandez-prades/" @@ -140,3 +140,13 @@ Damian Miralles: google-scholar: "qyUglMkAAAAJ&hl" researchgate: "Damian-Miralles" location : "Iowa, USA" + + +Xavier Guerrero: + name : "Xavier Guerrero" + uri : + email : "xguerrero@cttc.es" + bio : "Researcher
CTTC" + avatar : "/assets/images/xguerrero.jpg" + twitter : + github : "xguerreropau" diff --git a/_pages/team.md b/_pages/team.md index 3b78db8d..099cd3cc 100644 --- a/_pages/team.md +++ b/_pages/team.md @@ -34,6 +34,10 @@ classes: wide + +
+ {% assign pauthor = "Xavier Guerrero" %} + {% include author-profile.html %} + {% assign pauthor = "Pau Closas" %} {% include author-profile.html %} @@ -46,6 +50,7 @@ classes: wide {% assign pauthor = "Damian Miralles" %} {% include author-profile.html %}
diff --git a/assets/images/xguerrero.jpg b/assets/images/xguerrero.jpg new file mode 100644 index 00000000..2f870ec9 Binary files /dev/null and b/assets/images/xguerrero.jpg differ