-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve git info + examples of good msc repositories
- Loading branch information
1 parent
87faf78
commit 2a31e8a
Showing
6 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# MSc thesis code in Git | ||
|
||
Following the [open science requirements](https://3d.bk.tudelft.nl/courses/geo2020/openscience/), it is now mandatory to release your code as open-source and to document it. | ||
|
||
You should first make sure that you have [all the ingredients of a good Git repository](/git/goodgit/), and then you can have a look at 4 good examples of repositories from MSc students: | ||
|
||
|
||
[![](./img/fabian.png){:width="300px"}](https://github.com/fabisser/stylesdf) | ||
[![](./img/noortje.png){:width="300px"}](https://github.com/NoortjevanderHorst/treegrowthmodelling) | ||
[![](./img/ellie.png){:width="300px"}](https://github.com/ellieroy/no-floors-inference-NL) | ||
[![](./img/zhaiyu.png){:width="300px"}](https://github.com/chenzhaiyu/points2poly) | ||
|
||
|
||
|