Skip to content

Commit 3aef289

Browse files
committed
Fixed bibtex
1 parent aa947fc commit 3aef289

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

paper/paper.bib

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ @book{Bohren1983
3232
year = 1983,
3333
publisher = {John Wiley and Sons, Inc.},
3434
address = {New York}
35+
isbn = {047105772X}
3536
}
3637
@article{Chalut2008,
3738
title={Application of Mie theory to assess structure of spheroidal scattering in backscattering geometries},
@@ -81,11 +82,12 @@ @article{Gelebart1996
8182
@book{Goody1989,
8283
title = {{Atmospheric Radiation: Theoretical Basis}},
8384
author = {Goody, R. M. and Yung, Y. L.},
84-
year = 1989,
85+
year = 1995,
8586
publisher = {Oxford University Press},
8687
address = {Oxford},
87-
pages = 544,
88+
pages = 540,
8889
edition = {2nd Edition}
90+
issn = {978-0195356106}
8991
}
9092
@article{Horvath2009,
9193
title = {Light scattering: Mie and more – Commemorating 100 years of Mie's 1908 publication},
@@ -152,10 +154,9 @@ @misc{MieScattering
152154
@article{Mourant1997,
153155
author = {Judith R. Mourant and Tamika Fuselier and James Boyer and Tamara M. Johnson and Irving J. Bigio},
154156
journal = {Appl. Opt.},
155-
keywords = {Absorption coefficient; Elastic scattering; Mie scattering; Optical properties; Refractive index; Turbid media},
156157
pages = {949--957},
157158
publisher = {Optica Publishing Group},
158-
title = {Predictions and measurements of scattering and absorption over broadwavelength ranges in tissue phantoms},
159+
title = {Predictions and measurements of scattering and absorption over broad wavelength ranges in tissue phantoms},
159160
volume = {36},
160161
number = {4},
161162
month = {Feb},
@@ -217,13 +218,13 @@ @article{Schmitt1998
217218
doi = {10.1364/AO.37.002788},
218219
issn = {0003-6935}
219220
}
220-
@book{Seinfeld1998,
221+
@book{Seinfeld1997,
221222
author = {Seinfeld, John H. and Pandis, Spyros N.},
222-
title = {Atmospheric Chemistry and Physics: From Air Pollution to Climate Change},
223-
publisher = {Wiley},
223+
title = {Atmospheric Chemistry and Physics: Air Pollution to Climate Change},
224+
publisher = {Wiley-Interscience},
224225
address = {New York},
225-
year = {1998},
226-
isbn = {0-471-17815-2}
226+
year = {1997},
227+
isbn = {0471178160}
227228
}
228229
@article{Sumlin2018,
229230
title = {Retrieving the aerosol complex refractive index using PyMieScatt: A Mie computational package with visualization capabilities},
@@ -257,7 +258,7 @@ @article{Tien1987
257258
}
258259
@book{VandeHulst1957,
259260
title = {{Light scattering by small particles}},
260-
author = {van de Hulst, H. C.},
261+
author = {H. C. van de Hulst},
261262
year = 1957,
262263
publisher = {John Wiley and Sons Inc.},
263264
address = {New York},

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Mie theory is derived from Maxwell's equations and provides a comprehensive fram
4747

4848
While numerous Mie simulation packages are available (many of which are listed on [SCATTPORT.org](https://scattport.org/index.php/light-scattering-software) and [Wikipedia](https://en.wikipedia.org/wiki/Codes_for_electromagnetic_scattering_by_spheres)), they generally fall into two categories: older, established codes focusing on computational efficiency [@Wiscombe1980; @Bohren1983], and newer, object-oriented libraries typically hosted on version-control platforms [@Sumlin2018; @PoinsinetdeSivry-Houle2023; @Prahl_mie; @MieScattering]. Although both categories provide robust computational engines, they usually demand significant programming proficiency. This requirement creates a barrier for experimentalists, clinical scientists, and educators who need these analytical capabilities but may lack the specialized coding expertise to integrate such libraries into their workflows.
4949

50-
`MieSimulatorGUI` bridges this gap by providing an intuitive, cross-platform desktop application that computes and fits scattering parameters for monodisperse and polydisperse distributions without any coding. Unlike standard implementations, it supports heterogeneous polydispersity, allowing users to assign bin-specific complex refractive indices via custom data inputs, a feature often absent in simplified GUI tools. The tool facilitates high-impact use cases such as biomedical optics [@Mourant1997; @Wang2005; @Jacques2013] and atmospheric research [@Seinfeld1998; @Teri2022], where users can define complex particle configurations and directly fit spectrally-varying reduced scattering coefficients. By integrating a powerful C/C++ computational engine with intuitive [Qt](https://www.qt.io/) interface, `MieSimulatorGUI` offers accessible, yet powerful Mie theory computations, facilitating both streamlined research analysis and interactive pedagogical demonstrations.
50+
`MieSimulatorGUI` bridges this gap by providing an intuitive, cross-platform desktop application that computes and fits scattering parameters for monodisperse and polydisperse distributions without any coding. Unlike standard implementations, it supports heterogeneous polydispersity, allowing users to assign bin-specific complex refractive indices via custom data inputs, a feature often absent in simplified GUI tools. The tool facilitates high-impact use cases such as biomedical optics [@Mourant1997; @Wang2005; @Jacques2013] and atmospheric research [@Seinfeld1997; @Teri2022], where users can define complex particle configurations and directly fit spectrally-varying reduced scattering coefficients. By integrating a powerful C/C++ computational engine with intuitive [Qt](https://www.qt.io/) interface, `MieSimulatorGUI` offers accessible, yet powerful Mie theory computations, facilitating both streamlined research analysis and interactive pedagogical demonstrations.
5151

5252
# Main Features
5353

0 commit comments

Comments
 (0)