Skip to content

Commit d82af36

Browse files
committed
Update statistics for Jun 2022.
1 parent 2de16b2 commit d82af36

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

doc/statistics/cloc_libmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
'2022-03-04', 936, 213559, # 172f5708
267267
'2022-04-04', 936, 213760, # e2bf5733
268268
'2022-05-04', 936, 214529, # f48e169b
269+
'2022-06-04', 936, 215737, # 4747096d
269270
]
270271

271272
# Extract the dates from the data array

doc/statistics/libmesh_citations.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
'\'18', 159,
4444
'\'19', 133,
4545
'\'20', 191,
46-
'\'21', 207,
47-
'\'22', 101,
46+
'\'21', 208,
47+
'\'22', 117,
48+
'\'23', 1,
4849
]
4950

5051
# Parse command line args

doc/statistics/libmesh_citations_monthly.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@
185185
'2022-04-01', 66,
186186
'2022-05-01', 78,
187187
'2022-06-01', 101,
188+
'2022-07-01', 117,
189+
]
190+
191+
# 2023 monthly publication totals (first of each month)
192+
pub_2023 = [
193+
'2022-06-01', 0,
194+
'2022-07-01', 1,
188195
]
189196

190197
"""

doc/statistics/libmesh_mailinglists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
'Apr 2022', 45, 122,
152152
'May 2022', 45, 123,
153153
'Jun 2022', 45, 123,
154+
'Jul 2022', 45, 123,
154155
]
155156

156157
# Strip out the dates from membership_data
@@ -241,7 +242,7 @@
241242
'2019', 2, 0, 3, 7, 2, 0, 6, 0, 0, 4, 0, 0,
242243
'2020', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
243244
'2021', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
244-
'2022', 0, 0, 0, 0, 0,
245+
'2022', 0, 0, 0, 0, 0, 0,
245246
]
246247

247248
# libmesh-users starts in Sept 2003!
@@ -267,7 +268,7 @@
267268
'2019', 39, 26, 71, 30, 73, 18, 5, 10, 8, 24, 12, 34,
268269
'2020', 17, 10, 6, 4, 15, 3, 8, 15, 6, 3, 0, 4,
269270
'2021', 4, 4, 21, 14, 13, 18, 1, 39, 1, 0, 3, 0,
270-
'2022', 0, 0, 2, 8, 0,
271+
'2022', 0, 0, 2, 8, 0, 0,
271272
]
272273

273274
# Make plot of monthly data

doc/statistics/libmesh_pagehits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
'Mar 2022', 4024, 0, 0.0,
265265
'Apr 2022', 6066, 0, 0.0,
266266
'May 2022', 3572, 0, 0.0,
267+
'Jun 2022', 3964, 0, 0.0,
267268
]
268269

269270
# Extract number of hits/month

0 commit comments

Comments
 (0)