Skip to content

Commit 89005fc

Browse files
authored
Add category and image fields to software entries
Added category and image fields for CodeEntropy, aiida-amber, and aiida-gromacs.
1 parent 92fd84c commit 89005fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
"codeentropy": {
167167
"name": "CodeEntropy",
168168
"desc": "",
169+
"category": "scientific",
170+
"image": "biosim-codeentropy_logo_grey.svg",
169171
"github": "https://github.com/CCPBioSim/CodeEntropy",
170172
"docs": "https://codeentropy.readthedocs.io",
171173
"pypi": true,
@@ -174,6 +176,8 @@
174176
"aiida-amber": {
175177
"name": "aiida-amber",
176178
"desc": "",
179+
"category": "data-tools",
180+
"image": "biosim-aiida-amber-logo.svg",
177181
"github": "https://github.com/CCPBioSim/aiida-amber",
178182
"docs": "https://aiida-amber.readthedocs.io",
179183
"pypi": true,
@@ -182,6 +186,8 @@
182186
"aiida-gromacs": {
183187
"name": "aiida-gromacs",
184188
"desc": "",
189+
"category": "data-tools",
190+
"image": "biosim-aiida-gromacs-logo.svg",
185191
"github": "https://github.com/CCPBioSim/aiida-gromacs",
186192
"docs": "https://aiida-amber.readthedocs.io",
187193
"pypi": true,

0 commit comments

Comments
 (0)