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

delete obsolete tooltip #446

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
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
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
Loading