docs(seo): rework README for GitHub SEO + add CITATION.cff + repo metadata#4
Merged
Merged
Conversation
Improves discoverability of the Lucairn Research Program repo so traffic from lucairn.eu/research, organic search, and the upcoming L4 hardware blog post lands well. Changes - README: new H1 "Lucairn Research Program" + descriptive subtitle for the GitHub social-card preview; "Published papers" table with both Paper 1 (Clinical PII redaction benchmark / HIPAA / MTSamples) and Paper 2 (Financial PII redaction benchmark / GLBA / CFPB) and direct links to lucairn.eu/research/<slug>; reproduce-a-paper section split per industry; updated repository-structure tree to reflect actual Paper-1 + Paper-2 layout; cross-links to lucairn.eu/research + lucairn.eu/blog + lucairn.eu. - README: removed stale "Slice 2 mock-only" framing — both papers are shipped. - CITATION.cff: new — surfaces GitHub's "Cite this repository" sidebar for academic citation flows; lists the repo + canonical research-index URL. Repo metadata applied via gh repo edit (not in this diff): - description: "Open-source PII detection and re-identification risk benchmarks for LLM pipelines under EU AI Act, HIPAA Safe Harbor and GLBA NPI." - homepageUrl: https://lucairn.eu/research - topics (20): pii-detection, pii-redaction, llm-evaluation, llm-benchmark, eu-ai-act, ai-act-annex-iii, gdpr, hipaa, glba, pseudonymisation, re-identification, privacy-attestation, ai-compliance, lucairn, mtsamples, cfpb, regulated-industries, healthcare-ai, finance-ai, benchmark No changes to papers, datasets, scripts, src, or tests. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…e commands + Paper 2 wording + locale URLs (Codex r1 -> r2 chain)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves SEO + discoverability of
Declade/lucairn-researchso traffic fromlucairn.eu/research, organic search, and the upcoming L4 hardware blog post (lucairn-websitesibling workstream, not yet open as a PR) converts well on the GitHub repo page.What changed
README.md (rework, not rewrite — all locked-positioning copy preserved):
lucairn.eu/en/research/<slug>URLs.package.json).papers/,glba-category-mapping.ts,inject-finance-pii-core.ts, etc.).lucairn.eu/research,lucairn.eu/blog, andlucairn.eu.CITATION.cff (new):
Repo metadata (applied via
gh repo editBEFORE this PR — already live):description: "Open-source PII detection and re-identification risk benchmarks for LLM pipelines under EU AI Act, HIPAA Safe Harbor and GLBA NPI." (130 chars)homepageUrl:https://lucairn.eu/researchtopics(20, max allowed):pii-detection,pii-redaction,llm-evaluation,llm-benchmark,eu-ai-act,ai-act-annex-iii,gdpr,hipaa,glba,pseudonymisation,re-identification,privacy-attestation,ai-compliance,lucairn,mtsamples,cfpb,regulated-industries,healthcare-ai,finance-ai,benchmarkWhat did NOT change
src/, tests, or CI workflows.blog-draft-2026-05-24-l4-infrastructure-scaling.md) is not yet a PR onlucairn-website. Cross-link tolucairn.eu/blogis generic; a follow-up commit can add a direct link once the L4 post lands.SEO target queries baked into structure
Self-review summary (orchestrator: please run the formal reviewer chain)
I ran a desk-check against each reviewer's criteria. No findings:
package.jsonscripts; every file path verified to exist; repo-tree matcheslsoutput.marc@lucairn.euis the existing public author field already inpackage.json(intentional surface, mirrored intoCITATION.cff); no real customer/patient/employee names; no API keys / secrets.45 CFR § 164.514(b)(2)(de-identification standard, not a compliance claim); GLBA NPI cited as16 CFR Part 313(FTC Privacy of Consumer Financial Information rule);17 U.S.C. § 105cited for CFPB public-domain status; Regulation (EU) 2024/1689 designation correct.Test plan
https://github.com/Declade/lucairn-researchand verify the social-card preview renders with the new description + the "Cite this repository" button appears in the right sidebar.🤖 Generated with Claude Code