Template:Publication: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
_table = Publications
_table = Publications
| Program = String
| Program = String
| Year = Integer
| Year = String <!-- integer displays with separating comma -->
| PrimaryAuthor = String
| PrimaryAuthor = String
| OtherAuthors =  String
| OtherAuthors =  String
| PubType = String
| PubType = String
| Journal = String
| Journal = String
| GoogleScholarLink = String
| GoogleScholarLink = URL
| PubMedLink = String
| PubMedLink = URL
| DOILink = String
| DOILink = URL
| wikilinks = String
| wikilinks = URL
| ThroughMCHP = boolean
| ThroughMCHP = boolean
}}
}}

Revision as of 22:31, 2019 June 19

Template Use

To add an article to Publications, abstracts, presentations using the Critical Care and Medicine Database or the listings for physicians for which we have articles (e.g. Dr. Allan Garland), make a new article with the name of the publication and paste and update the following:

{{Publication
| Program = < one of Critical Care, Medicine, Critical Care and Medicine >
| Year = <eg 2018>
| Primary Author = <last name, initial(s)>
| Other Authors =  <last name, initial(s)>, <last name, initial(s)>
| PubType = <Publication, Poster, Abstract, Administrative Document, Report, Meeting>
| Journal = <optional>
| GoogleScholarLink = <find in https://scholar.google.ca, copy paste URL here>
| PubMedLink = <https://www.ncbi.nlm.nih.gov/pubmed/<number>>
| DOILink = <https://doi.org/ eg find in pubmed listing>
| wikilinks = <[[Media:... | Full pdf]]>
| ThroughMCHP = <"yes" if through MCHP, "no" otherwise>
}}

Cargo declaration

This template defines the table "Publications". View table.




Publication
Publication: Publication
Year: {{{Year}}}
Authors: {{{Primary Author}}}, {{{Other Authors}}}
Publication Type: {{{PubType}}}
Journal: {{{Journal}}}
Google Scholar: [{{{GoogleScholarLink}}} Google Scholar Link]
DOI: {{{DOILink}}}
PubMed: {{{PubMedLink}}}
Program: {{{Program}}}
Internal Link: {{{wikilinks}}}
Through MCHP: {{{ThroughMCHP}}}