Skip to content

Commit b13e3aa

Browse files
committed
Merge remote-tracking branch 'jwpeterson/citations' into devel
2 parents 41e7df9 + 070f81d commit b13e3aa

6 files changed

Lines changed: 38 additions & 6 deletions

File tree

doc/citations/twentytwo.bib

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
% MOOSE
2+
% "The implementation of IGA is ... in-house ... while the FEM code is from ... MOOSE"
3+
@Article{JXu_2022,
4+
author = {Jiangping Xu and Tingyu Yan and Yang Li and Zhenyuan Yu and Yun Wang and Yuan Wang},
5+
title = {{Isogeometric analysis-based solidification simulation and an improved way to apply supercooling on droplet boundary}},
6+
journal = {Metals},
7+
month = oct,
8+
year = 2022,
9+
volume = 12,
10+
number = 11,
11+
pages = {1836 (20 pages)},
12+
note = {\url{https://doi.org/10.3390/met12111836}}
13+
}
14+
15+
% MOOSE/FALCON
16+
% In this work, we perform porous flow simulations and develop the parallel subset optimization algorithms using FALCON, a MOOSE ... based application..."
17+
@TechReport{Munday_2022,
18+
author = {Lynn Brendon Munday and Som Lakshmi Narasimha Dhulipala and Robert K. Podgorney and Aleta Finnila},
19+
title = {{Evaluation and optimization of well completion options for the Utah FORGE site}},
20+
institution = {Idaho National Laboratory},
21+
day = 31,
22+
month = aug,
23+
year = 2022,
24+
number = {INL/CON-22-69697},
25+
note = {\url{https://www.osti.gov/biblio/1894593}}
26+
}
27+
128
% MOOSE/Direwolf
229
% author:Terlizzi asymptotic hydrogen redistribution
330
@Misc{Terlizzi_2022,
@@ -2412,7 +2439,7 @@ @Article{Abdulle_2022
24122439

24132440
% MOOSE
24142441
% "NECP-CLAMPERL is developed based on ... NECP-X, ... CTF, ... NECP-CALF and ... (MOOSE)."
2415-
@Article{Xu_2022,
2442+
@Article{XXu_2022,
24162443
author = {Xiaobei Xu and Zhouyu Liu and Hongchun Wu and Liangzhi Cao},
24172444
title = {Neutronics/thermal-hydraulics/fuel-performance coupling for light water reactors and its application to accident tolerant fuel},
24182445
journal = {Annals of Nuclear Energy},

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)