-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
69 lines (69 loc) · 1.97 KB
/
codemeta.json
File metadata and controls
69 lines (69 loc) · 1.97 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
60
61
62
63
64
65
66
67
68
69
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"identifier": "logo-pattern",
"dateCreated": "2025-10-08",
"applicationCategory": "Branding",
"applicationSubCategory": "Design Automation",
"name": "A reproducible pipeline for generating CEM's logo pattern",
"author": [
{
"@type": "Person",
"familyName": "Vartanian",
"givenName": "Daniel",
"email": "danielvartan@proton.me",
"affiliation": {
"@type": "Organization",
"name": "University of São Paulo",
"url": "https://www.usp.br"
},
"@id": "https://orcid.org/0000-0001-7782-759X"
}
],
"copyrightHolder": {
"@type": "Organization",
"name": "Center for Metropolitan Studies",
"@id": "https://centrodametropole.fflch.usp.br"
},
"maintainer": {
"@type": "Person",
"familyName": "Vartanian",
"givenName": "Daniel",
"email": "danielvartan@proton.me",
"@id": "https://orcid.org/0000-0001-7782-759X"
},
"description": "A reproducible pipeline for generating CEM's logo pattern.",
"keywords": [
"Brand Identity",
"Branding",
"Design",
"Graphic Design",
"Design Automation",
"Programmatic Graphics",
"Pipelines",
"rstats"
],
"license": "https://www.gnu.org/licenses/gpl-3.0",
"codeRepository": "https://github.com/cem-usp/logo-pattern",
"issueTracker": "https://github.com/cem-usp/logo-pattern/issues",
"runtimePlatform": "R",
"relatedLink": [
"https://github.com/cem-usp/.github",
"https://github.com/cem-usp/brand-yml"
],
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.5.2",
"url": "https://www.r-project.org/"
},
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"developmentStatus": "active",
"readme": "https://github.com/cem-usp/logo-pattern/blob/main/README.md",
"releaseNotes": "https://github.com/cem-usp/logo-pattern/blob/main/NEWS.md",
"version": "1.0.1.9000"
}