Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nischalsamji opened this issue Oct 5, 2015 · 2 comments
Assignees
Milestone

Comments

@nischalsamji
Copy link
Contributor

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
Copy link
Contributor Author

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

@nischalsamji nischalsamji added this to the v0.8-beta milestone Oct 5, 2015
@nischalsamji nischalsamji self-assigned this Oct 5, 2015
@erickpeirson
Copy link
Collaborator

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
#101 (comment).

@nischalsamji 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants