Commit 0070eaa0 authored by Carson, Audrey's avatar Carson, Audrey
Browse files

added new fact sheet template JSON file to repository

parent 62a021c9
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
{
    "meta": {
      "id": "filename",
      "type": "project",
      "website": {
        "title": "Project Repository",
        "url": "https://code.ornl.gov/GSHS/common/sites/fact-sheets"
      },
      "graphics": [
        {
          "caption": "Please type a caption for your image file here."
        }
      ],
      "keywords": ["keyword"],
      "technology": [
        "technology1",
        "technology2",
        "technology3"
      ]
    },
    "title": "Title that goes in the fact sheet banner (35 character max)",
    "subtitle": "Subtitle that goes below fact sheet title (75 character max)",
    "sections": {
      "introduction": "250 characters max",
      "challenge": "500 characters max",
      "approach": "600 characters max",
      "outcomes": [
        "outcome1",
        "outcome2",
        "outcome3"
      ],
      "research": {
        "focus": "Focus of your research",
        "areas": [
          "researcharea1",
          "researcharea2",
          "researcharea3"
        ]
      }
    },
    "contact": {
      "title": "Title of contact",
      "first": "FirstName",
      "last": "LastName",
      "email": "?@ornl.gov",
      "phone": "555.555.5555",
      "profile": "researcher profile link",
      "division": "contact's division"
    }
  }
  
 No newline at end of file