journal-selection-medical-ai

Recommends candidate journals for medical AI papers using OpenAlex citation metrics and topic matching.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill journal-selection-medical-ai-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: journal-selection-medical-ai
Source: https://github.com/yakeworld/Synthos/tree/main/skills/private/research-tools/research/clinical-research/journal-selection-medical-ai
Command: npx skills add https://github.com/yakeworld/Synthos --skill journal-selection-medical-ai-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing a suitable journal for a medical AI paper requires balancing topic fit, journal tier, APC budget, and review timelines, and guessing impact factors from memory leads to unreliable recommendations. ## Core Features & Use Cases - Evidence-Based Journal Matching: Generates a candidate journal list (minimum 3 entries) where each entry includes display_name, OpenAlex-measured 2yr_mean_citedness, IF tier classification (Q1/Q1-Q2), and a specific match rationale tied to the paper's topic and methodology. - Constraint-Aware Selection: Incorporates target audience, journal tier preference, APC limits, and review-cycle constraints, explicitly annotating missing elements (e.g., unknown APC) as uncertainties. - Defensive Validation: Refuses to recommend when topic and methodology features are missing, returning a structured error with context and recovery suggestions; includes fallback inference via similar-paper retrieval for journals not covered by OpenAlex. - Use Case: Given a medical imaging AI study (WDBC breast cancer, 10x5 stratified CV, cascaded architecture) with an APC cap of $3000 and a 12-week review limit, produce a ranked shortlist such as Patterns, Radiology: Artificial Intelligence, and IEEE JBHI with measured citation metrics and rationales. ## Quick Start Recommend candidate journals for my medical imaging AI paper on breast cancer diagnosis using ensemble learning, targeting radiology clinicians with an APC under $3000.

Frequently Asked Questions about journal-selection-medical-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose a journal for a medical AI paper?

Provide the paper topic, study design, methodology features, target audience, and constraints such as APC budget and review time. The skill returns at least three candidate journals, each with measured citation metrics, an IF tier, and a specific match rationale.

How are journal impact factors measured in recommendations?

Journal metrics are fetched live from the OpenAlex API using 2yr_mean_citedness rather than recalled from memory, then classified into IF tiers such as Q1 (>=10) or Q1-Q2 (5-10). Journals missing from OpenAlex use similar-paper retrieval as a labeled fallback inference.

What inputs are required for journal selection recommendations?

The paper topic and methodology features (clinical data type, study design) are mandatory, along with target audience and constraints like APC ceiling and maximum review weeks. If topic or methodology is missing, the skill refuses and returns an error with recovery suggestions.

Why does journal matching fail for new or Chinese journals?

OpenAlex often lacks data for new or Chinese-language journals, so citation metrics cannot be measured directly. In these cases the skill falls back to inferring journal quality from similar-paper retrieval and explicitly marks the result as inferred.

How are ambiguous journal names handled in recommendations?

Each candidate's display_name is checked individually to exclude same-name ambiguities, such as confusing Patterns with Gene Expression Patterns. This verification step is part of the critical checks in the golden test set.