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
0
votes
1 answer

Looking to covert list of PMID and DOIs to Bibliometric Excel files

So I'm not sure if I'm posting this to the right group, but hopefully someone can point me into the right direction. Basically, I have a list of many PMID and DOI numbers for online journals. I'd like to be able to import these into Mendeley, and…
user1996971
  • 543
  • 5
  • 20
0
votes
1 answer

Mendeley Implicit auth type not returning full data

This question relates to the Mendeley API. http://dev.mendeley.com/ When using the implicit auth type: http://dev.mendeley.com/reference/topics/authorization_overview.html I seem to only receive a subset of data for a given document. For example,…
0
votes
1 answer

Mendeley - how to get paginated response using the new documents API

As part of migration from oapi to the new api, I am replacing a call that used the "library" api with a new call that now uses the "documents" api ( since the "library" api is not available anymore). Here is what the request looks like…
0
votes
1 answer

Mendeley Pagination

There are currently 1205 resources (citations) in the SciTS Mendeley group. However, no matter how we call the “getDocuments” method of the API, we only get the first 1000 resources. Is there a specific parameter we need to pass to get the full…
0
votes
1 answer

Not able to retrieve Data from Mendeley by using OAuth2 and HTTP in Java

I had an aplication that worked fine with OAuth1 on Mendeley. Since OAth1 is no more supported I have to migrate my app to OAuth2 toget the Data. I get the token response but I cannot request any content, the program throws a…
0
votes
1 answer

Cross origin error in ajax call

function getInfo() { var URL="https://api-oauth2.mendeley.com/oauth/authorize?client_id=374&redirect_uri=https://localhost/api/mendeley/mendeley.php&response_type=code&scope=all&JSON=1"; $.ajax({ url: URL, type: 'get', …
Sayali
  • 143
  • 16
0
votes
1 answer

citation using mendeley using gedit

I am using Mendeley as my reference manager, and gedit as document editor. I saved my references to a .bib file, then used the command \cite{ReferenceName}. It does not complain when I compile, but the pdf only shows [?]. Should I have imported any…
user3014593
  • 231
  • 1
  • 2
  • 5
0
votes
0 answers

JS Bookmarklet to open PDF-Files in External Viewer?

I have a program (Mendeley) that tries to open PDF files that are stored locally by accessing the URL: http://path.to/file.pdf (instead of file://path.to/file.pdf). This results in an error in my browser (not unexpected). What I would like to do is…
1 2 3 4 5
6