Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak tooltips #468

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/gui-v2/src/static_data/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const tooltips = {
speech: <>The number of AI-related patents the company filed over the past 10 years that were relevant to the listed use case. Some recent patents <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#limitations-5">may be omitted.</ExternalLink> <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#patents">Read more &gt;&gt;</ExternalLink></>,
telecom_patents: <>The number of AI-related patents the company filed over the past 10 years that were relevant to the listed use case. Some recent patents <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#limitations-5">may be omitted.</ExternalLink> <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#patents">Read more &gt;&gt;</ExternalLink></>,
transport_patents: <>The number of AI-related patents the company filed over the past 10 years that were relevant to the listed use case. Some recent patents <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#limitations-5">may be omitted.</ExternalLink> <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#patents">Read more &gt;&gt;</ExternalLink> </>,
ai_jobs: <>The number of AI workers employed by the company as of the most recent data update. AI workers in PARAT include anyone a high probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>,
tt1_jobs: <>The number of known Tech Tier 1 workers employed by the company as of the most recent data update. Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>,
ai_jobs: <>The number of AI workers employed by the company as of the last data update (recent hires may be omitted). AI workers in PARAT include anyone a high probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>,
tt1_jobs: <>The number of known Tech Tier 1 workers employed by the company as of the last data update (recent hires may be omitted). Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>,
},
groupExplanations: {
sp500: (
Expand Down
Loading