When the full-body text is parsed in OJS, OJS prioritizes HTML file types but does no further sorting for the other file types. This can lead to cases where the next available filetype is technically parseable (i.e. a text file), but not an actual "article text" galley file. We should consider PDFs to be higher priority as they are likely to be the desired full-text galley files.
Solution
Galleys should be sorted according to the following hierarchy:
Problem
When the full-body text is parsed in OJS, OJS prioritizes HTML file types but does no further sorting for the other file types. This can lead to cases where the next available filetype is technically parseable (i.e. a text file), but not an actual "article text" galley file. We should consider PDFs to be higher priority as they are likely to be the desired full-text galley files.
Solution
Galleys should be sorted according to the following hierarchy:
TODO