Skip to content

Commit 9aac1e2

Browse files
committed
docs: add Web UI demo screenshot
1 parent d04953e commit 9aac1e2

6 files changed

Lines changed: 6 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recursive-include .github *.yml *.md
1313
recursive-include .agents *.json
1414
recursive-include .codex-plugin *.json
1515
recursive-include .claude-plugin *.json
16-
recursive-include docs *.md
16+
recursive-include docs *.md *.png
1717
recursive-include examples *.md *.json
1818
recursive-include plugins *
1919
recursive-include scripts *.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ find potential PhD or postdoc supervisors, labs, and open academic positions.
66
Tell the agent your research direction and constraints; it asks the right questions, searches
77
current sources, saves a traceable candidate table, and opens a Web UI for review.
88

9+
![path to academia biology demo Web UI](docs/assets/path-to-academia-biology-demo.png)
10+
911
## Getting Started
1012

1113
After installing the plugin, start a new agent session and ask it to use `path-to-academia`.
172 KB
Loading

plugins/path-to-academia/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include CONTRIBUTING.md
88
include SECURITY.md
99
recursive-include .codex-plugin *.json
1010
recursive-include .claude-plugin *.json
11-
recursive-include docs *.md
11+
recursive-include docs *.md *.png
1212
recursive-include examples *.md *.json
1313
recursive-include scripts *.py
1414
recursive-include skills *.md *.yaml

plugins/path-to-academia/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
path to academia is a plugin for Claude Code, Codex, and compatible coding agents that helps you
44
find potential PhD or postdoc supervisors, labs, and open academic positions.
55

6+
![path to academia biology demo Web UI](docs/assets/path-to-academia-biology-demo.png)
7+
68
## Getting Started
79

810
After installing, invoke `path-to-academia` and tell the agent what you want to study and where you
172 KB
Loading

0 commit comments

Comments
 (0)