Template:Cite conference: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><blockquote style="margin:1em 2em; padding:0.5em 1em; border-left:3px solid #aaa; background:#f9f9f9;"> {{{1}}} {{#if:{{{source|}}}|<div style="text-align:right; margin-top:0.5em;">— {{{source}}}</div>}} </blockquote></includeonly><noinclude> Simple quotation template. == Usage == <pre> {{Quote|Quoted text|source=Person or source}} </pre> == Example == <pre> {{Quote| To find a technical group of enthusiasts who will understand the meaning and be inspire..." |
No edit summary |
||
| (4 intermediate revisions 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|}}}.|}} | ||
{{{ | </includeonly><noinclude> | ||
{{#if:{{{ | == Template:Cite conference == | ||
Cites a paper presented at a conference or workshop. | |||
=== Parameters === | |||
{| class="wikitable" | |||
! Parameter !! Description !! Example | |||
== | |- | ||
< | | <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> | |||
|- | |||
{{ | | <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> | |||
|- | |||
| <code>doi</code> || DOI || <code>10.1109/GRID.2004.14</code> | |||
|- | |||
| <code>isbn</code> || ISBN || <code>978-0-7695-2189-6</code> | |||
|- | |||
| <code>url</code> || URL to paper || <code><nowiki>https://boinc.berkeley.edu/grid_paper.pdf</nowiki></code> | |||
|- | |||
| <code>access-date</code> || Date accessed || <code>2026-05-18</code> | |||
|} | |||
=== 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]] | |||
</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}}