Skip to content
Service de Biostatistique et Information Médicale
  • Home
  • Missions
    • Teaching
    • Epidemiology / Clinical Research
    • Medical Information
    • Methodological research
  • The service
  • Publications
    • Publications 2017
    • Publications 2018
    • Publications 2019
    • Publications 2020
    • Publications 2021
    • Publications 2022
  • Theses
  • Protocols
  • Projects
    • Rshiny Projects
  • Directory
  • Join us
  • Contact
  • Useful links
  • Legal notice
  • Site Map
  • Reserved access

Close Menu
console.log("script OK"); document.addEventListener("DOMContentLoaded", function () { const table = document.getElementById("tableView"); const cards = document.getElementById("cardView"); const btnTable = document.getElementById("btnTable"); const btnCards = document.getElementById("btnCards"); if (!btnTable || !btnCards) return; btnTable.addEventListener("click", function () { table.style.display = "block"; cards.style.display = "none"; }); btnCards.addEventListener("click", function () { table.style.display = "none"; cards.style.display = "block"; }); });