Skip to content

asreview/asreview-project-files-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project files for ASReview for testing

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published