Raw File
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/GPL-3.0-only",
    "codeRepository": "git+https://github.com/weinman/rescience2020reproducing-icpr2010.git",
    "dateCreated": "2020-09-18",
    "datePublished": "2020-05-08",
    "name": "Code and Data for \"[Rp] Reproducing: 'Typographical features for scene text recognition'\"",
    "identifier": "DOI:11084/23333",
    "description": "A collection of the scripts and libraries that generate the experiments and data used in Weinman (ICPR 2010) for the purposes of documenting the reproduction of the work as described in Weinman (ReScience 2020).",
    "applicationCategory": "Pattern Recognition",
    "developmentStatus": "unsupported",
    "referencePublication": "https://doi.org/10.1109/ICPR.2010.970",
    "keywords": [
        "scene text recognition"
    ],
    "programmingLanguage": [
        "Matlab",
        "Java",
        "C",
        "CUDA"
    ],
    "runtimePlatform": [
        "Matlab"
    ],
    "operatingSystem": [
        "Ubuntu 18.04 LTS"
    ],
    "softwareRequirements": [
        "Matlab 2018a",
        "Java 8"
    ],
    "relatedLink": [
        "http://doi.org/11084/23333"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0002-2247-8174",
            "givenName": "Jerod",
            "familyName": "Weinman",
            "email": "jerod@acm.org",
            "affiliation": {
                "@type": "Organization",
                "name": "Department of Computer Science, Grinnell College"
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "@id": "https://www.linkedin.com/in/alidaka",
            "givenName": "Augustus ",
            "familyName": "Lidaka"
        },
        {
            "@type": "Person",
            "@id": "https://www.linkedin.com/in/shitanshuaggarwal",
            "givenName": "Shitanshu",
            "familyName": "Aggarwal"
        }
    ]
}
back to top