Questions tagged [mendeley]

Mendeley is a free reference manager and academic social network, with an API for developers to create their own applications.

83 questions
1
vote
1 answer

Mendeley and Citavi ignore previous references and act to them as normal text and start again from one

both Citavi and Mendeley referencing management, when I referenced in MS Word, it works fine, but after two or three days ( after several restarting my computer), it ignores previous citation and restart again from one. I want to keep continue to 3…
Wria Mohammed
  • 1,433
  • 18
  • 23
1
vote
0 answers

How can I access mendeley API correctly? I cannot get the files' document_id

How can I access mendeley API? (files.document_id) from mendeley import Mendeley import requests # I've changed the authentication details of my script (of course) client_id = **** client_secret = "**************" redirect_uri =…
TheEd0315
  • 13
  • 4
1
vote
0 answers

Mendeley JS SDK Client Credentials Flow authorization

I am building a SPFX SharePoint online webpart using the Mendeley Javascript SDK and trying the Client Credentials Flow authorization. I get the CORS error: Access to XMLHttpRequest at 'https://api.mendeley.com/oauth/token' from origin…
DeeI
  • 11
  • 3
1
vote
1 answer

Receiving 500 error when trying to upload PDF to Mendeley using Java

I'm attempting to write Java code to upload an article PDF to Mendeley using its document API, but I keep receiving a 500 error. I'm new to Java, so I might just be using the wrong code or libraries. Ultimately, the goal is to send an article PDF to…
alex
  • 13
  • 3
1
vote
1 answer

How do I install Mendeley to use Anaconda python

I've freshly installed Ubuntu 18.04 and have decided to try Anaconda. However, when I then try to install Mendeley, I get the following error: mendeleydesktop depends on python; however: Package python is not installed. I assume the issue here is…
user1245262
  • 6,968
  • 8
  • 50
  • 77
1
vote
0 answers

mendeley plugin on wordpress Failed retrieving OAuth2 access token:

I am trying to connect my mendeley to my wordpress account. However, I keep getting this error: Failed retrieving OAuth2 access token: {"message":"Credentials are required to access this resource."} Any advice/help?
1
vote
2 answers

Writing .bib file from R with abstracts

I have .bib file (downloaded from web of science) and I want to import it into R, replace all instances of "in light of" with "CONSIDERING", and export it as a .bib file. I have not been able to find a function that can write my data back to a .bib…
Carrie Ann Adams
  • 43
  • 1
  • 1
  • 5
1
vote
1 answer

CSL Style Formatting Questions

I have two questions I was hoping the community could help me with. I'm specially using CSL in Mendeley with the Microsoft Word plugin. Do you know how to control the spacing/tab between the number of the citation and the author names? I want this…
1
vote
2 answers

Mendeley API deleted_documents: "No service found for your request"

I'm developing an app that interacts with Mendeley API. Retrieving and updating documents work fine, but I fail to retrieve the ID list of deleted documents, as described in API Reference. Instead, I get 404-error, with the message: { "message": "No…
Maximko
  • 627
  • 8
  • 20
1
vote
1 answer

Mendeley search catalog pagination

I have written a code in PHP to query the search catalog in Mendeley and retrieve data for a specific journal. However, the problem is that the results are limited until 100. The code is below and is written in PHP. How can I add mendeley pagination…
Tina
  • 11
  • 1
1
vote
1 answer

How to authenticate to Mendeley using OAuth2

Iam currently trying to authenticate with Mendeley using Java and the library net.oauth. My goal is to retrieve the readership data from Mendeley to add them to our database of academic documents. Unfortunatly I am currently getting a 401 and the…
Millah
  • 11
  • 3
1
vote
1 answer

how to customize csl file such that can be used for my dissertation using libre office

Hi every one, I am interested in making the Reference file which exactly looks like in the picture, but the csl file that was available in mendeleyneed in this style but the csl file give like this [csl file gives this…
1
vote
1 answer

Customizing CSL Editor inline citation for multiple

I am trying to edit one of the preexisting citation style in NP++. I want to change [1],[2],[3],[5],[8] and [1-3],[5],[8] to [1,2,3,5,8]. My coding abilities are below normal. Please suggest how can I do this.
Abhishek
  • 11
  • 2
1
vote
1 answer

Accessing personal data directly on Mendeley

Is there any way to have access to users' personal data without always having a need to authenticate trough the (rather heavy) OAuth process (i.e. I would like to do some cronjobs to my collections and trying to figure out, how could this be done).
matnel
  • 113
  • 1
  • 5
1
vote
3 answers

csl how to insert a line break in bibliography

I am close to giving up now: I am desperately trying to accomplish a supposedly simple thing: I manage the references for my work with Mendeley. I want to format the bibliography so that I have: [author] [title] etc. means, after the element…
user3868893
  • 51
  • 2
  • 3