This repository has asreview project files created in different versions for testing compatibility in the latest version.
MacOS code to download project files and move to ./asreview
folder.
curl -o ~/Downloads/projects.zip -LOk https://github.com/asreview/asreview-project-files-testing/archive/master.zip
unzip ~/Downloads/projects.zip -d ~/Downloads/asreview_projects/
rm -f ~/Downloads/projects.zip
mkdir -p ~/Downloads/.asreview
for dir in ~/Downloads/asreview_projects/asreview-project-files-testing-master/*/
do
dir=${dir%*/}
mv ${dir}/* ~/.asreview
done
All work in this repository is CC0 licensed.