{
  "methodology": {
    "overview": "[Replace with an overview of your methodology and approach.]",
    "sections": [
      {
        "id": "architecture",
        "title": "[Method Section 1 Title]",
        "summary": "[Brief summary of this methodology section]",
        "content": "[Detailed description of your first methodology component. Replace this placeholder text with your actual methodology description.]",
        "details": [
          "[First implementation detail]",
          "[Second implementation detail]",
          "[Third implementation detail]",
          "[Fourth implementation detail]"
        ],
        "diagram": "assets/images/architecture-diagram.svg"
      },
      {
        "id": "training",
        "title": "[Method Section 2 Title]",
        "summary": "[Brief summary of this methodology section]",
        "content": "[Detailed description of your second methodology component. Replace this placeholder text with your actual methodology description.]",
        "details": [
          "[First training detail]",
          "[Second training detail]",
          "[Third training detail]",
          "[Fourth training detail]",
          "[Fifth training detail]"
        ],
        "diagram": "assets/images/training-pipeline.svg"
      },
      {
        "id": "evaluation",
        "title": "[Method Section 3 Title]",
        "summary": "[Brief summary of this methodology section]",
        "content": "[Detailed description of your evaluation methodology. Replace this placeholder text with your actual evaluation approach.]",
        "details": [
          "[First evaluation detail]",
          "[Second evaluation detail]",
          "[Third evaluation detail]",
          "[Fourth evaluation detail]",
          "[Fifth evaluation detail]"
        ],
        "diagram": "assets/images/evaluation-metrics.svg"
      },
      {
        "id": "implementation",
        "title": "[Method Section 4 Title]",
        "summary": "[Brief summary of this methodology section]",
        "content": "[Detailed description of your implementation details. Replace this placeholder text with your actual implementation information.]",
        "details": [
          "[First implementation detail]",
          "[Second implementation detail]",
          "[Third implementation detail]",
          "[Fourth implementation detail]",
          "[Fifth implementation detail]",
          "[Sixth implementation detail]"
        ],
        "diagram": null
      }
    ],
    "relatedWork": [
      {
        "title": "[Related Work Paper 1 Title]",
        "authors": "[Authors et al.]",
        "year": "2023",
        "relevance": "[How this work relates to your research]"
      },
      {
        "title": "[Related Work Paper 2 Title]",
        "authors": "[Authors et al.]",
        "year": "2023",
        "relevance": "[How this work relates to your research]"
      }
    ]
  }
}