hubmapconsortium / ingest-ui

HuBMAP Data Ingest Portal
https://ingest.hubmapconsortium.org
MIT License
4 stars 0 forks source link

Parse `collection.contacts` from `is_contact: Yes` #1481

Closed yuanzhou closed 1 month ago

yuanzhou commented 1 month ago

Coordinating with https://github.com/hubmapconsortium/manual-data-ingest/issues/327, we'll need to support the new CEDAR spec of contributors.tsv.

Update the condition check to use row.is_contact.toLowerCase === "yes" when parsing the contributors row, in order to build the contacts list.