https://github.com/bfontaine/p7doi
:link: Open a research paper in your browser from its DOI
https://github.com/bfontaine/p7doi
cli python research tool
Last synced: 8 months ago
JSON representation
:link: Open a research paper in your browser from its DOI
- Host: GitHub
- URL: https://github.com/bfontaine/p7doi
- Owner: bfontaine
- License: mit
- Created: 2014-07-01T21:53:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T00:04:54.000Z (over 10 years ago)
- Last Synced: 2025-09-23T17:03:12.011Z (9 months ago)
- Topics: cli, python, research, tool
- Language: Python
- Homepage: https://bfontaine.github.io/p7doi/
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
p7doi
=====
.. image:: https://img.shields.io/travis/bfontaine/p7doi.png
:target: https://travis-ci.org/bfontaine/p7doi
:alt: Build status
.. image:: https://img.shields.io/coveralls/bfontaine/p7doi/master.png
:target: https://coveralls.io/r/bfontaine/p7doi?branch=master
:alt: Coverage status
.. image:: https://img.shields.io/pypi/v/p7doi.png
:target: https://pypi.python.org/pypi/p7doi
:alt: Pypi package
.. image:: https://img.shields.io/pypi/dm/p7doi.png
:target: https://pypi.python.org/pypi/p7doi
**p7doi** is a tool for `Paris 7`_ students who read research papers outside the
university. A lot of them are behind a paywall, which can be bypassed by using
the university’s proxy because it’s subscribed to a bunch of these websites.
Note: you’ll need to login with your student credentials when asked to.
.. _Paris 7: http://www.univ-paris-diderot.fr/english/sc/site.php?bc=accueil&np=accueil&g=m/
Install
-------
.. code-block::
pip install p7doi
Usage
-----
.. code-block::
p7doi
It’ll open the article in your default web browser. Note that you might need to
put the DOI between quotes if it contains characters that could be interpreted
by your shell (e.g. parentheses).
You can also use it from `the web`_.
.. _the web: https://bfontaine.github.io/p7doi/
Example
~~~~~~~
.. code-block::
p7doi 10.1126/science.298.5594.824
Tests
-----
Clone this repo, then: ::
[sudo] make deps
make check