Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
Explain the different types of software
  • Loading branch information
ineiti authored Sep 5, 2023
1 parent f919a89 commit 04e8cb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
sy.Optional("layman_desc"): sy.Str(),
sy.Optional("tech_desc"): sy.Str(),
sy.Optional("type"): sy.CommaSeparated(sy.Enum([
"Application",
"Library",
"Framework",
"Toolset",
"Simulation",
"Experiments",
"Application", # Stand-alone code with useful functionality outside of the paper
"Library", # Code to be included in other projects outside of the paper
"Framework", # A set of concepts and best practices for a given task
"Toolset", # Various stand-alone applications for a given task
"Simulation", # Generic code that can be used to run simpulations described in the paper
"Experiments", # Code that produces figures and graphs of the paper
])),
sy.Optional("notes"): sy.Str(),
sy.Optional("url"): sy.Url(),
Expand Down

0 comments on commit 04e8cb0

Please sign in to comment.