Skip to content

Adding title into the program.yml instead of paper id #198

Description

@ahmed451

We had to volumes for the workshop and we needed to prepare the program.yml. Given that not all the papers are in the same folder, aclpub complains about not finding the pdf in papers folder.

  • title: Session 2
    start_time: 2024-11-08 11:00:00
    end_time: 2024-11-08 12:00:00
    subsessions:
    • title: LLM Benchmarking & Development (2)
      start_time: 2024-11-08 11:00:00
      end_time: 2024-11-08 11:30:00
      papers:
      • id: 84
        start_time: 2024-11-08 11:00:00
        end_time: 2024-11-08 11:15:00
      • id: 234. # paper from the vol2
        start_time: 2024-11-08 11:15:00
        end_time: 2024-11-08 11:30:00
      • id: 55

Alternative:

  • title: Session 2
    start_time: 2024-11-08 11:00:00
    end_time: 2024-11-08 12:00:00
    subsessions:
    • title: LLM Benchmarking & Development (2)
      start_time: 2024-11-08 11:00:00
      end_time: 2024-11-08 11:30:00
      papers:
      • id: 84
        start_time: 2024-11-08 11:00:00
        end_time: 2024-11-08 11:15:00
        -title: title of the paper from vol 2
        start_time: 2024-11-08 11:15:00
        end_time: 2024-11-08 11:30:00
      • id: 55

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions