Re: [Tutor] Batch searches on Googlescholar

2008-10-08 Thread Tim Golden
Alan Gauld wrote: "W W" <[EMAIL PROTECTED]> wrote my aim is to identify how many times each publication got cited on google Scholar. You can use the urllib builtin module and beautiful soup for parsing HTML. I don't know if the Googlescholars page allows python connections, I know regular

Re: [Tutor] Batch searches on Googlescholar

2008-10-08 Thread Alan Gauld
"W W" <[EMAIL PROTECTED]> wrote my aim is to identify how many times each publication got cited on google Scholar. You can use the urllib builtin module and beautiful soup for parsing HTML. I don't know if the Googlescholars page allows python connections, I know regular google queries do

Re: [Tutor] Batch searches on Googlescholar

2008-10-07 Thread W W
On Tue, Oct 7, 2008 at 5:42 PM, Srinivas Iyyer <[EMAIL PROTECTED]>wrote: > Dear Tutors, > This might ben off track question, but I am asking to seek help from > experts here. > > I have a list of (n = 240) research publications (Biology and medicine). I > have title, journal name and PubMedID. > >

[Tutor] Batch searches on Googlescholar

2008-10-07 Thread Srinivas Iyyer
Dear Tutors, This might ben off track question, but I am asking to seek help from experts here. I have a list of (n = 240) research publications (Biology and medicine). I have title, journal name and PubMedID. my aim is to identify how many times each publication got cited on google Scholar