From 7785117e25fd01648ecfb24b86d697026237f6c1 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 6 Sep 2024 19:39:24 +0100 Subject: [PATCH] remove stats --- paper/paper.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index b973cb90..abc57fc1 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -73,14 +73,12 @@ support automatic differentiation and parallel computing. ## Impact Besides PyROOT's LorentzVectors and TLorentzVector [@root:2020], vector has -now become a popular choice for vector manipulations in Python based high energy -physics data analysis pipelines. The library has been installed over 2 million -times and 314 GitHub repositories use it as a dependency at the time of writing -this paper. Along with being utilized directly in analysis pipelines at LHC and -other experiments [@Kling:2023; @Held:2024; @Qu:2022], the library is being used -as a dependency in user-facing frameworks, such as, Coffea, MadMiner -[@Brehmer:2020], FastJet [@aryan:2023], Spyral [@spyral-utils:2024], Weaver -[@weaver-core:2024], and pylhe [@pylhe]. The library is also used in multiple +become a popular choice for mathematical manipulations in Python based high energy +physics analysis pipelines. Along with being utilized directly in +analysis pipelines at LHC and other experiments [@Kling:2023; @Held:2024; @Qu:2022], +the library is being used as a dependency in user-facing frameworks, such as, +Coffea, MadMiner [@Brehmer:2020], FastJet [@aryan:2023], Spyral [@spyral-utils:2024], +Weaver [@weaver-core:2024], and pylhe [@pylhe]. The library is also used in multiple teaching materials for graduate courses and workshops. Finally, given the generic nature of the library, it is often used in non high energy physics use cases.