diff --git a/web/gui-v2/src/static_data/table_columns.js b/web/gui-v2/src/static_data/table_columns.js index 591e186..42e2e6b 100644 --- a/web/gui-v2/src/static_data/table_columns.js +++ b/web/gui-v2/src/static_data/table_columns.js @@ -204,6 +204,13 @@ const columnDefinitions = [ ), isGrowthStat: true, }, + { + title: "Highly-cited AI articles", + key: "highly_cited_ai_pubs", + aggregateType: "median", + category: "publications", + ...generateSliderColDef("articles", "highly_cited_ai_pubs"), + }, { title: "AI publication percentage", key: "ai_pubs_percent", diff --git a/web/gui-v2/src/static_data/tooltips.js b/web/gui-v2/src/static_data/tooltips.js index d03d9bc..1d36aeb 100644 --- a/web/gui-v2/src/static_data/tooltips.js +++ b/web/gui-v2/src/static_data/tooltips.js @@ -9,11 +9,11 @@ const tooltips = { continent: "", stage: <>The company's stage of development. Read more >>, sector: <>The company's "Primary Business Sector" (corresponding to "Business Sector" in the Thomson Reuters Business Classification) according to permid.org., - all_pubs: <>The total number of research publications (on any subject) the company released publicly over the prior 10 years. Some recent publications may be omitted. Read more >>, all_pubs_5yr: <>The total number of research publications (on any subject) the company released publicly over the prior 5 years. Some recent publications may be omitted. Read more >>, ai_pubs: <>The total number of AI research publications that the company released publicly over the prior 10 years. Some recent publications may be omitted. Read more >>, ai_pubs_growth: <>Recent growth in the company's AI research publications, defined as the average percentage increase per year over the past three years of complete data. Read more >>, + highly_cited_ai_pubs: <>The total number of the company's highly cited AI publications. Read more >>, ai_pubs_percent: <>The percentage of the company's total research publications over the past ten years that were AI publications. Read more >>, 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 may be omitted. Read more >>, 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). Read more >>, @@ -21,7 +21,6 @@ const tooltips = { cv_pubs: <>The total number of computer vision research publications that the company released publicly over the prior 10 years. Some recent publications may be omitted. Read more >>, nlp_pubs: <>The total number of natural language processing research publications that the company released publicly over the prior 10 years. Some recent publications may be omitted. Read more >>, ro_pubs: <>The total number of robotics research publications that the company released publicly over the prior 10 years. Some recent publications may be omitted. Read more >>, - all_patents: <>The number of patents (on any topic) the company filed over the past 10 years. Some recent patents may be omitted. Read more >>, all_patents_5yr: <>The number of patents (on any topic) the company filed over the past 5 years. Some recent patents may be omitted. Read more >>, ai_patents: <>The number of AI-related patents the company filed over the past 10 years. Some recent patents may be omitted. Read more >>, @@ -56,7 +55,6 @@ 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 may be omitted. Read more >>, 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 may be omitted. Read more >>, 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 may be omitted. Read more >> , - 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. Read more >>, 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. Read more >>, },