Description
The way we organize information about affiliations has fundamentally changed. We've gone from three disconnected, non-repeatable fields (institution, department, and country) to a separate, repeatable record for affiliations. So wherever we displyaed institution, dept, etc. in the past, we need to ask ourselves: do we now just display the unified string output of FrozenAuthor.primary_affiliation()
? Or do we loop over all the FrozenAuthor.affiliations
and display each one (space considerations come into play)? If the affiliation org is tied to a ROR ID, should we show that ID or link to it so that editors can double-check organization identity? Which information does the typesetter need? Reviewer? Editor? How about the copyeditor (they are not getting institution or department metadata at all at the moment, so maybe we leave that as is)?