-
Notifications
You must be signed in to change notification settings - Fork 17
/
paper.json
30 lines (30 loc) · 1.02 KB
/
paper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-9354-6851",
"@type": "Person",
"email": "[email protected]",
"name": "Nitin Madnani",
"affiliation": "Educational Testing Service"
},
{
"@id": "0000-0002-8213-3362",
"@type": "Person",
"email": "[email protected]",
"name": "Anastassia Loukina",
"affiliation": "Educational Testing Service"
}
],
"identifier": "",
"codeRepository": "https://github.com/EducationalTestingService/rsmtool",
"datePublished": "2016-06-27",
"dateModified": "2016-06-27",
"dateCreated": "2016-06-27",
"description": "RSMTool is a collection of tools for researchers working on statistical models for automated scoring of written and spoken responses in an educational context.",
"keywords": "educational applications, scoring models, statistics, visualization",
"license": "Apache 2.0",
"title": "RSMTool",
"version": "5.0.2"
}