Created
November 7, 2025 18:26
-
-
Save prirai/db8eac1acfc6ffd6e98db3f789a735dc to your computer and use it in GitHub Desktop.
Example hayagriva yml file containing the max possible fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| example-entry: | |
| type: Article | |
| title: "The Grand Unified Theory of Everything, Including This Title" | |
| author: | |
| - Doe, John | |
| - Doe, Jane | |
| date: 2025-11-07 | |
| abstract: "This is an example abstract for the example entry. It demonstrates the usage of the abstract field in a Hayagriva YAML file. The abstract is a formattable string." | |
| genre: "Fictional Scientific Article" | |
| editor: | |
| - Smith, John | |
| affiliated: | |
| - role: Director | |
| names: Cameron, James | |
| - role: CastMember | |
| names: ["Schwarzenegger, Arnold", "Hamilton, Linda", "Patrick, Robert"] | |
| call-number: "F16 D14" | |
| location: "Fictional Location" | |
| organization: "Fictional University" | |
| edition: "1st Edition" | |
| page-range: "42-100" | |
| page-total: 200 | |
| language: "en-US" | |
| note: "This is an example entry to demonstrate the Hayagriva YAML format." | |
| serial-number: | |
| doi: "10.1234/56789" | |
| arxiv: "2511.00001" | |
| isbn: "978-3-16-148410-0" | |
| issn: "2049-3630" | |
| pmid: "12345678" | |
| pmcid: "PMC1234567" | |
| parent: | |
| - type: Periodical | |
| title: "Journal of Fictional Science" | |
| volume: 1 | |
| issue: 1 | |
| publisher: | |
| name: "Fictional Publishing" | |
| location: "New York" | |
| - type: Web | |
| title: "Fictional Science Website" | |
| url: | |
| value: "https://example.com/article" | |
| date: 2025-11-07 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment