Skip to content

Commit cd84593

Browse files
authored
Enhance software descriptions and author details in assets.json
Updated long descriptions and authors for several software entries in assets.json to provide more detailed information and proper attribution.
1 parent e3e6907 commit cd84593

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

assets.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,19 @@
166166
"codeentropy": {
167167
"name": "CodeEntropy",
168168
"shortdesc": "This code is a complete and generally applicable set of tools for computing entropy of macromolecular systems from the forces sampled in a MD simulation.",
169-
"longdesc": "",
169+
"longdesc": "CodeEntropy is a Python package for computing the configurational entropy of macromolecular systems using forces sampled from molecular dynamics (MD) simulations. It implements the multiscale cell correlation method to provide accurate and efficient entropy estimates, supporting a wide range of applications in molecular simulation and statistical mechanics.",
170+
"authors" {
171+
"Arghya Chakravorty": "https://orcid.org/0000-0002-4467-1135",
172+
"Donald Chung-HK": "",
173+
"Sarah Fegan": "https://orcid.org/0009-0007-1030-228X",
174+
"James Gebbie-Rayet": "https://orcid.org/0000-0001-8271-3431",
175+
"Sarah Harris": "https://orcid.org/0000-0002-2812-1651",
176+
"Richard Henchman": "https://orcid.org/0000-0002-0461-6625",
177+
"Jonathan Higham": "https://orcid.org/0000-0002-9779-9968",
178+
"Jas Kalayan": "https://orcid.org/0000-0002-6833-1864",
179+
"Ioana Papa": "https://orcid.org/0009-0000-2287-4081",
180+
"Harry Swift": "https://orcid.org/0009-0007-3323-753X"
181+
},
170182
"category": "scientific",
171183
"image": "biosim-codeentropy_logo_grey.svg",
172184
"github": "https://github.com/CCPBioSim/CodeEntropy",
@@ -177,7 +189,12 @@
177189
"aiida-amber": {
178190
"name": "aiida-amber",
179191
"shortdesc": "The AMBER plugin for AiiDA aims to enable the capture and sharing of the full provenance of data when parameterising and running molecular dynamics simulations.",
180-
"longdesc": "",
192+
"longdesc": "aiida-amber is a plugin that integrates the Amber molecular dynamics software with AiiDA, an open-source framework for automated computational science workflows. Its primary goal is to enable the capture and sharing of the full provenance of data when parameterising and running molecular dynamics simulations. It is being developed as part of the Physical Sciences Data Infrastructure (PSDI) programme to improve data practices within the Physical Sciences in the UK. The plugin is currently a work in progress, with more complete functionality planned for future releases. Its design follows a minimal-disruption philosophy — researchers can gain access to powerful FAIR data practices by simply activating an AiiDA conda environment and making slight modifications to their existing command lines, without needing to make wholesale changes to their workflows.",
193+
"authors" {
194+
"Jas Kalayan": "https://orcid.org/0000-0002-6833-1864",
195+
"James Gebbie-Rayet": "https://orcid.org/0000-0001-8271-3431",
196+
"Harry Swift": "https://orcid.org/0009-0007-3323-753X"
197+
},
181198
"category": "data-tools",
182199
"image": "biosim-aiida-amber-logo.svg",
183200
"github": "https://github.com/CCPBioSim/aiida-amber",
@@ -188,7 +205,12 @@
188205
"aiida-gromacs": {
189206
"name": "aiida-gromacs",
190207
"shortdesc": "The GROMACS plugin for AiiDA aims to enable the capture and sharing of the full provenance of data when parameterising and running molecular dynamics simulations.",
191-
"longdesc": "",
208+
"longdesc": "aiida-gromacs is a plugin that integrates the GROMACS molecular dynamics software with AiiDA, an open-source framework for automated computational science workflows. Its primary goal is to enable the capture and sharing of the full provenance of data when parameterising and running molecular dynamics simulations. The plugin is developed as part of the Physical Sciences Data Infrastructure (PSDI) programme, which aims to improve data practices within the Physical Sciences in the UK. A key design principle is minimal disruption to existing workflows — researchers can gain access to powerful FAIR (Findable, Accessible, Interoperable, Reusable) data practices simply by activating an AiiDA conda environment and making only slight modifications to their existing command lines, without requiring wholesale changes to how they work.",
209+
"authors" {
210+
"Jas Kalayan": "https://orcid.org/0000-0002-6833-1864",
211+
"James Gebbie-Rayet": "https://orcid.org/0000-0001-8271-3431",
212+
"Harry Swift": "https://orcid.org/0009-0007-3323-753X"
213+
},
192214
"category": "data-tools",
193215
"image": "biosim-aiida-gromacs-logo.svg",
194216
"github": "https://github.com/CCPBioSim/aiida-gromacs",

0 commit comments

Comments
 (0)