nestauk / dsp_waifinder

This interactive map shows entities operating in the AI industry in the UK. Made in collaboration with UKRI.
https://waifinder.iuk.ktn-uk.org/
MIT License
4 stars 0 forks source link

org names #135

Closed mindrones closed 2 years ago

mindrones commented 2 years ago
Screenshot 2022-06-29 at 14 55 05
lizgzil commented 2 years ago

@mindrones again, in this case this is what GlassAI have said is the company name. So I guess I will include in an email to them.

There are a few other dodgy long names (which also involve dashes). So for now, I suggest we edit text from the names if

This would clean up:

Names with dashes in that wouldn't be cleaned are: ['Q-Equip', 'Q-Bot', 'Qubitl - Quantum Technologies', 'Planning-inc', 'pi-health', 'Lightfi - True Retrofit Solution', 'Kompli-Global', 'Mesh-AI', 'Miltech-AI UK Ltd', 'Uni-Soft Systems Ltd.', 'Test-Track-Monitor Limited', 'x-Sentience Limited', 'Work-books Ltd', 'XMED iQ - International Group', 'Vet-AI', 'Spectra-Scope UK', 'Sky-Futures', 'Smart-cot', 'Simply Regulation - FinregE', 'Social-i Networks Ltd', 'Blue Duck Education - Mangahigh.com', 'BOOKLUK.com - Bookluk Ltd', 'BOT-IOT', 'Connect-AI', 'AI-Detect', 'AI-PRIORI Ltd.', 'AI-Adam', 'A-lead', 'A-dapt', 'Ad-Lib Digital', 'BIAMI.io - Intelligent Automation', 'Aurora-AI', 'Aurora-ecs', 'Apricus Med-Tech UK Ltd', 'analytics-link', 'ArtiFit - AI Personal Trainer', 'ARG-tech', 'Hawk-Eye Innovations', 'G-Research', 'Hyper-Group', 'I-LAPS', 'iLoF - Intelligent Lab on Fiber', 'Digital-Dandelion', 'E-Nano', 'Earth-I', 'Farm-Hand Ltd', 'feather-ai', 'elementary-AI', 'eQuoo - The Emotional Fitness Game', 'STFC - Laboratories', 'Co-FundNI', 'London Co-Investment Fund']

From these arguably

mindrones commented 2 years ago

@lizgzil Thanks for this.

Would it make sense to remove the text after the "spaced dash" and capture it as a new field? That might help in the UI to manage "extras" for example shortening them based on the available screen estate or so.

lizgzil commented 2 years ago

@mindrones yes I can put it in a new field for those 13 or so organisations ("name_extras" say?). So, just to check we are on the same page, it'd look something like:

[{'description': '...',
  'location': {'lat': xxx, 'lon': xxx, 'postcode': 'xxx'},
  'name': 'lifesdna',
'name_extras': 'wellness wellbeing healthcare data blockchain, AI powered search engine marketplace'
  'place_id': 'xxx',
  'types': [x],
  'url': 'xxx'}]
mindrones commented 2 years ago

@lizgzil name_extras (or name_extra) would be ok to me 👍

I was thinking to apply this to all orgs, not necessarily those with name longer than 35 chars, so that e.g. eQuoo - The Emotional Fitness Game would be:

{
  ...,
  "name": "eQuoo"
  "name_extra": "The Emotional Fitness Game",
  ...,
}
lizgzil commented 2 years ago

ah I see - that works!