-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschema.json
More file actions
104 lines (104 loc) · 3.87 KB
/
Copy pathschema.json
File metadata and controls
104 lines (104 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"@context": "https://schema.org/",
"@type": "SoftwareSourceCode",
"name": "CTD_SIMU_RAI",
"alternateName": "RAIR-Sim",
"description": "A compartmental (ODE-based) simulator of the therapeutic response to radioactive iodine (RAI) therapy in metastatic thyroid cancer. Three coupled differential equations (administered activity, tumor cell number, thyroglobulin biomarker) are solved in closed form fraction by fraction, letting clinicians explore how the number of iratherapy sessions, the interval between sessions, and the administered activity affect the simulated biomarker trajectory. Model parameters calibrated on a 50-patient cohort via MCMC-SAEM (Monolix).",
"url": "https://github.com/MarieFG49/CTD_SIMU_RAI",
"codeRepository": "https://github.com/MarieFG49/CTD_SIMU_RAI",
"programmingLanguage": "MATLAB",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0",
"additionalProperty": {
"@type": "PropertyValue",
"name": "Archived fork (Zenodo)",
"value": "10.5281/zenodo.21496198",
"url": "https://doi.org/10.5281/zenodo.21496198",
"description": "A fork with documentation and citation-metadata improvements is archived independently at this DOI (github.com/cyrilvoyant/CTD_SIMU_RAI); this DOI does not identify this repository itself."
},
"softwareRequirements": [
"MATLAB",
"Symbolic Math Toolbox",
"App Designer"
],
"author": [
{
"@type": "Person",
"name": "Marie Fusella Giuntini",
"email": "fusella_m@univ-corse.fr",
"affiliation": {
"@type": "Organization",
"name": "SPE Laboratory, University of Corsica, Corte, France"
}
},
{
"@type": "Person",
"name": "Cyril Voyant",
"url": "https://person.cyrilvoyant.com",
"identifier": "https://orcid.org/0000-0003-0242-7377",
"affiliation": {
"@type": "Organization",
"name": "OIE Laboratory, Mines Paris - PSL, Sophia-Antipolis, France"
}
},
{
"@type": "Person",
"name": "David Taieb",
"affiliation": {
"@type": "Organization",
"name": "Department of Nuclear Medicine, La Timone University Hospital, Aix-Marseille University, France"
}
},
{
"@type": "Person",
"name": "Dominique Barbolosi",
"affiliation": {
"@type": "Organization",
"name": "COMPO, Cancer Research Center of Marseille, Inserm U1068, Aix-Marseille University, France"
}
}
],
"keywords": [
"radioactive iodine therapy",
"thyroid cancer",
"digital twin",
"pharmacodynamic modeling",
"compartmental model",
"thyroglobulin",
"treatment optimization",
"personalized medicine",
"decision support",
"MATLAB",
"nuclear medicine"
],
"citation": [
{
"@type": "ScholarlyArticle",
"name": "A computational framework for optimizing radioiodine therapy protocols in metastatic thyroid cancer",
"datePublished": "2026",
"journalName": "Scientific Reports",
"doi": "10.1038/s41598-026-56267-1",
"author": [
{ "@type": "Person", "name": "Marie Fusella Giuntini" },
{ "@type": "Person", "name": "Cyril Voyant" },
{ "@type": "Person", "name": "David Taieb" },
{ "@type": "Person", "name": "Dominique Barbolosi" }
]
},
{
"@type": "ScholarlyArticle",
"name": "Computational Modeling and Trends in RAI Therapy for Thyroid Cancer: A Field with Clinical Promise",
"datePublished": "2025",
"journalName": "Biomedical Journal of Scientific & Technical Research",
"volume": "62",
"issue": "4",
"doi": "10.26717/BJSTR.2025.62.009789",
"author": [
{ "@type": "Person", "name": "Marie Fusella Giuntini" },
{ "@type": "Person", "name": "Cyril Voyant" },
{ "@type": "Person", "name": "David Taieb" },
{ "@type": "Person", "name": "Dominique Barbolosi" }
]
}
]
}