Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/release-notes/12163-REFI-QDA-types
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This release adds support to map *.qdc and *.qdpx files as [REFI-QDA standard](https://www.qdasoftware.org/) Codebook and Project files for qualitative data analysis, which allows them to be used with the
new REFI QDA Previewers at https://github.com/gdcc/dataverse-previewers.

Note that, to enable existing qdc and qdpx files to be used with the previewers, their Mimetypes will ned to be reassigned (by api (https://guides.dataverse.org/en/latest/api/native-api.html#redetect-file-type) or in the database) or their existing types used when configuring the previewers.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ png=image/png
pptx=application/vnd.openxmlformats-officedocument.presentationml.presentation
prj=application/prj
py=text/x-python
qdc=text/x-xml-refiqda
qdpx=application/x-zip-refiqda
rar=application/rar
sas=application/x-sas
sbn=application/sbn
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/propertyFiles/MimeTypeDisplay.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ text/x-markdown=Markdown Text
text/x-r-markdown=R Markdown Text
application/rtf=Rich Text Format
text/x-rst=reStructuredText
text/x-xml-refiqda=REFI-QDA
text/rtf=Rich Text Format
text/richtext=Rich Text Format
text/turtle=Turtle RDF
Expand Down Expand Up @@ -227,5 +228,6 @@ application/octet-stream=Unknown
application/x-docker-file=Docker Image File
application/x-vagrant-file=Vagrant Image File
application/ld+json;\u0020profile\u003d\u0022http\u003a//www.w3.org/ns/json-ld#flattened\u0020http\u003a//www.w3.org/ns/json-ld#compacted\u0020https\u003a//w3id.org/ro/crate\u0022=RO-Crate metadata
application/x-zip-refiqda=REFI-QDA-Project
# Dataverse-specific
application/vnd.dataverse.file-package=Dataverse Package