From 6ed74d765f0f70fbbc99540dc2e3a74d1ee2d302 Mon Sep 17 00:00:00 2001 From: rodriguez-p <106660817+rodriguez-p@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:18:53 +0200 Subject: [PATCH] updated config and about page --- _layouts/page.liquid | 28 ++++++++++------------------ _pages/about.md | 1 + 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/_layouts/page.liquid b/_layouts/page.liquid index d3c7aa24c7ce..9e34f406f31d 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -1,24 +1,16 @@ --- layout: default --- -
-
-

{{ page.title }}

-

{{ page.description }}

-
+ +
-
- {{ content }} -
+
+

{{ page.title }}

+

{{ page.description }}

+
- {% if page.related_publications %} -

References

-
- {% bibliography --cited_in_order %} -
- {% endif %} +
+ {{ content }} +
- {% if site.giscus and page.giscus_comments %} - {% include giscus.liquid %} - {% endif %} -
+
diff --git a/_pages/about.md b/_pages/about.md index c2a6b33e0fa3..c71d814f07ed 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -15,3 +15,4 @@ selected_papers: false # includes a list of papers marked as "selected={true}" social: true # includes social icons at the bottom of the page --- +Welcome! My name is Pablo, I'm currently a PhD researcher at the [Attention and Consciousness lab](https://blogs.ugr.es/attentionandconsciousness/) (University of Granada, Spain). My main interest lies in the mechanisms trough which attention and conscious perception interact, with a focus on the neural basis of this relationship. Over the last years I have worked with EEG, fMRI and TMs to get a glimpse into this processes, and my PhD project involves the use of machine learning models on EEG data with the goal of understanding how conscious and unconscious information are represented in the brain, and improving performance in perceptual tasks. \ No newline at end of file