Skip to content

Commit

Permalink
Add column for highly-cited AI pubs
Browse files Browse the repository at this point in the history
Closes #411
  • Loading branch information
brianlove authored and jmelot committed Jun 20, 2024
1 parent 28fc0e1 commit 35a385b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions web/gui-v2/src/static_data/table_columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions web/gui-v2/src/static_data/tooltips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35a385b

Please sign in to comment.