-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbioschemas.yml
More file actions
59 lines (59 loc) · 2.01 KB
/
Copy pathbioschemas.yml
File metadata and controls
59 lines (59 loc) · 2.01 KB
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
{
"@context": "https://schema.org/",
"@type": "LearningResource",
"@id": "https://coderefinery.github.io/modular-type-along",
"description": "Making reusing parts of your code easier. The focus of this lesson is how to partition and organize projects as they grow from one screen-full to larger and how to make code portions reusable across projects and across notebooks.",
"keywords": "modular coding, reuse",
"name": "Modular code development type-along - CodeRefinery lesson",
"author": [
{
"@type": "Organization",
"name": "CodeRefinery"
},
{
"@type": "Person",
"name": "Radovan Bast"
},
{
"@type": "Person",
"name": "Richard Darst"
},
{
"@type": "Person",
"name": "Yu Tian"
},
{
"@type": "Person",
"name": "Jonas Juselius"
},
{
"@type": "Person",
"name": "Roberto Di Remigio Eik\u00e5s"
},
{
"@type": "Person",
"name": "Ole Martin Bj\u00f8rndalen"
},
{
"@type": "Person",
"name": "Anne Fouilloux"
},
{
"@type": "Person",
"name": "Frankie Robertson"
}
],
"about": "Making reusing parts of your code easier. The focus of this lesson is how to partition and organize projects as they grow from one screen-full to larger and how to make code portions reusable across projects and across notebooks.",
"audience": "",
"competencyRequired": "",
"educationalLevel": "Beginner",
"identifier": "https://doi.org/10.5281/zenodo.16925149",
"inLanguage": "en-UK",
"learningResourceType": "lesson",
"license": "https://creativecommons.org/licenses/by/4.0/",
"teaches": "",
"url": "https://coderefinery.github.io/modular-type-along",
"accessibilitySummary": "",
"isPartOf": "https://coderefinery.org",
"version": "2026-08-10"
}