Skip to content

Commit

Permalink
Adjust sample repo based on wg meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
drnelson6 committed Apr 18, 2024
1 parent 37eb268 commit bb902de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/lessons/repro_research.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ Your project organization might look something like this:

```
impressive-project/
├── README.md
├── data/
| ├── README.md
| ├── metadata.csv
| └── texts/
| ├── book_a.txt
| ├── book_b.txt
| └── ...
├── data-processing/
├── plots/
├── code
├── tests/
├── doc/
│ ├── index.rst
│ └── ...
├── .gitignore
├── CITATION.cff
├── CONTRIBUTING.md
├── dependencies.md
├── LICENSE
├── requirements.txt
├── package.json
└── package-lock.json
├── README.md
```

By using a clear organizational structure like this one, someone unfamiliar with your project will quickly be able to understand what your project is doing and how they might go about reproducing your work or building upon it for their own purposes.
Expand Down

0 comments on commit bb902de

Please sign in to comment.