get_venue_info
Retrieve detailed publication venue information, including abbreviation, name, publisher, type, and category, by specifying the venue name or abbreviation. Ideal for querying DBLP database for accurate venue data.
Instructions
Retrieve detailed information about a publication venue. Arguments:
- venue_name (string, required): Venue name or abbreviation (e.g., 'ICLR' or full name). Returns a dictionary with fields: abbreviation, name, publisher, type, and category. Note: Some fields may be empty if DBLP does not provide the information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
venue_name | Yes |