-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathcategory_info.json
More file actions
224 lines (224 loc) · 7.08 KB
/
category_info.json
File metadata and controls
224 lines (224 loc) · 7.08 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"data": {
"All Software": {
"title": " All Software",
"hash": "AllSoftware",
"icon": {
"path": "/assets/images/logomark-software.svg",
"alt": "All Software"
},
"description": {
"short": "Browse LLNL projects below",
"long": ""
},
"topics": ""
},
"AI & Machine Learning": {
"title": "AI & Machine Learning",
"hash": "AI&ML",
"icon": {
"fa": "fa-brain-circuit",
"alt": "AI & ML"
},
"description": {
"short": "Integrate artificial intelligence and machine learning into scientific applications",
"long": ""
},
"topics":[
"artificial-intelligence",
"deep-learning",
"machine-learning",
"neural-network"
]
},
"App Infrastructure": {
"title": "App Infrastructure",
"hash": "AppInfrastructure",
"icon": {
"fa": "fa-gear-complex-code",
"alt": "App Infrastructure"
},
"description": {
"short": "Browse tools for basic functionality common in HPC codes",
"long": ""
},
"topics":[
"app-infrastructure"
]
},
"Applications": {
"title": "Applications",
"hash": "Applications",
"icon": {
"fa": "fa-laptop-code",
"alt": "Applications"
},
"description": {
"short": "Browse scientific simulation codes and IT management tools",
"long": ""
},
"topics": [
"application",
"applications",
"simulation",
"simulations"
]
},
"Build Tools": {
"title": "Build Tools",
"hash": "BuildTools",
"icon": {
"fa": "fa-tools",
"alt": "Build Tools"
},
"description": {
"short": "Automate and simplify complex dependencies and deployments",
"long": ""
},
"topics": [
"build-tools"
]
},
"Data Management & Viz": {
"title": "Data Management & Viz",
"hash": "DataManagement&Viz",
"icon": {
"fa": "fa-display-chart-up",
"alt": "Data Management & Visualization"
},
"description": {
"short": "Manage visualizations with robust features and configurable analysis",
"long": ""
},
"topics": [
"data-management",
"data-viz"
]
},
"Docs & Tutorials": {
"title": "Docs & Tutorials",
"hash": "Docs&Tutorials",
"icon": {
"fa": "fa-file-lines",
"alt": "Docs & Tutorials"
},
"description": {
"short": "Learn more about our software via documentation, examples, and tutorials",
"long": ""
},
"topics": [
"docs",
"documentation",
"tutorial",
"tutorials"
]
},
"File Systems": {
"title": "File Systems",
"hash": "FileSystems",
"icon": {
"fa": "fa-folders",
"alt": "File Systems"
},
"description": {
"short": "Configure data storage and retrieval for more efficient workloads",
"long": ""
},
"topics": [
"file-system"
]
},
"Math & Physics Libraries": {
"title": "Math & Physics Libraries",
"hash": "Math&PhysicsLibraries",
"icon": {
"fa": "fa-books",
"alt": "Math & Physics Libraries"
},
"description": {
"short": "Optimize solvers, higher order methods, and AMR frameworks",
"long": ""
},
"topics": [
"math-physics"
]
},
"Performance & Workflow": {
"title": "Performance & Workflow",
"hash": "Performance&Workflow",
"icon": {
"fa": "fa-gauge-high",
"alt": "Performance & Workflow"
},
"description" : {
"short": "Manage and scale complex workflows, tracking, and data collection",
"long": ""
},
"topics": [
"performance",
"workflows"
]
},
"Portable Execution & Memory Mgmt": {
"title": "Portable Execution & Memory Mgmt",
"hash": "PortableExecution&MemoryMgmt",
"icon": {
"fa": "fa-briefcase",
"alt": "Portable Execution & Memory Management"
},
"description": {
"short": "Automate data motion and memory allocation on advanced architectures",
"long": ""
},
"topics": [
"portability",
"memory-management"
]
},
"Proxy Applications": {
"title": "Proxy Applications",
"hash": "ProxyApplications",
"icon": {
"fa": "fa-clone",
"alt": "Proxy Applications"
},
"description": {
"short": "Prepare for testing and porting applications",
"long": ""
},
"topics": [
"proxy-application"
]
},
"RADIUSS": {
"title": "RADIUSS",
"hash": "RADIUSS",
"icon": {
"path": "/assets/images/radiuss-icon-bw.png",
"alt": "RADIUSS logo"
},
"description": {
"short": "Rapid Application Development via an Institutional Universal Software Stack",
"long": ": LLNL's RADIUSS project aims to broaden usage across LLNL and the open source community of a set of libraries and tools used for HPC scientific application development."
},
"topics":[
"radiuss"
]
},
"System Software": {
"title": "System Software",
"hash": "SystemSoftware",
"icon": {
"fa": "fa-floppy-disk",
"alt": "System Software"
},
"description": {
"short": "Manage laptop and desktop computer systems, HPC clusters, and parallel environments",
"long": ""
},
"topics": [
"system-software"
]
}
}
}