Skip to content

Commit

Permalink
Merge pull request #435 from georgetown-cset/za-updates-6-17
Browse files Browse the repository at this point in the history
Zach updates week of 6/17
  • Loading branch information
jmelot authored Jun 19, 2024
2 parents 7c92bc4 + e79f945 commit e0fd22e
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion web/gui-v2/src/components/DetailViewMoreMetadataDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const MoreMetadataDialog = ({
/>
<p css={styles.detailsNote}>
Additional metadata about this company, including aliases, parent-subsidiary relations, and unique
identifiers in PARAT's data sources, are available in the <ExternalLink href={"zach_tktk"}>Private-Sector AI Indicators dataset</ExternalLink>.
identifiers in PARAT's data sources, are available in the <ExternalLink href={"https://eto.tech/dataset-docs/private-sector-ai-indicators"}>Private-Sector AI Indicators dataset</ExternalLink>.
</p>
</div>
<div css={styles.dialogBottom}>
Expand Down
14 changes: 7 additions & 7 deletions web/gui-v2/src/components/DetailViewWorkforce.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { css } from '@emotion/react';

import { Alert, HelpTooltip } from '@eto/eto-ui-components';
import { Alert, HelpTooltip, ExternalLink } from '@eto/eto-ui-components';

import HeaderWithLink from './HeaderWithLink';
import StatBox from './StatBox';
Expand All @@ -27,21 +27,21 @@ const DetailViewWorkforce = ({
key: 'ai_jobs',
description: (
<span>
From {yearSpanText}, {data.name} employed about NUMBER individuals with jobs of this type
From {yearSpanText}, {data.name} employed about NUMBER 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</>}).
[Revisions tktk - ai_jobs]
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>
</span>
),
},
{
key: 'tt1_jobs',
description: (
<span>
From {yearSpanText}, {data.name} employed about NUMBER individuals with jobs of this type
From {yearSpanText}, {data.name} employed about NUMBER 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</>}).
[Revisions tktk - tt1_jobs]
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>
</span>
),
},
Expand All @@ -54,9 +54,9 @@ const DetailViewWorkforce = ({
{data.country !== "United States" &&
<Alert css={styles.nonUScountryAlert}>
{data.country === "China" ? (
<>PARAT workforce data for this Chinese company are unreliable. Use with extreme caution. <a href="zach_tktk" target="_blank" rel="noopener">Read more &gt;&gt;</a></>
<>PARAT workforce data for this Chinese company are unreliable. Use with extreme caution. <a href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#limitations-4" target="_blank" rel="noopener">Read more &gt;&gt;</a></>
) : (
<>PARAT workforce data for this non-U.S. company may be unreliable. Use with caution. <a href="zach_tktk" target="_blank" rel="noopener">Read more &gt;&gt;</a></>
<>PARAT workforce data for this non-U.S. company may be unreliable. Use with caution. <a href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#limitations-4" target="_blank" rel="noopener">Read more &gt;&gt;</a></>
)}
</Alert>
}
Expand Down
2 changes: 1 addition & 1 deletion web/gui-v2/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const IndexPage = () => {
</>}
documentationLink="https://eto.tech/tool-docs/parat/"
headingComponent="h1"
title="ETO Private-sector AI-Related Activity Tracker"
title="🦜 Private-sector AI-Related Activity Tracker"
>
<div css={styles.lastUpdated}>
Site last updated <span className="no-percy">{data.site.buildTime}</span>
Expand Down
2 changes: 1 addition & 1 deletion web/gui-v2/src/static_data/table_columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const columnDefinitions = [
),
},
{
title: "Citation counts",
title: "Citations to AI pubs",
key: "citations",
aggregateType: "median",
category: "publications",
Expand Down
Loading

0 comments on commit e0fd22e

Please sign in to comment.