[
    {
        "Variant name": "main",
        "Reviewer name": "David Coeurjolly <david.coeurjolly@liris.cnrs.fr>",
        "Is master variant (boolean)": true,
        "Is variant deprecated (boolean)": false,
        "Title": "Adaptive Tearing and Cracking of Thin Sheets",
        "DOI": "10.1145/2601097.2601132",
        "Year": 2014,
        "ACM Keywords": [
            "Animation",
            "Simulation by animation"
        ],
        "Topic {Rendering, Animation and Simulation, Geometry, Images, Virtual Reality, Fabrication}": "Animation and Simulation",
        "Co-authors from academia (boolean)": true,
        "Co-authors from industry (boolean)": false,
        "ACM Open Access (boolean)": false,
        "PDF on the authors' webpage / institution (boolean)": true,
        "PDF URL": "http://graphics.berkeley.edu/papers/Pfaff-ATC-2014-07/Pfaff-ATC-2014-07.pdf",
        "PDF on Arxiv or any openarchive initiatives (boolean)": false,
        "Arxiv/OAI page URL": "",
        "Project URL": "http://graphics.berkeley.edu/papers/Pfaff-ATC-2014-07/",
        "Code available (boolean)": true,
        "If code not available, pseudo-code available (boolean)": false,
        "If pseudo-code, could the paper be trivially implemented? {0..4}": "",
        "Code URL": "http://graphics.eecs.berkeley.edu/site_root/resources/ARCSim/",
        "Code URL2": "http://graphics.eecs.berkeley.edu/site_root/resources/ARCSim/arcsim-0.3.1.tar.gz",
        "MD5 sum (for archives)": "3df8fdbd84b2d902baf30aabc02bef06",
        "git/hg/svn commit hash or revision number": "",
        "MD5 sum (for archives) URL2": "",
        "git/hg/svn commit hash or revision number URL2": "",
        "Software Heritage permalink": "",
        "Software type {Code, Binary, Partial Code}": "Code",
        "Code License (if any)": "Copyright (c)2013 The Regents of the University of California (Regents). (see LICENSE for details)",
        "Are the code authors explicit? (boolean)": false,
        "Build/Configure mechanism": "Makefile",
        "Dependencies": "boost / libpng /BLAS/ freeglut / gfortran / lapack",
        "Does the software require paywall/proprietary software/material (boolean)?": false,
        "Does the code need data (not examples) (boolean)": false,
        "Nature of the data (pretrained model, LUT...)": "",
        "License of the data": "",
        "Able to perform a replicability test (boolean)": false,
        "If not able to perform a test, was it due to missing hardware/software? (boolean)": false,
        "Documentation score {0=NA,1,2,3}": 1,
        "Dependencies score {0=NA, 1,2,3,4,5}": 2,
        "Build/configure score {0=NA, 1,2,3,4,5}": 1,
        "Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 0,
        "Replicate paper results score {0=NA, 1,2,3,4,5}": 0,
        "Adaptability score to other contexts {0=NA, 1,2,3,4,5}": 0,
        "Time spent for the test (code download to first successful run, [0,10], 10min slots, 100min max)": 3,
        "Operating system for the test": "Linux",
        "Build instructions/comments": "I got a C++ issue when building the project on MacOS (after setting a -std=c+11 in the Makefile.mac):\n\nIn file included from src/auglag.cpp:27:\nIn file included from src/optimization.hpp:30:\nsrc/sparse.hpp:118:18: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::fstream' (aka 'basic_fstream<char>'))\n    file << \"}]\" << file;\n    ~~~~~~~~~~~~ ^  ~~~~\n\n. On both linux/macos, the TAUCS dependency cannot be built due to a missing \"intel cilk\" library which should be optional but the configure was not able to handle the issue (no  'taucs_config_tests.h' generated).",
        "Misc. comments": "The paper code seems to be included in the ARCSIM project. I wasn't able to check the part of the software containing it (few documentation and build issues).",
        "Software language": "C/C++"
    }
]