Skip to content

Commit 42500e8

Browse files
committed
Update statistics for Nov 2025
Add 2026 to the libmesh_citations_monthly.py plot
1 parent 7c67732 commit 42500e8

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
'2025-08-04', 999, 235277, # ffdcb0a2
311311
'2025-09-04', 1001, 235472, # 214ecacc
312312
'2025-10-04', 1001, 236558, # fe959335
313+
'2025-11-04', 1000, 236637, # af134b85
313314
]
314315

315316
# Extract the dates from the data array

doc/statistics/libmesh_citations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
'\'22', 240,
4848
'\'23', 238,
4949
'\'24', 248,
50-
'\'25', 225,
51-
'\'26', 6,
50+
'\'25', 240,
51+
'\'26', 10,
5252
]
5353

5454
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
'2025-09-01', 190,
265265
'2025-10-01', 208,
266266
'2025-11-01', 225,
267+
'2025-12-01', 240,
267268
]
268269

269270
# 2026 monthly publication totals (first of each month)
@@ -272,6 +273,7 @@
272273
'2025-09-01', 1,
273274
'2025-10-01', 3,
274275
'2025-11-01', 6,
276+
'2025-12-01', 10,
275277
]
276278

277279
"""
@@ -312,6 +314,7 @@ def plot_one_year(year, data, color):
312314
plot_one_year(2023, pub_2023, muted_grey)
313315
plot_one_year(2024, pub_2024, muted_yellow)
314316
plot_one_year(2025, pub_2025, muted_brown)
317+
plot_one_year(2026, pub_2026, muted_purple)
315318

316319
# Label beginning and end of year.
317320
ax1.set_xticks([0, 12])

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
'Sep 2025', 46, 130,
193193
'Oct 2025', 46, 130,
194194
'Nov 2025', 46, 130,
195+
'Dec 2025', 46, 130,
195196
]
196197

197198
# Strip out the dates from membership_data
@@ -290,7 +291,7 @@
290291
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
291292
'2023', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
292293
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
293-
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
294+
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
294295
]
295296

296297
# libmesh-users starts in Sept 2003!
@@ -319,7 +320,7 @@
319320
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
320321
'2023', 2, 0, 0, 0, 0, 0, 0, 7, 3, 0, 0, 1,
321322
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
322-
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
323+
'2025', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
323324
]
324325

325326
# Make plot of monthly data

0 commit comments

Comments
 (0)