Skip to content

Commit 1593c52

Browse files
committed
Update statistics for Sep 2023.
1 parent 42e38d7 commit 1593c52

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
'2023-06-04', 942, 219543, # e8f0b6c4
283283
'2023-07-04', 942, 219916, # a06162b2
284284
'2023-08-04', 942, 220602, # 69106dc3
285+
'2023-09-04', 942, 221002, # 67204eee
285286
]
286287

287288
# 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
@@ -43,9 +43,9 @@
4343
'\'18', 159,
4444
'\'19', 132,
4545
'\'20', 188,
46-
'\'21', 208,
47-
'\'22', 222,
48-
'\'23', 161,
46+
'\'21', 211,
47+
'\'22', 229,
48+
'\'23', 189,
4949
]
5050

5151
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
'2023-07-01', 109,
216216
'2023-08-01', 137,
217217
'2023-09-01', 161,
218+
'2023-10-01', 189,
218219
]
219220

220221
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
'Jul 2023', 45, 129,
167167
'Aug 2023', 45, 129,
168168
'Sep 2023', 46, 130,
169+
'Oct 2023', 46, 129,
169170
]
170171

171172
# Strip out the dates from membership_data
@@ -262,7 +263,7 @@
262263
'2020', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
263264
'2021', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
264265
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
265-
'2023', 0, 0, 0, 0, 0, 0, 0, 0,
266+
'2023', 0, 0, 0, 0, 0, 0, 0, 0, 0,
266267
]
267268

268269
# libmesh-users starts in Sept 2003!
@@ -289,7 +290,7 @@
289290
'2020', 17, 10, 6, 4, 15, 3, 8, 15, 6, 3, 0, 4,
290291
'2021', 4, 4, 21, 14, 13, 18, 1, 39, 1, 0, 3, 0,
291292
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
292-
'2023', 2, 0, 0, 0, 0, 0, 0, 7,
293+
'2023', 2, 0, 0, 0, 0, 0, 0, 7, 3,
293294
]
294295

295296
# Make plot of monthly data

0 commit comments

Comments
 (0)