-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding the Database AI_scopus #1
Comments
@Anabik Scopus data is not available under open source license as per scopus journal rules, If you want data please give me your mail id, I will mail you that data. This error is occurring because "scopus table is not in the folder". You have to just put that sql scopus dataset and change the path and it will work perfectly. my mail id is: [email protected] |
Please mail me.
…On Wed, May 31, 2017 at 11:57 AM, Neel Shah ***@***.***> wrote:
@Anabik <https://github.com/anabik> Scopus data is not available under
open source licence as per scopus journal rules, If you want data please
give me your mail id i will mail you that data. This error is occuring
because "scopus table is not in the folder". You have to just put that sql
scopus dataset and chnage the path and it will work perfectly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALrp4BmqMMR8mTsY89Lf3vAzpYxoNz1Wks5r_QhDgaJpZM4NrMuR>
.
--
Anabik Pal,
Senior Research Fellow,
CVPR Unit,
Indian Statistical Institute,
203 Barrackpore Trunk Road,
Kolkata 700108,
India
Phone : (+91) (33) 2575-2851,
Web Page : http://www.isical.ac.in/~anabik_r/
|
@Anabik , please give me feedback, did you get my mail or not. |
I want to experience to execute these block of code. But when I run the first code my system cannot access AI_scopus database table. I write the following line:
c.execute("SELECT 'Title','cited_rank' FROM 'AI_scopus' ORDER BY 'cited_rank' DESC LIMIT 0, 20;")
But got the following error message:
Traceback (most recent call last):
File "", line 1, in
sqlite3.OperationalError: no such table: AI_scopus
Please help.
The text was updated successfully, but these errors were encountered: