-
I was trying to replicate the examples given in the [`README.org`](https://github.com/jkitchin/scopus/blob/master/README.org) using python 2.7.
```
from scopus.scopus_api import ScopusAbstract
ab = …
-
When trying to get coauthors from an author, I receive the following exception:
```
line 232, in get_coauthors
coauthor_name = '{0} {1}'.format(given_name, surname)
UnicodeEncodeError: 'asci…
-
Hello,
I am working on a web app to help spread out science!
Just found oaDOI - Amazing.
My app is in flask, too. How wonder which is the best way to integrate oaDOI - using requests, or is there…
-
In PubsXMLSchemaInclude.py, **scopus_id** should be scopus_eid
also please change the python loader to read this information and add it to the Neo4j nodes for publications.
-
I got this error, do you have an Idea what to do?
![image](https://cloud.githubusercontent.com/assets/7523034/21346829/62103198-c6a6-11e6-9eb7-c04f001bea7e.png)
-
The activities of the programme committee must be supported / complemented by
partnering with a scientific journal with previous experience on the academic
publication field. The following aspects wil…
-
I was searching for "Augustín Carstens" with Scopus ID 6603722641:
```
>>> info = scopus.retrieve_author("6603722641")
Traceback (most recent call last):
File "", line 1, in
File "build/bdist.li…
-
I wanted to retrieve author details for Ahmet K. Karagozoglu with ID 6507550943:
```
>>> info = scopus.retrieve_author("6507550943")
Traceback (most recent call last):
File "", line 1, in
File "…
-
I wanted to retrieve author details for Akiko Fujimoto with ID 7102932229:
```
>>> info = scopus.retrieve_author("7102932229")
Traceback (most recent call last):
File "", line 1, in
File "build/…
-
I had strange problem with a query for "KEVIN KORDANA"
```
>>> first = "kevin"
>>> last = "kordana"
>>> query_dict = {'authfirst': first, 'authlast': last}
>>> author_results = scopus.search_author(q…