Skip to content

Commit 7b18f4d

Browse files
committed
Update statistics for Jul 2025
1 parent c60431c commit 7b18f4d

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
'2025-04-04', 980, 234716, # 22850dcb
307307
'2025-05-04', 984, 235765, # f00b83ba
308308
'2025-06-04', 988, 237502, # 10800980
309+
'2025-07-04', 997, 234048, # dfab95fc
309310
]
310311

311312
# 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
@@ -45,9 +45,9 @@
4545
'\'20', 190,
4646
'\'21', 215,
4747
'\'22', 240,
48-
'\'23', 237,
48+
'\'23', 238,
4949
'\'24', 250,
50-
'\'25', 138,
50+
'\'25', 169,
5151
]
5252

5353
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
'2025-05-01', 100,
261261
'2025-06-01', 126,
262262
'2025-07-01', 138,
263+
'2025-08-01', 169,
263264
]
264265

265266
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
'May 2025', 46, 130,
189189
'Jun 2025', 46, 130,
190190
'Jul 2025', 46, 130,
191+
'Aug 2025', 46, 130,
191192
]
192193

193194
# Strip out the dates from membership_data
@@ -286,7 +287,7 @@
286287
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
287288
'2023', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
288289
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
289-
'2025', 0, 0, 0, 0, 0, 0,
290+
'2025', 0, 0, 0, 0, 0, 0, 0,
290291
]
291292

292293
# libmesh-users starts in Sept 2003!
@@ -315,7 +316,7 @@
315316
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
316317
'2023', 2, 0, 0, 0, 0, 0, 0, 7, 3, 0, 0, 1,
317318
'2024', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
318-
'2025', 0, 0, 0, 0, 0, 0,
319+
'2025', 0, 0, 0, 0, 0, 0, 0,
319320
]
320321

321322
# Make plot of monthly data

0 commit comments

Comments
 (0)