Skip to content

Commit

Permalink
more of the same
Browse files Browse the repository at this point in the history
  • Loading branch information
za158 committed Jun 27, 2024
1 parent fc59971 commit 4017715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/gui-v2/src/components/DetailViewWorkforce.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DetailViewWorkforce = ({
<span>
According to our data, {data.name} currently employs about {commas(data.other_metrics.ai_jobs.total)} AI workers
(#{data.other_metrics.ai_jobs.rank} rank in PARAT
{data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P500</>}). <em>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></em>
{data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P500</>}). <em>AI workers in PARAT include anyone a high probability of working with AI. Recent hires may be omitted. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></em>
</span>
),
},
Expand All @@ -39,7 +39,7 @@ const DetailViewWorkforce = ({
According to our data, {data.name} currently employs about {commas(data.other_metrics.tt1_jobs.total)} Tech Tier 1 workers
(#{data.other_metrics.tt1_jobs.rank} rank in PARAT
{data.groups.sp500 && <>, #{data.other_metrics.tt1_jobs.sp500_rank} in the S&P500</>}).
<em> 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></em>
<em> Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI. Recent hires may be omitted. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></em>
</span>
),
},
Expand Down

0 comments on commit 4017715

Please sign in to comment.