You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
—
Reply to this email directly or view it on GitHub #101 (comment).
nischalsamji
changed the title
The Zotero Parser needs to handle organization names as authors
The Zotero Parser needs to handle organization names as well as authors.
Oct 5, 2015
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
In this case, the reader breaks.
The text was updated successfully, but these errors were encountered: