Skip to content

Commit

Permalink
Merge pull request #446 from georgetown-cset/za-updates-6-20
Browse files Browse the repository at this point in the history
delete obsolete tooltip
  • Loading branch information
brianlove authored Jun 24, 2024
2 parents a4948a7 + 0367766 commit 068bb5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configure which files are generated (linguist-generated=true) and
# which are not (false). GitHub was previously considering some
# non-generated files as generated.
web/gui-v2/src/static_data/data.js linguist-generated=true
web/gui-v2/src/static_data/detail-toc.json linguist-generated=false
web/gui-v2/src/static_data/overall_data.json linguist-generated=true
web/gui-v2/src/static_data/table_columns.js linguist-generated=false
web/gui-v2/src/static_data/tooltips.js linguist-generated=false

1 change: 0 additions & 1 deletion web/gui-v2/src/static_data/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const tooltips = {
highly_cited_ai_pubs: <>The total number of the company's highly cited AI publications. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#publications">Read more &gt;&gt;</ExternalLink></>,
ai_pubs_percent: <>The percentage of the company's total research publications over the past ten years that were AI publications. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#publications">Read more &gt;&gt;</ExternalLink></>,
ai_pubs_top_conf: <>The number of research publications by authors from the company that were accepted to top AI conferences over the past ten years. Some recent publications <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/#publications">Read more &gt;&gt;</ExternalLink></>,
ai_pubs_last_full_year: <>The total number of AI research publications that the company released in the last year for which complete data is available (currently 2022). <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#publications">Read more &gt;&gt;</ExternalLink></>,
citations: <>The number of citations to AI research publications released by the company over the prior 10 years. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#publications">Read more &gt;&gt;</ExternalLink></>,
cv_pubs: <>The total number of computer vision research publications that the company released publicly over the prior 10 years. Some recent publications <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/#publications">Read more &gt;&gt;</ExternalLink></>,
nlp_pubs: <>The total number of natural language processing research publications that the company released publicly over the prior 10 years. Some recent publications <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/#publications">Read more &gt;&gt;</ExternalLink></>,
Expand Down

0 comments on commit 068bb5d

Please sign in to comment.