Closed Phocion closed 10 years ago
Hi there, @Phocion; glad to hear that you're finding Tethne useful! I think that I see where the hiccup is occurring. Any chance you could send along some sample data? (send to erick.peirson@asu.edu)
Thanks!
Thanks for the quick reply! Just sent an email as requested under my Drexel U. account.
Ok, see whether that works. The group author ('CA') field is now treated like a regular author in readers.wos.convert. The issue was that values from CA are included in the author address field ('C1'), and so the bit of .convert() that does author-institution mapping got confused.
In the future, we should think harder about what else we might want to do with the CA field.
Oops, closed automatically. Feel free to close if this resolves the problem.
Thanks for the quick response! I'll test and confirm within the hour. One thing to consider about the CA field - at least specifically in the way I'm thinking - is that it's used to cite a body of contributors from where the analyzed data originated. Many papers include "and the Alzheimer's Disease Neuroimaging Initiative" at the end of the author's list if they used the ADNI dataset in their analysis. It's a specific way of citing this effort. Just a thought to consider.
Looks great! Issue resolved. Thanks again for the quick turn-around!
Greetings all. Have been using Tethne as a means to parse the vast amounts of WoS exports I have for a particular project.
Out of 160 files (each containing the maximum 500 references), ~31 of them fail with the following error (although the actual string values vary):
For example, the only line "Brazilian Aging Brain Study Grp" appears in the file in question is:
I could easily add a check to ensure that the value is in fact present in the list, but that wouldn't really be solving the issue. Perhaps this is failing due to the fact that it is listed as a "Group Author" (WoS Field = CA)?
Thanks!