Skip to content

Commit dffa79a

Browse files
committed
source commit: 99ea3ce
0 parents  commit dffa79a

102 files changed

Lines changed: 8874 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

6 KB
Binary file not shown.

01-introduction-to-qualitative-data.md

Lines changed: 269 additions & 0 deletions
Large diffs are not rendered by default.

03-best-practices-for-qualitative-coding.md

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

04-qualitative-data-analysis.md

Lines changed: 368 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: 'Saving and Sharing Qualitative Data'
3+
teaching: 30
4+
exercises: 30
5+
---
6+
7+
::: questions
8+
9+
- How can QualCoder projects be shared or archived in common data formats?
10+
- What are the advantages of sharing qualitative data?
11+
- What can I do to continue learning?
12+
13+
:::
14+
15+
::: objectives
16+
17+
- Recognize reasons to consider archiving or sharing qualitative data
18+
- Practice import/export of various parts of QualCoder projects
19+
20+
:::
21+
22+
Many qualitative researchers prefer not to share or archive their data and analysis. In large part, this is because of the amount of interpretive labor they invest, along with frequent direct trusted connections with groups and individuals being studied. This trust can take time to develop before and during data collection, whether as participants or observers.
23+
24+
There are important advantages to archiving and sharing data, however, even for qualitative data. Each researcher ultimately must make their own decisions, but this final section will outline potential values and risks of archiving or sharing data, as well as how to go about doing so in QualCoder.
25+
26+
::: callout
27+
28+
Data sharing and interchangeable data formats have only recently become somewhat widespread in qualitative research. Be aware that information in this section may rapidly become out of date, and if in doubt, consult with a human subjects protection board, archivist, or librarian at your institution or the [Qualitative Data Repository][qdr] before sharing data.
29+
30+
## Import and export in QualCoder
31+
32+
QualCoder projects are automatically saved to your local computer as you make changes to them.We previously used the `REFI-QDA Project import` functionality (in the `Project - Import` menu) to import Dr. Mannheimer's analyzed project.
33+
34+
To share a project with another QualCoder user only requires copying the directory you set up when you created the project. To share with users of other CAQDAS, however, you need to export the project with the `Project - Export - REFI-QDA Project export` dialog. Choose an option on the warning screen; if you're not sure, choose the default option. Choose or create a directory for the project and click `Open`. This will create a file ending in `QDPX`.
35+
36+
`QDPX` files use the [`REFI-QDA Project` standard](https://www.qdasoftware.org/project), an XML-based archive format that stores both source files and core components of qualitative projects in a way that most major CAQDAS packages can recognize and import. The components that can be included are below (* indicates a feature is not fully supported in imports/exports as of QualCoder 3.6).
37+
38+
- sources (text, PDF, image and multimedia formats)*
39+
- segments (specified chunks of materials/data identified as meaningful by the user)
40+
- codes (labelled ‘tags’ attached to segments)
41+
- annotations (comments attached to segments, codes, sources or links)
42+
- memos (writing spaces for analytical notes, either standalone or attached to sources and/or codes)
43+
- links between codes, segments or memos
44+
- cases
45+
- sets/groups of entities*
46+
- visual representations of linked entities in the project*
47+
- user information
48+
49+
You can also export only the codebook (`REFI-QDA Codebook export`) if you only want to share the names of codes and structure of the coding tree. This can be used by researchers with similar data to create a parallel coding structure, without the potential risks of sharing raw data. Codebook export files end in `QDC` instead of `QDPX`.
50+
51+
For more information on imports and exports, see the [QualCoder Manual](https://github.com/ccbogel/QualCoder/wiki/6.1.-Imports-and-Exports).
52+
53+
::: callout
54+
55+
### Other qualitative data formats
56+
57+
Each major CAQDAS package has its own proprietary data format, specialized to its features. In most cases, projects cannot be moved between software in these formats, although QualCoder does provide direct import for [`RQDA`](http://rqda.r-forge.r-project.org/) data. Data files in some software may also be restricted to specific platforms (Windows or Mac) or software versions. In general, we recommend keeping a copy of your final project in both the original format and in `QDPX` format.
58+
59+
:::
60+
61+
## Data sharing for collaboration
62+
63+
Working with collaborators is one of the most common reasons for sharing qualitative projects. QualCoder doesn't offer a cloud storage service that would enable real-time sharing, but projects can be stored on a secure shared storage platform (such as Google Drive or Microsoft OneDrive) and used by multiple users.
64+
65+
Here are a few tips to keep in mind to improve the collaborative QualCoder experience:
66+
67+
1. Plan ahead to ensure only one collaborator at a time is using the data. Making changes to a project on multiple computers simultaneously may lead to data loss, and you may not even realize anything is missing or corrupted immediately.
68+
2. When working collaboratively, make sure to change the active user in `Project - Settings` every time you open the project. This ensures coding and other changes can be tracked by user, and also allows for later comparison of coding or *inter-rater reliability* calculations with `Coding comparison` reports.
69+
3. If multiple people are coding the same text, it may be easier to agree on a single coding scheme and create the code tree before starting the coding process.
70+
4. If adding codes after initial tree creation in a collaborative project, consider placing them under a `Draft codes` category and using journals or code memos to document your reasoning until you are able to discuss them with your team.
71+
72+
## Exporting project elements
73+
74+
Sometimes, however, you only want to share a specific portion of the project with collaborators. Most views and reports in QualCoder can be exported in a variety of formats, including `XLS` or `CSV` (spreadsheet), `HTML` (webpage), and `TXT` (plain text). Unlike sharing a whole project, exporting individual project elements gives fine-grained control over the setup of the exported file.
75+
76+
## Transparency and reuse
77+
78+
Certain scientific disciplines have called for research transparency, including sharing data and analytic procedures, with momentum growing in many social sciences. Until recently, that effort was primarily applied to quantitative data, such as surveys, experiments, and "big data" gathered from the internet.
79+
80+
A small number of initiatives are working to change that perception and promote the thoughtful, informed, careful sharing of qualitative and mixed methods data as well, led in part by the [Qualitative Data Repository][qdr] and enabled by improvements in sharing like `REFI-QDA`.
81+
82+
## Helping future you
83+
84+
If the arguments above don't convince you that it's good and worth the effort to archive qualitative data securely, there is one more important case to be made.
85+
86+
Archiving your data in an open and interchangeable format that is backed up in multiple locations can help future you. If your only copy of your project is on your laptop and it is lost or destroyed before analysis and review are complete, or if you decide you want to do additional analysis later, there isn't much that can be done short of repeating a large amount of work.
87+
88+
QualCoder only stores data on your computer. Whether or not you plan to share or reuse your data, consider exporting your project at key points, such as after you've completed initial or axial coding.
89+
90+
## Next steps
91+
92+
This lesson has covered basic principles of qualitative research, as well as how to use Taguette for qualitative coding and data analysis. With that foundation, the next step is to find or collect your own data and try it for yourself.
93+
94+
In addition to the Qualitative Data Repository (used and discussed here), some other social science data archives such as ICPSR have qualitative sections. For qualitative content analysis, there are thousands of open-access archives of documents, research, education resources, and even entire books.
95+
96+
:::
97+
98+
::: keypoints
99+
100+
- Archiving and sharing qualitative data can help you, your collaborators, and other researchers
101+
- QualCoder's import and export options can help you share key components of your work
102+
- There are many resources available to continue learning about qualitative research and finding, reusing and sharing qualitative data
103+
104+
:::

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Contributor Code of Conduct"
3+
---
4+
5+
As contributors and maintainers of this project,
6+
we pledge to follow the [The Carpentries Code of Conduct][coc].
7+
8+
Instances of abusive, harassing, or otherwise unacceptable behavior
9+
may be reported by following our [reporting guidelines][coc-reporting].
10+
11+
12+
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
13+
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html

LICENSE.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "Licenses"
3+
---
4+
5+
## Instructional Material
6+
7+
All Carpentries (Software Carpentry, Data Carpentry, and Library Carpentry)
8+
instructional material is made available under the [Creative Commons
9+
Attribution license][cc-by-human]. The following is a human-readable summary of
10+
(and not a substitute for) the [full legal text of the CC BY 4.0
11+
license][cc-by-legal].
12+
13+
You are free:
14+
15+
- to **Share**---copy and redistribute the material in any medium or format
16+
- to **Adapt**---remix, transform, and build upon the material
17+
18+
for any purpose, even commercially.
19+
20+
The licensor cannot revoke these freedoms as long as you follow the license
21+
terms.
22+
23+
Under the following terms:
24+
25+
- **Attribution**---You must give appropriate credit (mentioning that your work
26+
is derived from work that is Copyright (c) The Carpentries and, where
27+
practical, linking to <https://carpentries.org/>), provide a [link to the
28+
license][cc-by-human], and indicate if changes were made. You may do so in
29+
any reasonable manner, but not in any way that suggests the licensor endorses
30+
you or your use.
31+
32+
- **No additional restrictions**---You may not apply legal terms or
33+
technological measures that legally restrict others from doing anything the
34+
license permits. With the understanding that:
35+
36+
Notices:
37+
38+
* You do not have to comply with the license for elements of the material in
39+
the public domain or where your use is permitted by an applicable exception
40+
or limitation.
41+
* No warranties are given. The license may not give you all of the permissions
42+
necessary for your intended use. For example, other rights such as publicity,
43+
privacy, or moral rights may limit how you use the material.
44+
45+
## Software
46+
47+
Except where otherwise noted, the example programs and other software provided
48+
by The Carpentries are made available under the [OSI][osi]-approved [MIT
49+
license][mit-license].
50+
51+
Permission is hereby granted, free of charge, to any person obtaining a copy of
52+
this software and associated documentation files (the "Software"), to deal in
53+
the Software without restriction, including without limitation the rights to
54+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
55+
of the Software, and to permit persons to whom the Software is furnished to do
56+
so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all
59+
copies or substantial portions of the Software.
60+
61+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67+
SOFTWARE.
68+
69+
## Trademark
70+
71+
"The Carpentries", "Software Carpentry", "Data Carpentry", and "Library
72+
Carpentry" and their respective logos are registered trademarks of [Community
73+
Initiatives][ci].
74+
75+
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
76+
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
77+
[mit-license]: https://opensource.org/licenses/mit-license.html
78+
[ci]: https://communityin.org/
79+
[osi]: https://opensource.org

alternative-software-options.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Alternative Software Options'
3+
---
4+
5+
QualCoder is only one in a robust range of QDAS software options, including both free and paid software. For more information on other options, visit the [qualitative tools library guide](https://guides.lib.vt.edu/c.php?g=1366465&p=10095046) from the Virginia Tech University Libraries.

config.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)?
6+
# swc: Software Carpentry
7+
# dc: Data Carpentry
8+
# lc: Library Carpentry
9+
# cp: Carpentries (to use for instructor training for instance)
10+
# incubator: The Carpentries Incubator
11+
carpentry: 'lc'
12+
13+
# Overall title for pages.
14+
title: 'Open Qualitative Research with QualCoder'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2025-02-01'
18+
19+
# Comma-separated list of keywords for the lesson
20+
keywords: 'software, data, lesson, The Carpentries, qualitative, library, open'
21+
22+
# Life cycle stage of the lesson
23+
# possible values: pre-alpha, alpha, beta, stable
24+
life_cycle: 'beta'
25+
26+
# License of the lesson materials (recommended CC-BY 4.0)
27+
license: 'CC-BY 4.0'
28+
29+
# Link to the source repository for this lesson
30+
source: 'https://github.com/librarycarpentry/lc-qualitative-qualcoder'
31+
32+
# Default branch of your lesson
33+
branch: 'main'
34+
35+
# Who to contact if there are any issues
36+
contact: 'ndporter@vt.edu'
37+
38+
# Navigation ------------------------------------------------
39+
40+
# Order of episodes in your lesson
41+
episodes:
42+
- 01-introduction-to-qualitative-data.md
43+
- 03-best-practices-for-qualitative-coding.md
44+
- 04-qualitative-data-analysis.md
45+
- 05-saving-and-sharing-qualitative-data.md
46+
47+
# Information for Learners
48+
learners:
49+
- alternative-software-options.md
50+
- understanding-refi-qda.md
51+
52+
# Information for Instructors
53+
instructors:
54+
55+
# Learner Profiles
56+
profiles:
57+
58+
# Customisation ---------------------------------------------
59+
#
60+
# This space below is where custom yaml items (e.g. pinning
61+
# sandpaper and varnish versions) should live
62+
63+
Binary file not shown.

0 commit comments

Comments
 (0)