Template:Research publication

From OpenStreetMap Wiki
Jump to navigation Jump to search
  • "{{{title_en}}}"
    ?
    - {{{ref}}}

This template is used to collect research publications at Research in a unique formatting. Research publications are presumed to be those subject to peer review. For news items published in scientific journals, please use OpenStreetMap in the media.

Adding a new publication is quite simple:

{{Research publication
|title=Mein erstes Buch
|title_en=My first book
|ref=[http://www.example.com/mybook.pdf]
|author=myself
|date=12/2010
|dedicated=yes
|media=Report XYZ issue 7
|description=My book is about the life, universe and everything.
}}

This will appear in the page as:

  • "Mein erstes Buch" (My first book) myself - 12/2010 - [1]dedicated OSM topic
    My book is about the life, universe and everything.
  • "My second book" myself - 12/2012 - [2]dedicated OSM topic
    My book is about the all the fish.


Empty syntax:


{{Research publication
 |title=
 |title_en=
 |ref=
 |author=
 |date=
 |dedicated=
 |media=
 |description=
}}

Syntax explained:


{{Research publication
 |title= (title in original language; can be omitted if title is only in English)
 |title_en= (English title for the publication)
 |ref= (link to the publication; a doi link could be placed here, for instance)
 |author= (list either the first author or a list of authors)
 |date= (date of publication; if this date is not available, use the date accepted; in the event this date is not available, use the date received)
 |dedicated= (is the work dedicated to OSM, i.e. is the focus on it. If yes, the entry will get a OSM symbol in the list.)
 |media= (???)
 |description= (free text, for example for your abstract)
}}