comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
167 stars 49 forks source link

Apply lowering when cleaning Publication fields #3400

Closed chrisvanrun closed 13 hours ago

chrisvanrun commented 5 days ago

A minor issue popped up: validation on the form field did not do a lower() on the identifier, meaning if any cases made it to the publication (i.e. "10.1016/S1470-2045(24)00220-1") it would not validate.

It does seem that a DOI with case 'S' should be allowed, and since 's' and 'S' are to be matched for duplication detection I've opted to clean the field rather than change the regex.