Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 945 Bytes

ASReview Projects for testing

This repository has asreview project files created in different versions for testing compatibility in the latest version.

Move test projects to .asreview/ folder

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

License

All work in this repository is CC0 licensed.

Contributors