跳到主要内容

Scholar Commands: scholar

bohr scholar searches scholar profiles and retrieves detailed researcher information.

Commands

CommandUsageDescription
infobohr scholar info <scholar_id> [flags]Get detailed information about a scholar by their ID.
searchbohr 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

ParameterDescription
--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.