diff --git a/README.md b/README.md index fc4fa66f9d286f978810294a9152d3fefdcbe899..f8da16be02f28d9eb0d4061bf65740aea3ec5be5 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Miscellaneous <a href="https://www.python.org/">Python</a> code. <br> <ul> -<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/one_vs_others.ipynb">One vs. Others</a> (Jupyter notebook) Shows how the Dynamic Time Warping minimum-warp optimal path could be used to assess anticipation or delay of one moving body relative to other moving bodies.</li> +<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/one_vs_others_DEMO.ipynb">One vs. Others</a> (Jupyter notebook) Shows how the Dynamic Time Warping minimum-warp optimal path could be used to assess anticipation or delay of one moving body relative to other moving bodies.</li> <br> -<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/dtw_minwarplag.ipynb">DTW, Minimum-Warp Path, and Pointwise Lag</a> (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script. Also algorithms to reduce the time-warping of the optimal path and to get its pointwise lag.</li> +<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/dtw_minwarp_DEMO.ipynb">DTW, Minimum-Warp Path, and Pointwise Warp</a> (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script. Also algorithms to reduce the time-warping of the optimal path and to get its pointwise warp.</li> <br>