Giter VIP home page Giter VIP logo

scholarbot's Introduction

ScholarBot

A simple web service to return links to the latest academic papers that will eventually aspire to be Google Scholar without the Google. It's deployed to Heroku.

Sources

All sources are free and require no authentication to use the API.

Example usage

This gets the latest articles with the word 'putin' in the title, sorted by date, with most recent first, published since March 2016.

http://scholarboteu.herokuapp.com/v1?date=2016-03&words=putin

http://localhost:5000/v1?date=2016-03&words=putin

{
  "length": 38,
  "results": [
    {
      "date": "2016-06-02",
      "source": "crossref",
      "title": "New trends in Russian political mentality: Putin 3.0",
      "type": "journal-article",
      "url": "http://dx.doi.org/10.5860/choice.197096"
    },
    {
      "date": "2016-05-26",
      "source": "crossref",
      "title": "La memoria dell'Urss nella Russia di Putin Manuali per l'universit\u00e0",
      "type": "journal-article",
      "url": "http://dx.doi.org/10.3280/pass2016-098006"
    },
    {
      "date": "2016-05-24",
      "source": "crossref",
      "title": "Khodorkovsky, Yukos, and Putin: The Achievement of Khodorkovsky, Why It Was Destroyed, and the Consequences",
      "type": "journal-article",
      "url": "http://dx.doi.org/10.1080/10758216.2016.1146859"
    },
  ...
  ]
}

The state machine and channel management is done using RapidPro.

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.