Skip to content

Commit 5256e1e

Browse files
omri374claude
andcommitted
Add Presidio Research to Projects
Add a Presidio Research project card (Docs / GitHub / PyPI) alongside Presidio, plus footer links, and mention it in the hero intro. Docs point to presidio-research.dataprivacystack.org. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 447c18d commit 5256e1e

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

src/pages/index.astro

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { getCollection } from "astro:content";
55
const githubOrg = "https://github.com/data-privacy-stack";
66
const presidioDocs = "https://presidio.dataprivacystack.org";
77
const presidioRepo = "https://github.com/data-privacy-stack/presidio";
8+
const presidioResearchDocs = "https://presidio-research.dataprivacystack.org";
9+
const presidioResearchRepo = "https://github.com/data-privacy-stack/presidio-research";
810
const mvgRepo = "https://github.com/data-privacy-stack/MVG";
911
const discordUrl = "https://discord.gg/MewtBGFquB";
1012
const contactEmail = "contact@dataprivacystack.org";
@@ -198,7 +200,8 @@ const posts = (await getCollection("docs"))
198200
<p class="lead">
199201
The Data Privacy Stack is a community-led home for open, transparent tools that
200202
help engineers handle private data responsibly - starting with
201-
<strong>Presidio</strong> for PII detection and anonymization, with room to grow.
203+
<strong>Presidio</strong> for PII detection and anonymization and
204+
<strong>Presidio Research</strong> for evaluating detection models, with room to grow.
202205
</p>
203206
<h2>Guiding principles</h2>
204207
<div class="cards">
@@ -225,6 +228,17 @@ const posts = (await getCollection("docs"))
225228
<a href="https://pypi.org/project/presidio-analyzer/">PyPI</a>
226229
</div>
227230
</article>
231+
<article class="card project">
232+
<h3>Presidio Research</h3>
233+
<p>Evaluate PII detection models and generate synthetic PII data - a
234+
framework for benchmarking Presidio and NER models, with a fake-data
235+
generator for building labelled datasets.</p>
236+
<div class="card-links">
237+
<a class="primary" href={presidioResearchDocs}>Docs&nbsp;→</a>
238+
<a href={presidioResearchRepo}>GitHub</a>
239+
<a href="https://pypi.org/project/presidio-evaluator/">PyPI</a>
240+
</div>
241+
</article>
228242
<article class="card placeholder">
229243
<h3>More coming</h3>
230244
<p>The stack is growing. Want to propose or contribute a project?
@@ -352,6 +366,8 @@ const posts = (await getCollection("docs"))
352366
<a href={presidioDocs}>Presidio docs</a>
353367
<a href={presidioRepo}>Presidio on GitHub</a>
354368
<a href="https://pypi.org/project/presidio-analyzer/">Presidio on PyPI</a>
369+
<a href={presidioResearchDocs}>Presidio Research docs</a>
370+
<a href={presidioResearchRepo}>Presidio Research on GitHub</a>
355371
</div>
356372

357373
<div class="foot-col">

0 commit comments

Comments
 (0)