Skip to content

Commit 691f178

Browse files
committed
Merge remote-tracking branch 'jwpeterson/citations' into devel
2 parents 1cbec2c + aafeff0 commit 691f178

7 files changed

Lines changed: 40 additions & 3 deletions

File tree

doc/citations/preprints.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
% Preprints
22
3+
% MOOSE
4+
% "To solve the governing equations, we use the open-source multiphysics code MOOSE..."
5+
@Article{Green_2023,
6+
author = {Christopher Green and Samuel J. Jackson and James Gunning and Andy Wilkins and Jonathan Ennis-King},
7+
title = {{Modelling the FluidFlower: Insights from characterisation and numerical predictions}},
8+
journal = {Transport in Porous Media},
9+
month = may,
10+
year = 2023,
11+
note = {\url{https://doi.org/10.1007/s11242-023-01969-7}}
12+
}
13+
314
% MOOSE
415
% "The model, which has been implemented in MOOSE, ..."
516
@Article{Sun_2023,

doc/citations/twentythree.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
% MOOSE
2+
% "In this work, a general-purpose computational electromagnetics module was developed within the MOOSE framework"
3+
@phdthesis{Icenhour_thesis,
4+
author = {Casey Icenhour},
5+
school = {North Carolina State University},
6+
title = {Development and validation of open source software for electromagnetics simulation and multiphysics coupling},
7+
note = {\url{https://www.lib.ncsu.edu/resolver/1840.20/40985}},
8+
month = may,
9+
year = 2023
10+
}
11+
12+
% MOOSE/TIGER
13+
% "TIGER is developed on top of ... MOOSE..."
14+
@Article{Dashti_2023,
15+
author = {Ali Dashti and Jens Carsten Grimmer and Christophe Geuzaine and Florian Bauer and Thomas Kohl},
16+
title = {Developing meshing workflows for geologic uncertainty assessment in high-temperature aquifer thermal energy storage},
17+
journal = {Geoscientific Model Development},
18+
month = may,
19+
year = 2023,
20+
note = {Preprint, \url{https://doi.org/10.5194/gmd-2023-105}}
21+
}
22+
123
% MOOSE
224
% "Based on the MOOSE framework..., a multi-dimensional coupling scheme was proposed and used to couple the neutronics (N), thermal hydraulics (TH) and mechanics (M)"
325
@Article{Xiang_2023,

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)