Skip to content

Commit

Permalink
Merge pull request #314 from c4dt/type_explanation
Browse files Browse the repository at this point in the history
Update data.py
  • Loading branch information
ineiti authored Sep 12, 2023
2 parents 2be5640 + 1dee297 commit 80833c1
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 simulations 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 80833c1

Please sign in to comment.