Skip to content

Commit efa6ffb

Browse files
committed
Merge remote-tracking branch 'jwpeterson/citations' into devel
2 parents d9746fb + d82af36 commit efa6ffb

8 files changed

Lines changed: 69 additions & 17 deletions

File tree

doc/citations/maybe.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
% that they actually use libMesh, and we can't check because they are
33
% behind a paywall/not on sci-hub.
44
5+
% Maybe MOOSE
6+
@Article{Rizza_2022,
7+
author = {Giovanni Rizza and Manuela Galati and Luca Iuliano},
8+
title = {{Sintering during Electron Beam--Powder Bed Fusion (EB-PBF) of Ti6Al4V Alloy}},
9+
journal = {Defect and Diffusion Forum},
10+
month = jul,
11+
year = 2022,
12+
volume = 417,
13+
pages = {73--78},
14+
note = {\url{https://doi.org/10.4028/p-12866k}}
15+
}
16+
517
% Maybe MOOSE
618
@Article{YingjieWu_2022b,
719
author = {Yingjie Wu and Baokun Liu and Han Zhang and Jiong Guo and Fu Li},

doc/citations/preprints.bib

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
% Preprints
22
3-
% libMesh
4-
% "The methods are implemented in libMesh..."
5-
% ResearchGate Preprint: https://www.researchgate.net/publication/358814241_Comparing_the_convected_level-set_and_the_Allen-Cahn_phase-field_methods_in_AMRC_simulations_of_two-phase_flows
6-
@Article{Grave_2022,
7-
author = {Mal{\'{u}} Grave and Alvaro L. G. A. Coutinho},
8-
title = {{Comparing the convected level-set and the Allen--Cahn phase-field methods in AMR/C simulations of two-phase flows}},
9-
journal = {Computers \& Fluids},
10-
month = jun,
11-
year = 2022,
12-
pages = {105569 (xx pages)},
13-
note = {\url{https://doi.org/10.1016/j.compfluid.2022.105569}, ArXiv e-print: \url{https://arxiv.org/abs/2202.11476}}
14-
}
15-
163
% Maybe MOOSE
174
% https://www.researchgate.net/publication/361276337_A_DYNAMIC_HELICAL_COILED_ONCE-THROUGH_STEAM_GENERATOR_MODEL_BASED_ON_NEWTON%27S_METHOD_FOR_FAST_SIMULATION_PURPOSE
185
@InProceedings{YingjieWu_2022,

doc/citations/twentytwo.bib

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
% libMesh
2+
% "The methods are implemented in libMesh..."
3+
% ResearchGate Preprint: https://www.researchgate.net/publication/358814241_Comparing_the_convected_level-set_and_the_Allen-Cahn_phase-field_methods_in_AMRC_simulations_of_two-phase_flows
4+
@Article{Grave_2022,
5+
author = {Mal{\'{u}} Grave and Alvaro L. G. A. Coutinho},
6+
title = {{Comparing the convected level-set and the Allen--Cahn phase-field methods in AMR/C simulations of two-phase flows}},
7+
journal = {Computers \& Fluids},
8+
month = aug,
9+
year = 2022,
10+
volume = 244,
11+
pages = {105569 (xx pages)},
12+
note = {\url{https://doi.org/10.1016/j.compfluid.2022.105569}, ArXiv e-print: \url{https://arxiv.org/abs/2202.11476}}
13+
}
14+
15+
% MOOSE/Griffin
16+
% https://www.osti.gov/servlets/purl/1872982
17+
% https://www.osti.gov/biblio/1872982-using-griffin-transmutation-solver-calculate-radiation-damage
18+
@TechReport{Gale_2022,
19+
author = {Micah D. Gale and Sebastian Schunert and Olin W. Calvin},
20+
title = {{Using Griffin's transmutation solver to calculate radiation damage}},
21+
institution = {Idaho National Laboratory},
22+
day = 18,
23+
month = may,
24+
year = 2022,
25+
number = {INL/CON-21-64415},
26+
note = {\url{https://tinyurl.com/yzce8sne}}
27+
}
28+
29+
% MOOSE/phase_field
30+
% "The model Equations (3)-(10) are solved in MOOSE..."
31+
@Article{Luchinsky_2022,
32+
author = {Dmitry G. Luchinsky and Vasyl Hafiychuck and Kevin R. Wheeler and Sudipta Biswas and Christopher E. Roberts and Ian M. Hanson and Tracie J. Prater and Peter V. E. McClintock},
33+
title = {{Multi-scale modelling of the bound metal deposition manufacturing of Ti6Al4V}},
34+
journal = {Thermo},
35+
month = jun,
36+
year = 2022,
37+
volume = 2,
38+
number = 3,
39+
pages = {116--148},
40+
note = {\url{https://doi.org/10.3390/thermo2030011}}
41+
}
42+
143
% MOOSE/BISON
244
@phdthesis{Gamble_thesis,
345
author = {Kyle Allan Lawrence Gamble},

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)