msperlin / GetLattesData

R package for reading data from Lattes
24 stars 12 forks source link

Some Lattes Id have less than 10 characters #2

Closed cdshikida1 closed 7 years ago

cdshikida1 commented 7 years ago

Hi, thanks for this library. I was testing it and some lattes id I've analysed doesn't have 10 characters. The library doesn't work in this case. Maybe a fix could be a good idea.

Again, thanks for the library. Great job!

msperlin commented 7 years ago

I'm surprised! Can you please send me an example of id with less than 10 chars? You can post it here..

msperlin commented 7 years ago

I need it for debugging and check if there is any special treatment for those.

cdshikida1 commented 7 years ago

ok, let me give you one example:

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=C784408

Obrigado / Thanks for your time and attention.

Claudio D. Shikida

Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não poderá usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente o remetente, respondendo o presente e-mail e apague-o em seguida. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message.

On Wed, Nov 8, 2017 at 3:03 PM, Marcelo Perlin notifications@github.com wrote:

I need it for debugging and check if there is any special treatment for those.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msperlin/GetLattesData/issues/2#issuecomment-342884344, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtlLHOmsLuA2Ai3mc_RDT8Bf0tr2DVwks5s0d7wgaJpZM4QWsZh .

cdshikida1 commented 7 years ago

Actually, you can find more here:

http://wp.ufpel.edu.br/ppgom/ensino/corpo-docente/

Some of us have lattes id with 8 characters, if I am not wrong.

Obrigado / Thanks for your time and attention.

Claudio D. Shikida

Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não poderá usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente o remetente, respondendo o presente e-mail e apague-o em seguida. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message.

On Wed, Nov 8, 2017 at 3:06 PM, Claudio Shikida cdshikida@gmail.com wrote:

ok, let me give you one example:

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=C784408

Obrigado / Thanks for your time and attention.

Claudio D. Shikida

Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não poderá usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente o remetente, respondendo o presente e-mail e apague-o em seguida. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message.

On Wed, Nov 8, 2017 at 3:03 PM, Marcelo Perlin notifications@github.com wrote:

I need it for debugging and check if there is any special treatment for those.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msperlin/GetLattesData/issues/2#issuecomment-342884344, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtlLHOmsLuA2Ai3mc_RDT8Bf0tr2DVwks5s0d7wgaJpZM4QWsZh .

msperlin commented 7 years ago

Indeed there is a special treatment from Lattes. I tried it here and the xml file does not exist for that id.

But, there is an correspodingn old ID. For exapmle,

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=C784408

is equivalent to:

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4776653U5

So, find those ids with less than 10 chars and search for their names in lattes. Then you'll find the correct id form.

From the code side, I need to have a look if there is any way to fix it, but no time right now. I'll look into when I can.

cdshikida1 commented 7 years ago

ahhhhhhhh, ok! Thank you. For a while, we have to do the "reverse" job. Thank you so much.

Obrigado / Thanks for your time and attention.

Claudio D. Shikida

Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não poderá usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente o remetente, respondendo o presente e-mail e apague-o em seguida. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message.

On Wed, Nov 8, 2017 at 3:26 PM, Marcelo Perlin notifications@github.com wrote:

Indeed there is a special treatment from Lattes. I tried it here and the xml file does not exist for that id.

But, there is an correspodingn old ID. For exapmle,

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=C784408

is equivalent to:

http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4776653U5

So, find those ids with less than 10 chars and search for their names in lattes. Then you'll find the correct id form.

From the code side, I need to have a look if there is any way to fix it, but no time right now. I'll look into when I can.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msperlin/GetLattesData/issues/2#issuecomment-342891807, or mute the thread https://github.com/notifications/unsubscribe-auth/AGtlLKw4gy6OWzYw9JY-fNhAqbIBKmfKks5s0eRFgaJpZM4QWsZh .