Skip to content

Commit c8eabe0

Browse files
committed
add blogpost and ressources
1 parent c7ffe60 commit c8eabe0

119 files changed

Lines changed: 1157 additions & 453 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.

docs/blog/2019-01-15-QualCoder__free_qualitative_data_analysis.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[QualCoder: free qualitative data analysis](https://qualcoder.wordpress.com/2019/01/15/qualcoder-free-qualitative-data-analysis/)
8+
QualCoder is software that helps with qualitative data analysis.With QualCoder you can code text, images and video, write journal notes and memos. Categorise codes into a hierarchical categorisation scheme (similar to Nvivo). Reports can be generated for text coding and for coder comparison with the Cohen’s Kappa statistic. A graph displaying codes and categories can be generated to visualise the coding hierarchy.
99

10-
Introduction to QualCoder for free qualitative data analysis.
10+
QualCoder files have been uploaded to github: https://github.com/ccbogel/QualCoder
11+
12+
QualCoder has been written in python3 and pyqt5. It has been tested on Linux Mint and Ubuntu, but not on Windows so far.
13+
14+
It was developed out of PyQDA which in turn was inspired by RQDA. However, QualCoder has a different database structure and is not directly compatible with PyQDA or RQDA.
15+
16+
I hope it generates some interest and that people can use it for their needs and give me feedback to improve QualCoder.

docs/blog/2019-01-19-Images_in_coding_reports.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Images in coding reports](https://qualcoder.wordpress.com/2019/01/19/images-in-coding-reports/)
98

10-
Images in coding reports.
9+
10+
I have made some improvements to the coding reports section. Reports now show coded image sections. Text and image codings can be exported to open document ODT format and to html format.
11+
12+
coding report with images
13+

docs/blog/2019-02-01-Case_matrix_report.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Case matrix report](https://qualcoder.wordpress.com/2019/02/01/case-matrix-report/)
8+
In the coding reports a case matrix is now available. Select your codes and categories and cases as normal. The run the Search.
9+
10+
The output will show the codings on the left and on the right a case matrix table is shown. The matrix shows each case as a row and each top-level category (or theme) as a column. Each cell in the matrix show the coded text and images.
11+
12+
matrix1.pngThe code selection tree may be hidden on the left-hand side of the window, you can drag this across with the mouse. Similarly, you can drag the matrix to fill the screen.
913

10-
Case matrix report feature.

docs/blog/2019-02-15-User_Manual.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[User Manual](https://qualcoder.wordpress.com/2019/02/15/user-manual/)
9-
10-
User manual for QualCoder.
8+
It was recommended that I make a user manual. So I have spent some time and written a QualCoder User Manual in PDF format. The manual is in English. This can be found on the github site: https://github.com/ccbogel/QualCoder

docs/blog/2019-02-21-Windows_10_testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Windows 10 testing](https://qualcoder.wordpress.com/2019/02/21/windows-10-testing/)
8+
Testing of the various functionalities of QualCoder has been performed on Windows 10. Several minor issues were identified and resolved. Functionality appears to be error free.
99

10-
Testing on Windows 10.
10+
One quirk is with exporting reports using ODT file format (this is the default format for LibreOffice) and then opening the ODT document with Microsoft Word rather than LibreOffice. If the report contains multiple images, the images in the document when opened using Word overlap. This can be fixed within the opened document by moving the images around. Below is an example of overlapping images in ODT format opened with Word:

docs/blog/2019-03-09-Audio_and_video_--_initial_development.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Audio and video -- initial development](https://qualcoder.wordpress.com/2019/03/09/audio-and-video-initial-development/)
8+
Audio and video files can be imported into QualCoder in the following formats: wav, mp3, mov, mp4, ogg, wmv.
99

10-
Initial development of audio and video features.
10+
You do need to have the vlc media player installed. See their site for details: https://www.videolan.org/vlc/
11+
12+
Or you can download through the Windows Store. Alternatively, on linux you can add vlc using the terminal (or run the install script):
13+
14+
```
15+
sudo apt install vlc qtwayland5
16+
```
17+
18+
Audio and video segments can be coded. Currently, the only way to obtain reports on coded segments or delete coded segments is through the sql_dialog window. Further work will be implemented to improve these functions.
19+
20+
The audio or video is shown in its own dialog window and the controls, codes and transcript is shown in a separate dialog, as illustrated below.

docs/blog/2019-03-14-Audio_and_Video_coding.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Audio and Video coding](https://qualcoder.wordpress.com/2019/03/14/audio-and-video-coding/)
9-
10-
Audio and video coding feature.
8+
Audio and video can be coded in the code_av dialog. One screen shows the video the other contains the coding and video controls. Coded segments are shown in the upper section of the pane. Hovering the mouse over a coded segment give you detail about that segment. Right-clicking brings up a menu where you can add a memo, play the video from that point, or delete the segment.

docs/blog/2019-03-27-Debian_Package.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Debian Package](https://qualcoder.wordpress.com/2019/03/27/debian-package/)
8+
The latest Debian package qualcoder-1.4.deb is available from https://github.com/ccbogel/QualCoder-Debians
99

10-
Debian package for QualCoder.
10+
This is for easy instillation on Debian based Linux systems such as Debian, Ubuntu and Linux Mint.
11+
12+
It may not be standards compliant but it works. It creates an application launcher or you can run it from the terminal via the following command:
13+
14+
python3 /usr/share/qualcoder/qualcoder.py
15+
16+
Post updated 27 Oct 2019

docs/blog/2019-05-09-Windows_10_and_VLC_versions.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ author: ccbogel
55
category: Misc
66
---
77

8-
[Windows 10 and VLC versions](https://qualcoder.wordpress.com/2019/05/09/windows-10-and-vlc-versions/)
8+
On Windows 10, the standard qualcoder with vlc does not run. I added a qualcoder_non_av folder so that Windows users who get an error with vlc can use this version instead. This version does not allow audio/video coding or viewing.
99

10-
Compatibility with Windows 10 and VLC versions.
10+
I think the key problem is some programs are written for 32 bit architecture and some are written for 64 bit architecture.
11+
12+
This means: If you have a 32 bit python installed and a 64 bit vlc installed (or vice-versa, a 64 bit python and 32 bit vlc) QualCoder will not run as the two architectures do not talk to each other.
13+
14+
The easiest solution is to install a vlc bit version that matches the python bit version. This should then allow QualCoder to first run and open, and secondly to work with audio and video.
15+
16+
This image shows I am running Python in 32 bit architecture:
17+
18+
python32.png
19+
20+
This image, from the task manager, shows vlc is running as 64 bit architecture. If it was 32 bit is would be noted as such in brackets.
21+
22+
![](images/task_manager.png)

docs/blog/2019-08-01-Audio_tracks.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ date: 2019-08-01
44
author: ccbogel
55
category: Misc
66
---
7+
I have added an option to audio/video coding where the media has multiple audio tracks. It is now possible to select from multiple audio tracks when viewing or coding a video. This is providing the video contains multiple audio tracks.
78

8-
[Audio tracks](https://qualcoder.wordpress.com/2019/08/01/audio-tracks/)
9-
10-
Audio tracks feature.

0 commit comments

Comments
 (0)