## Implement: biblio GUI — OpenAlex outbound links in corpus table¶
Small but vi
Goal¶
(promoted from note)
Context¶
(see source note)
Prompt¶
Fix the issue described in /storage2/arash/projects/projio/docs/log/issue/issue-arash-20260403-210033-704498.md. Read it first, then implement the proposed fix.
Acceptance Criteria¶
- [ ]
Result¶
Completed in 149.8s (1 steps, model: opus)
Session: efc546db-f246-462b-b5aa-10a654145bb4
Result note: /storage2/arash/worklog/workflow/captures/20260403-212020-ec827b/note.md
Output¶
Done. Added DOI and OpenAlex ("OA") outbound links to each paper row in `packages/biblio/frontend/src/components/CorpusTab.jsx` (lines 315–340). The links appear in the citekey column next to the existing open/network buttons, matching the style used in PaperTab.jsx.
## Next Steps
1. Build and test the biblio frontend to verify the DOI and OA links render correctly in the corpus table.
2. Review the other verification items from the issue: check paste-toast OpenAlex URL detection, sidebar Discovery panel, and PaperTab outbound links all work end-to-end.
3. Save and push the changes with `datalad_save` once verified.