Skip to content

Commit e947c62

Browse files
committed
Merge remote-tracking branch 'jwpeterson/citations' into devel
2 parents 358b251 + 4fede02 commit e947c62

6 files changed

Lines changed: 82 additions & 10 deletions

File tree

doc/citations/maybe.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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{JZhao_2024,
7+
author = {J. Zhao and L. Wan and M. Habibi and A. Brahmia},
8+
title = {An adaptive neuro-fuzzy approach using IoT data in predicting springback in ultra-thin stainless steel sheets with consideration of grain size},
9+
journal = {Advances in Nano Research},
10+
month = aug,
11+
year = 2024,
12+
volume = 17,
13+
number = 2,
14+
pages = {109--124},
15+
note = {\url{https://doi.org/10.12989/.2024.17.2.10h9}}
16+
}
17+
518
% Maybe MOOSE
619
% See also: Roy_2024
720
% Requested full-text on ResearchGate

doc/citations/preprints.bib

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
% Preprints
22
33
% Maybe MOOSE
4-
% I don't think the authors wrote their code using MOOSE, but they might have compared their performance against MOOSE.
5-
% Requested full-text on ResearchGate
6-
@Article{_2025,
7-
author = {Ruoyao Zhang and Yang Xia},
8-
title = {A dynamic block activation framework for continuum models},
9-
journal = {Nature Computational Science},
4+
@Article{Limon_2025,
5+
author = {Md Salman Rabbi Limon and Curtis Wesley Duffee and Zeeshan Ahmad},
6+
title = {Constriction and contact impedance of ceramic solid electrolytes},
7+
journal = {ACS Energy Letters},
108
month = mar,
119
year = 2025,
12-
note = {\url{https://doi.org/10.1038/s43588-025-00780-2}}
10+
volume = 10,
11+
pages = {1999--2006},
12+
note = {\url{https://doi.org/10.1021/acsenergylett.5c00032}}
1313
}
1414

1515
% MOOSE

doc/citations/templates.bib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ @Comment{book_template
3232
year =
3333
}
3434
35-
3635
@Comment{phdthesis_template,
3736
author = {},
3837
school = {},

doc/citations/twentyfive.bib

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
% MOOSE/Sockeye
2+
@Misc{Hansel_2025,
3+
author = {Hansel, Joshua Edmund and Ortensi, Javier and Jaradat, Mustafa},
4+
title = {{Microreactor heat pipe coupling studies using Sockeye}},
5+
month = jan,
6+
year = 2025,
7+
howpublished = {SSRN Preprint},
8+
note = {\url{https://doi.org/10.2139/ssrn.5192216}}
9+
}
10+
11+
% libmesh
12+
% "the numerical solution was performed with a heat flow model with phase transition that we implemented within the Libmesh finite element library ..."
13+
@Misc{Luthi_2025,
14+
author = {M. P. L{\"{u}}thi and D. Wasser and L. Moreau},
15+
title = {{Calorimetric in-situ determination of ice water content in two Alpine glaciers}},
16+
month = mar,
17+
year = 2025,
18+
howpublished = {EGUsphere Preprint},
19+
note = {\url{https://doi.org/10.5194/egusphere-2025-832}}
20+
}
21+
22+
% MOOSE
23+
% "CFD simulations were performed with the open source Multiphysics Object-Oriented Simulation Environment framework..."
24+
@Article{Quesada_2025,
25+
author = {Mar{\'{i}}a J. {Herrera Quesada} and Sebastian Pfaff and Jordyn Polito and Grayson Gall and Mark J. Kushner and Jonathan H. Frank and Katharina Stapelmann},
26+
title = {{Two-dimensional mapping of absolute OH densities in an atmospheric pressure plasma effluent via planar laser-induced fluorescence: effects of He/H$_2$O and He/O$_2$ mixtures in N$_2$ and air, with and without solid targets}},
27+
journal = {Journal of Physics D: Applied Physics},
28+
month = mar,
29+
year = 2025,
30+
volume = 58,
31+
number = 17,
32+
pages = {175205 (18 pages)},
33+
note = {\url{https://doi.org/10.1088/1361-6463/adc13a}}
34+
}
35+
36+
% MOOSE
37+
% "Furthermore, the models initially developed in FEniCS were also implemented in MOOSE, providing alternative frameworks for simulation."
38+
@mastersthesis{Pashaei_thesis,
39+
author = {Mahdi Pashaei},
40+
school = {McMaster University},
41+
title = {Developing a coupled microstructure fluid flow model for solidification in additive manufacturing},
42+
note = {\url{https://doi.org/10.13140/RG.2.2.16923.58408}},
43+
month = feb,
44+
year = 2025
45+
}
46+
147
% libMesh/RMC
248
% "To achieve this, the RMC-libMesh interface layer is developed based on the libMesh."
349
@Article{JieLi_2025,

doc/statistics/github_traffic_plotclones.csv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3882,4 +3882,11 @@
38823882
2025-Mar-21,65,43
38833883
2025-Mar-22,36,24
38843884
2025-Mar-23,31,19
3885-
2025-Mar-24,33,26
3885+
2025-Mar-24,93,55
3886+
2025-Mar-25,78,41
3887+
2025-Mar-26,69,33
3888+
2025-Mar-27,88,34
3889+
2025-Mar-28,75,41
3890+
2025-Mar-29,57,41
3891+
2025-Mar-30,32,21
3892+
2025-Mar-31,20,15

doc/statistics/github_traffic_plotviews.csv

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4051,4 +4051,11 @@
40514051
2025-Mar-21,50,25
40524052
2025-Mar-22,31,18
40534053
2025-Mar-23,13,9
4054-
2025-Mar-24,11,9
4054+
2025-Mar-24,84,39
4055+
2025-Mar-25,152,41
4056+
2025-Mar-26,138,40
4057+
2025-Mar-27,200,45
4058+
2025-Mar-28,107,36
4059+
2025-Mar-29,66,19
4060+
2025-Mar-30,142,13
4061+
2025-Mar-31,57,12

0 commit comments

Comments
 (0)