Code Monkey home page Code Monkey logo

dblp-api's Introduction

DBLP API

version-0.2.1 python->=3.10 license-MIT

A helper package to get information of scholarly articles from DBLP using its public API.

Usage

import dblp

queries: list[str] = ...

results: list[dict] = dblp.search(queries)
results_with_ccf_class: list[dict] = dblp.add_ccf_class(results)

Examples

Get Search Results

import dblp

queries = [
    'Anomaly Detection in Streams with Extreme Value Theory',
    'Intelligent Detection of Large-Scale KPI Streams Anomaly Based on Transfer Learning',
    'Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications',
    'Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder',
    'Advances in Cryptography and Secure Hardware for Data Outsourcing',
]

results = dblp.search(queries)

The results will be:

[
  {
    "query": "Anomaly Detection in Streams with Extreme Value Theory",
    "title": "Anomaly Detection in Streams with Extreme Value Theory.",
    "year": "2017",
    "venue": "KDD",
    "doi": "10.1145/3097983.3098144",
    "url": "https://doi.org/10.1145/3097983.3098144",
    "bibtex": "https://dblp.org/rec/conf/kdd/SifferFTL17?view=bibtex"
  },
  {
    "query": "Intelligent Detection of Large-Scale KPI Streams Anomaly Based on Transfer Learning",
    "title": "Intelligent Detection of Large-Scale KPI Streams Anomaly Based on Transfer Learning.",
    "year": "2019",
    "venue": "Big Data",
    "doi": "10.1007/978-981-15-1899-7_26",
    "url": "https://doi.org/10.1007/978-981-15-1899-7_26",
    "bibtex": "https://dblp.org/rec/conf/bdccf/DuanCX19?view=bibtex"
  },
  {
    "query": "Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications",
    "title": "Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications.",
    "year": "2018",
    "venue": "WWW",
    "doi": "10.1145/3178876.3185996",
    "url": "https://doi.org/10.1145/3178876.3185996",
    "bibtex": "https://dblp.org/rec/conf/www/XuCZLBLLZPFCWQ18?view=bibtex"
  },
  {
    "query": "Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder",
    "title": "Robust and Unsupervised KPI Anomaly Detection Based on Conditional Variational Autoencoder.",
    "year": "2018",
    "venue": "IPCCC",
    "doi": "10.1109/PCCC.2018.8710885",
    "url": "https://doi.org/10.1109/PCCC.2018.8710885",
    "bibtex": "https://dblp.org/rec/conf/ipccc/LiCP18?view=bibtex"
  },
  {
    "query": "Advances in Cryptography and Secure Hardware for Data Outsourcing",
    "title": "Advances in Cryptography and Secure Hardware for Data Outsourcing.",
    "year": "2020",
    "venue": "ICDE",
    "doi": "10.1109/ICDE48307.2020.00173",
    "url": "https://doi.org/10.1109/ICDE48307.2020.00173",
    "bibtex": "https://dblp.org/rec/conf/icde/0001BM20?view=bibtex"
  }
]

dblp-api's People

Contributors

alumik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jiangyinzuo

dblp-api's Issues

pip install doesn't work

when use pip install dblp

report an error

Collecting dblp
Using cached dblp-0.1.0.tar.gz (3.3 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-f4zi1g3d/dblp_bb60d643fe3c44fb91aa69fc47bef1fa/setup.py", line 12, in
long_description=open('README.md').read(),
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.