diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..fb7a806
--- /dev/null
+++ b/.gitattributes
@@ -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
+
diff --git a/web/gui-v2/src/static_data/tooltips.js b/web/gui-v2/src/static_data/tooltips.js
index 1d36aeb..53d726f 100644
--- a/web/gui-v2/src/static_data/tooltips.js
+++ b/web/gui-v2/src/static_data/tooltips.js
@@ -16,7 +16,6 @@ const tooltips = {
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 >>>,
citations: <>The number of citations to AI research publications released by the company over the prior 10 years. Read more >>>,
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 >>>,