From 7894b7900b651842bce298b5b6fc0196be250e25 Mon Sep 17 00:00:00 2001 From: Maria Marchwicka Date: Sat, 7 Sep 2019 09:44:02 +0000 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaedeb4..1971b77 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The following criteria for knots periodicity were implemented: For a given list of knots [encoded in PD-code](http://katlas.org/wiki/Planar_Diagrams) (an input file is required) the script generates output with results for each criterion. + ----- We tested all knots up to 15 crossings and for the periodicity 3, 5, 7, 9, 11. @@ -33,6 +34,7 @@ We tested all knots up to 15 crossings and for the periodicity 3, 5, 7, 9, 11. ### Input data Files with PD-codes for all knots up to 15 crossing are available in the repository (`knots_11_15.txt` and `knots_3_10.txt`) and should be saved in the same folder as the script or a path in the `class MySettings` should be adjusted. Similarly, if other input files will be used, settings have to be changed. A correction in parsing or reading functions may be also necessary (`check_11_to_15()`, `check_up_to_10()`, `parse_pd_code()`, `parse_knot_name()`). +Data with PD-codes and HOMFLYPT polynomials are also available as [The Take Home Database](http://katlas.org/wiki/The_Take_Home_Database) at [The Knot Atlas website](http://katlas.org). ### Versions From f866451cb717ae22d4ee9c109ae8ee2e72346655 Mon Sep 17 00:00:00 2001 From: Maria Marchwicka Date: Sat, 7 Sep 2019 20:18:19 +0000 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1971b77..b106c91 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ We tested all knots up to 15 crossings and for the periodicity 3, 5, 7, 9, 11. ### Input data Files with PD-codes for all knots up to 15 crossing are available in the repository (`knots_11_15.txt` and `knots_3_10.txt`) and should be saved in the same folder as the script or a path in the `class MySettings` should be adjusted. Similarly, if other input files will be used, settings have to be changed. A correction in parsing or reading functions may be also necessary (`check_11_to_15()`, `check_up_to_10()`, `parse_pd_code()`, `parse_knot_name()`). -Data with PD-codes and HOMFLYPT polynomials are also available as [The Take Home Database](http://katlas.org/wiki/The_Take_Home_Database) at [The Knot Atlas website](http://katlas.org). +Data with PD-codes and HOMFLYPT polynomials are also available at [KnotInfo: Table of Knot Invariants, http://www.indiana.edu/~knotinfo](http://www.indiana.edu/~knotinfo/). ### Versions