Skip to content

Commit 1f1f282

Browse files
authored
Merge pull request #4 from ndporter/rdap_updates
Update first half based on RDAP pilot testing
2 parents a6196cc + 36f757d commit 1f1f282

5 files changed

Lines changed: 143 additions & 438 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ episodes/*html
33
site/*
44
!site/README.md
55

6+
#personal dev notes doc
7+
parking*
8+
69
# History files
710
.Rhistory
811
.Rapp.history

config.yaml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
# lc: Library Carpentry
99
# cp: Carpentries (to use for instructor training for instance)
1010
# incubator: The Carpentries Incubator
11-
carpentry: 'lc'
11+
carpentry: 'incubator'
1212

1313
# Overall title for pages.
14-
title: 'Open Qualitative Research'
14+
title: 'Open Qualitative Research with QualCoder'
1515

1616
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17-
created: '2023-08-17'
17+
created: '2025-02-01'
1818

1919
# Comma-separated list of keywords for the lesson
2020
keywords: 'software, data, lesson, The Carpentries, qualitative, library, open'
@@ -27,7 +27,7 @@ life_cycle: 'pre-alpha'
2727
license: 'CC-BY 4.0'
2828

2929
# Link to the source repository for this lesson
30-
source: 'https://github.com/LibraryCarpentry/lc-open-qualitative-research'
30+
source: 'https://github.com/ndporter/lc-open-qualitative-research-qualcoder'
3131

3232
# Default branch of your lesson
3333
branch: 'main'
@@ -36,31 +36,10 @@ branch: 'main'
3636
contact: 'ndporter@vt.edu'
3737

3838
# Navigation ------------------------------------------------
39-
#
40-
# Use the following menu items to specify the order of
41-
# individual pages in each dropdown section. Leave blank to
42-
# include all pages in the folder.
43-
#
44-
# Example -------------
45-
#
46-
# episodes:
47-
# - introduction.md
48-
# - first-steps.md
49-
#
50-
# learners:
51-
# - setup.md
52-
#
53-
# instructors:
54-
# - instructor-notes.md
55-
#
56-
# profiles:
57-
# - one-learner.md
58-
# - another-learner.md
5939

6040
# Order of episodes in your lesson
6141
episodes:
6242
- 01-introduction-to-qualitative-data.md
63-
- 02-setting-up-a-project.md
6443
- 03-best-practices-for-qualitative-coding.md
6544
- 04-qualitative-data-analysis.md
6645
- 05-saving-and-sharing-qualitative-data.md

0 commit comments

Comments
 (0)