diff --git a/KDDCup_Synerise.pdf b/KDDCup_Synerise.pdf new file mode 100644 index 0000000..a51596c Binary files /dev/null and b/KDDCup_Synerise.pdf differ diff --git a/cleora.py b/src/cleora.py similarity index 100% rename from cleora.py rename to src/cleora.py diff --git a/coders.py b/src/coders.py similarity index 100% rename from coders.py rename to src/coders.py diff --git a/compute_institutions_sketches.py b/src/compute_institutions_sketches.py similarity index 100% rename from compute_institutions_sketches.py rename to src/compute_institutions_sketches.py diff --git a/compute_paper_sketches.py b/src/compute_paper_sketches.py similarity index 100% rename from compute_paper_sketches.py rename to src/compute_paper_sketches.py diff --git a/create_graph.py b/src/create_graph.py similarity index 100% rename from create_graph.py rename to src/create_graph.py diff --git a/dataset.py b/src/dataset.py similarity index 100% rename from dataset.py rename to src/dataset.py diff --git a/inference.py b/src/inference.py similarity index 100% rename from inference.py rename to src/inference.py diff --git a/model.py b/src/model.py similarity index 100% rename from model.py rename to src/model.py diff --git a/preprocessing.py b/src/preprocessing.py similarity index 100% rename from preprocessing.py rename to src/preprocessing.py diff --git a/root.py b/src/root.py similarity index 100% rename from root.py rename to src/root.py diff --git a/train.py b/src/train.py similarity index 100% rename from train.py rename to src/train.py diff --git a/trainer.py b/src/trainer.py similarity index 100% rename from trainer.py rename to src/trainer.py