https://github.com/correlaid/datadive
https://github.com/correlaid/datadive
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/correlaid/datadive
- Owner: CorrelAid
- Created: 2015-09-24T08:24:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T20:50:15.000Z (over 10 years ago)
- Last Synced: 2023-07-14T13:33:50.359Z (almost 3 years ago)
- Language: HTML
- Size: 13.9 MB
- Stars: 3
- Watchers: 17
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Dive
Das ist das Repository für unseren Data Dive am Wochenende. Hier findest Du folgendes...
Projektstart: 18.10.2015
Deadline: 18.10.2015
## Projektteam
- alle TeilnehmerInnen des Data Dives
## Ordnerstruktur
Hier zur Orientierung die Ordnerstruktur des Repository.
```
project_repository
| README.md
|
└───|data
| preparation_script1.R
| preparation_script2.do
| data1.csv
| data2.csv
|
└───|analysis
| analysis_script1.R
| analysis_script2.do
|
└───|figures
| figure1.png
| figure2.png
|
└───|tables
| table1.tex
| table1.pdf
|
└───|notes
| note1.md
| note2.md
|
└───|report
| report.md
| report.tex
| report.pdf
```