Skip to content

Commit b19938d

Browse files
committed
Add Zenodo metadata
1 parent 570fada commit b19938d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.zenodo.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"title": "A Command Line Tool for Generating Charged Patchy Particle Models (CPPMs)",
3+
"description": "This is a single command-line tool that generates spherical Charged Patchy Particle Models (CPPM) which mimic bio-colloidal particles, e.g. globular proteins. The tool, `cppm-generator`, generates CPPMs by placing neutral, positive, and negative particles on the surface of a sphere, and minimise the (free) energy using Metropolis-Hastings Monte Carlo sampling.",
4+
"creators": [
5+
{
6+
"name": "Mikael Lund",
7+
"affiliation": "Division of Theoretical Chemistry, Department of Chemistry, Lund University, Sweden",
8+
"orcid": "0000-0001-8178-8175"
9+
}
10+
],
11+
"keywords": [
12+
"bio-colloids",
13+
"anisotropic interactions",
14+
"patchy particles",
15+
"monte carlo simulation",
16+
"electric multipoles",
17+
"rust programming"
18+
],
19+
"related_identifiers": [
20+
{
21+
"scheme": "url",
22+
"identifier": "https://github.com/mlund/cppm-generator",
23+
"relation": "isSupplementTo"
24+
}
25+
],
26+
"license": "mit-license",
27+
"access_right": "open",
28+
"upload_type": "software"
29+
}

0 commit comments

Comments
 (0)