[
    {
        "Variant name": "main",
        "Reviewer name": "Julie Digne <julie.digne@liris.cnrs.fr>",
        "Is master variant (boolean)": true,
        "Is variant deprecated (boolean)": false,
        "Title": "High-Order Similarity Relations in Radiative Transfer",
        "DOI": "10.1145/2601097.2601104",
        "Year": 2014,
        "ACM Keywords": [
            "3D imaging",
            "Animation"
        ],
        "Topic {Rendering, Animation and Simulation, Geometry, Images, Virtual Reality, Fabrication}": "Rendering",
        "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://www.cs.cornell.edu/projects/translucency/downloads/similarity-sg14.pdf",
        "PDF on Arxiv or any openarchive initiatives (boolean)": false,
        "Arxiv/OAI page URL": "",
        "Project URL": "http://www.cs.cornell.edu/projects/translucency/",
        "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://www.cs.cornell.edu/projects/translucency/downloads/similarity-sg14-code.zip",
        "Code URL2": "",
        "MD5 sum (for archives)": "3a8cf298ea1cace6c4fb8e9efca115c5",
        "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)": "unspecified",
        "Are the code authors explicit? (boolean)": false,
        "Build/Configure mechanism": "Not applicable (python, Matlab..)",
        "Dependencies": "Matlab",
        "Does the software require paywall/proprietary software/material (boolean)?": true,
        "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)": true,
        "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}": 0,
        "Build/configure score {0=NA, 1,2,3,4,5}": 0,
        "Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 5,
        "Replicate paper results score {0=NA, 1,2,3,4,5}": 5,
        "Adaptability score to other contexts {0=NA, 1,2,3,4,5}": 5,
        "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": "To make it work with matlab 2019b, in ComputeAlteredParameters.m, change the matlab solver from 'active-set' to 'interior-point-convex' : line 119, opt = optimset('LargeScale', 'off',             'Algorithm', 'interior-point-convex', 'Display', 'off', 'MaxIter', 10000); method 'active-set' no longer exists. Reproduces figs 1 and 8 in the paper (file demo.m)",
        "Misc. comments": "",
        "Software language": "Matlab / Mathematica / .."
    }
]