commit 21ccaac27e020b0aad31ad4a481bc1bf973362e8 Author: KatolaZ Date: Fri Mar 15 13:02:51 2019 +0000 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f9ed1e --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## Topic: centrality + +This repository contains all the material related to the presentation +and the mini-projects on **centrality**. + +Please clone the repo using: + +``` + git clone https://mygit.mine.nu/LTCC_2019/centrality.git +``` + +or alternatively: + +``` + git clone gitea@mygit.mine.nu:LTCC_2019/centrality.git +``` + +(the latter one needs you to have configured your SSH key). Then +add/remove files as needed, and push your stuff when you are done. + +**N.B.**: You are free to use youw own repository to work on your +mini-project, but in the end ll the material you will use for your +presentations and mini-projects on centrality, including references, +code, data sets, etc., must be contained in this repo as well. + +Enjoy