You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ some task nearly as well as if one had access to measurements at *every*
15
15
location.
16
16
17
17
PySensors provides objects designed for the tasks of *reconstruction* and
18
-
*classification*.
18
+
*classification*. See Manohar et al. (2018) for more information about
19
+
the PySensors approach to reconstruction problems and Brunton et al.
20
+
(2016) for classification. de Silva et al. (2021) contains a full
21
+
literature review along with examples and additional tips for
22
+
using PySensors effectively.
19
23
20
24
21
25
Reconstruction
@@ -194,7 +198,7 @@ If you find a bug in the code or want to request a new feature, please open an i
194
198
195
199
Citing PySensors
196
200
----------------
197
-
We have published a short paper in the Journal of Open Source Software (JOSS). You can find the paper [here](https://joss.theoj.org/papers/10.21105/joss.02828).
201
+
We have published a short paper in the Journal of Open Source Software (JOSS). You can find the paper `here<https://joss.theoj.org/papers/10.21105/joss.02828>`__.
198
202
199
203
If you use PySensors in your work, please consider citing it using:
200
204
@@ -222,6 +226,11 @@ Bibtex:
222
226
223
227
References
224
228
------------
229
+
- de Silva, Brian M., Krithika Manohar, Emily Clark, Bingni W. Brunton,
230
+
Steven L. Brunton, J. Nathan Kutz.
231
+
"PySensors: A Python package for sparse sensor placement."
0 commit comments