colav-playground / advanced_user_tests

0 stars 0 forks source link

check that google scholar id format is len 12 #1

Closed restrepo closed 1 year ago

restrepo commented 1 year ago
{'id': '64122c171c64b4bf1b581ba0',
 'full_name': 'Jorge Luis Petro Soto',
 'first_names': ['Jorge', 'Luis'],
 'last_names': ['Petro', 'S', 'o', 't', 'o'],
 'external_ids': [{'source': 'minciencias', 'id': '0001165410'},
  {'source': 'scholar',
   'id': 'https://scholar.google.es/citations?view_op=search_authors'},

Note that second last_names is wrong

muzgash commented 1 year ago

Fixed:

http://clustercien.udea.edu.co:8080//api/search?data=person&keywords=jorge%20luis%20petro%20soto

restrepo commented 1 year ago

The last_names list still has problems:

'last_names': ['Petro', 'S', 'o', 't', 'o'],
muzgash commented 1 year ago

This has nothing to do with the parent issue. I would create a different issue.