Form:Publication

From Navigators

(Difference between revisions)
Jump to: navigation, search
 
(42 intermediate revisions not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
-
This is the "Publication" form.
+
To create a publication, enter the page name below;
-
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.
if a page with that name already exists, you will be sent to a form to edit that page.
 +
{{warning|'''When creating, use as the page's name ''a desired bibliographic key'', preferably something in the format ''Lastname2012keyword'' (or ''Lastname12keyword''; the ''Publication:'' namespace prefix will be automatically appended, do not provide it! Do not use special characters other than hyphens and underscores.'''
 +
 +
The ''keyword'' part is '''very important''' because it increases the visibility of your publication for people who are searching for the theme to which your paper belongs. Unless you're a real guru, not many people will be looking for your papers by your name ;-) .}}
Line 10: Line 12:
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|Publication|label=}}}
{{{for template|Publication|label=}}}
-
{| class="formtable"
+
{| class="formtable formtablePubs"
! Type:
! Type:
-
| {{{field|type|property=Type|input type=dropdown}}}
+
| {{{field|type|property=Type|input type=dropdown|show on select=article=>tipArticle;book=>tipBook;booklet=>tipBooklet;inbook=>tipInbook;incollection=>tipIncollection;inproceedings=>tipInproceedings;manual=>tipManual;mastersthesis=>tipMastersthesis;misc=>tipMisc;phdthesis=>tipPhdthesis;proceedings=>tipProceedings;techreport=>tipTechreport;unpublished=>tipUnpublished}}}<div id="tipArticle">
 +
An article from a journal or magazine.
 +
* Required fields: author, title, journal, year
 +
* Optional fields: volume, number, pages, month, note
 +
</div><div id="tipBook">
 +
A book with an explicit publisher.
 +
* Required fields: author/editor, title, publisher, year
 +
* Optional fields: volume, series, address, edition, month, note, pages
 +
</div><div id="tipBooklet">
 +
A work that is printed and bound, but without a named publisher or sponsoring institution.
 +
* Required fields: title
 +
* Optional fields: author, howpublished, address, month, year, note
 +
</div><div id="tipInbook">
 +
A part of a book, usually untitled. May be a chapter (or section or whatever) and/or a range of pages.
 +
* Required fields: author/editor, title, chapter/pages, publisher, year
 +
* Optional fields: volume, series, address, edition, month, note
 +
</div><div id="tipIncollection">
 +
A part of a book having its own title.
 +
* Required fields: author, title, booktitle, year
 +
* Optional fields: editor, pages, publisher, address, month, note
 +
</div><div id="tipInproceedings">
 +
An article in a conference proceedings.
 +
* Required fields: author, title, booktitle, year
 +
* Optional fields: editor, pages, publisher, address, month, note
 +
</div><div id="tipManual">
 +
Technical documentation.
 +
* Required fields: title
 +
* Optional fields: author, address, edition, month, year, note
 +
</div><div id="tipMastersthesis">
 +
A Master's thesis.
 +
* Required fields: author, title, school, year
 +
* Optional fields: address, month, note
 +
</div><div id="tipMisc">
 +
For use when nothing else fits. '''Avoid!!!'''
 +
* Required fields: &mdash;
 +
* Optional fields: author, title, howpublished, month, year, note
 +
</div><div id="tipPhdthesis">
 +
A Ph.D. thesis.
 +
* Required fields: author, title, school, year
 +
* Optional fields: address, month, note
 +
</div><div id="tipProceedings">
 +
The proceedings of a conference. '''If it is a paper, choose ''inproceedings''!!!'''
 +
* Required fields: title, year
 +
* Optional fields: editor, publisher, address, month, note
 +
</div><div id="tipTechreport">
 +
A report published by a school or other institution, usually numbered within a series.
 +
* Required fields: author, title, institution, year
 +
* Optional fields: type, number, address, month, note
 +
</div><div id="tipUnpublished">
 +
A document having an author and title, but not formally published.
 +
* Required fields: author, title, note
 +
* Optional fields: month, year
 +
</div>
|-
|-
-
! Author(s):
+
! Document file:
-
| {{{field|author|input type=text with autocomplete|values from category=Person|size=80}}}
+
| {{{field|document|uploadable|default filename=Document for {{#replace:<page name>|:|-}}.pdf|property=Document|values from namespace=File}}}<small>
 +
'''Must be a PDF file!'''</small>
|-
|-
! Title:
! Title:
-
| {{{field|title|size=100}}}
+
| {{{field|title|mandatory|size=100}}}
|-
|-
-
! Abstract:
+
! Author(s):
-
| {{{field|abstract|input type=textarea|autogrow}}}
+
| {{{field|author|size=80}}}<small>
 +
Comma-separated names; will autocomplete with existing people in the wiki but accepts non-existing people. For existing people, you '''must''' use the name provided by autocomplete, regardless of how the person appears as an author in the paper.</small>
|-
|-
-
! Address:
+
! Project(s):
-
| {{{field|address}}}
+
| {{{field|Project|text with autocomplete|values from category=Project}}}<small>
 +
Comma-separated, will autocomplete with existing projects. Namespace prefix ''Project:'' must be preserved</small>
|-
|-
-
! Booktitle:
+
! Research line(s):
-
| {{{field|booktitle|size=100}}}
+
| {{{field|ResearchLine|input type=listbox|values from category=ResearchLine}}}<small>
-
|-
+
For multiple values, use Ctrl+click.</small>
-
! Chapter:
+
-
| {{{field|chapter|size=4}}}
+
|-
|-
! Date:
! Date:
-
| {{{field|month|input type=dropdown}}} {{{field|year|size=4}}}  
+
| {{{field|month|input type=dropdown}}} {{{field|year|size=4}}}<small>
 +
The month and year of publication (or, if unpublished, the month and year of creation)</small>
|-
|-
-
! Doi:
+
! Abstract:
-
| {{{field|doi}}}
+
| {{{field|abstract|input type=textarea|autogrow|cols=80}}}
 +
|-
 +
! Journal:
 +
| {{{field|journal|size=80}}}<small>
 +
Mandatory for entries of type ''article''.</small>
 +
|-
 +
! Address:
 +
| {{{field|address}}}<small>
 +
For ''inproceedings'', this should be the place where the event was held. Otherwise, the publisher's or school's address (where applicable).</small>
 +
|-
 +
! Booktitle:
 +
| {{{field|booktitle|size=80}}}<small>
 +
If the publication is of type ''book'' or ''inbook'', the book's title goes in the Title field.<br />intype: {{{field|intype|size=20}}}<br />''intype'' defaults to "in", fill '''only''' if you need to replace the default (e.g. "Fast abstract in")</small>
|-
|-
! Edition:
! Edition:
-
| {{{field|edition}}}
+
| {{{field|edition|size=4}}}
|-
|-
-
! Editor:
+
! Editor(s):
-
| {{{field|editor}}}
+
| {{{field|editor|size=80}}}<small>
 +
Comma-separated names; will autocomplete with existing people in the wiki but accepts non-existing people. For existing people, you '''must''' use the name provided by autocomplete, regardless of how the person appears as the editor.</small>
 +
|-
 +
! Howpublished:
 +
| {{{field|howpublished|size=40}}}<small>
 +
For ''booklet'' and ''misc'' entries; how it was published, if the publishing method is nonstandard</small>
|-
|-
! Institution:
! Institution:
-
| {{{field|institution}}}
+
| {{{field|institution|size=80}}}<small>
-
|-
+
Only for ''techreport'', where it is mandatory.</small>
-
! Journal:
+
-
| {{{field|journal}}}
+
|-
|-
! Note:
! Note:
-
| {{{field|note}}}
+
| {{{field|note|size=80}}}<small>
 +
Miscellaneous extra information. For awards, use the ''award'' field.</small>
 +
|-
 +
! Volume:
 +
| {{{field|volume}}}<small>
 +
The volume of a journal or multi-volume book</small>
|-
|-
! Number:
! Number:
-
| {{{field|number}}}
+
| {{{field|number|size=4}}}<small>
 +
The "number" of a journal, magazine, or tech-report, if applicable.</small>
 +
|-
 +
! Chapter:
 +
| {{{field|chapter|size=4}}}<small>
 +
For ''inbook'' only; the chapter number. ''Inbook'' entries must have at least either chapter or pages.</small>
|-
|-
! Pages:
! Pages:
-
| {{{field|pages}}}
+
| {{{field|pages|size=8}}}<small>
-
|-
+
Page numbers, separated either by double-hyphens. ''Inbook'' entries must have at least either chapter or pages.</small>
-
! Project(s):
+
-
| {{{field|Project|text with autocomplete|values from category=Project}}}
+
-
|-
+
-
! Research line(s):
+
-
| {{{field|ResearchLine|listbox|values from category=ResearchLine}}}
+
|-
|-
! Publisher:
! Publisher:
-
| {{{field|publisher}}}
+
| {{{field|publisher}}}<small>
 +
Mandatory for ''book'' and ''inbook''; the publisher's name</small>
|-
|-
! School:
! School:
-
| {{{field|school}}}
+
| {{{field|school}}}<small>
 +
For ''mastersthesis'' and ''phdthesis'', mandatory for both. The school where the thesis was written</small>
|-
|-
-
! Advisor:
+
! Advisor(s):
-
| {{{field|advisor|text with autocomplete|values from category=Person}}} (if it is a M.Sc./Ph.D. thesis)
+
| {{{field|advisor|list|text with autocomplete|property=Advisor|values from category=Person}}}
 +
<small>For ''mastersthesis'' and ''phdthesis''. Comma-separated names; will autocomplete with existing people in the wiki but accepts non-existing people. For existing people, you '''must''' use the name provided by autocomplete.</small>
|-
|-
! Series:
! Series:
-
| {{{field|series}}}
+
| {{{field|series}}}<small>
 +
The series of books the book was published in (e.g. "LNCS")</small>
|-
|-
! Url:
! Url:
| {{{field|url}}}
| {{{field|url}}}
|-
|-
-
! Volume:
+
! Award(s):
-
| {{{field|volume}}}
+
| {{{field|award|list|text with autocomplete|property=Award}}}
-
|-
+
|}
|}
{{{end template}}}
{{{end template}}}

Latest revision as of 18:58, 21 January 2013

To create a publication, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.

When creating, use as the page's name a desired bibliographic key, preferably something in the format Lastname2012keyword (or Lastname12keyword; the Publication: namespace prefix will be automatically appended, do not provide it! Do not use special characters other than hyphens and underscores. The keyword part is very important because it increases the visibility of your publication for people who are searching for the theme to which your paper belongs. Unless you're a real guru, not many people will be looking for your papers by your name ;-) .



Personal tools
Navigators toolbox