cproctor / qualitative-coding

Qualitative coding for computer scientists
Other
11 stars 3 forks source link

Issue importing demo #46

Closed cmaimone closed 3 months ago

cmaimone commented 3 months ago

Re: https://github.com/openjournals/joss-reviews/issues/7031

I followed the commands at https://qualitative-coding.readthedocs.io/en/latest/manuscript.html#exploring-an-existing-project but ran into an error when trying to init the project:

/Users/christina/Desktop/qc_demo % qc init --import ../demo.qdpx
../demo.qdpx is not a zipfile
cproctor commented 3 months ago

Thanks! I'm working now on reproducing this error, then will hopefully fix it.

cproctor commented 3 months ago

It's an issue with the curl command--the file that gets downloaded is actually a html file (change the extension to .html and you can open it in the browser). Working on the correct command to fetch the binary zip file.

cproctor commented 3 months ago

I decided to host the demo project on an external URL rather than as part of the repo. I've updated the docs with the new URL for the demo project (https://computationalliteracies.net/people/chris/demo.qdpx), and tested the tutorial workflow to confirm that it's working. Thanks!