[
    {
        "Variant name": "main",
        "Reviewer name": "David Coeurjolly <david.coeurjolly@liris.cnrs.fr>",
        "Is master variant (boolean)": true,
        "Is variant deprecated (boolean)": false,
        "Title": "Eulerian-on-lagrangian cloth simulation",
        "DOI": "10.1145/3197517.3201281",
        "Year": 2018,
        "ACM Keywords": [
            "Physical simulation"
        ],
        "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://faculty.cs.tamu.edu/sueda/projects/eol-cloth/WPLS2018.pdf",
        "PDF on Arxiv or any openarchive initiatives (boolean)": false,
        "Arxiv/OAI page URL": "",
        "Project URL": "http://faculty.cs.tamu.edu/sueda/projects/eol-cloth/",
        "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": "https://github.com/sueda/eol-cloth",
        "Code URL2": "",
        "MD5 sum (for archives)": "",
        "git/hg/svn commit hash or revision number": "cc8f24eef81283c541b859c05dd8ceed7813271f",
        "MD5 sum (for archives) URL2": "",
        "git/hg/svn commit hash or revision number URL2": "",
        "Software Heritage permalink": "https://archive.softwareheritage.org/swh:1:dir:3cf660564fbd5ff745cd749088cf46801304ca69;origin=https://github.com/sueda/eol-cloth/",
        "Software type {Code, Binary, Partial Code}": "Code",
        "Code License (if any)": "MIT",
        "Are the code authors explicit? (boolean)": true,
        "Build/Configure mechanism": "CMakeLists",
        "Dependencies": "",
        "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}": 4,
        "Build/configure score {0=NA, 1,2,3,4,5}": 4,
        "Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 5,
        "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)": 5,
        "Operating system for the test": "Mac OS",
        "Build instructions/comments": "Hardcoded path in the CMakeLists\n\nNeeds MOSEK or GUROBI (commercial free for academic) for the \"online\" mode (optional)\n\nNeeded to replace path\\file to path/file\nOpenmp not mentioned in the deps (I have commented the #include<omp.h>)\n\nBuild issue :\n                                                ^\n/Users/tmp/eol-cloth/src/parseParams.cpp:52:3: error: call to function 'parse'\n      that is neither visible in the template definition nor found by argument-dependent lookup",
        "Misc. comments": "",
        "Software language": "C/C++"
    }
]