Skip to content

Pixilib/GaelO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3faca0f · Feb 12, 2025
Feb 11, 2025
Aug 22, 2022
Feb 12, 2025
Dec 17, 2023
Jun 16, 2024
Apr 20, 2023
Dec 15, 2024
Feb 4, 2024
Feb 6, 2024
Apr 4, 2024
Sep 1, 2024
Feb 4, 2024
Dec 14, 2022

Repository files navigation

Tests Publish Php-Stan

Coverage

GaelO v2

Copyright Pixilib 2018-2024 Licence AGPL v.3

GaelO is a free and open source web platform for medical imaging processing in clinical trials.

Website : http://www.GaelO.fr

Developpers :
Leader & Maintainer : Salim Kanoun
Contributors : Bastien Proudhom, Ludwig Chieng, Emilie Olivié

Tips

  • To know backend version php artisan --version

sheetname limité a 31 caractère $sheetName = substr($role, 0, 3) . '' . $visitGroupName . '' . $visitTypeName; donc groupname et typename ensemble doivent etre < 25 caractères. Studyname a limiter a 10 caractères

Regenerate views email using mjml template

node_modules/mjml/bin/mjml ./app/GaelO/views/mails/mjml/qc_report_buttons.mjml -o ./app/GaelO/views/mails/mail_qc_report_buttons.blade.php
node_modules/mjml/bin/mjml ./app/GaelO/views/mails/mjml/radiomics_report.mjml -o ./app/GaelO/views/mails/mail_radiomics_report.blade.php

In blade generated files, edit file to keep only body content (remove header...)