From 202f746f38f9cab51df8ea90b4047f6e20ecfdde Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Thu, 22 Aug 2024 16:30:55 +0200 Subject: [PATCH 1/2] Add mention of retired projects --- data/DCL/projects.yaml | 8 ++++---- data/SPRING/projects.yaml | 2 +- views/products/app/lightarti.tpl | 8 ++++++++ views/products/demo/at2.tpl | 8 ++++++++ views/products/demo/garfield.tpl | 8 ++++++++ 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/data/DCL/projects.yaml b/data/DCL/projects.yaml index b25c7294..e6059ae2 100644 --- a/data/DCL/projects.yaml +++ b/data/DCL/projects.yaml @@ -31,8 +31,8 @@ projects: language: Python, Cuda, C++ license: MIT incubator: - type: incubated - work: Started in Spring 2021, demo in Autumn. + work: Created a demo for our website + type: retired_archived products: - type: Demo title: Garfield Demonstrator @@ -148,8 +148,8 @@ projects: license: AGPL-3.0 maturity: 1 incubator: - type: incubated - work: 2021/Q2 started working on demonstrator + work: Created a demonstrator for our website + type: retired_archived products: - type: Demo title: AT2 Demonstrator diff --git a/data/SPRING/projects.yaml b/data/SPRING/projects.yaml index e026f2ce..3444ea9e 100644 --- a/data/SPRING/projects.yaml +++ b/data/SPRING/projects.yaml @@ -383,8 +383,8 @@ projects: url: https://github.com/C4DT/lightarti-rest date_last_commit: 2022-11-14 incubator: - type: incubated_market work: Created and updated a library for mobile + type: retired_archived products: - type: Library title: Lightarti-REST diff --git a/views/products/app/lightarti.tpl b/views/products/app/lightarti.tpl index 2feb285c..c9922e36 100644 --- a/views/products/app/lightarti.tpl +++ b/views/products/app/lightarti.tpl @@ -1,3 +1,11 @@ +

+ This project has been retired from the C4DT Factory Incubator +

+

+ We do not host this library anymore, but you can find its code here and use + the instructions to run it on your own computer! + LightArti-Rest Archive. +

Lightarti was developed during the work on SwissCovid at C4DT, in collaboration with Carmela Troncoso's lab. It allows mobile applications to use the Tor network for low-bandwidth calls like sending telemetry data in an anonymous way. diff --git a/views/products/demo/at2.tpl b/views/products/demo/at2.tpl index 7e915fdf..cf11de97 100644 --- a/views/products/demo/at2.tpl +++ b/views/products/demo/at2.tpl @@ -1,3 +1,11 @@ +

+ This project has been retired from the C4DT Factory Incubator +

+

+ We do not host this demo anymore, but you can find its code here and use + the instructions to run it on your own computer! + AT2 Archive. +

The AT2 Demonstrator diff --git a/views/products/demo/garfield.tpl b/views/products/demo/garfield.tpl index a3bb9ade..4fcc6389 100644 --- a/views/products/demo/garfield.tpl +++ b/views/products/demo/garfield.tpl @@ -1,3 +1,11 @@ +

+ This project has been retired from the C4DT Factory Incubator +

+

+ We do not host this demo anymore, but you can find its code here and use + the instructions to run it on your own computer! + Garfield Archive. +

The Garfield Demonstrator illustrates how Machine Learning is used to train a model From d950f8529567d2cdee1e47a0ea0dc92347a09fac Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Mon, 26 Aug 2024 15:34:29 +0200 Subject: [PATCH 2/2] @lanterno's comments --- views/products/demo/at2.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/products/demo/at2.tpl b/views/products/demo/at2.tpl index cf11de97..732cfd25 100644 --- a/views/products/demo/at2.tpl +++ b/views/products/demo/at2.tpl @@ -2,10 +2,10 @@ This project has been retired from the C4DT Factory Incubator

- We do not host this demo anymore, but you can find its code here and use - the instructions to run it on your own computer! - AT2 Archive. -

+ We do not host this demo anymore, and unfortunately we cannot provide the + source code of the project. + If you're interested, please contact us, and we'll get you in contact + with the original authors.

The AT2 Demonstrator