[
    {
        "Variant name": "main",
        "Reviewer name": "Julie Digne <julie.digne@liris.cnrs.fr>",
        "Is master variant (boolean)": true,
        "Is variant deprecated (boolean)": false,
        "Title": "Wasserstein Barycentric Coordinates: Histogram Regression Using Optimal Transport",
        "DOI": "10.1145/2897824.2925918",
        "Year": 2016,
        "ACM Keywords": [
            "Transportation",
            "Automatic Differentiation",
            "Computer Graphics"
        ],
        "Topic {Rendering, Animation and Simulation, Geometry, Images, Virtual Reality, Fabrication}": "Images",
        "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": "https://perso.liris.cnrs.fr/nicolas.bonneel/WassersteinBarycentricCoordinates/WBC.pdf",
        "PDF on Arxiv or any openarchive initiatives (boolean)": true,
        "Arxiv/OAI page URL": "https://hal.archives-ouvertes.fr/hal-01303148",
        "Project URL": "https://perso.liris.cnrs.fr/nicolas.bonneel/WassersteinBarycentricCoordinates/",
        "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://perso.liris.cnrs.fr/nicolas.bonneel/WassersteinBarycentricCoordinates/CodeWBC.zip",
        "Code URL2": "",
        "MD5 sum (for archives)": "f0c73dbc0f0fa9fc454b49e9e3c09dc5",
        "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)": "GPL",
        "Are the code authors explicit? (boolean)": true,
        "Build/Configure mechanism": "Makefile",
        "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)": true,
        "If not able to perform a test, was it due to missing hardware/software? (boolean)": false,
        "Documentation score {0=NA,1,2,3}": 2,
        "Dependencies score {0=NA, 1,2,3,4,5}": 0,
        "Build/configure score {0=NA, 1,2,3,4,5}": 5,
        "Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 5,
        "Replicate paper results score {0=NA, 1,2,3,4,5}": 3,
        "Adaptability score to other contexts {0=NA, 1,2,3,4,5}": 4,
        "Time spent for the test (code download to first successful run, [0,10], 10min slots, 100min max)": 1,
        "Operating system for the test": "Linux",
        "Build instructions/comments": "To compile with the provided Makefile, I had to replace line28 in inverseWasserstein.h by #include \"lbfgs/lbfgs.h\", and in lbfgs/lbgs.cpp replace line 73 by #include \"lbfgs.h\" . The code for the applications presented in the paper is not available.",
        "Misc. comments": "",
        "Software language": "C/C++"
    }
]