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

Dedupe affiliations #9

Open
justinlittman opened this issue Aug 15, 2024 · 0 comments
Open

Dedupe affiliations #9

justinlittman opened this issue Aug 15, 2024 · 0 comments

Comments

@justinlittman
Copy link
Contributor

For example:

<author role="corresp">
                            <persName>
                                <forename type="first">Boris</forename>
                                <forename type="middle">B</forename>
                                <surname>Shin</surname>
                            </persName>
                            <affiliation key="aff0">
                                <orgName type="department">Stanford Center for Innovations in Learning</orgName>
                                <orgName type="institution">Stanford University</orgName>
                                <address>
                                    <addrLine>450 Serra Mall, Building 160</addrLine>
                                    <postCode>94305-2055</postCode>
                                    <settlement>Stanford</settlement>
                                    <region>CA</region>
                                </address>
                            </affiliation>
                            <affiliation key="aff3">
                                <orgName type="department">Stanford Center for Innovations in Learning</orgName>
                                <orgName type="institution">Stanford University</orgName>
                                <address>
                                    <addrLine>450 Serra Mall Building 160</addrLine>
                                    <postCode>94305-2055</postCode>
                                    <settlement>Stanford</settlement>
                                    <region>CA</region>
                                </address>
                            </affiliation>
                            <affiliation key="aff0">
                                <orgName type="department">Stanford Center for Innovations in Learning</orgName>
                                <orgName type="institution">Stanford University</orgName>
                                <address>
                                    <addrLine>450 Serra Mall, Building 160</addrLine>
                                    <postCode>94305-2055</postCode>
                                    <settlement>Stanford</settlement>
                                    <region>CA</region>
                                </address>
                            </affiliation>
                            <affiliation key="aff3">
                                <orgName type="department">Stanford Center for Innovations in Learning</orgName>
                                <orgName type="institution">Stanford University</orgName>
                                <address>
                                    <addrLine>450 Serra Mall Building 160</addrLine>
                                    <postCode>94305-2055</postCode>
                                    <settlement>Stanford</settlement>
                                    <region>CA</region>
                                </address>
                            </affiliation>
                        </author>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant