From 596d37b051fffc9a33359bb0bc783aa33802bd16 Mon Sep 17 00:00:00 2001 From: rodriguez-p <106660817+rodriguez-p@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:31:58 +0200 Subject: [PATCH] updated preprints --- _bibliography/papers.bib | 10 ---------- _bibliography/preprints.bib | 1 + _pages/publications.md | 17 +++++++++++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index baf593de0f98..c23717e0e91c 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -35,14 +35,4 @@ @article{cobos_role_2024 year = {2024}, pages = {e14467}, preprint = {https://www.authorea.com/users/577196/articles/619692-the-role-of-brain-oscillations-in-feature-integration}, -} - -@preprint{rodriguez-san_esteban_neural_2024, - title = {Neural representation of consciously seen and unseen information}, - doi = {https://doi.org/10.31234/osf.io/mnfpv}, - abstract = {Machine learning (ML) models have steadily gained popularity in Neuroscience research, particularly when applied to the analysis of neuroimaging data. One of the most discussed topics in this field, the neural correlates of conscious (and unconscious) information, has also benefited from these approaches, although further research is still necessary to better understand the minimal neural mechanisms that are necessary and sufficient for experiencing any conscious percept, and which mechanisms are comparable and discernible between conscious and unconscious events. The aim of this study was two-fold. First, to explore whether it was possible to decode task-relevant features from electroencephalography (EEG) signals, particularly those related to perceptual awareness. Secondly, to test whether this decoding could be improved by using time-frequency representations instead of voltage. We employed a task designed to study conscious perception in which participants were presented with near-threshold Gabor stimuli and were asked to discriminate the orientation of the grating, and report whether they had perceived it or not. Participants’ EEG signal was recorded while performing the task and was then analysed by using ML algorithms to decode distinctive task-related parameters. The results demonstrated the feasibility of decoding both the presence or absence of the stimuli, as well as participants’ reported perception, from EEG data, although the model failed to extract relevant information related to the orientation of the Gabor. We also found no evidence of unconscious perception, neither in the behavioural data nor in the classification analyses. Furthermore, we conducted a comparative analysis of the performance of the classifier when employing either raw voltage signals or time-frequency representations, finding a substantial improvement when the latter was used to fit the model, particularly in the theta and alpha bands. These findings underscore the significant potential of ML algorithms in decoding perceptual awareness from EEG data in consciousness research tasks.}, - language = {en}, - author = {Pablo Rodríguez-San Esteban and Ana B. Chica and José A. González-López}, - year = {Preprint}, - preprint = {https://osf.io/preprints/psyarxiv/mnfpv}, } \ No newline at end of file diff --git a/_bibliography/preprints.bib b/_bibliography/preprints.bib index c4335cdc9b28..6b658188e8d8 100644 --- a/_bibliography/preprints.bib +++ b/_bibliography/preprints.bib @@ -6,4 +6,5 @@ @article{rodriguez-san_esteban_neural_2024 author = {Pablo Rodríguez-San Esteban and Ana B. Chica and José A. González-López}, year = {2024}, preprint = {https://osf.io/preprints/psyarxiv/mnfpv}, + journal = {PsyArxiv}, } \ No newline at end of file diff --git a/_pages/publications.md b/_pages/publications.md index 03f0871aff3e..3dcdeecfe1ce 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -2,12 +2,21 @@ layout: page permalink: /publications/ title: publications -description: +years: [2024,2023] nav: true nav_order: 2 + --- -
- {% bibliography -f papers --group_by type %} -
+ +

Preprints

+{% bibliography -f preprints %} + + +{%- for y in page.years %} +

{{y}}

+ {% bibliography -f papers -q @*[year={{y}}]* %} +{% endfor %} + + \ No newline at end of file