See also my Google Scholar Profile

Link to my publication list on the KULeuven website:

ORCID iD iconorcid.org/0000-0002-4603-7939

Open Science icons:

: Open Data
: Open Code
: preregistered (sometimes partially)
or : Preprint version

Collaboration icons:

: Work from the laboratory
: Collaboration within KU Leuven
: International collaboration

library(bib2df)
bib_df<-bib2df(file="MyPubBetterBibTex.bib")
library(stringi)
bib_df$TITLE<-stri_replace_all_regex(bib_df$TITLE, "[\\{\\}]", "")
bib_df$JOURNAL<-stri_replace_all_regex(bib_df$JOURNAL, "[\\{\\}]", "")
bib_df$TITLE<-stri_replace_all_regex(bib_df$TITLE,"â€\\“", "-")## replacing latex character by UTF character

# sort bib_df by year
bib_df<-bib_df[order(bib_df$YEAR, decreasing=T),]

dims<-dim(bib_df)
pg = c("https://github.com/jjodx/jjodx.github.io/raw/master/PubFile/")
Y0 <- bib_df[1,]$YEAR
cat(c("##",Y0 ))

2023

for(i in 1:dims[1]){
  if (bib_df[i,]$YEAR!=Y0){Y0<-bib_df[i,]$YEAR;cat(c("##",Y0));cat(c("\n"))}
  Aut = bib_df[i,]$AUTHOR[[1]];
  for (j in 1:length(Aut)){
    Auteurs <- Aut[j]
    ## replacing latex character by UTF character
    # Auteurs<-stri_replace_all_regex(Auteurs,"\\{\\\\\`\\{e\\}\\}", "è")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\\\\`e", "è") 
    Auteurs<-stri_replace_all_regex(Auteurs,"\\{\\\\\'\\{e\\}\\}", "é")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\\\\'e", "é")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\{\\\\\"\\{u\\}\\}", "ü")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\\\\"u", "ü")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\{\\\\\\^\\{i\\}\\}", "î")
    Auteurs<-stri_replace_all_regex(Auteurs,"\\\\\\^i", "î")
    Auteurs<-stri_replace_all_regex(Auteurs,"Orban de Xivry\\}, Jean-Jacques", "\\_\\_Orban de Xivry, Jean-Jacques\\_\\_")## set name of owner in bold
    Auteurs<-stri_replace_all_regex(Auteurs, "[\\{\\}]", "")
    Aut[j]<-Auteurs
  }
  
  b<-bib_df[i,]$DOI
  b<-gsub("\\.", "_", b)
  b<-gsub("/", "-", b)
  b <- paste0(b,".pdf",collapse="")
  a<-bib_df$FILE[i]
  split_a<-unlist(strsplit(a,":"))
  file_path<-paste0(pg,b,collapse="")
  if (i%%2){cat(c("\n",paste("<div class = 'blue'> "),"\n"))}
  if (i%%2==0){cat(c("\n",paste("<div class = 'white'> "),"\n"))}
  
  cat(c("####",bib_df[i,]$TITLE)) #title
  if (is.na(bib_df[i,]$VOLUME)){bib_df[i,]$VOLUME=""}
  if (is.na(bib_df[i,]$PAGES)){bib_df[i,]$PAGES=""}
  
  cat(c("\n"))
  cat(c(cat(Aut,sep=", "), " (",
        bib_df[i,]$YEAR, "). [",
        bib_df[i,]$TITLE, "](http://dx.doi.org/",
        bib_df[i,]$DOI,
        "). *",
        bib_df[i,]$JOURNAL, ", ",
        bib_df[i,]$VOLUME, "*, ",
        bib_df[i,]$PAGES, ".",
        "DOI: ",
        bib_df[i,]$DOI), sep="")
  if(is.na(a)==FALSE){
    cat(c(" ", " [pdf](",file_path,")"), sep="")
  }
    get_data <- bib_df[i,]$NOTE
    if(is.na(get_data)==FALSE){
      get_data <- stri_replace_all_regex(get_data,"laboratory", paste(fa('location-dot', fill = '#db271a', height='2em', width='1.5em'),'work from the labotatory'))## work from the lab icon
      get_data <- stri_replace_all_regex(get_data,"Laboratory", paste(fa('location-dot', fill = '#db271a', height='2em', width='1.5em'),'work from the labotatory'))## work from the lab icon
      get_data <- stri_replace_all_regex(get_data,"KULeuven", paste(fa('building-columns', fill = '#52BDEC', height='2em', width='2em'),'work with colleagues from KU Leuven'))## Collaborative work icon
      get_data <- stri_replace_all_regex(get_data,"International", paste(fa('globe', fill = '#228B22', height='2em', width='2em'),'work with Belgian/international colleagues'))## Collaborative work icon
      get_data <- stri_replace_all_regex(get_data,"international", paste(fa('globe', fill = '#228B22', height='2em', width='2em'),'work with Belgian/international colleagues'))## Collaborative work icon
      get_data <- stri_replace_all_regex(get_data,"data", paste(fa('square-poll-vertical', fill = '#0f6cd6', height='2em', width='2em'),'data'))## open data icon
      get_data <- stri_replace_all_regex(get_data,"preregistration", paste(fa("square-check", fill = "#db271a", height="2em", width="2em", prefer_type="solid"),'preregistration'))## prereg icon
      get_data <- stri_replace_all_regex(get_data,"preprint", "<i style='color: #211f1f;' class='ai ai-biorxiv ai-2x' ></i> Preprint")## bioRxiv icon
      get_data <- stri_replace_all_regex(get_data,"psyarxiv", "<i style='color: #211f1f;' class='ai ai-psyarxiv ai-2x' ></i> Preprint")## psyarXiv icon
      get_data <- stri_replace_all_regex(get_data,"code", paste(fa('github', fill = '#211f1f', height='2em', width='2em'),'code'))## open code icon
      cat(c(" <br> ", get_data), sep="")
  }
  cat(c("\n",paste("</div>"),"\n"))
  cat(c("\n"))
  cat(c("\n"))
}

A Smartphone-Based Tapping Task as a Marker of Medication Response in Parkinson’s Disease: A Proof of Concept Study

Broeder, Sanne, Roussos, George, De Vleeschhauwer, Joni, D’Cruz, Nicholas, Orban de Xivry, Jean-Jacques, Nieuwboer, Alice (2023). A Smartphone-Based Tapping Task as a Marker of Medication Response in Parkinson’s Disease: A Proof of Concept Study. Journal of Neural Transmission, , .DOI: 10.1007/s00702-023-02659-w pdf
work with colleagues from KU Leuven;

Transcranial Direct Current Stimulation Enhances Motor Learning in Parkinson’s Disease: A Randomized Controlled Trial

Broeder, Sanne, Vandendoorent, Britt, Hermans, Pauline, Nackaerts, Evelien, Verheyden, Geert, Meesen, Raf, Orban de Xivry, Jean-Jacques, Nieuwboer, Alice (2023). Transcranial Direct Current Stimulation Enhances Motor Learning in Parkinson’s Disease: A Randomized Controlled Trial. Journal of Neurology, , .DOI: 10.1007/s00415-023-11669-3 pdf
work with colleagues from KU Leuven; preregistration: https://osf.io/gk5q8/;

Beware Persuasive Communication Devices When Writing and Reading Scientific Articles

Corneille, Olivier, Havemann, Jo, Henderson, Emma L, IJzerman, Hans, Hussey, Ian, Orban de Xivry, Jean-Jacques, Jussim, Lee, Holmes, Nicholas P, Pilacinski, Artur, Beffara, Brice, Carroll, Harriet, Outa, Nicholas Otieno, Lush, Peter, Lotter, Leon D (2023). Beware Persuasive Communication Devices When Writing and Reading Scientific Articles. eLife, 12, e88654.DOI: 10.7554/eLife.88654 pdf
work with Belgian/international colleagues;

In-Depth Quantification of Bimanual Coordination Using the Kinarm Exoskeleton Robot in Children with Unilateral Cerebral Palsy

Decraene, Lisa, Orban de Xivry, Jean-Jacques, Kleeren, Lize, Crotti, Monica, Verheyden, Geert, Ortibus, Els, Feys, Hilde, Mailleux, Lisa, Klingels, Katrijn (2023). In-Depth Quantification of Bimanual Coordination Using the Kinarm Exoskeleton Robot in Children with Unilateral Cerebral Palsy. Journal of NeuroEngineering and Rehabilitation, 20, 154.DOI: 10.1186/s12984-023-01278-6 pdf
work with colleagues from KU Leuven;

Lower Back Muscle Activity during Weight-Shifting Is Affected by Ageing and Dual-Tasking

de Rond, Veerle, Hulzinga, Femke, Baggen, Remco Johan, de Vries, Aijse, Orban de Xivry, Jean-Jacques, Pantall, Annette, Nieuwboer, Alice (2023). Lower Back Muscle Activity during Weight-Shifting Is Affected by Ageing and Dual-Tasking. Experimental Gerontology, 181, 112271.DOI: 10.1016/j.exger.2023.112271 pdf
work with colleagues from KU Leuven;

Neural Correlates of Weight-Shift Training in Older Adults: A Randomized Controlled Study

de Rond, Veerle, D’Cruz, Nicholas, Hulzinga, Femke, McCrum, Christopher, Verschueren, Sabine, Orban de Xivry, Jean-Jacques, Nieuwboer, Alice (2023). Neural Correlates of Weight-Shift Training in Older Adults: A Randomized Controlled Study. Scientific Reports, 13, 19609.DOI: 10.1038/s41598-023-46645-4 pdf
work with colleagues from KU Leuven;

Not Fleeting but Lasting: Limited Influence of Aging on Implicit Adaptative Motor Learning and Its Short-Term Retention

Hermans, Pauline, Vandevoorde, Koen, Orban de Xivry, Jean-Jacques (2023). Not Fleeting but Lasting: Limited Influence of Aging on Implicit Adaptative Motor Learning and Its Short-Term Retention. NA, , 2023.08.30.555501.DOI: 10.1101/2023.08.30.555501 pdf
work from the labotatory; Preprint; data and code: https://doi.org/10.48804/KMGKLH;

Does Somatosensory Discrimination Therapy Alter Sensorimotor Upper Limb Function Differently Compared to Motor Therapy in Children and Adolescents with Unilateral Cerebral Palsy: Study Protocol for a Randomized Controlled Trial

Kleeren, Lize, Mailleux, Lisa, McLean, Belinda, Elliott, Catherine, Dequeker, Griet, Campenhout, Anja Van, Orban de Xivry, Jean-Jacques, Verheyden, Geert, Ortibus, Els, Klingels, Katrijn, Feys, Hilde (2023). Does Somatosensory Discrimination Therapy Alter Sensorimotor Upper Limb Function Differently Compared to Motor Therapy in Children and Adolescents with Unilateral Cerebral Palsy: Study Protocol for a Randomized Controlled Trial. NA, , .DOI: 10.21203/rs.3.rs-3387338/v1 pdf
work with colleagues from KU Leuven; Preprint;

Test-Retest Reliability of Functional near-Infrared Spectroscopy during a Finger-Tapping and Postural Task in Healthy Older Adults

de Rond, Veerle, Gilat, Moran, D’Cruz, Nicholas, Hulzinga, Femke, Orban de Xivry, Jean-Jacques, Nieuwboer, Alice (2023). Test-Retest Reliability of Functional near-Infrared Spectroscopy during a Finger-Tapping and Postural Task in Healthy Older Adults. Neurophotonics, 10, 025010.DOI: 10.1117/1.NPh.10.2.025010 pdf
work with colleagues from KU Leuven;

The Differential Effect of Age on Upper Limb Sensory Processing, Proprioception and Motor Function

Saenen, Leen, Verheyden, Geert, Orban de Xivry, Jean-Jacques (2023). The Differential Effect of Age on Upper Limb Sensory Processing, Proprioception and Motor Function. Journal of Neurophysiology, , .DOI: 10.1152/jn.00364.2022 pdf
work with colleagues from KU Leuven;

Aging Exerts a Limited Influence on the Perception of Self-Generated and Externally Generated Touch

Timar, Lili, Job, Xavier, Orban de Xivry, Jean-Jacques, Kilteni, Konstantina (2023). Aging Exerts a Limited Influence on the Perception of Self-Generated and Externally Generated Touch. NA, , 2023.04.05.535662.DOI: 10.1101/2023.04.05.535662 pdf
work with Belgian/international colleagues; Preprint; preregistration: https://osf.io/pre46/;

Aging Exerts a Limited Influence on the Perception of Self-Generated and Externally Generated Touch

Timar, Lili, Job, Xavier, Orban de Xivry, Jean-Jacques, Kilteni, Konstantina (2023). Aging Exerts a Limited Influence on the Perception of Self-Generated and Externally Generated Touch. Journal of Neurophysiology, , .DOI: 10.1152/jn.00145.2023 pdf
work with Belgian/international colleagues; preregistration: https://osf.io/8u7by;

Effect of Transcranial Direct Current Stimulation on Learning in Older Adults with and without Parkinson’s Disease: A Systematic Review with Meta-Analysis

Vandendoorent, Britt, Nackaerts, Evelien, Zoetewei, Demi, Hulzinga, Femke, Gilat, Moran, Orban de Xivry, Jean-Jacques, Nieuwboer, Alice (2023). Effect of Transcranial Direct Current Stimulation on Learning in Older Adults with and without Parkinson’s Disease: A Systematic Review with Meta-Analysis. Brain and Cognition, 171, 106073.DOI: 10.1016/j.bandc.2023.106073 pdf
work with colleagues from KU Leuven;

2022

Turning the Head While Biking Makes Older People Lose Cycling Direction and Balance

Afschrift, Maarten, Matthijs, Anouck, Ryck, Theresa De, Groote, Friedl De, Orban de Xivry, Jean-Jacques (2022). Turning the Head While Biking Makes Older People Lose Cycling Direction and Balance. bioRxiv, , .DOI: 10.1101/2022.03.01.481993 pdf
work from the labotatory; Preprint; data and code: https://github.com/MaartenAfschrift/Cycling\_ShoulderCheck;

A Novel tDCS Control Condition Using Optimized Anesthetic Gel to Block Peripheral Nerve Input

Kerstens, Silke, Orban de Xivry, Jean-Jacques, Mc Laughlin, Myles (2022). A Novel tDCS Control Condition Using Optimized Anesthetic Gel to Block Peripheral Nerve Input. Frontiers in Neurology, 13, .DOI: 10.3389/fneur.2022.1049409 pdf
work with colleagues from KU Leuven;

Increased Upper-Limb Sensory Attenuation with Age

Parthasharathy, Manasa, Mantini, Dante, Orban de Xivry, Jean-Jacques (2022). Increased Upper-Limb Sensory Attenuation with Age. Journal of Neurophysiology, 127, 474–492.DOI: 10.1152/jn.00558.2020 pdf
work from the labotatory; data and code: https://osf.io/4teb5/;

Development and Validation of a Novel Robot-Based Assessment of Upper Limb Sensory Processing in Chronic Stroke

Saenen, Leen, Orban de Xivry, Jean-Jacques, Verheyden, Geert (2022). Development and Validation of a Novel Robot-Based Assessment of Upper Limb Sensory Processing in Chronic Stroke. Brain Sciences, 12, 1005.DOI: 10.3390/brainsci12081005 pdf
work with colleagues from KU Leuven;

The Differential Effect of Age on Upper Limb Sensory Processing, Proprioception and Motor Function

Saenen, Leen, Verheyden, Geert, Orban de Xivry, Jean-Jacques (2022). The Differential Effect of Age on Upper Limb Sensory Processing, Proprioception and Motor Function. bioRxiv, , 2022.08.26.505430.DOI: 10.1101/2022.08.26.505430 pdf
work with colleagues from KU Leuven; Preprint;

2021

Validation of a Smartphone Embedded Inertial Measurement Unit for Measuring Postural Stability in Older Adults

De Groote, Friedl, Vandevyvere, Stefanie, Vanhevel, Florian, Orban de Xivry, Jean-Jacques (2021). Validation of a Smartphone Embedded Inertial Measurement Unit for Measuring Postural Stability in Older Adults. Gait & Posture, 84, 17–23.DOI: 10.1016/j.gaitpost.2020.11.017 pdf
work from the labotatory; data and code: https://osf.io/vpd79/;

Frontotemporal Dementia Patients Exhibit Deficits in Predictive Saccades

Deravet, Nicolas, Orban de Xivry, Jean-Jacques, Ivanoiu, Adrian, Bier, Jean-Christophe, Segers, Kurt, Yüksel, Demet, Lefèvre, Philippe (2021). Frontotemporal Dementia Patients Exhibit Deficits in Predictive Saccades. Journal of Computational Neuroscience, 49, 357–369.DOI: 10.1007/s10827-020-00765-2 pdf
work from the labotatory; work with Belgian/international colleagues;

Compromised Brain Activity With Age During a Game-Like Dynamic Balance Task: Single- vs. Dual-Task Performance

de Rond, Veerle, Orcioli-Silva, Diego, Dijkstra, Bauke Wybren, Orban de Xivry, Jean-Jacques, Pantall, Annette, Nieuwboer, Alice (2021). Compromised Brain Activity With Age During a Game-Like Dynamic Balance Task: Single- vs. Dual-Task Performance. Frontiers in Aging Neuroscience, 13, 345.DOI: 10.3389/fnagi.2021.657308 pdf
work with colleagues from KU Leuven;

Influence of Prior and Visual Information on Eye Movements in Amblyopic Children

Hemptinne, Coralie, Deravet, Nicolas, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe, Yüksel, Demet (2021). Influence of Prior and Visual Information on Eye Movements in Amblyopic Children. Journal of Computational Neuroscience, 49, 333–343.DOI: 10.1007/s10827-020-00764-3 pdf
work with Belgian/international colleagues;

A Synthesis of the Many Errors and Learning Processes of Visuomotor Adaptation

Morehead, J. Ryan, Orban de Xivry, Jean-Jacques (2021). A Synthesis of the Many Errors and Learning Processes of Visuomotor Adaptation. bioRxiv, , 2021.03.14.435278.DOI: 10.1101/2021.03.14.435278 pdf
work with Belgian/international colleagues; Preprint;

Lift Observation Conveys Object Weight Distribution but Partly Enhances Predictive Lift Planning

Rens, Guy, Orban de Xivry, Jean-Jacques, Davare, Marco, van Polanen, Vonne (2021). Lift Observation Conveys Object Weight Distribution but Partly Enhances Predictive Lift Planning. Journal of Neurophysiology, 125, 1348–1366.DOI: 10.1152/jn.00374.2020 pdf
work from the labotatory;

Motor Resonance Is Modulated by an Object’s Weight Distribution

Rens, Guy, Orban de Xivry, Jean-Jacques, Davare, Marco, van Polanen, Vonne (2021). Motor Resonance Is Modulated by an Object’s Weight Distribution. Neuropsychologia, 156, 107836.DOI: 10.1016/j.neuropsychologia.2021.107836 pdf
work from the labotatory;

Does Proprioceptive Acuity Influence the Extent of Implicit Sensorimotor Adaptation in Young and Older Adults?

Vandevoorde, Koenraad, Orban de Xivry, Jean-Jacques (2021). Does Proprioceptive Acuity Influence the Extent of Implicit Sensorimotor Adaptation in Young and Older Adults?. Journal of Neurophysiology, , .DOI: 10.1152/jn.00636.2020 pdf
work from the labotatory; Preprint; data and code: https://osf.io/qg3t2/; preregistration: https://osf.io/qg3t2/registrations;

2020

Validation of a Smartphone Embedded Inertial Measurement Unit for Measuring Postural Stability in Older Adults

De Groote, Friedl, Vandevyvere, Stephanie, Vanhevel, Florian, Orban de Xivry, Jean-Jacques (2020). Validation of a Smartphone Embedded Inertial Measurement Unit for Measuring Postural Stability in Older Adults. bioRxiv, , 2020.05.29.123620.DOI: 10.1101/2020.05.29.123620 pdf
work from the labotatory; Preprint; data and code: https://osf.io/vpd79/;

Increased Upper-Limb Sensory Attenuation with Age

Parthasharathy, Manasa, Mantini, Dante, Orban de Xivry, Jean-Jacques (2020). Increased Upper-Limb Sensory Attenuation with Age. bioRxiv, , 2020.09.17.301739.DOI: 10.1101/2020.09.17.301739 pdf
work from the labotatory; Preprint; data and code: https://osf.io/4teb5/;

Lift Observation Conveys Object Weight Distribution but Partly Enhances Predictive Lift Planning

Rens, Guy, Orban de Xivry, Jean-Jacques, Davare, Marco, van Polanen, Vonne (2020). Lift Observation Conveys Object Weight Distribution but Partly Enhances Predictive Lift Planning. bioRxiv, , 2020.06.21.163352.DOI: 10.1101/2020.06.21.163352 pdf
work from the labotatory; Preprint;

Motor Resonance Is Modulated by an Object’s Weight Distribution

Rens, Guy, Orban de Xivry, Jean-Jacques, Davare, Marco, van Polanen, Vonne (2020). Motor Resonance Is Modulated by an Object’s Weight Distribution. bioRxiv, , 2020.10.11.335000.DOI: 10.1101/2020.10.11.335000 pdf
work from the labotatory; Preprint;

Sensorimotor Expectations Bias Motor Resonance during Observation of Object Lifting: The Causal Role of pSTS

Rens, Guy, van Polanen, Vonne, Botta, Alessandro, Gann, Mareike A., Orban de Xivry, Jean-Jacques, Davare, Marco (2020). Sensorimotor Expectations Bias Motor Resonance during Observation of Object Lifting: The Causal Role of pSTS. Journal of Neuroscience, 40, 3995–4009.DOI: 10.1523/JNEUROSCI.2672-19.2020 pdf
work from the labotatory;

Does Somatosensory Acuity Influence the Extent of Internal Model Recalibration in Young and Older Adults?

Vandevoorde, Koenraad, Orban de Xivry, Jean-Jacques (2020). Does Somatosensory Acuity Influence the Extent of Internal Model Recalibration in Young and Older Adults?. bioRxiv, , 2020.10.16.342295.DOI: 10.1101/2020.10.16.342295 pdf
work from the labotatory; Preprint; data and code: https://osf.io/qg3t2/; preregistration: https://osf.io/qg3t2/registrations;

Why Is the Explicit Component of Motor Adaptation Limited in Elderly Adults?

Vandevoorde, Koenraad, Orban de Xivry, Jean-Jacques (2020). Why Is the Explicit Component of Motor Adaptation Limited in Elderly Adults?. Journal of Neurophysiology, 124, 152–167.DOI: 10.1152/jn.00659.2019 pdf
work from the labotatory; data and code: https://osf.io/ks2j8/; preregistration: https://aspredicted.org/sv5d6.pdf;

2019

Chapter 4 - Integration of Past and Current Visual Information during Eye Movements in Amblyopia

Deravet, Nicolas, Yüksel, Demet, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2019). Chapter 4 - Integration of Past and Current Visual Information during Eye Movements in Amblyopia. NA, 248, 45–63.DOI: 10.1016/bs.pbr.2019.04.034 pdf
work with Belgian/international colleagues;

Learning a Bimanual Cooperative Skill in Chronic Stroke Under Noninvasive Brain Stimulation: A Randomized Controlled Trial

Doost, Maral Yeganeh, Orban de Xivry, Jean-Jacques, Herman, Benoît, Vanthournhout, Léna, Riga, Audrey, Bihin, Benoît, Jamart, Jacques, Laloux, Patrice, Raymackers, Jean-Marc, Vandermeeren, Yves (2019). Learning a Bimanual Cooperative Skill in Chronic Stroke Under Noninvasive Brain Stimulation: A Randomized Controlled Trial. Neurorehabilitation and Neural Repair, , 1545968319847963.DOI: 10.1177/1545968319847963 pdf
work with Belgian/international colleagues; data and code: https://osf.io/8qm9e/;

Ten Common Statistical Mistakes to Watch out for When Writing or Reviewing a Manuscript

Makin, Tamar R, Orban de Xivry, Jean-Jacques (2019). Ten Common Statistical Mistakes to Watch out for When Writing or Reviewing a Manuscript. eLife, 8, e48175.DOI: 10.7554/eLife.48175 pdf
work with Belgian/international colleagues; code: https://github.com/jjodx/InferentialMistakes;

Internal Model Recalibration Does Not Deteriorate with Age While Motor Adaptation Does

Vandevoorde, Koenraad, Orban de Xivry, Jean-Jacques (2019). Internal Model Recalibration Does Not Deteriorate with Age While Motor Adaptation Does. Neurobiology of Aging, 80, 138–153.DOI: 10.1016/j.neurobiolaging.2019.03.020 pdf
work from the labotatory; data and code: https://osf.io/vncce/; preregistration: https://aspredicted.org/bb7yp.pdf;

Motor Adaptation but Not Internal Model Recalibration Declines with Aging

Vandevoorde, Koenraad, Orban de Xivry, Jean-Jacques (2019). Motor Adaptation but Not Internal Model Recalibration Declines with Aging. Biorxiv, , .DOI: 10.1101/292250
work from the labotatory; Preprint;

2018

Weighted Integration of Short-Term Memory and Sensory Signals in the Oculomotor System

Deravet, Nicolas, Blohm, Gunnar, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2018). Weighted Integration of Short-Term Memory and Sensory Signals in the Oculomotor System. Journal of Vision, 18, 16.DOI: 10.1167/18.5.16 pdf
work from the labotatory; work with Belgian/international colleagues;

Robot-Assisted Line Bisection Test in Virtual Reality

Fillbrich, Lieve, Orban de Xivry, Jean-Jacques, Verfaillie, Charlotte, Lefèvre, Philippe, Legrain, Valéry (2018). Robot-Assisted Line Bisection Test in Virtual Reality. PsyArXiv, , .DOI: 10.31234/osf.io/8yk4t
work with Belgian/international colleagues; Preprint;

Justify Your Alpha

Lakens, Daniel, Adolfi, Federico G., Albers, Casper J., Anvari, Farid, Apps, Matthew A. J., Argamon, Shlomo E., Baguley, Thom, Becker, Raymond B., Benning, Stephen D., Bradford, Daniel E., Buchanan, Erin M., Caldwell, Aaron R., Calster, Ben Van, Carlsson, Rickard, Chen, Sau-Chin, Chung, Bryan, Colling, Lincoln J., Collins, Gary S., Crook, Zander, Cross, Emily S., Daniels, Sameera, Danielsson, Henrik, DeBruine, Lisa, Dunleavy, Daniel J., Earp, Brian D., Feist, Michele I., Ferrell, Jason D., Field, James G., Fox, Nicholas W., Friesen, Amanda, Gomes, Caio, Gonzalez-Marquez, Monica, Grange, James A., Grieve, Andrew P., Guggenberger, Robert, Grist, James, van Harmelen, Anne-Laura, Hasselman, Fred, Hochard, Kevin D., Hoffarth, Mark R., Holmes, Nicholas P., Ingre, Michael, Isager, Peder M., Isotalus, Hanna K., Johansson, Christer, Juszczyk, Konrad, Kenny, David A., Khalil, Ahmed A., Konat, Barbara, Lao, Junpeng, Larsen, Erik Gahner, Lodder, Gerine M. A., Lukavsk'y, Ji'i, Madan, Christopher R., Manheim, David, Martin, Stephen R., Martin, Andrea E., Mayo, Deborah G., McCarthy, Randy J., McConway, Kevin, McFarland, Colin, Nio, Amanda Q. X., Nilsonne, Gustav, de Oliveira, Cilene Lino, Orban de Xivry, Jean-Jacques, Parsons, Sam, Pfuhl, Gerit, Quinn, Kimberly A., Sakon, John J., Saribay, S. Adil, Schneider, Iris K., Selvaraju, Manojkumar, Sjoerds, Zsuzsika, Smith, Samuel G., Smits, Tim, Spies, Jeffrey R., Sreekumar, Vishnu, Steltenpohl, Crystal N., Stenhouse, Neil, 'Swi, Wojciech, Vadillo, Miguel A., Assen, Marcel A. L. M. Van, Williams, Matt N., Williams, Samantha E., Williams, Donald R., Yarkoni, Tal, Ziano, Ignazio, Zwaan, Rolf A. (2018). Justify Your Alpha. Nature Human Behaviour, 2, 168.DOI: 10.1038/s41562-018-0311-x pdf
work with Belgian/international colleagues;

2017

Two Hands, One Brain, and Aging

Maes, Celine, Gooijers, Jolien, Orban de Xivry, Jean-Jacques, Swinnen, Stephan Patrick, Boisgontier, Matthieu P. (2017). Two Hands, One Brain, and Aging. Neuroscience & Biobehavioral Reviews, 75, 234–256.DOI: 10.1016/j.neubiorev.2017.01.052 pdf
work with colleagues from KU Leuven;

Overlap of Movement Planning and Movement Execution Reduces Reaction Time

Orban de Xivry, Jean-Jacques, Legrain, Valéry, Lefèvre, Philippe (2017). Overlap of Movement Planning and Movement Execution Reduces Reaction Time. Journal of Neurophysiology, 117, 117–122.DOI: 10.1152/jn.00728.2016 pdf
work from the labotatory;

Two Processes in Early Bimanual Motor Skill Learning

Yeganeh Doost, Maral, Orban de Xivry, Jean-Jacques, Bihin, Benoît, Vandermeeren, Yves (2017). Two Processes in Early Bimanual Motor Skill Learning. Frontiers in Human Neuroscience, 11, .DOI: 10.3389/fnhum.2017.00618 pdf
work with Belgian/international colleagues;

2016

Unconscious Associative Learning with Conscious Cues

Alamia, Andrea, Orban de Xivry, Jean-Jacques, San Anton, Estibaliz, Olivier, Etienne, Cleeremans, Axel, Zenon, Alexandre (2016). Unconscious Associative Learning with Conscious Cues. Neuroscience of Consciousness, 2016, niw016.DOI: 10.1093/nc/niw016 pdf
work with Belgian/international colleagues;

Behavioral Characterization of Prediction and Internal Models in Adolescents with Autistic Spectrum Disorders

Ego, Caroline, Bonhomme, Lucie, Orban de Xivry, Jean-Jacques, Da Fonseca, David, Lefèvre, Philippe, Masson, Guillaume S., Deruelle, Christine (2016). Behavioral Characterization of Prediction and Internal Models in Adolescents with Autistic Spectrum Disorders. Neuropsychologia, 91, 335–345.DOI: 10.1016/j.neuropsychologia.2016.08.021 pdf
work from the labotatory; work with Belgian/international colleagues;

Development of Internal Models and Predictive Abilities for Visual Tracking during Childhood

Ego, Caroline, Yüksel, Demet, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2016). Development of Internal Models and Predictive Abilities for Visual Tracking during Childhood. Journal of Neurophysiology, 115, 301–309.DOI: 10.1152/jn.00534.2015 pdf
work from the labotatory; work with Belgian/international colleagues;

Rhythmic Arm Movements Are Less Affected than Discrete Ones after a Stroke

Leconte, Patricia, Orban de Xivry, Jean-Jacques, Stoquart, Ga"etan, Lejeune, Thierry, Ronsse, Renaud (2016). Rhythmic Arm Movements Are Less Affected than Discrete Ones after a Stroke. Experimental Brain Research, 234, 1403–1417.DOI: 10.1007/s00221-015-4543-y pdf
work with Belgian/international colleagues;

Tagging Motor Memories with Transcranial Direct Current Stimulation Allows Later Artificially-Controlled Retrieval

Nozaki, Daichi, Yokoi, Atsushi, Kimura, Takahiro, Hirashima, Masaya, Orban de Xivry, Jean-Jacques (2016). Tagging Motor Memories with Transcranial Direct Current Stimulation Allows Later Artificially-Controlled Retrieval. eLife, 5, 1–20.DOI: 10.7554/eLife.15378 pdf
work with Belgian/international colleagues;

A Switching Cost for Motor Planning

Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2016). A Switching Cost for Motor Planning. Journal of Neurophysiology, 116, 2857–2868.DOI: 10.1152/jn.00319.2016 pdf
work from the labotatory;

A Switching Cost for Motor Planning

Orban de Xivry, Jean-Jacques, Lefevre, Philippe (2016). A Switching Cost for Motor Planning. bioRxiv, 5, 1–30.DOI: 10.1101/047621
work from the labotatory; Preprint;

2015

Spontaneous Improvement in Oculomotor Function of Children with Cerebral Palsy

Ego, Caroline, Orban de Xivry, Jean-Jacques, Nassogne, Marie-Cécile, Yuksel, D., Lefèvre, Philippe (2015). Spontaneous Improvement in Oculomotor Function of Children with Cerebral Palsy. Research in developmental disabilities, 36, 630–644.DOI: 10.1016/j.ridd.2014.10.025 pdf
work from the labotatory; work with Belgian/international colleagues;

Formation of Model-Free Motor Memories during Motor Adaptation Depends on Perturbation Schedule.

Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2015). Formation of Model-Free Motor Memories during Motor Adaptation Depends on Perturbation Schedule.. Journal of neurophysiology, 113, 2733–41.DOI: 10.1152/jn.00673.2014 pdf
work from the labotatory;

Investigating Associative Learning Effects in Patients with Prodromal Alzheimer’s Disease Using the Temporal Context Model

Quenon, Lisa, Orban de Xivry, Jean-Jacques, Hanseeuw, Bernard, Ivanoiu, Adrian (2015). Investigating Associative Learning Effects in Patients with Prodromal Alzheimer’s Disease Using the Temporal Context Model. Journal of the International Neuropsychological Society, 21, 699–708.DOI: 10.1017/S1355617715000855 pdf
work with Belgian/international colleagues;

2014

Electrifying the Motor Engram: Effects of tDCS on Motor Learning and Control.

Orban de Xivry, Jean-Jacques, Shadmehr, Reza (2014). Electrifying the Motor Engram: Effects of tDCS on Motor Learning and Control.. Experimental brain research, 232, 3379–3395.DOI: 10.1007/s00221-014-4087-6 pdf
work from the labotatory;

2013

The Saccadic System Does Not Compensate for the Immaturity of the Smooth Pursuit System during Visual Tracking in Children.

Ego, Caroline, Orban de Xivry, Jean-Jacques, Nassogne, Marie-Cécile, Yüksel, Demet, Lefèvre, Philippe (2013). The Saccadic System Does Not Compensate for the Immaturity of the Smooth Pursuit System during Visual Tracking in Children.. Journal of neurophysiology, 110, 358–67.DOI: 10.1152/jn.00981.2012 pdf
work from the labotatory; work with Belgian/international colleagues;

Changes in Corticospinal Excitability during Reach Adaptation in Force Fields.

Orban de Xivry, Jean-Jacques, Ahmadi-Pajouh, Mohammad Ali, Harran, Michelle D., Salimpour, Yousef, Shadmehr, Reza (2013). Changes in Corticospinal Excitability during Reach Adaptation in Force Fields.. Journal of neurophysiology, 109, 124–36.DOI: 10.1152/jn.00785.2012 pdf
work from the labotatory;

Kalman Filtering Naturally Accounts for Visually Guided and Predictive Smooth Pursuit Dynamics

Orban de Xivry, Jean-Jacques, Coppe, S., Blohm, Gunnar, Lefèvre, Philippe (2013). Kalman Filtering Naturally Accounts for Visually Guided and Predictive Smooth Pursuit Dynamics. Journal of Neuroscience, 33, 17301–17313.DOI: NA pdf
work from the labotatory;

Trial-to-Trial Reoptimization of Motor Behavior Due to Changes in Task Demands Is Limited.

Orban de Xivry, Jean-Jacques (2013). Trial-to-Trial Reoptimization of Motor Behavior Due to Changes in Task Demands Is Limited.. PloS one, 8, e66013.DOI: 10.1371/journal.pone.0066013 pdf
work from the labotatory;

2012

Dramatic Impairment of Prediction Due to Frontal Lobe Degeneration.

Coppe, Sébastien, Orban de Xivry, Jean-Jacques, Yüksel, Demet, Ivanoiu, Adrian, Lefèvre, Philippe (2012). Dramatic Impairment of Prediction Due to Frontal Lobe Degeneration.. Journal of neurophysiology, 108, 2957–66.DOI: 10.1152/jn.00582.2012 pdf
work from the labotatory; work with Belgian/international colleagues;

2011

Dissociating the Roles of the Cerebellum and Motor Cortex during Adaptive Learning: The Motor Cortex Retains What the Cerebellum Learns.

Galea, Joseph M., Vazquez, Alejandro, Pasricha, Neel, Orban de Xivry, Jean-Jacques, Celnik, Pablo A. (2011). Dissociating the Roles of the Cerebellum and Motor Cortex during Adaptive Learning: The Motor Cortex Retains What the Cerebellum Learns.. Cerebral Cortex, 21, 1761–70.DOI: 10.1093/cercor/bhq246 pdf
work from the labotatory; work with Belgian/international colleagues;

Contributions of the Motor Cortex to Adaptive Control of Reaching Depend on the Perturbation Schedule.

Orban de Xivry, Jean-Jacques, Criscimagna-Hemminger, Sarah E, Shadmehr, Reza (2011). Contributions of the Motor Cortex to Adaptive Control of Reaching Depend on the Perturbation Schedule.. Cerebral Cortex, 21, 1475–1484.DOI: 10.1093/cercor/bhq192 pdf
work from the labotatory; work with Belgian/international colleagues;

Stimulation of the Human Motor Cortex Alters Generalization Patterns of Motor Learning

Orban de Xivry, Jean-Jacques, Marko, M. K., Pekny, Sarah E, Pastor, D., Izawa, Jun, Celnik, Pablo A., Shadmehr, Reza (2011). Stimulation of the Human Motor Cortex Alters Generalization Patterns of Motor Learning. Journal of Neuroscience, 31, 7102–7110.DOI: 10.1523/JNEUROSCI.0273-11.2011 pdf
work from the labotatory;

2010

Oculomotor Prediction of Accelerative Target Motion during Occlusion: Long-Term and Short-Term Effects.

Bennett, Simon J, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe, Barnes, Graham R. (2010). Oculomotor Prediction of Accelerative Target Motion during Occlusion: Long-Term and Short-Term Effects.. Experimental Brain Research, 204, 493–504.DOI: 10.1007/s00221-010-2313-4 pdf
work from the labotatory; work with Belgian/international colleagues;

Biological Motion Influences the Visuomotor Transformation for Smooth Pursuit Eye Movements.

Coppe, Sébastien, Orban de Xivry, Jean-Jacques, Missal, Marcus, Lefèvre, Philippe (2010). Biological Motion Influences the Visuomotor Transformation for Smooth Pursuit Eye Movements.. Vision research, 50, 2721–2728.DOI: 10.1016/j.visres.2010.08.009 pdf
work from the labotatory; work with Belgian/international colleagues;

Biological Motion Drives Perception and Action.

Orban de Xivry, Jean-Jacques, Coppe, Sébastien, Lefèvre, Philippe, Missal, Marcus (2010). Biological Motion Drives Perception and Action.. Journal of vision, 10, 6.1–11.DOI: 10.1167/10.2.6 pdf
work from the labotatory;

Temporal Discounting of Reward and the Cost of Time in Motor Control.

Shadmehr, Reza, Orban de Xivry, Jean-Jacques, Xu-Wilson, Minnan, Shih, Ting-Yu (2010). Temporal Discounting of Reward and the Cost of Time in Motor Control.. The Journal of Neuroscience, 30, 10507–16.DOI: 10.1523/JNEUROSCI.1343-10.2010 pdf
work from the labotatory;

2009

SaccadeInteractions

Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2009). SaccadeInteractions. NA, 8, .DOI: 10.1016/B978-008045046-9.01094-9 pdf
work from the labotatory;

Smooth Pursuit Performance during Target Blanking Does Not Influence the Triggering of Predictive Saccades.

Orban de Xivry, Jean-Jacques, Missal, Marcus, Lefèvre, Philippe (2009). Smooth Pursuit Performance during Target Blanking Does Not Influence the Triggering of Predictive Saccades.. Journal of vision, 9, 7.1–16.DOI: 10.1167/9.11.7 pdf
work from the labotatory;

2008

A Dynamic Representation of Target Motion Drives Predictive Smooth Pursuit during Target Blanking.

Orban de Xivry, Jean-Jacques, Missal, Marcus, Lefèvre, Philippe (2008). A Dynamic Representation of Target Motion Drives Predictive Smooth Pursuit during Target Blanking.. Journal of vision, 8, 6.1–13.DOI: 10.1167/8.15.6 pdf
work from the labotatory;

Neural Correlates of Internal Models.

Orban de Xivry, Jean-Jacques, Ethier, Vincent (2008). Neural Correlates of Internal Models.. Journal of Neuroscience, 28, 7931–2.DOI: 10.1523/JNEUROSCI.2426-08.2008 pdf
work from the labotatory;

Reduced Fixation on the Upper Area of Personally Familiar Faces Following Acquired Prosopagnosia

Orban de Xivry, Jean-Jacques, Ramon, Meike, Lefèvre, Philippe, Rossion, Bruno (2008). Reduced Fixation on the Upper Area of Personally Familiar Faces Following Acquired Prosopagnosia. Journal of Neuropsychology, 2, 245–268.DOI: 10.1348/174866407X260199 pdf
work from the labotatory;

Binocular Coordination of Saccades in Duane Retraction Syndrome.

Yüksel, Demet, Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2008). Binocular Coordination of Saccades in Duane Retraction Syndrome.. Vision research, 48, 1972–9.DOI: 10.1016/j.visres.2008.06.007 pdf
work from the labotatory;

2007

Target Acceleration Can Be Extracted and Represented within the Predictive Drive to Ocular Pursuit.

Bennett, Simon J, Orban de Xivry, Jean-Jacques, Barnes, Graham R., Lefèvre, Philippe (2007). Target Acceleration Can Be Extracted and Represented within the Predictive Drive to Ocular Pursuit.. Journal of neurophysiology, 98, 1405–14.DOI: 10.1152/jn.00132.2007 pdf
work from the labotatory;

Saccades and Pursuit: Two Outcomes of a Single Sensorimotor Process.

Orban de Xivry, Jean-Jacques, Lefèvre, Philippe (2007). Saccades and Pursuit: Two Outcomes of a Single Sensorimotor Process.. The Journal of physiology, 584, 11–23.DOI: 10.1113/jphysiol.2007.139881 pdf
work from the labotatory;

2006

Evidence for Synergy between Saccades and Smooth Pursuit during Transient Target Disappearance.

Orban de Xivry, Jean-Jacques, Bennett, Simon J, Lefèvre, Philippe, Barnes, Graham R. (2006). Evidence for Synergy between Saccades and Smooth Pursuit during Transient Target Disappearance.. Journal of neurophysiology, 95, 418–27.DOI: 10.1152/jn.00596.2005 pdf
work from the labotatory;