-
Notifications
You must be signed in to change notification settings - Fork 4
Updated Section 2.3.2 to include qualitative research notes #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…e to include guidance for qualitative data. Specifically a new paragraph and new bullet points with example folders.
chapters/01_principles.md
Outdated
| (introduction)= | ||
| # Principles of Reproducibility | ||
|
|
||
| Blah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is left over from when we did the demo of how to build the reader.
Could you please restore this file to the version in commit cac7881?
-
Check that you don't have any uncommitted changes to the file by running:
git statusIf the file has changes, you can use
git stashto temporarily save and remove them (andgit stash popto bring them back later). -
Then run (at the top level of the repository):
git restore -s cac7881 chapters/01_principles.md -
Check that this doesn't undo any of your intentional changes (e.g., by running
git diff), and if everything looks good:git add chapters/01_principles.md git commit git push
Thanks, and let me know if anything I wrote doesn't make sense!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did that. and did the push. Do I need to do anything further?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good now!
chapters/02_primary_practices.md
Outdated
| If your research is more qualitative in nature than quantitive, the same basic | ||
| principles of organization apply. However the overall goal may be to show iterative | ||
| analysis, reflection, and ethical managment of sensitive materials rather than rigid | ||
| data pipeline processng. For instance, your directory structur might include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: structur
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the typo and did another push.
Removed "Blah" from testing.
Fixed typo in "structure"
|
@Cephalopd this looks good in terms of the book and Git. I've added @elisehellwig as a reviewer to this PR since it looks like she's the content reviewer for this topic. |
elisehellwig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
…1 Backups section as a See Also box.
elisehellwig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I think you can merge this into main now Beth.
Added an additional paragraph to section 2.3.2 detailing how qualitative research data might differ from quantitative. Included bullet points with specific examples.