name: med-entry-parallel description: 并行文献入口与汇聚技能。Use when daily ingestion needs RSS plus PubMed/PMC/OpenAlex retrieval in parallel, then normalized merge and deterministic dedup before downstream triage.
med-entry-parallel
- Run two channels in parallel:
channel_rss: existing RSS feeds and parser.channel_db: PubMed/PMC or OpenAlex viaacademic-search.
- Normalize fields before merge:
title,doi,pmid,pmcid,url,authors,year,journal_or_venue,abstract?
- Keep provenance on each record:
channelsource_platformquery_id(db channel)
- Deduplicate with fixed priority:
- DOI exact
- PMID/PMCID exact
- URL exact
- normalized title exact
- Guardrails:
- Never fabricate metadata.
- If PubMed/PMC fails, continue RSS and log failure.
- Do not query non-target databases.