From 88b983eaeb293c29d114851f84cd2b10dcb293ba Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 8 Oct 2019 12:34:09 -0300 Subject: [PATCH] Add InVesalius (#428) * Add InVesalius * http -> https --- applications.json | 19 +++++++++++++++++++ categories.json | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/applications.json b/applications.json index 499bc72..a070fd8 100644 --- a/applications.json +++ b/applications.json @@ -3394,6 +3394,25 @@ "css" ] }, + { + "short_description": "3D medical imaging reconstruction software", + "categories": [ + "medical", + "images" + ], + "repo_url": "https://github.com/invesalius/invesalius3/", + "title": "InVesalius", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_1.png", + "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png", + "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png" + ], + "official_site": "https://www.cti.gov.br/invesalius/", + "languages": [ + "python" + ] + }, { "short_description": "Status bar Mac application to overcome time constrained WiFi networks. ", "categories": [ diff --git a/categories.json b/categories.json index 86b5e11..576c139 100644 --- a/categories.json +++ b/categories.json @@ -69,6 +69,10 @@ "title": "Mail", "id": "mail", "description": "" +}, { + "title": "Medical", + "id": "medical", + "description": "" }, { "title": "Menubar", "id": "menubar",