From 0fd9003283a85821b8477568f0ad90e3e140900f Mon Sep 17 00:00:00 2001 From: Bernt Popp Date: Tue, 14 Jul 2026 10:35:24 +0200 Subject: [PATCH] chore: add CITATION.cff so the repo is citable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub renders a "Cite this repository" button (APA + BibTeX) from a valid CITATION.cff in the default branch's root. The fleet had none, which for an audience of geneticists — whose output is papers — was the largest gap relative to audience. GENERATED, not typed: `make citation-write` in genefoundry-router derives it from fleet-metadata.yaml (title, abstract, keywords — the same copy as the GitHub About box) plus this repo's pyproject version and its latest release date. `make citation-check` gates it. Validates against the CFF 1.2.0 schema. The author is declared once, centrally, rather than read from pyproject `authors` — those disagree across the fleet and some are fabricated. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01DcjYudfsCQ3YGbPZSfs8s6 --- CITATION.cff | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..0f52c54 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,34 @@ +# CITATION.cff — GENERATED. Do not edit. +# Source: genefoundry-router/fleet-metadata.yaml + this repo's pyproject.toml. +# Regenerate: `make citation-write` in genefoundry-router. +# See genefoundry-router/docs/REPO-METADATA-STANDARD-v1.md. +cff-version: 1.2.0 +message: If you use this software, please cite it as below. +title: stringdb-link +abstract: 'MCP server for STRING v12: protein–protein association networks, interaction partners, and + functional enrichment analysis — as typed tools for LLM agents.' +type: software +authors: +- family-names: Popp + given-names: Bernt + email: bernt.popp@charite.de + affiliation: Charité – Universitätsmedizin Berlin +version: 4.0.6 +license: MIT +repository-code: https://github.com/berntpopp/stringdb-link +url: https://genefoundry.org +keywords: +- bioinformatics +- claude +- fastmcp +- functional-enrichment +- genefoundry +- llm-tools +- mcp +- mcp-server +- model-context-protocol +- network-biology +- protein-protein-interaction +- proteomics +- string-db +date-released: '2026-07-14'