{
  "title": "[Your Paper Title Here]",
  "subtitle": "[Your Paper Subtitle Here]",
  "authors": [
    {
      "name": "Dr. Alex Smith",
      "affiliation": "Example University",
      "website": "https://example.com/alex-smith",
      "email": "alex.smith@example.edu"
    },
    {
      "name": "Prof. Jordan Lee",
      "affiliation": "Sample Institute of Technology",
      "website": "https://example.com/jordan-lee",
      "email": "jordan.lee@sample.edu"
    },
    {
      "name": "Dr. Casey Johnson",
      "affiliation": "Example University",
      "website": "",
      "email": "casey.johnson@example.edu"
    }
  ],
  "abstract": "[Replace with your paper's abstract. This section should provide a concise summary of your research contribution, methodology, and key results.]",
  "venue": "[Conference Name or Journal]",
  "publicationDate": "2024-03-15",
  "doi": "[DOI if available]",
  "arxivId": "[arXiv ID if available]",
  "pdfUrl": "https://example.com/paper.pdf",
  "codeUrl": "https://github.com/example/neural-architecture",
  "bibtex": "@inproceedings{placeholder2024,\n  title={[Your Paper Title]},\n  author={[Author Names]},\n  booktitle={[Conference or Journal Name]},\n  year={2024}\n}",
  "keyContributions": [
    "[First key contribution of your research]",
    "[Second key contribution of your research]",
    "[Third key contribution of your research]"
  ],
  "datasetUrl": "https://example.com/dataset",
  "supplementaryUrl": "https://example.com/supplementary",
  "slidesUrl": "https://example.com/slides"
}