Template:Publication: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
}} | }} | ||
</pre> | </pre> | ||
===Cargo declaration=== | |||
{{#cargo_declare: | |||
_table = Publications | |||
| Program = String | |||
| Year = Integer | |||
| Primary Author = String | |||
| Other Authors = String | |||
| PubType = String | |||
| Journal = String | |||
| GoogleScholarLink = String | |||
| PubMedLink = String | |||
| DOILink = String | |||
| wikilinks = String | |||
| ThroughMCHP = boolean | |||
}} | |||
[[Category:Publication wiki infrastructure]] | [[Category:Publication wiki infrastructure]] | ||
---- | ---- | ||
Line 41: | Line 59: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Journal: ''' | | style="background:silver; color:arsenic" align="right"| '''Journal: ''' | ||
| [[Has Pub_Journal::{{{Journal }}}]] | | [[Has Pub_Journal::{{{Journal}}}]] | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Google Scholar: ''' | | style="background:silver; color:arsenic" align="right"| '''Google Scholar: ''' | ||
Line 56: | Line 74: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Internal Link: ''' | | style="background:silver; color:arsenic" align="right"| '''Internal Link: ''' | ||
| [[Has Pub_WikiLink::{{{wikilinks }}}]] | | [[Has Pub_WikiLink::{{{wikilinks}}}]] | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Through MCHP: ''' | | style="background:silver; color:arsenic" align="right"| '''Through MCHP: ''' | ||
Line 63: | Line 81: | ||
* Cargo | * Cargo | ||
{{#cargo_store: | |||
_table = | _table = Publications | ||
| | | Program = {{{Program}}} | ||
}} | | Year = {{{Year}}} | ||
| Primary Author = {{{Primary Author}}} | |||
| Other Authors = {{{Other Authors}}} | |||
| PubType = {{{PubType}}} | |||
| Journal = {{{Journal}}} | |||
| GoogleScholarLink = String | |||
| PubMedLink = {{{PubMedLink}}} | |||
| DOILink = {{{DOILink}}} | |||
| wikilinks = {{{wikilinks}}} | |||
| ThroughMCHP = {{{ThroughMCHP}}} | |||
}} | |||
* Categories | * Categories | ||
[[Category:Publications]] | [[Category:Publications]] | ||
* SMW | * SMW | ||
Leaving where it is for now, right in table. | |||
</div></includeonly> | </div></includeonly> |
Revision as of 21:22, 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
Error: field name "Primary Author" contains whitespaces. Whitespaces of any kind are not allowed; consider using underscores ("_") instead.
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}}} |