Skip to content

Commit aafeff0

Browse files
committed
Update statistics for May 2023.
1 parent beaf4f1 commit aafeff0

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
'2023-02-04', 942, 217816, # 91f430af
279279
'2023-03-04', 942, 218029, # c1357f9f
280280
'2023-04-04', 942, 218062, # d143a596
281+
'2023-05-04', 942, 218857, # fb4a94c0
281282
]
282283

283284
# Extract the dates from the data array

doc/statistics/libmesh_citations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'\'20', 188,
4646
'\'21', 207,
4747
'\'22', 221,
48-
'\'23', 71,
48+
'\'23', 93,
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
@@ -211,6 +211,7 @@
211211
'2023-03-01', 44,
212212
'2023-04-01', 65,
213213
'2023-05-01', 71,
214+
'2023-06-01', 93,
214215
]
215216

216217
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
'Mar 2023', 45, 129,
163163
'Apr 2023', 45, 129,
164164
'May 2023', 45, 129,
165+
'Jun 2023', 45, 129,
165166
]
166167

167168
# Strip out the dates from membership_data
@@ -258,7 +259,7 @@
258259
'2020', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
259260
'2021', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
260261
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
261-
'2023', 0, 0, 0, 0,
262+
'2023', 0, 0, 0, 0, 0,
262263
]
263264

264265
# libmesh-users starts in Sept 2003!
@@ -285,7 +286,7 @@
285286
'2020', 17, 10, 6, 4, 15, 3, 8, 15, 6, 3, 0, 4,
286287
'2021', 4, 4, 21, 14, 13, 18, 1, 39, 1, 0, 3, 0,
287288
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
288-
'2023', 2, 0, 0, 0,
289+
'2023', 2, 0, 0, 0, 0,
289290
]
290291

291292
# Make plot of monthly data

doc/statistics/libmesh_pagehits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
'Feb 2023', 3725, 0, 0.0,
276276
'Mar 2023', 4153, 0, 0.0,
277277
'Apr 2023', 3585, 0, 0.0,
278+
'May 2023', 3041, 0, 0.0,
278279
]
279280

280281
# Extract number of hits/month

0 commit comments

Comments
 (0)