Skip to content

Commit 474282e

Browse files
committed
Adding Seal and Innosuisse projects
1 parent de16ec6 commit 474282e

File tree

11 files changed

+126
-13
lines changed

11 files changed

+126
-13
lines changed

data/C4DT/projects.yaml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,106 @@ projects:
2323
maturity: 0
2424
date_added: 2024-01-09
2525
date_updated: 2024-01-09
26+
27+
innosuisse-eid:
28+
name: Secure and Privacy-Preserving Credentials for E-ID
29+
categories:
30+
- Security
31+
- Privacy
32+
applications:
33+
- Gov
34+
type: Grant
35+
description: Research techniques to improve privacy when using electronic identities
36+
tech_desc: >
37+
Today's identity security faces challenges like misuse and tracking. Our goal is to enable secure,
38+
anonymous, unlinkable E-ID interactions by researching novel cryptographic algorithms. This boosts
39+
user trust, creates new business opportunities, and cuts financial losses after data breaches.
40+
incubator:
41+
work: "Research Grant"
42+
type: "incubated"
43+
products:
44+
- type: "Project"
45+
url: https://github.com/eid-privacy
46+
title: "e-ID Privacy github organization"
47+
- type: "Blog"
48+
url: https://eid-privacy.github.io
49+
title: "Blog of project steps"
50+
language: "Rust, Typst, TypeScript"
51+
logo: /carousel/innosuisse-eid.png
52+
tags:
53+
- Access Control
54+
- Decentralized
55+
- Zero-Knowledge Proofs
56+
maturity: 2
57+
date_added: 2025-04-01
58+
date_updated: 2026-01-16
59+
60+
seal-phishing:
61+
name: "Combattre le phishing: quelles innovations apporter ?"
62+
categories:
63+
- Security
64+
applications:
65+
- Gov
66+
- Infra
67+
type: Grant
68+
description: Combating phishing through vulnerability analysis, detection tools, and best practice guidelines.
69+
tech_desc: >
70+
This project addresses phishing threats through the analysis of existing
71+
countermeasures, identification of vulnerabilities, and development of
72+
innovative solutions including best practice guidelines and tools for
73+
email configuration testing and malicious link detection.
74+
The initiative enhances organizational and societal resilience against
75+
phishing attacks through knowledge dissemination and fosters collaboration
76+
among stakeholders.
77+
layman_desc: >
78+
This project tackles phishing—a common online scam where criminals trick
79+
people into clicking dangerous links or sharing personal information through
80+
deceptive emails.
81+
It develops practical guides and easy-to-use tools to help individuals and
82+
organizations recognize and protect themselves against these attacks.
83+
tags:
84+
- Attack
85+
- Cloud
86+
- Exploit
87+
- Protection
88+
incubator:
89+
work: "Research Grant"
90+
type: "incubated"
91+
logo: /carousel/seal-phishing.png
92+
maturity: 3
93+
date_added: 2025-04-01
94+
date_updated: 2026-01-16
95+
96+
seal-digiinov:
97+
name: Sécurisation de Digiinov Hmi en adéquation avec le Cyber Resilience Act (CRA)
98+
categories:
99+
- Security
100+
applications:
101+
- Gov
102+
type: Grant
103+
description: Securing industrial HMI software for EU Cyber-Resilience-Act compliance
104+
tech_desc: >
105+
This project integrates state-of-the-art software security measures into
106+
Digiinov HMI, a platform bridging Operational Technology (OT) and Information
107+
Technology (IT) for industrial Human-Machine Interfaces.
108+
The collaboration with HEIG-VD and EPFL focuses on achieving compliance with
109+
the EU Cyber-Resilience-Act (CRA) requirements before its 2027 enforcement.
110+
The security enhancements target the software development lifecycle and
111+
maintenance processes for embedded industrial control systems.
112+
layman_desc: >
113+
This project enhances the security of software used to control and monitor
114+
industrial machines, preparing it for new European cybersecurity regulations.
115+
The EU's Cyber-Resilience-Act requires software products to meet strict
116+
security standards starting in 2027, protecting users from digital threats.
117+
By partnering with academic cybersecurity experts, this project ensures
118+
machine manufacturers can offer secure, compliant products ahead of schedule.
119+
tags:
120+
- Code Analysis
121+
- Large Language Model
122+
incubator:
123+
work: "Research Grant"
124+
type: "incubated"
125+
logo: /carousel/seal-digiinov.png
126+
maturity: 0
127+
date_added: 2026-01-16
128+
date_updated: 2026-01-16

data/TAGS.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If a new tag is added, also add it to `data.py`
2222
"Failure", "Features", "Federated Learning", "Fuzzing",
2323
"Homomorphic Encryption",
2424
"Image Classification", "Images", "Inductive Bias", "Internet of Things",
25-
"Locking", "Low-Level",
25+
"Large Language Model", "Locking", "Low-Level",
2626
"Mobile App",
2727
"Natural Language", "Network",
2828
"Predictor", "Protection", "Protocol", "PyTorch",
@@ -115,4 +115,3 @@ Gov: Government & Humanitarian
115115
Infra: Critical Infrastructure
116116
Info: Digital Information
117117
Other
118-

data/config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
highlightedProjects:
22
- dela
3-
- odyssey
43
- drand
5-
- trickster
6-
- hippiepug
7-
- lisa
8-
- 3d-ice
9-
- ffmalloc
4+
- innosuisse-eid
5+
- seal-phishing
6+
- seal-digiinov
7+
- dvoting

data/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ projects:
4646
incubator:
4747
work: (What C4DT did for the project)
4848
products:
49-
type: ( Demo | Hands-on | Pilot | App | OSS-participation)
49+
type: ( Demo | Hands-on | Pilot | App | OSS-participation | Blog | Project )
5050
url: (https://...)
5151
title: (Description of this product)
5252
code: (https:// of the code)

pages/projects/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const lastEdited = new Date(Date.parse(project.value.date_updated || project.val
1313
<div class="w-full lg:w-70/100 lg:px-6">
1414
<div class="flex flex-col gap-4">
1515
<div class="flex items-center justify-center">
16-
<img :alt="project.name" :src="project.logo" class="h-32 w-full object-contain pb-4" />
16+
<NuxtImg :alt="project.name" :src="project.logo" class="h-32 w-full object-contain pb-4" />
1717
</div>
1818
<div class="lg:flex lg:flex-row lg:gap-1">
1919
<div class="lg:flex-1">

public/carousel/innosuisse-eid.png

23.9 KB
Loading

public/carousel/seal-digiinov.png

27.5 KB
Loading

public/carousel/seal-phishing.png

71 KB
Loading

types/project.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export interface Project {
4545
| "Images"
4646
| "Inductive Bias"
4747
| "Internet of Things"
48+
| "Large Language Model"
4849
| "Locking"
4950
| "Low-Level"
5051
| "Machine Learning"
@@ -108,7 +109,7 @@ export interface Project {
108109
work: string;
109110
type?: "incubated" | "incubated_market" | "retired" | "retired_archived";
110111
products?: {
111-
type: "Demo" | "Hands-on" | "Pilot" | "App" | "Library" | "OSS-participation" | "Archive";
112+
type: "Demo" | "Hands-on" | "Pilot" | "App" | "Library" | "OSS-participation" | "Archive" | "Project" | "Blog";
112113
url: string;
113114
title: string;
114115
code?: string;

types/projects.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export interface Project {
5555
| "Images"
5656
| "Inductive Bias"
5757
| "Internet of Things"
58+
| "Large Language Model"
5859
| "Locking"
5960
| "Low-Level"
6061
| "Machine Learning"
@@ -118,7 +119,7 @@ export interface Project {
118119
work: string;
119120
type?: "incubated" | "incubated_market" | "retired" | "retired_archived";
120121
products?: {
121-
type: "Demo" | "Hands-on" | "Pilot" | "App" | "Library" | "OSS-participation" | "Archive";
122+
type: "Demo" | "Hands-on" | "Pilot" | "App" | "Library" | "OSS-participation" | "Archive" | "Project" | "Blog";
122123
url: string;
123124
title: string;
124125
code?: string;

0 commit comments

Comments
 (0)