All Projects β†’ smidm β†’ Mendeley Add Citations

smidm / Mendeley Add Citations

Licence: gpl-2.0
Adds citations count to documents in your Mendeley library.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mendeley Add Citations

scholia
Wikidata-based scholarly profiles
Stars: ✭ 166 (+937.5%)
Mutual labels:  bibliography
bibtex-js
Library for parsing .bib files, used in Bibliography.js πŸ“š
Stars: ✭ 55 (+243.75%)
Mutual labels:  bibliography
Org Roam Bibtex
Connector between Org-roam, BibTeX-completion, and Org-ref
Stars: ✭ 253 (+1481.25%)
Mutual labels:  bibliography
zotprime
Full packaged on-premise Zotero platform
Stars: ✭ 201 (+1156.25%)
Mutual labels:  bibliography
my-bookshelf
Collection of books/papers that I've read/I'm going to read/I would remember that they exist/It is unlikely that I'll read/I'll never read.
Stars: ✭ 49 (+206.25%)
Mutual labels:  bibliography
vim-minimd
A fast, folding Markdown outliner for Vim
Stars: ✭ 27 (+68.75%)
Mutual labels:  bibliography
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+387.5%)
Mutual labels:  bibliography
Phd Bibliography
References on Optimal Control, Reinforcement Learning and Motion Planning
Stars: ✭ 523 (+3168.75%)
Mutual labels:  bibliography
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (+87.5%)
Mutual labels:  bibliography
aksh
My personal bibliography of STEM resources and grey literature.
Stars: ✭ 33 (+106.25%)
Mutual labels:  bibliography
Hierarchical-Decision-Making-for-Autonomous-Driving
Rich literature review and discussion on the implementation of "Hierarchical Decision-Making for Autonomous Driving"
Stars: ✭ 38 (+137.5%)
Mutual labels:  bibliography
biblatex-abnt
πŸ“š Estilo para BibLaTeX compatΓ­vel com as normas da ABNT
Stars: ✭ 97 (+506.25%)
Mutual labels:  bibliography
videlibri
πŸ“š Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
Stars: ✭ 18 (+12.5%)
Mutual labels:  bibliography
PhD
Incremental Methods of Deep Learning for Detection and Classifcation in a Robotics Environment
Stars: ✭ 13 (-18.75%)
Mutual labels:  bibliography
Helm Bibtex
Search and manage bibliographies in Emacs
Stars: ✭ 328 (+1950%)
Mutual labels:  bibliography
zotero-obsidian-citations
Zotero plugin that links your Markdown database to Zotero. Jump directly from Zotero Items to connected Markdown files. Automatically tags Zotero Items so you can easily see which papers you've made notes for.
Stars: ✭ 129 (+706.25%)
Mutual labels:  bibliography
pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (+325%)
Mutual labels:  bibliography
Effects Bibliography
A collaborative bibliography of work related to the theory and practice of computational effects
Stars: ✭ 611 (+3718.75%)
Mutual labels:  bibliography
Anystyle
Fast and smart citation reference parsing
Stars: ✭ 438 (+2637.5%)
Mutual labels:  bibliography
crossref
Client for the Crossref API
Stars: ✭ 29 (+81.25%)
Mutual labels:  bibliography

mendeley-add-citations

Adds citations count to documents in your Mendeley library.

screenshot

Installation

Install python and pip and afterwards run:

git clone https://github.com/smidm/mendeley-add-citations
cd mendeley-add-citations
pip install -r requirements.txt

Usage

You have to register the application at Mendeley before usage.

  1. create account at http://dev.mendeley.com/
  2. register the application at http://dev.mendeley.com/myapps.html
    1. to redirect URL fill http://localhost:5000/oauth
    2. generate secret
    3. submit
    4. write to config.yml the client id and the secret.

To start the script run:

$ python mendeley_add_citations.py

On the first run you will be asked to go to an url where you have to grant access to your Mendeley library.

You can set a few options at the beginning of mendeley-add-citations.py.

The whole process takes from tens of minutes to hours. There are pauses between requests to Google Scholar between 5 and 20 seconds to avoid being blocked by Google.

Known Problems

In case of WSGI application exception KeyError: 'state' clear cookies originating from mendeley.com.

License

GPL3, see LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].