Skip to content

Commit

Permalink
updated config and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguez-p committed Jun 24, 2024
1 parent f6ed89d commit 6ed74d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
28 changes: 10 additions & 18 deletions _layouts/page.liquid
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-description">{{ page.description }}</p>
</header>
<!-- page.html -->
<div class="post">

<article>
{{ content }}
</article>
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-description">{{ page.description }}</p>
</header>

{% if page.related_publications %}
<h2>References</h2>
<div class="publications">
{% bibliography --cited_in_order %}
</div>
{% endif %}
<article>
{{ content }}
</article>

{% if site.giscus and page.giscus_comments %}
{% include giscus.liquid %}
{% endif %}
</div>
</div>
1 change: 1 addition & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6ed74d7

Please sign in to comment.