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

Template cant handle multiple affiliations #2

Open
tractatus opened this issue Oct 9, 2023 · 2 comments
Open

Template cant handle multiple affiliations #2

tractatus opened this issue Oct 9, 2023 · 2 comments

Comments

@tractatus
Copy link

The IEEE template has a hard time handling quarto author affiliation input.
Also, do not handle flags such as corresponding or equal-contributor.

For example:

author:
  - name: Author One
    affiliations:
      - name: Harvard University
        id: a
        department: Department of Government
        city: Cambridge
        state: MA
        postal-code: 02138
      - name: Harvard University
        id: c
        department: Department of Statistics
        city: Cambridge
        state: MA
        postal-code: 02138
    attributes:
      equal-contributor: true
  - name: Author Two
    affiliations:
      - name: Yale University
        id: b
        department: Department of Political Science
        city: New Haven
        state: CT
        postal-code: 06511
    email: [email protected]
    attributes:
      equal-contributor: true
      corresponding: true
@SHogenboom
Copy link

Disclaimer; not a solution

Untill this feature is implemented - which would be very useful - I ‘hacked’ it:

 poster-authors: "Sally A.M. Hogenboom¹³ , Katrin Schulz¹, Leendert van Maanen²"
 departments: "¹ Institute for Logic, Language and Computation, *University of Amsterdam*, The Netherlands; ² Department of Experimental Psychology, *Utrecht University*, The Netherlands; ³ Faculty of Psychology, Theory, Methods, & Statistics, *Open Universiteit Nederland*, The Netherlands”

I copied the superscript numbers from https://www.copyandpastesymbols.net/. I guess you could do the same by using a little envelope or something to signal the corresponding author. Not ideal I know, but for my sufficient for now.

@tractatus
Copy link
Author

wow... cool hack! thanks @SHogenboom

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

2 participants