projects on community detection
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## Topic: community
|
|
|
|
|
|
|
|
This repository contains all the material related to the presentation
|
|
|
|
and the mini-projects on **communities**.
|
|
|
|
|
|
|
|
Please clone the repo using:
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://mygit.mine.nu/LTCC_2019/community.git
|
|
|
|
```
|
|
|
|
|
|
|
|
or alternatively:
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone gitea@mygit.mine.nu:LTCC_2019/community.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.
|
|
|
|
|
|
|
|
```
|
|
|
|
cd Community
|
|
|
|
git pull
|
|
|
|
git add <file-name>
|
|
|
|
git commit -m "message"
|
|
|
|
git push
|
|
|
|
```
|
|
|
|
|
|
|
|
**N.B.**: You are free to use your 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 communities, including references,
|
|
|
|
code, data sets, etc., must be contained in this repo as well.
|
|
|
|
|
|
|
|
Enjoy
|
|
|
|
\
|
|
|
|
This project will be presented by Andrea Civilini, Sam Creedon and Xinyi Xu.
|