-
Notifications
You must be signed in to change notification settings - Fork 33
/
codemeta.json
79 lines (79 loc) · 3.21 KB
/
codemeta.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0003-4169-2616",
"@type": "Person",
"email": "[email protected]",
"name": "Luke Johnston",
"affiliation": "Department of Nutritional Sciences, University of Toronto; Department of Public Health, Aarhus University"
},
{
"@id": "0000-0002-5813-4664",
"@type": "Person",
"email": "[email protected]",
"name": "Madeleine Bonsma-Fisher",
"affiliation": "Department of Physics, University of Toronto"
},
{
"@id": "0000-0003-0051-3239",
"@type": "Person",
"email": "[email protected]",
"name": "Joel Ostblom",
"affiliation": "Institute of Biomaterials and Biomedical Engineering, University of Toronto"
},
{
"@id": "0000-0003-0002-8399",
"@type": "Person",
"email": "[email protected]",
"name": "Ahmed Hasan",
"affiliation": "Department of Cell and Systems Biology, University of Toronto"
},
{
"@id": "0000-0002-5921-2548",
"@type": "Person",
"email": "[email protected]",
"name": "James Santangelo",
"affiliation": "Department of Ecology and Evolutionary Biology, University of Toronto"
},
{
"@id": "0000-0003-3504-4524",
"@type": "Person",
"email": "[email protected]",
"name": "Lina Tran",
"affiliation": "Department of Physiology, University of Toronto"
},
{
"@id": "0000-0001-7310-8942",
"@type": "Person",
"email": "[email protected]",
"name": "Elliott Sales de Andrade",
"affiliation": "Department of Physics, University of Toronto"
},
{
"@id": "0000-0001-8126-3571",
"@type": "Person",
"email": "[email protected]",
"name": "Lindsay Coome",
"affiliation": "Department of Psychology, University of Toronto"
},
{
"@id": "0000-0002-6765-0898",
"@type": "Person",
"email": "[email protected]",
"name": "Sara Mahallati",
"affiliation": "Institute of Biomaterials and Biomedical Engineering, University of Toronto"
}
],
"identifier": "https://doi.org/10.5281/zenodo.2335179",
"codeRepository": "https://github.com/UofTCoders/rcourse",
"datePublished": "2019-01-03",
"dateModified": "2019-01-03",
"dateCreated": "2019-01-03",
"description": "This material contains modular participatory live-coding lectures covering statistics and data analysis for ecology and reproducible quantitative methods in R. Statistical analysis, modelling, simulation, and data analysis are essential skills for applying ecology concepts to data. This material is designed to meet a growing demand for reproducible, openly accessible, analytically thorough, and well documented science.",
"keywords": "R, programming, coding, ecology, statistics, differential equations, modelling, regression, population dynamics",
"license": "MIT, CC-BY-4.0",
"title": "A graduate student-led participatory live-coding quantitative methods course in R: Experiences on initiating, developing, and teaching",
"version": "v2.1.0"
}