diging / tethne

Python module for bibliographic network analysis.
http://diging.github.io/tethne/
GNU General Public License v3.0
81 stars 32 forks source link

The Zotero Parser needs to handle organization names as well as authors. #101

Open nischalsamji opened 9 years ago

nischalsamji commented 9 years ago

The Parser works fine when the author is a person, but breaks when the author is an organization. For instance, In the test rdf I used, an organization is in the author

<bib:authors>
            <rdf:Seq>
                <rdf:li>
                    <foaf:Person>
                        <foaf:surname>Center for History and New Media</foaf:surname>
                    </foaf:Person>
                </rdf:li>
            </rdf:Seq>
        </bib:authors>

In this case, the reader breaks.

nischalsamji commented 9 years ago

@erickpeirson Please suggest a way to go about this issue.

erickpeirson commented 9 years ago

This is tough, since this basically means that Zotero is abusing the foaf schema. How exactly does the reader break?

https://asu.academia.edu/ErickPeirson Postdoctoral Researcher Arizona State University

On Mon, Oct 5, 2015 at 4:54 AM, Nischal Samji notifications@github.com wrote:

@erickpeirson https://github.com/erickpeirson Please suggest a way to go about this issue.

— Reply to this email directly or view it on GitHub https://github.com/diging/tethne/issues/101#issuecomment-145505099.