From 15865e9d299e76d4c9bc55f54df22b85b1427b88 Mon Sep 17 00:00:00 2001 From: P K Jag <37613906+jagnathan@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:58:51 -0400 Subject: [PATCH] Update index.html Added details about the CTIMS components --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3f23945..1b38ac8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,7 +51,8 @@
Clinical Trial Markup Language (CTML) is an open standard that was created by DFCI and Harvard Medical School. Creating CTML files in YAML format files manually was very time consuming and prone to typos and errors. We came up with the idea of a software that can create CTML files in a user friendly manner. The new CTIMS software enables users to easily create CTML files. As part of the UHN CDI Grand challenge 2022, CTIMS proposal was selected as the Prize Winner. Pugh Lab and CDI teams collaborated to create CTIMS, while taking into consideration input from multiple users and stakeholders. CTIMS follows strict UHN Security guidelines.
Clinical Trial Markup Language (CTML) is an open standard that was created by DFCI and Harvard Medical School. Creating CTML files in YAML format files manually was very time consuming and prone to typos and errors. We came up with the idea of a software that can create CTML files in a user friendly manner. The new CTIMS software enables users to easily create CTML files. As part of the UHN CDI Grand challenge 2022, CTIMS proposal was selected as the Prize Winner. Pugh Lab and CDI teams collaborated to create CTIMS, while taking into consideration input from multiple users and stakeholders. CTIMS follows strict UHN Security guidelines.
+CTIMS has four components namely Assembler, Editor, Matcher and Viewer. The Assembler converts study data from cBioPortal format to MatchMiner format, either from locally saved cBioPortal study files or by retrieving data via the cBioPortal API. CTIMS Editor helps to create CTMLs efficiently and store them in a database. CTIMS Editor integrates with MatchMiner via MatchMiner API. CTIMS Matcher is the DFCI MatchMiner Engine. DFCI MatchMiner uses CTML files to find patient trial matches. CTIMS Viewer stores the match results for data analysis and visualization. CTIMS Viewer API supports integration with cBioPortal so that the trial match results can be viewed in cBioPortal along with patient data. CTIMS supports Authentication and Authorization using Keycloak.