{"id":50306677,"url":"https://github.com/qwerty239qwe/submission-nav","last_synced_at":"2026-05-28T17:01:12.799Z","repository":{"id":356504624,"uuid":"1222496445","full_name":"qwerty239qwe/submission-nav","owner":"qwerty239qwe","description":"A practical AI skill for academic submission workflows—turn manuscripts into structured journal shortlists, compare author guidelines, and plan revisions with strategy-aware recommendations.","archived":false,"fork":false,"pushed_at":"2026-05-08T10:08:18.000Z","size":304,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T12:10:59.096Z","etag":null,"topics":["academic-publishing","ai-agent-tools","claude-code-skill","codex-skill","journal-selection","manuscript-preparation","submission-workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwerty239qwe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T12:25:37.000Z","updated_at":"2026-05-08T10:05:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qwerty239qwe/submission-nav","commit_stats":null,"previous_names":["qwerty239qwe/submission-nav"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qwerty239qwe/submission-nav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwerty239qwe%2Fsubmission-nav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwerty239qwe%2Fsubmission-nav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwerty239qwe%2Fsubmission-nav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwerty239qwe%2Fsubmission-nav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwerty239qwe","download_url":"https://codeload.github.com/qwerty239qwe/submission-nav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwerty239qwe%2Fsubmission-nav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33617718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic-publishing","ai-agent-tools","claude-code-skill","codex-skill","journal-selection","manuscript-preparation","submission-workflow"],"created_at":"2026-05-28T17:01:11.015Z","updated_at":"2026-05-28T17:01:12.788Z","avatar_url":"https://github.com/qwerty239qwe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# submission-nav\n\nTurn \"where should I submit this?\" into a ranked shortlist with visible tradeoffs.\n\n`submission-nav` parses your manuscript, pulls candidate venues from public sources (OpenAlex, DOAJ, Crossref, Elsevier, DBLP), and produces a strategy-aware ranking with fit, impact, OA, APC, and risk signals — plus a shareable HTML report.\n\n![sample report](docs/sample_report.png)\n\n## Install\n\n```bash\n# Claude Code\nnpx skills add https://github.com/qwerty239qwe/submission-nav --skill submission-nav -a claude-code\n\n# Codex\nnpx skills add https://github.com/qwerty239qwe/submission-nav --skill submission-nav -a codex\n```\n\nOr check out the repo and run `bin/install.ps1` (Windows) / `bin/install.sh` (macOS/Linux).\n\nOptional: set `OPENALEX_EMAIL`, `ELSEVIER_API_KEY`, `DOAJ_KEY`, `CROSSREF_EMAIL` in `.env`. See [`.env.example`](.env.example).\n\n## Quick start\n\nAsk your agent in natural language:\n\n\u003e \"Use submission-nav. Where should I submit `~/papers/draft.pdf`?\"\n\nOr run `sn` directly:\n\n```bash\nsn strategist manuscript.docx --strategy balanced     # rank venues\nsn report manuscript.docx                              # render HTML report (above)\nsn rules \"PLOS ONE\" \"\u003cauthor-guidelines-url\u003e\"          # cache author rules\nsn check manuscript.pdf --journal plos-one             # format check\nsn triage reviews.txt --manuscript manuscript.pdf      # triage reviewer comments\n```\n\nRun `sn --help` for the full surface. Outputs cache per manuscript so later commands compose.\n\n## Strategies\n\n| Strategy | Favors | Use when |\n|---|---|---|\n| `balanced` (default) | Suitability + fit, modest impact | First-pass shortlist |\n| `ambitious` | High-impact stretch venues | Top-tier shot, can absorb desk reject |\n| `safe` | Article-type fit, suitability | Need a likely acceptance |\n| `fast` | OA + cost fit, low prestige weight | Time-sensitive submission |\n| `low-cost` | APC vs budget | Tight or zero APC budget |\n| `oa-only` | Open-access fit | Funder mandates OA |\n| `broad` | Wider net, scope/impact | Exploratory survey |\n\nCombine with `--apc-budget \u003cusd\u003e` and `--oa-preference any|oa-only|avoid-oa`.\n\n## What you get\n\n- **Bucketed shortlist**: stretch / target / safe / fallback / avoid — never a single guess.\n- **Sortable HTML report** with field-normalized impact percentile, h-index, i10, citations, OA, APC (approximate, with a \"confirm →\" link), and per-venue rationale.\n- **Author-rule caching** for format checks against the cached rules.\n- **Reviewer-comment triage** and response-letter drafting.\n- **Strategy reweighting** without re-fetching — `sn rank ... --strategy safe` reuses cached venues.\n\n## Caveats\n\n- Venue rankings are prioritization aids, not acceptance predictions.\n- APC, OA flag, and ranking signals come from public APIs; always verify fees on the publisher page.\n- Some publisher pages block automated fetching — pass `--from-file` with the text you copy.\n- Conference support is currently strongest for CS venues via OpenAlex + DBLP.\n- OpenAlex rate limits apply; set `OPENALEX_EMAIL` for higher quotas. Treat `HTTP 429` as a data outage, not a ranking signal.\n\n## Development\n\n```bash\nuv run --project scripts python -m pytest\n```\n\nGenerated artifacts belong under `temp_sn/` (gitignored).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwerty239qwe%2Fsubmission-nav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwerty239qwe%2Fsubmission-nav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwerty239qwe%2Fsubmission-nav/lists"}