From 4c3d0141f9b3e815e54eee8bc85ec63e4ba9705f Mon Sep 17 00:00:00 2001 From: Alexander <38151284+abotzki@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:41:41 +0100 Subject: [PATCH] add VIB live_deployments Course/CourseInstance and TrainingMaterial --- _data/live_deployments.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/_data/live_deployments.json b/_data/live_deployments.json index ccab39a6..62c54035 100644 --- a/_data/live_deployments.json +++ b/_data/live_deployments.json @@ -360,6 +360,29 @@ } ] }, + { + "name": "VIB Training at VIB Flemish Institute of Biotechnology", + "description": "Training material and courses delivered by VIB", + "url": "https://training.vib.be", + "nodes": "BE", + "profiles": [ + { + "profileName": "Course", + "conformsTo": "1.0-RELEASE", + "exampleURL": "https://training.vib.be/all-trainings/bulk-rnaseq-counts-differential-expression-3" + }, + { + "profileName": "CourseInstance", + "conformsTo": "1.0-RELEASE", + "exampleURL": "https://training.vib.be/all-trainings/bulk-rnaseq-counts-differential-expression-3" + }, + { + "profileName": "TrainingMaterial", + "conformsTo": "1.0-RELEASE", + "exampleURL": "https://elearning.vib.be/courses/a-tour-of-machine-learning/" + } + ] + }, { "name": "Training Portal at SIB Swiss Institute of Bioinformatics", "description": "Training material and courses delivered by SIB",