From 42f44b507de42d357cecc361cf2a193249d4572b Mon Sep 17 00:00:00 2001 From: marchwicka Date: Tue, 29 Jun 2021 23:09:45 +0200 Subject: [PATCH 1/3] rename to gaknot --- {cagosig => gaknot}/__init__.py | 0 {cagosig => gaknot}/cable_signature.sage | 0 {cagosig => gaknot}/main.sage | 0 {cagosig => gaknot}/signature.sage | 0 {cagosig => gaknot}/utility.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {cagosig => gaknot}/__init__.py (100%) rename {cagosig => gaknot}/cable_signature.sage (100%) rename {cagosig => gaknot}/main.sage (100%) rename {cagosig => gaknot}/signature.sage (100%) rename {cagosig => gaknot}/utility.py (100%) diff --git a/cagosig/__init__.py b/gaknot/__init__.py similarity index 100% rename from cagosig/__init__.py rename to gaknot/__init__.py diff --git a/cagosig/cable_signature.sage b/gaknot/cable_signature.sage similarity index 100% rename from cagosig/cable_signature.sage rename to gaknot/cable_signature.sage diff --git a/cagosig/main.sage b/gaknot/main.sage similarity index 100% rename from cagosig/main.sage rename to gaknot/main.sage diff --git a/cagosig/signature.sage b/gaknot/signature.sage similarity index 100% rename from cagosig/signature.sage rename to gaknot/signature.sage diff --git a/cagosig/utility.py b/gaknot/utility.py similarity index 100% rename from cagosig/utility.py rename to gaknot/utility.py From 6c8f06405c76bf2709e3433b59b296a5835f9b9c Mon Sep 17 00:00:00 2001 From: Maria Marchwicka Date: Sun, 11 Jul 2021 20:52:14 +0200 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecbbf3b..e573e22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -This script calculates signature functions for knots (cable sums). -The script can be run as a sage script from the terminal or used in interactive mode. -A knot (cable sum) is encoded as a list where each element (also a list) corresponds to a cable knot. +This project aims to calculate signature functions for knots (cable sums) and was used to prove Lemma 3.2 from a paper "On the slice genus of generalized algebraic knots" (Maria Marchwicka and Wojciech Politarczyk). +The program can be run as a sage script from the terminal (file main.sage in gaknot) or used in interactive mode (see notebooks for examples). + +A knot (cable sum) is encoded as a list where each element (also a list) corresponds to a cable knot. \ No newline at end of file From 2cac340cb725880670e9964a0b44adfe8162dc6c Mon Sep 17 00:00:00 2001 From: Maria Marchwicka Date: Thu, 15 Jul 2021 13:42:34 +0200 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e573e22..39ced7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ This project aims to calculate signature functions for knots (cable sums) and was used to prove Lemma 3.2 from a paper "On the slice genus of generalized algebraic knots" (Maria Marchwicka and Wojciech Politarczyk). -The program can be run as a sage script from the terminal (file main.sage in gaknot) or used in interactive mode (see notebooks for examples). +The package can be used in interactive mode (see notebooks for examples). A knot (cable sum) is encoded as a list where each element (also a list) corresponds to a cable knot. \ No newline at end of file