원클릭으로
add-journal
Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
| name | add-journal |
| description | Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh. |
Natural-language front door: the user gives a journal name or an RSS feed URL; you
register it and run the pipeline. Run all commands as
PYTHONNOUSERSITE=1 ./env/bin/bio-trend ... from the repo root.
Find the feed URL (if only a journal name/homepage was given). Known patterns:
https://www.nature.com/<code>.rss (journal) or
https://www.nature.com/subjects/<slug>.rss (subject).https://www.cell.com/<slug>/current.rss (and /inpress.rss).https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=<code>.
Use WebFetch/WebSearch to confirm the exact code/slug if unsure.Register it — add a row to Journal-RSS.md (Family, Journal, Key, Feed type,
RSS URL, Bio focus, Status ?) and a matching entry to config/journals.json
(key, label, family, feeds: [{url, type, bio_focus}]). A journal may have
multiple feeds.
Verify — bio-trend check-feeds --check. If the new feed is live, update its
Status to ✓; if it 403s/dead, mark ✗ and stop (report the problem).
Ingest + refresh — bio-trend ingest --journal <key> then bio-trend refresh.
Smoke-check + PR — confirm data/<key>/ has a CSV and the new journal appears
in docs/data/manifest.json. Open a PR summarising the added feed.
bio_focus: high for biology-dedicated journals, mixed for multidisciplinary
flagships (where you may prefer a biology subject feed).SOC 직업 분류 기준
Curate the Bio-trend biology taxonomy — decide whether new candidate keywords are noise, existing-topic synonyms, new topics, or parked.
Keep Bio-trend's journal feeds current — verify liveness, discover new biology sister journals, then poll and ingest.