rycolab / aclpub2

MIT License
30 stars 41 forks source link

Patch Issue #173 #174

Closed anaistack closed 6 months ago

anaistack commented 6 months ago

I've revised #173 so that the list of authors is no longer truncated to the initial 10 authors.

Instead of iterating over a fixed range of indices (from 1 to 10), now the code checks all possible row keys (columns) that match an indexed author's last name ("{i}: Last Name") and then extracts the indices and ensures they are sorted from first to last author.