Skip to content

Commit 0de3629

Browse files
authored
Update README.md
1 parent 3544431 commit 0de3629

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,29 @@ Cambridge Textbook, 2019
1111
Copyright 2019, All Rights Reserved
1212
http://databookuw.com/
1313

14+
Please cite this book when using this code/data.
1415

1516
MATLAB code library by J. N. Kutz and S. L. Brunton.
1617

1718
Python versions of these demos are available at https://github.com/dynamicslab/Data_Driven_Science_Python_Demos/
1819

19-
Please cite this book when using this code/data.
20+
Links to useful Github codes:
21+
22+
Chapter 1
23+
— rSVD (N. Ben Erichson): https://github.com/erichson/rSVD
24+
Chapter 3
25+
— SSPOR (Krithika Manohar): https://github.com/kmanohar/SSPOR_pub
26+
Chapter 7
27+
— PDE-FIND (Sam Rudy): https://github.com/snagcliffs/PDE-FIND
28+
— DeepKoopman (Bethany Lusch): https://github.com/BethanyL/DeepKoopman
29+
— KRONIC (Eurika Kaiser): https://github.com/eurika-kaiser/KRONIC
30+
Chapter 10
31+
— SINDY-MPC (Eurika Kaiser): https://github.com/eurika-kaiser/SINDY-MPC
32+
— MLC (Thomas Duriez, Bernd Noack): http://berndnoack.com/MachineLearningControl.php
33+
34+
35+
Other codes that we found useful, but have not included in our repository because of copyright:
36+
37+
cvx: http://cvxr.com/cvx/download/
38+
mp3readwrite: https://labrosa.ee.columbia.edu/matlab/mp3read.html
39+

0 commit comments

Comments
 (0)