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 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
The text was updated successfully, but these errors were encountered:
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.
The IEEE template has a hard time handling quarto author affiliation input.
Also, do not handle flags such as
corresponding
orequal-contributor
.For example:
The text was updated successfully, but these errors were encountered: