Scholar Commands: scholar
bohr scholar searches scholar profiles and retrieves detailed researcher information.
Commands
| Command | Usage | Description |
|---|---|---|
info | bohr scholar info <scholar_id> [flags] | Get detailed information about a scholar by their ID. |
search | bohr scholar search <query> [flags] | Search for scholars by name or research area on the Bohrium platform. |
For subcommands inside a command group, run bohr scholar <group> --help.
Common parameters
| Parameter | Description |
|---|---|
--page <number> | Result page, default 1 |
--size <number> | Results per page, default 10 |
--school <name> | Filter by institution |
--tags <tag1,tag2> | Filter by research tags |
--affiliation <name> | Filter by English affiliation name |
Examples
bohr scholar search "machine learning" --school "Tsinghua" --size 20
bohr scholar info scholar-123 -o json
Use the scholarId returned by search with the info command.