--- title: "Sample Article" date: "2023-06-30T00:36:18+03:00" author: "anybody" contributors: ["jane-contributor.md"] draft: false keywords: - sample article - journal info abstract: | The text of your abstract. Max length..? --- # Introduction This is a sample article for submissions. Contributions are natively processed in Markdown format. For a guide about writing in Markdown see ![Markdown guide](article:markdown-formatting). However, one can also submit in conventional word processor formats (DOCX, ODT). # Submission sample package [Download submission sample](/sample/dummy-package/dummy-package.txt). # Main fields ## Title > ! Capitalization conventions? ## Abstract Abstract is to be included in the header file. If the submission is not provided in Markdown format, clearly mark and place the Abstract *before* the introductory heading of your article. ## Keywords Add three keywords at minimum. # Article body ## Headings Use up to three levels of headings. > ! Heading capitalization? ## Tables | Header 1 | Header 2 | Header 3 | | - |- | - | | Item 1 | Item 2| Item 3| | Item 5 | Item 6| Item 7| Table 1: Sample table. ## Images Supported image formats are: - SVG (vector) - PNG (raster) - JPG (raster; lossy, thus not preferred) Place graphics in a subfolder e.g. `graphics/`. > - What identifier to use ? (Figure / Image/ Graphic?) > - !Images should appear **before/after** the first mention, and should be referred to in full, as in Figure 1 (not fig. 1). ![](static/sample/jgdr-test-illustration.svg) **Figure 1: Sample illustration in SVG (vector format).** ![](static/sample/jgdr-test-illustration-3x.png) **Figure 2: Sample illustration in PNG (raster format); exported from Illustrator; type-optimized; transparent background; size x3.** Markdown formatting: ``` ![](static/sample/jgdr-test-illustration.svg) **Figure 1: Sample illustration in SVG.** ![](static/sample/jgdr-test-illustration-3x.png) **Figure 2: Sample illustration in PNG.** ``` # Citations We recommend the use of [Zotero](https://www.zotero.org/). > Citation style: Chicago? ## Quotes > Block quotes are used for quotations that are 40 words or more, and are followed by a reference (Author 2015). For shorter quotations, use in-line quotes, as in "this is a quotation" (Author 2015). # Conclusion Checklist: - [ ] Consistent use of EN/US English. - [ ] Submission has been proof read. - [ ] Included graphics are provided in a subfolder. - [ ] The contribution is anonymized. Submit a zip file including: - A Markdown file of the article. - Bibliography included in the Markdown file, or in extra `.bib` file. - A folder including all images (e.g. `graphics`). - Provide necessary artifacts - via link to drive, repository, or - include them in full as `zip` files. # References