José Luis Pereira

Results 18 comments of José Luis Pereira

Maps displayed in genus pages and higher ranks need to be regenerated to show the changes. For this there is a task that runs on the server, I don't remember...

Hello @kleintom ! I see the smart selector shows all documents and not only nexus files You can filter them on Smart Selector using `filter` prop, for example: ```vue //......

Tried with this file: https://github.com/mjy/nexus_parser/blob/main/test/MX_test_03.nex After click "Preview conversion" I'm getting: "Error converting nexus to TaxonWorks: TaxonWorks character names must be unique for a given descriptor - duplicate name(s): ''...

Tried with this one too: https://morphobank.org/index.php/Projects/Matrices/project_id/5216 In this case, I got this meesage: `Nexus parse error: File is missing at least some required headers, check formatting.`

> Maybe another issue: on long descriptor names the ui gets pretty jumbled, though you can more or less read the names when they change to black on hover: ![Screenshot...

UI Implemented but disabled until we add a batch replacer

@timrobertson100 Is it possible to get the original data from GBIF, not just the interpreted?

> https://github.com/SpeciesFileGroup/taxonworks/blob/e74814dc6d97eb0b32f3d92671ab81a613ae93a2/app/controllers/collection_objects_controller.rb#L357 > > That must be preventing the CSV download to be larger than 500. Handcrafting the request with a larger `per` param allows to download much more. >...