Draft
Conversation
Collaborator
Author
|
To discuss:
|
| # A likely scenario | ||
|
|
||
| - You have just joined a new research group as a Student/Researcher/PI. | ||
| - The group use a custom pipeline/setup to perform their data analysis/simulations. |
Member
There was a problem hiding this comment.
Suggested change
| - The group use a custom pipeline/setup to perform their data analysis/simulations. | |
| - The group use a custom pipeline/setup to perform their data analysis/simulations. | |
| - You are reading their latest paper, and want to reproduce one of their figures - your task is to introduce better data and adapt the algorithm, and add a new line to show the improvement. |
|
|
||
| # Version Control | ||
|
|
||
| - First put things into VC |
Member
There was a problem hiding this comment.
Suggested change
| - First put things into VC | |
| - First put things into version control (e.g. Github, Gitlab, Bitbucket, Codeberg) |
| # Version Control | ||
|
|
||
| - First put things into VC | ||
| - Then any changes/fixes can be tracked |
Member
There was a problem hiding this comment.
Maybe also something about better collaboration
| - Basic documentation | ||
| - Project files (e.g. project.toml for python etc) | ||
| - System dependencies (nix/guix/docker?) | ||
|
|
Member
There was a problem hiding this comment.
Add something about automatisation - creating (at least) scripts to run the simulation pipeline, produce figures etc
| - Accessibility | ||
| - Interoperability | ||
| - Reuse | ||
|
|
Member
There was a problem hiding this comment.
Notebooks and containers
| - Interoperability | ||
| - Reuse | ||
|
|
||
| $-- Maybe we should look at this retrospectively, and see what elements we covered and |
Member
There was a problem hiding this comment.
Reproducibility reviews - let new team members run the code according to documentation, and raise issues for things that are not clear/outdated.
Also, point towards reprohacks and other reproducibility initiatives.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will resolve #5.
The slides are currently written in markdown with the intention of using pandoc to convert to the final content format.