noaa-fisheries-integrated-toolbox / toolbox_web_templating

Templates and JSON model data for the toolbox web pages
1 stars 0 forks source link

[ONBOARDING]: #38

Closed k-doering-NOAA closed 1 year ago

k-doering-NOAA commented 1 year ago

Add draft JSON generated from the R script below

[
  {
    "model_name": "test",
    "model_abbev": "t",
    "author": "Kathryn Doering",
    "contact": "kathryn.doering@noaa.gov",
    "background_text": "blah blah blah",
    "website_link": "https://github.com/noaa-fisheries-integrated-toolbox/resources",
    "code_repository_link": "https://github.com/noaa-fisheries-integrated-toolbox/resources",
    "active_inactive": "Active",
    "toolbox_drawer": ["Ecosystems", "Protected Species"],
    "keywords": ["Bycatch", "Guided User Interface", "Management Strategy Evaluation"]
  }
]