Skip to content

Commit 70ca096

Browse files
authored
Update README.md
1 parent dd8890f commit 70ca096

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Code Guidelines
2+
# Code & Data Guidelines
33

4-
The hub for discussions and best practices on code management! The goal is someone can fork/clone this repo and start a new project easily. This was written by Mackenzie Mathis, and I thank my lab and the open-source community for many lessons learned.
4+
The is a hub for discussions and best practices on code management! The goal is someone can fork/clone this [template repo](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) and start a new project easily. This was written by Mackenzie Mathis, and I thank my lab and the open-source community for many lessons learned.
55

66
## Overview
77

@@ -84,6 +84,12 @@ project_name/
8484

8585
* [DataJoint](https://www.datajoint.com/) examples for managing and querying scientific data pipelines - these are a must; use minimally for data + meta data storage, and use it to automate things you do daily (preprocessing, running DeepLabCut, etc!)
8686
* [Templates for common workflows and schema management are here!](https://docs.datajoint.com/elements/)
87+
88+
89+
7. **Style Guide for overall code & project management**
90+
91+
* Tips and practices for code, manuscripts, and figures.
92+
8793

8894
---
8995

0 commit comments

Comments
 (0)