Skip to content

Commit 070f81d

Browse files
committed
Update statistics for Oct 2022.
1 parent 54e404d commit 070f81d

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
'2022-07-04', 936, 215719, # 97fafb9c
271271
'2022-08-04', 936, 216199, # 7bfdc320
272272
'2022-09-04', 936, 215157, # ca67cb4f
273+
'2022-10-04', 936, 214364, # ec9c9438
273274
]
274275

275276
# 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', 189,
46-
'\'21', 207,
47-
'\'22', 172,
48-
'\'23', 1,
46+
'\'21', 206,
47+
'\'22', 195,
48+
'\'23', 2,
4949
]
5050

5151
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
'2022-08-01', 136,
190190
'2022-09-01', 151,
191191
'2022-10-01', 172,
192+
'2022-11-01', 195,
192193
]
193194

194195
# 2023 monthly publication totals (first of each month)
@@ -198,6 +199,7 @@
198199
'2022-08-01', 1,
199200
'2022-09-01', 1,
200201
'2022-10-01', 1,
202+
'2022-11-01', 2,
201203
]
202204

203205
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
'Aug 2022', 45, 124,
156156
'Sep 2022', 45, 124,
157157
'Oct 2022', 45, 124,
158+
'Nov 2022', 45, 126,
158159
]
159160

160161
# Strip out the dates from membership_data
@@ -245,7 +246,7 @@
245246
'2019', 2, 0, 3, 7, 2, 0, 6, 0, 0, 4, 0, 0,
246247
'2020', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
247248
'2021', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
248-
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0,
249+
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
249250
]
250251

251252
# libmesh-users starts in Sept 2003!
@@ -271,7 +272,7 @@
271272
'2019', 39, 26, 71, 30, 73, 18, 5, 10, 8, 24, 12, 34,
272273
'2020', 17, 10, 6, 4, 15, 3, 8, 15, 6, 3, 0, 4,
273274
'2021', 4, 4, 21, 14, 13, 18, 1, 39, 1, 0, 3, 0,
274-
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0,
275+
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3,
275276
]
276277

277278
# Make plot of monthly data

doc/statistics/libmesh_pagehits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
'Jul 2022', 3275, 0, 0.0,
269269
'Aug 2022', 4745, 0, 0.0,
270270
'Sep 2022', 4080, 0, 0.0,
271+
'Oct 2022', 4234, 0, 0.0,
271272
]
272273

273274
# Extract number of hits/month

0 commit comments

Comments
 (0)