{
  "$schema": "https://vega.github.io/schema/vega-lite/v6.json",
  "description": "Publications by year, grouped into research threads.",
  "width": "container",
  "height": 190,
  "autosize": { "type": "fit-x", "contains": "padding" },
  "background": "transparent",
  "data": {
    "values": [{
        "year": 2026,
        "topic": "Fetal brain MRI",
        "title": "Advances in automated fetal brain MRI segmentation and biometry: Insights from the FeTA 2024 challenge",
        "venue": "Medical Image Analysis",
        "type": "Journal"
      },{
        "year": 2026,
        "topic": "Fetal brain MRI",
        "title": "Data quality biases normative models derived from fetal brain MRI",
        "venue": "Imaging Neuroscience",
        "type": "Journal"
      },{
        "year": 2026,
        "topic": "Fetal brain MRI",
        "title": "Fetpype: An Open-Source Pipeline for Reproducible Fetal Brain MRI Analysis",
        "venue": "Journal of Open Source Software",
        "type": "Journal"
      },{
        "year": 2025,
        "topic": "Fetal brain MRI",
        "title": "Automatic Quality Control in Multi-centric Fetal Brain MRI Super-Resolution Reconstruction",
        "venue": "Perinatal, Preterm and Paediatric Image Analysis",
        "type": "Conference"
      },{
        "year": 2025,
        "topic": "Fetal brain MRI",
        "title": "Biometry and volumetry in multi-centric fetal brain magnetic resonance imaging: assessing the bias of super-resolution reconstruction",
        "venue": "Pediatric Radiology",
        "type": "Journal"
      },{
        "year": 2025,
        "topic": "Fetal brain MRI",
        "title": "Longitudinal Assessment of Abnormal Cortical Folding in Fetuses and Neonates With Isolated Non-Severe Ventriculomegaly",
        "venue": "Brain and Behavior",
        "type": "Journal"
      },{
        "year": 2024,
        "topic": "Fetal brain MRI",
        "title": "Assessing Data Quality on Fetal Brain MRI Reconstruction: A Multi-site and Multi-rater Study",
        "venue": "Perinatal, Preterm and Paediatric Image Analysis",
        "type": "Conference"
      },{
        "year": 2024,
        "topic": "Multiple sclerosis",
        "title": "Conservation of structural brain connectivity in people with multiple sclerosis",
        "venue": "Network Neuroscience",
        "type": "Journal"
      },{
        "year": 2023,
        "topic": "Alzheimer's disease",
        "title": "MC-RVAE: Multi-channel recurrent variational autoencoder for multimodal Alzheimer’s disease progression modelling",
        "venue": "NeuroImage",
        "type": "Journal"
      },{
        "year": 2023,
        "topic": "Multiple sclerosis",
        "title": "Using The Virtual Brain to study the relationship between structural and functional connectivity in patients with multiple sclerosis: a multicenter study",
        "venue": "Cerebral Cortex",
        "type": "Journal"
      },{
        "year": 2022,
        "topic": "Multiple sclerosis",
        "title": "Detection of lesions in the optic nerve with magnetic resonance imaging using a 3D convolutional neural network",
        "venue": "NeuroImage: Clinical",
        "type": "Journal"
      },{
        "year": 2020,
        "topic": "Alzheimer's disease",
        "title": "A survey on machine and statistical learning for longitudinal analysis of neuroimaging data in Alzheimer’s disease",
        "venue": "Computer Methods and Programs in Biomedicine",
        "type": "Journal"
      },{
        "year": 2020,
        "topic": "Alzheimer's disease",
        "title": "Nonlinear interaction between APOE ε4 allele load and age in the hippocampal surface of cognitively intact individuals",
        "venue": "Human Brain Mapping",
        "type": "Journal"
      },{
        "year": 2019,
        "topic": "Alzheimer's disease",
        "title": "Revealing heterogeneity of brain imaging phenotypes in Alzheimer’s disease based on unsupervised clustering of blood marker profiles",
        "venue": "PLOS ONE",
        "type": "Journal"
      },{
        "year": 2017,
        "topic": "Multimedia indexing",
        "title": "Towards large scale multimedia indexing: A case study on person discovery in broadcast news",
        "venue": "Proceedings of the 15th International Workshop on Content-Based Multimedia Indexing",
        "type": "Conference"
      },{
        "year": 2016,
        "topic": "Multimedia indexing",
        "title": "UPC System for the 2016 MediaEval Multimodal Person Discovery in Broadcast TV task",
        "venue": "MediaEval 2016 Workshop, Hilversum, The Netherlands",
        "type": "Conference"
      }]
  },
  "mark": {
    "type": "circle",
    "size": 240,
    "opacity": 1,
    "stroke": "transparent",
    "strokeWidth": 2,
    "cursor": "pointer"
  },
  "encoding": {
    "x": {
      "field": "year",
      "type": "ordinal",
      "title": null,
      "axis": { "labelAngle": 0, "labelPadding": 8, "grid": true }
    },
    "y": {
      "field": "topic",
      "type": "nominal",
      "title": null,
      "sort": ["Fetal brain MRI", "Alzheimer's disease", "Multiple sclerosis", "Multimedia indexing"],
      "axis": { "labelLimit": 160, "labelPadding": 8, "grid": true }
    },
    "color": {
      "field": "topic",
      "type": "nominal",
      "legend": {
        "title": null,
        "orient": "bottom",
        "direction": "horizontal",
        "symbolType": "circle",
        "symbolSize": 110,
        "labelLimit": 200
      }
    },
    "tooltip": [
      { "field": "title", "type": "nominal", "title": "Paper" },
      { "field": "venue", "type": "nominal", "title": "Venue" },
      { "field": "year", "type": "ordinal", "title": "Year" },
      { "field": "type", "type": "nominal", "title": "Type" }
    ]
  },
  "usermeta": {
    "themes": {
      "light": {
        "range": { "category": ["#2a78d6", "#eb6834", "#1baf7a", "#cc79a7"] },
        "axis": {
          "labelColor": "#6b625b",
          "labelFontSize": 12,
          "labelFont": "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif",
          "domainColor": "#e8e0d8",
          "tickColor": "#e8e0d8",
          "gridColor": "#efe8e0",
          "gridDash": [2, 4]
        },
        "legend": {
          "labelColor": "#6b625b",
          "labelFontSize": 12,
          "labelFont": "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif"
        },
        "view": { "stroke": "transparent" }
      },
      "dark": {
        "range": { "category": ["#3987e5", "#d95926", "#199e70", "#c77fa8"] },
        "axis": {
          "labelColor": "#a89e94",
          "labelFontSize": 12,
          "labelFont": "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif",
          "domainColor": "#332c27",
          "tickColor": "#332c27",
          "gridColor": "#2a2420",
          "gridDash": [2, 4]
        },
        "legend": {
          "labelColor": "#a89e94",
          "labelFontSize": 12,
          "labelFont": "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif"
        },
        "view": { "stroke": "transparent" }
      }
    }
  }
}
