diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 7076ddd..18ab765 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -43,7 +43,7 @@ This workflow does the following: #### Caching This workflow has two caches; one cache is for the lesson infrastructure and -the other is for the the lesson dependencies if the lesson contains rendered +the other is for the lesson dependencies if the lesson contains rendered content. These caches are invalidated by new versions of the infrastructure and the `renv.lock` file, respectively. If there is a problem with the cache, manual invaliation is necessary. You will need maintain access to the repository diff --git a/.github/workflows/sandpaper-version.txt b/.github/workflows/sandpaper-version.txt index f2f6c13..ea98690 100644 --- a/.github/workflows/sandpaper-version.txt +++ b/.github/workflows/sandpaper-version.txt @@ -1 +1 @@ -0.16.11 +0.16.12 diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..cfb1b86 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +cff-version: 1.2.0 +message: "If you use this lesson, please cite it as below." +type: dataset +title: "Open Qualitative Research with Taguette" +authors: + - family-names: Porter + given-names: Nathaniel + - family-names: Karcher + given-names: Sebastian +abstract: "Familiarizes learners with the application of open science principles to qualitative research. Focuses on documents or transcribed text in a variety of data formats. Learners practice working with secondary qualitative data from the Qualitative Data Repository (QDR) in the free software QualCoder." +keywords: + - qualitative research + - open science + - qualcoder + - QDR + - coding +license: CC-BY-4.0 +version: 1.0.0 +date-released: 2025-12-23 +repository-code: "https://github.com/LibraryCarpentry/lc-qualitative-taguette/" +url: "https://librarycarpentry.github.io/lc-qualitative-taguette/"