Template:Cite conference: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{#if:{{{author|{{{last1|}}}}}}|{{{author|{{{last1|}}}}}}{{#if:{{{first1|}}}|, {{{first1|}}}}}. |}}{{#if:{{{date|{{{year|}}}}}}|({{{date|{{{year|}}}}}}}). |}}{{#if:{{{title|}}}|"{{{title}}}". |}}{{#if:{{{conference|}}}|In ''{{{conference}}}''. |}}{{#if:{{{editor|{{{editor-last|}}}}}}|Edited by {{{editor|{{{editor-last|}}}}}}{{#if:{{{editor-first|}}}|, {{{editor-first|}}}}}. |}}{{#if:{{{location|}}}|{{{location}}}{{#if:{{{publisher|}}}|: {{{publisher|}}}|}}. |}}{{#if:{{{pages|}}}|pp. {{{pages}}}. |}}{{#if:{{{url|}}}|[{{{url}}} link]. |}}{{#if:{{{doi|}}}|DOI: {{{doi|}}}. |}}{{#if:{{{isbn|}}}|ISBN {{{isbn|}}}. |}}{{#if:{{{access-date|}}}|Retrieved {{{access-date|}}}.|}} | ||
| last1 | </includeonly><noinclude> | ||
| | == Template:Cite conference == | ||
| | Cites a paper presented at a conference or workshop. | ||
| | === Parameters === | ||
| | {| class="wikitable" | ||
| | ! Parameter !! Description !! Example | ||
| editor-last | |- | ||
| <code>title</code> || Paper title (required) || <code>BOINC: A System for Public-Resource Computing</code> | |||
| | |- | ||
| | | <code>author</code> or <code>last1</code> || Author surname || <code>Anderson</code> | ||
| | |- | ||
| | | <code>first1</code> || Author first name || <code>David P.</code> | ||
| | |- | ||
| | | <code>conference</code> || Conference name || <code>IEEE Grid Computing</code> | ||
| | |- | ||
| | | <code>date</code> or <code>year</code> || Year || <code>2004</code> | ||
| | |- | ||
| | | <code>editor</code> / <code>editor-last</code> || Editor surname || <code>Foster</code> | ||
| | |- | ||
| | | <code>editor-first</code> || Editor first name || <code>Ian</code> | ||
}}</includeonly><noinclude> | |- | ||
| <code>location</code> || City || <code>Washington, D.C.</code> | |||
|- | |||
| <code>publisher</code> || Publisher || <code>IEEE Computer Society</code> | |||
== | |- | ||
< | | <code>pages</code> || Pages || <code>4–10</code> | ||
|- | |||
| last1 | | <code>doi</code> || DOI || <code>10.1109/GRID.2004.14</code> | ||
| first1 | |- | ||
| | | <code>isbn</code> || ISBN || <code>978-0-7695-2189-6</code> | ||
| conference | |- | ||
| location | | <code>url</code> || URL to paper || <code><nowiki>https://boinc.berkeley.edu/grid_paper.pdf</nowiki></code> | ||
| | |- | ||
| pages | | <code>access-date</code> || Date accessed || <code>2026-05-18</code> | ||
| | |} | ||
| doi | === Example === | ||
| | <pre>{{Cite conference |author=Anderson |first1=David P. |date=2004 |title=BOINC: A System for Public-Resource Computing and Storage |conference=IEEE Grid Computing |location=Washington, D.C. |publisher=IEEE Computer Society |pages=4–10 |doi=10.1109/GRID.2004.14}}</pre> | ||
[[Category:Citation templates]] | |||
</ | |||
== Example == | |||
<pre> | |||
{{Cite conference | |||
| | |||
| first1 = | |||
| title = | |||
| conference = | |||
| | |||
| pages = | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 17:31, 20 May 2026
Template:Cite conference
Cites a paper presented at a conference or workshop.
Parameters
| Parameter | Description | Example |
|---|---|---|
title |
Paper title (required) | BOINC: A System for Public-Resource Computing
|
author or last1 |
Author surname | Anderson
|
first1 |
Author first name | David P.
|
conference |
Conference name | IEEE Grid Computing
|
date or year |
Year | 2004
|
editor / editor-last |
Editor surname | Foster
|
editor-first |
Editor first name | Ian
|
location |
City | Washington, D.C.
|
publisher |
Publisher | IEEE Computer Society
|
pages |
Pages | 4–10
|
doi |
DOI | 10.1109/GRID.2004.14
|
isbn |
ISBN | 978-0-7695-2189-6
|
url |
URL to paper | https://boinc.berkeley.edu/grid_paper.pdf
|
access-date |
Date accessed | 2026-05-18
|
Example
{{Cite conference |author=Anderson |first1=David P. |date=2004 |title=BOINC: A System for Public-Resource Computing and Storage |conference=IEEE Grid Computing |location=Washington, D.C. |publisher=IEEE Computer Society |pages=4–10 |doi=10.1109/GRID.2004.14}}