-
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
558d62e
Update 01_principles.md
Cephalopd bbd5b67
Update 01_principles.md
Cephalopd e7682ec
Added additional text to section 2.3.3 Establish a Directory structur…
abfe819
Update 01_principles.md
Cephalopd 699b7ac
Update 02_primary_practices.md
Cephalopd 04ea2aa
Reverted 01_principles to cac7881. Fixed typo in 02_primary_practices
65affa1
Merge branch 'main' of github.com:Cephalopd/guide_reproducible_research
d849953
Added reference to the Library Research Data Management Guide in 2.2.…
786063a
Merge branch 'ucdavisdatalab:main' into main
Cephalopd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -570,6 +570,15 @@ your collaborators, and your audience. Make sure to document whatever directory | |
| structure you decide to use in your project's README (see | ||
| {numref}`file-manifests`). | ||
|
|
||
| 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: | ||
|
||
|
|
||
| * `data/` which includes `interviews/`, `fieldnotes/`, and `documents/` | ||
| * `coding/` which includes `themes/` and `memos/` | ||
| * `outputs/` which includes `analysis_summaries/` and `reports/` | ||
|
|
||
| :::{seealso} | ||
| For more examples of directory structures, see: | ||
|
|
||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.
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:
If 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):
Check that this doesn't undo any of your intentional changes (e.g., by running
git diff), and if everything looks good: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!