Skip to content

Commit

Permalink
Merge pull request #434 from georgetown-cset/411-highly-cited-articles
Browse files Browse the repository at this point in the history
Add column for highly-cited AI pubs
  • Loading branch information
jmelot authored Jun 20, 2024
2 parents 28fc0e1 + 35a385b commit d260029
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 d260029

Please sign in to comment.