Skip to content

Commit a06162b

Browse files
committed
Update statistics for Jun 2023.
1 parent 86a432d commit a06162b

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
'2023-03-04', 942, 218029, # c1357f9f
280280
'2023-04-04', 942, 218062, # d143a596
281281
'2023-05-04', 942, 218857, # fb4a94c0
282+
'2023-06-04', 942, 219543, # e8f0b6c4
282283
]
283284

284285
# 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
@@ -44,8 +44,8 @@
4444
'\'19', 132,
4545
'\'20', 188,
4646
'\'21', 207,
47-
'\'22', 221,
48-
'\'23', 93,
47+
'\'22', 222,
48+
'\'23', 109,
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
@@ -212,6 +212,7 @@
212212
'2023-04-01', 65,
213213
'2023-05-01', 71,
214214
'2023-06-01', 93,
215+
'2023-07-01', 109,
215216
]
216217

217218
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
'Apr 2023', 45, 129,
164164
'May 2023', 45, 129,
165165
'Jun 2023', 45, 129,
166+
'Jul 2023', 45, 129,
166167
]
167168

168169
# Strip out the dates from membership_data
@@ -259,7 +260,7 @@
259260
'2020', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
260261
'2021', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
261262
'2022', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
262-
'2023', 0, 0, 0, 0, 0,
263+
'2023', 0, 0, 0, 0, 0, 0,
263264
]
264265

265266
# libmesh-users starts in Sept 2003!
@@ -286,7 +287,7 @@
286287
'2020', 17, 10, 6, 4, 15, 3, 8, 15, 6, 3, 0, 4,
287288
'2021', 4, 4, 21, 14, 13, 18, 1, 39, 1, 0, 3, 0,
288289
'2022', 0, 0, 2, 8, 0, 0, 0, 3, 0, 3, 0, 0,
289-
'2023', 2, 0, 0, 0, 0,
290+
'2023', 2, 0, 0, 0, 0, 0,
290291
]
291292

292293
# Make plot of monthly data

doc/statistics/libmesh_pagehits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
'Mar 2023', 4153, 0, 0.0,
277277
'Apr 2023', 3585, 0, 0.0,
278278
'May 2023', 3041, 0, 0.0,
279+
'Jun 2023', 2756, 0, 0.0,
279280
]
280281

281282
# Extract number of hits/month

0 commit comments

Comments
 (0)