Skip to content

Commit 9664792

Browse files
committed
Update statistics for Feb 2025
1 parent bdc4938 commit 9664792

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
'2024-12-04', 977, 233214, # 9b8e371f
302302
# 2025
303303
'2025-01-04', 978, 233494, # 5990e6e3
304+
'2025-02-04', 978, 233945, # dd45901d
304305
]
305306

306307
# Extract the dates from the data array

doc/statistics/libmesh_citations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
'\'19', 134,
4545
'\'20', 190,
4646
'\'21', 215,
47-
'\'22', 239,
47+
'\'22', 240,
4848
'\'23', 237,
49-
'\'24', 243,
50-
'\'25', 38,
49+
'\'24', 249,
50+
'\'25', 60,
5151
]
5252

5353
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
'2024-12-01', 224,
244244
'2025-01-01', 243, # new year
245245
'2025-02-01', 243,
246+
'2025-03-01', 249,
246247
]
247248

248249
# 2025 monthly publication totals (first of each month)
@@ -253,6 +254,7 @@
253254
'2024-12-01', 13,
254255
'2025-01-01', 21, # new year
255256
'2025-02-01', 38,
257+
'2025-03-01', 60,
256258
]
257259

258260
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
'Dec 2024', 46, 130,
184184
'Jan 2025', 46, 130,
185185
'Feb 2025', 46, 130,
186+
'Mar 2025', 46, 130,
186187
]
187188

188189
# Strip out the dates from membership_data
@@ -281,7 +282,7 @@
281282
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
282283
'2023', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
283284
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
284-
'2025', 0,
285+
'2025', 0, 0,
285286
]
286287

287288
# libmesh-users starts in Sept 2003!
@@ -310,7 +311,7 @@
310311
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
311312
'2023', 2, 0, 0, 0, 0, 0, 0, 7, 3, 0, 0, 1,
312313
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
313-
'2025', 0,
314+
'2025', 0, 0,
314315
]
315316

316317
# Make plot of monthly data

0 commit comments

Comments
 (0)