Difference between revisions of "Template:Abstract data"
From DFM Wiki
EricThrift (talk | contribs) (Created page with "<includeonly>== Title == {{PAGENAME}} == Author(s) == {{{authors}}} == Format == {{{format}}} == Anticipated length == {{{length}}} == Synopsis == {{{synopsis}}} </includ...") |
EricThrift (talk | contribs) |
||
Line 19: | Line 19: | ||
"params": { | "params": { | ||
"authors": { | "authors": { | ||
− | "description": "The name(s) of contributing author(s)" | + | "description": "The name(s) of contributing author(s)", |
+ | "required": true | ||
}, | }, | ||
"format": { | "format": { | ||
− | "description": "The \"format\" is open-ended. Suggested contribution types include: preliminary findings from the field, personal reflections on the research and learning process, experimental ideas around emerging empirical and theoretical understandings, poetry, folk songs, dried fish recipes, photo essays, vignettes, interview transcripts, excerpts from field notes, or comparative analyses." | + | "description": "The \"format\" is open-ended. Suggested contribution types include: preliminary findings from the field, personal reflections on the research and learning process, experimental ideas around emerging empirical and theoretical understandings, poetry, folk songs, dried fish recipes, photo essays, vignettes, interview transcripts, excerpts from field notes, or comparative analyses.", |
+ | "required": true | ||
}, | }, | ||
"length": { | "length": { | ||
− | "description": "Final contributions may be anywhere from 500 to 5000 words." | + | "description": "Final contributions may be anywhere from 500 to 5000 words.", |
+ | "required": true | ||
}, | }, | ||
"synopsis": { | "synopsis": { | ||
"description": "Please provide a one-paragraph summary or abstract for your contribution.", | "description": "Please provide a one-paragraph summary or abstract for your contribution.", | ||
− | "type": "content" | + | "type": "content", |
+ | "required": true | ||
} | } | ||
}, | }, |
Latest revision as of 15:25, 2 September 2021
Template for submission of paper abstract data.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Authors | authors | The name(s) of contributing author(s) | Unknown | required |
Format | format | The "format" is open-ended. Suggested contribution types include: preliminary findings from the field, personal reflections on the research and learning process, experimental ideas around emerging empirical and theoretical understandings, poetry, folk songs, dried fish recipes, photo essays, vignettes, interview transcripts, excerpts from field notes, or comparative analyses. | Unknown | required |
Length | length | Final contributions may be anywhere from 500 to 5000 words. | Unknown | required |
Synopsis | synopsis | Please provide a one-paragraph summary or abstract for your contribution. | Content | required |