Skip to content

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

Description

@nischalsamji

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions