dblp-accepted-venue

Query the DBLP API to identify a paper's indexed venue and type.

2|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill dblp-accepted-venue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dblp-accepted-venue
Source: https://github.com/Rycen7822/DeepScientist-hermes/tree/main/resources/skills/paper-reliability-verifier/subskills/dblp-accepted-venue
Command: npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill dblp-accepted-venue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps the paper-reliability-verifier determine whether a CS paper is indexed by DBLP as a conference or journal, enabling confident venue-based decisions and downstream ranking.

Core Features & Use Cases

  • DBLP query: search DBLP publications by title, authors, and year to locate candidate matches.
  • Venue inference: classify the DBLP entry as conference, journal, or preprint for integration with local ranking.
  • Output compatibility: provide an accepted_publication-like object with venue and metadata for downstream processes.

Quick Start

Query DBLP for the paper title and author list to determine and return the indexed venue.

Frequently Asked Questions about dblp-accepted-venue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if a computer science paper is indexed in DBLP?

To verify a computer science paper is indexed in DBLP, query the DBLP API using the paper's title, authors, and year to locate candidate matches and classify the indexed venue type.

Can I determine the venue type of a publication using the DBLP API?

Yes, querying the DBLP API allows you to determine the venue type of a publication by evaluating hits based on DOI, title similarity, and year to classify it as a conference, journal, or preprint.

What is the best way to find the DBLP-registered venue for a research paper?

The best way to find the DBLP-registered venue is to search DBLP publications by title and author list, preferring explicit user-provided venue data when available, otherwise querying the DBLP API.

How does DBLP venue verification handle papers with missing or incomplete metadata?

DBLP venue verification handles missing metadata by evaluating candidate hits using available information such as DOI, title similarity, and publication year to infer the most accurate indexed venue.

Why do I need to classify a DBLP entry as a conference or journal?

Classifying a DBLP entry as a conference or journal is necessary for confident venue-based decisions and enables providing an accepted_publication object with venue_type and evidence for downstream ranking processes.