Form

Difference between revisions of "Publication"

From ACES

Line 10: Line 10:
{{{for template|publication}}}
{{{for template|publication}}}
{| class="formtable"
{| class="formtable"
! type:
! entry:
| {{{field|type}}}
| {{{field|entry|mandatory|input type=dropdown|values=article,book,booklet,conference,inbook,incollection,inproceedings,manual,mastersthesis,misc,phdthesis,proceedings,techreport,unpublished}}}
| BibTeX entry type
|-
|-
! address:
! address:
| {{{field|address}}}
| {{{field|address|input type=text}}}
| Publisher's address (usually just the city, but can be the full address for lesser-known publishers)
|-
|-
! annote:
! annote:
| {{{field|annote}}}
| {{{field|annote|input type=text}}}
| An annotation for annotated bibliography styles (not typical)
|-
|-
! author:
! author:
| {{{field|author}}}
| {{{field|author|input type=textarea}}}
| The name(s) of the author(s) (in the case of more than one author, separated by <code>,</code>)
|-
|-
! booktitle:
! booktitle:
| {{{field|booktitle}}}
| {{{field|booktitle|input type=textarea}}}
| The title of the book, if only part of it is being cited
|-
|-
! Email:
! Email:
| {{{field|Email}}}
| {{{field|Email|input type=text}}}
| The email of the author(s) (in the case of more than one author, separated by <code>,</code>)
|-
|-
! chapter:
! chapter:
| {{{field|chapter}}}
| {{{field|chapter|input type=text}}}
| The chapter number
|-
|-
! crossref:
! crossref:
| {{{field|crossref}}}
| {{{field|crossref|input type=text}}}
| The key of the cross-referenced entry
|-
|-
! doi:
! doi:
| {{{field|doi}}}
| {{{field|doi|input type=text}}}
| digital object identifier
|-
|-
! edition:
! edition:
| {{{field|edition}}}
| {{{field|edition|input type=text}}}
| The edition of a book, long form (such as "First" or "Second")
|-
|-
! editor:
! editor:
| {{{field|editor}}}
| {{{field|editor|input type=text}}}
| The name(s) of the editor(s) (in the case of more than one editor, separated by <code>,</code>)
|-
|-
! howpublished:
! howpublished:
| {{{field|howpublished}}}
| {{{field|howpublished|input type=text}}}
| How it was published, if the publishing method is nonstandard
|-
|-
! institution:
! institution:
| {{{field|institution}}}
| {{{field|institution|input type=text}}}
| The institution that was involved in the publishing, but not necessarily the publisher
|-
|-
! journal:
! journal:
| {{{field|journal}}}
| {{{field|journal|input type=text}}}
|-
| The journal or magazine the work was published in
! key:
| {{{field|key}}}
|-
|-
! month:
! sortkey:
| {{{field|month}}}
| {{{field|sortkey|input type=text}}}
| The field <code>key</code> field in BibTex. This is a hidden field used for specifying or overriding the alphabetical order of entries (when the "author" and "editor" fields are missing). Note that this is very different from the key (mentioned just after this list) that is used to cite or cross-reference the entry.
|-
|-
! note:
! note:
| {{{field|note}}}
| {{{field|note|input type=text}}}
| Miscellaneous extra information
|-
|-
! number:
! number:
| {{{field|number}}}
| {{{field|number|input type=text}}}
| The "(issue) number" of a journal, magazine, or tech-report, if applicable. Note that this is not the "article number" assigned by some journals.
|-
|-
! organization:
! organization:
| {{{field|organization}}}
| {{{field|organization|input type=text}}}
| The conference sponsor
|-
|-
! pages:
! pages:
| {{{field|pages}}}
| {{{field|pages|input type=text}}}
| Page numbers, separated either by commas or double-hyphens.
|-
|-
! publisher:
! publisher:
| {{{field|publisher}}}
| {{{field|publisher|input type=text}}}
| The publisher's name
|-
|-
! school:
! school:
| {{{field|school}}}
| {{{field|school|input type=text}}}
| The school where the thesis was written
|-
|-
! series:
! series:
| {{{field|series}}}
| {{{field|series|input type=text}}}
| The series of books the book was published in (e.g. "The Hardy Boys" or "Lecture Notes in Computer Science")
|-
|-
! title:
! title:
| {{{field|title}}}
| {{{field|title|input type=textarea}}}
| The title of the work
|-
|-
! type:
! type:
| {{{field|type}}}
| {{{field|type|input type=text}}}
| The field overriding the default type of publication (e.g. "Research Note" for techreport, "{PhD} dissertation" for phdthesis, "Section" for inbook/incollection)
|-
|-
! volume:
! volume:
| {{{field|volume}}}
| {{{field|volume|input type=text}}}
| The volume of a journal or multi-volume book
|-
|-
! year:
! date:
| {{{field|year}}}
| {{{field|year|input type=datepicker|date format=MM/YYYY}}}
| The publication date (or, if unpublished, the year of creation) (only year and month are cared)
|-
|-
! pdf:
! PDF:
| {{{field|pdf}}}
| {{{field|pdf|uploadable|input type=text}}}
| PDF file of the publication (with file extension)
|}
|}
{{{end template}}}
{{{end template}}}

Revision as of 03:28, 2 September 2021

This is the "Publication" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.