Skip to content

Commit 8fa442d

Browse files
authored
Merge pull request #2532 from gforney/bibs
add doi or url links to references in smokeview .bib files
2 parents d2df0b0 + 485ece1 commit 8fa442d

File tree

8 files changed

+829
-749
lines changed

8 files changed

+829
-749
lines changed

Manuals/Bibliography/sv_fire.bib

Lines changed: 219 additions & 202 deletions
Large diffs are not rendered by default.

Manuals/Bibliography/sv_graphics.bib

Lines changed: 593 additions & 531 deletions
Large diffs are not rendered by default.

Manuals/SMV_Technical_Reference_Guide/SMV_Technical_Reference_Guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ \section{Version History}
290290
Beginning in the early 1980s and continuing into the 1990s, Howard
291291
Baum and Ronald Rehm of NIST developed the basic flow solver that
292292
evolved into the Fire Dynamics Simulator which was publicly
293-
released in 2000\cite{McGrattan:6}. Their solution technique,
293+
released in 2000\cite{FDS_Users_Guide}. Their solution technique,
294294
known as Large Eddy Simulation or LES, captures numerically very
295295
complicated fire plume dynamics. Unfortunately, the power of the
296296
methodology could not be appreciated without an effective way to

Manuals/SMV_Technical_Reference_Guide/make_guide.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ gitrevision=`git describe --abbrev=7 --long --dirty`
1111
echo "\\newcommand{\\gitrevision}{$gitrevision}" > ../Bibliography/gitrevision.tex
1212

1313
pdflatex -interaction nonstopmode SMV_Technical_Reference_Guide &> SMV_Technical_Reference_Guide.err
14-
biber SMV_Technical_Reference_Guide &> SMV_Technical_Reference_Guide.err
14+
biber SMV_Technical_Reference_Guide &> SMV_Technical_Reference_Guide_biber.err
1515
pdflatex -interaction nonstopmode SMV_Technical_Reference_Guide &> SMV_Technical_Reference_Guide.err
1616
pdflatex -interaction nonstopmode SMV_Technical_Reference_Guide &> SMV_Technical_Reference_Guide.err
17+
cat SMV_Technical_Reference_biber.err >> SMV_Technical_Reference_Guide.err
1718

1819
# Scan and report any errors in the LaTeX build process
1920
if [[ `grep -E "Undefined control sequence|Error:|Fatal error|! LaTeX Error:|Paragraph ended before|Missing \\\$ inserted|Misplaced" -I SMV_Technical_Reference_Guide.err | grep -v "xpdf supports version 1.5"` == "" ]]
@@ -27,13 +28,13 @@ if [[ `grep -E "Undefined control sequence|Error:|Fatal error|! LaTeX Error:|Par
2728
fi
2829

2930
# Check for LaTeX warnings (undefined references or duplicate labels)
30-
if [[ `grep -E "undefined|multiply defined|multiply-defined" -I SMV_Technical_Reference_Guide.err` == "" ]]
31+
if [[ `grep -E "undefined|ERROR|WARNING|multiply defined|multiply-defined" -I SMV_Technical_Reference_Guide.err` == "" ]]
3132
then
3233
# Continue along
3334
:
3435
else
3536
echo "LaTeX warnings detected:"
36-
grep -E "undefined|multiply defined|multiply-defined" -I SMV_Technical_Reference_Guide.err
37+
grep -E "undefined|ERROR|WARNING|multiply defined|multiply-defined" -I SMV_Technical_Reference_Guide.err
3738
clean_build=0
3839
fi
3940

Manuals/SMV_Technical_Reference_Guide/proc_10032018.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
Complete methods for visualizing smoke and fire data taking into
112112
account interactions between light and smoke require the solution
113-
of the radiation transport equation (RTE)~\cite{Siegel:2001} also
113+
of the radiation transport equation (RTE)~\cite{Howell:2021} also
114114
called the volume rendering equation in the visualization
115115
literature.~\cite{levoy:1988} This equation models how light is
116116
affected after interacting with smoke, a participating medium. In
@@ -157,7 +157,7 @@
157157
\ssection{RADIATION TRANSPORT EQUATION}
158158

159159
The model used here to visualize smoke is the radiation transport
160-
equation (RTE)~\cite{Siegel:2001}. This equation uses radiance to
160+
equation (RTE)~\cite{Howell:2021}. This equation uses radiance to
161161
represent smoke appearance. Radiance has units of Watts per
162162
square meter per unit solid angle~\si{W/(sr.m^2)}. The solid
163163
angle accounts for the fact that a light source appears brighter
@@ -187,7 +187,7 @@
187187

188188
The radiation transport equation is used to calculate radiance due
189189
to one or more light sources within a region possibly containing a
190-
participating medium such as smoke~\cite{Siegel:2001}. The change
190+
participating medium such as smoke~\cite{Howell:2021}. The change
191191
in radiance along a ray with direction $\omega$ at any one instant
192192
and wavelength may be expressed using
193193

@@ -508,7 +508,7 @@
508508
absorption and scattering. Obscuration or opacity is computed along each
509509
ray one grid plane at a time, using the Beer-Lambert law as
510510
follows. The $\alpha=1-\tau$ values are pre-computed by FDS using
511-
the Beer-Lambert law~\cite{Siegel:2001}. The $\alpha$ parameter represents an
511+
the Beer-Lambert law~\cite{Howell:2021}. The $\alpha$ parameter represents an
512512
opacity, 0.0, for completely transparent, and 1.0 for completely
513513
opaque and is given by
514514

Manuals/SMV_Technical_Reference_Guide/smoke_notes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ \section{Introduction}
2828

2929
Complete methods for visualizing smoke and fire data taking into
3030
account interactions between light and smoke require the solution
31-
of the radiation transport equation (RTE)~\cite{Siegel:2001} also
31+
of the radiation transport equation (RTE)~\cite{Howell:2021} also
3232
called the volume rendering equation in visualization
3333
literature.~\cite{levoy:1988} This equation models how light is
3434
affected after interacting with smoke, a participating medium. In
@@ -111,7 +111,7 @@ \section{Introduction}
111111

112112
\section{Radiation Transport Equation}
113113
The model used here to visualize smoke is the radiation transport
114-
equation (RTE)~\cite{Siegel:2001}. This equation uses radiance to
114+
equation (RTE)~\cite{Howell:2021}. This equation uses radiance to
115115
represent smoke appearance. Radiance has units of Watts per
116116
square meter per unit solid angle~\si{W/(sr.m^2)}. The solid
117117
angle accounts for the fact that a light source appears brighter
@@ -145,7 +145,7 @@ \section{Radiation Transport Equation}
145145

146146
The radiation transport equation is used to calculate radiance due
147147
to one or more light sources within a region possibly containing a
148-
participating medium such as smoke~\cite{Siegel:2001}. The change
148+
participating medium such as smoke~\cite{Howell:2021}. The change
149149
in radiance along a ray with direction $\omega$ at any one instant
150150
and wavelength may be expressed using
151151

@@ -572,7 +572,7 @@ \subsection{Computing Opacity}
572572
absorption and scattering. The obscuration is computed along each
573573
ray one grid plane at a time, using the Beer-Lambert law as
574574
follows. The $\alpha=1-\tau$ values are pre-computed by FDS using
575-
the Beer-Lambert law~\cite{Siegel:2001}
575+
the Beer-Lambert law~\cite{Howell:2021}
576576

577577
\begin{equation}
578578
\label{eq:alpha}

Manuals/SMV_User_Guide/make_guide.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ if [[ `grep -E "Undefined control sequence|Error:|Fatal error|! LaTeX Error:|Par
2828
fi
2929

3030
# Check for LaTeX warnings (undefined references or duplicate labels)
31-
if [[ `grep -E "undefined|WARN|multiply defined|multiply-defined" -I SMV_User_Guide.err` == "" ]]
31+
if [[ `grep -E "undefined|ERROR|WARNING|multiply defined|multiply-defined" -I SMV_User_Guide.err` == "" ]]
3232
then
3333
# Continue along
3434
:
3535
else
3636
echo "LaTeX warnings detected:"
37-
grep -E "undefined|WARN|multiply defined|multiply-defined" -I SMV_User_Guide.err
37+
grep -E "undefined|WARNING|ERROR|multiply defined|multiply-defined" -I SMV_User_Guide.err
3838
clean_build=0
3939
fi
4040

Manuals/SMV_Verification_Guide/make_guide.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ if [[ `grep -E "Undefined control sequence|Error:|Fatal error|! LaTeX Error:|Par
2828
fi
2929

3030
# Check for LaTeX warnings (undefined references or duplicate labels)
31-
if [[ `grep -E "undefined|WARNING|multiply defined|multiply-defined" -I SMV_Verification_Guide.err` == "" ]]
31+
if [[ `grep -E "undefined|ERROR|WARNING|multiply defined|multiply-defined" -I SMV_Verification_Guide.err` == "" ]]
3232
then
3333
# Continue along
3434
:
3535
else
3636
echo "LaTeX warnings detected:"
37-
grep -E "undefined|WARNING|multiply defined|multiply-defined" -I SMV_Verification_Guide.err
37+
grep -E "undefined|ERROR|WARNING|multiply defined|multiply-defined" -I SMV_Verification_Guide.err
3838
clean_build=0
3939
fi
4040

0 commit comments

Comments
 (0)