Template:Publication: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 10: Line 10:
| PubType = <Publication, Poster, Abstract, Administrative Document, Report, Meeting>
| PubType = <Publication, Poster, Abstract, Administrative Document, Report, Meeting>
| Journal = <optional>
| Journal = <optional>
| GoogleScholarLink = <find in https://scholar.google.ca, copy paste URL here>
| DOILink = <https://doi.org/ - find it by googling the publication >
| PubMedLink = <https://www.ncbi.nlm.nih.gov/pubmed/<number>>
| DOILink = <https://doi.org/ eg find in pubmed listing>
| wikilinks = <[[Media:... | Full pdf]]>
| wikilinks = <[[Media:... | Full pdf]]>
| ThroughMCHP = <"yes" if through MCHP, "no" otherwise>
| ThroughMCHP = <"yes" if through MCHP, "no" otherwise>
Line 30: Line 28:
| PubMedLink = URL  
| PubMedLink = URL  
| DOILink = URL  
| DOILink = URL  
| wikilinks = URL  
| wikilinks = String <!-- internal link, so not a URL -->
| ThroughMCHP = boolean
| ThroughMCHP = boolean
}}
}}
Line 53: Line 51:
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Authors: '''
| style="background:silver; color:arsenic" align="right"| '''Authors: '''
| [[Has Pub_PrimaryAutor::{{{Primary Author}}}]], [[Has Publ_Authors::{{{Other Authors}}}]]
| [[Has Pub_PrimaryAutor::{{{Primary Author}}}]], [[Has Publ_Authors::{{{Other Authors|}}}]]
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Publication Type: '''
| style="background:silver; color:arsenic" align="right"| '''Publication Type: '''
Line 59: Line 57:
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Journal: '''
| style="background:silver; color:arsenic" align="right"| '''Journal: '''
| [[Has Pub_Journal::{{{Journal}}}]]
| [[Has Pub_Journal::{{{Journal|}}}]]
|-
{{#if: {{{DOILink}}}
| style="background:silver; color:arsenic" align="right"| '''Google Scholar: '''
|
| {{#set: Has Pub_GoogleScholarLink={{{GoogleScholarLink}}} }}[{{{GoogleScholarLink}}} Google Scholar Link]
{{!}}-
|-
{{!}}style="background:silver; color:arsenic" align="right"{{!}} '''DOI: '''
| style="background:silver; color:arsenic" align="right"| '''DOI: '''
{{!}}[[Has Pub_DOILink ::{{{DOILink|}}}]]  
| [[Has Pub_DOILink ::{{{DOILink}}}]]
|
|-
{{!}}-
| style="background:silver; color:arsenic" align="right"| '''PubMed: '''
{{!}}style="background:silver; color:arsenic" align="right"{{!}} '''No DOI link available, alternate link: '''
| [[Has Pub_PubMedLink::{{{PubMedLink}}}]]
{{!}}[[Has Pub_WikiLink::{{{wikilinks}}}]] {{{GoogleScholarLink}}} [[Has Pub_DOILink ::{{{DOILink|}}}]]  
}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Program: '''
| style="background:silver; color:arsenic" align="right"| '''Program: '''
| [[Has Pub_Program::{{{Program}}}]]
| [[Has Pub_Program::{{{Program}}}]]  
|-
| style="background:silver; color:arsenic" align="right"| '''Internal Link: '''
| [[Has Pub_WikiLink::{{{wikilinks}}}]]
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Through MCHP: '''
| style="background:silver; color:arsenic" align="right"| '''Through MCHP: '''
| [[Has Pub_ThroughMCHP::{{{ThroughMCHP}}}]]
| [[Has Pub_ThroughMCHP::{{{ThroughMCHP}}}]]
|} &nbsp;<!-- without this nbsp the template misbehaves! --> <includeonly><div style="display: none;">
|} <!-- &nbsp; without this nbsp the template misbehaves! How? --> <includeonly><div style="display: none;">


* Cargo
* Cargo
{{#cargo_store:
{{#cargo_store:
_table = Publications
_table = Publications
| Program = {{{Program}}}
| Program = {{{Program|}}}
| Year = {{{Year}}}
| Year = {{{Year|}}}
| Primary Author = {{{Primary Author}}}
| Primary Author = {{{Primary Author|}}}
| Other Authors =  {{{Other Authors}}}
| Other Authors =  {{{Other Authors|}}}
| PubType = {{{PubType}}}
| PubType = {{{PubType|}}}
| Journal = {{{Journal}}}
| Journal = {{{Journal|}}}
| GoogleScholarLink = String
| GoogleScholarLink = {{{GoogleScholarLink|}}}
| PubMedLink = {{{PubMedLink}}}
| PubMedLink = {{{PubMedLink|}}}
| DOILink = {{{DOILink}}}
| DOILink = {{{DOILink|}}}
| wikilinks = {{{wikilinks}}}
| wikilinks = {{{wikilinks|}}}
| ThroughMCHP = {{{ThroughMCHP}}}
| ThroughMCHP = {{{ThroughMCHP}}}
}}
}}
Line 100: Line 96:
[[Category:Publications]]
[[Category:Publications]]


* Default form: {{#default_form:Publication}}


* SMW
* SMW

Latest revision as of 11:15, 2022 January 13

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>
| DOILink = <https://doi.org/ - find it by googling the publication >
| 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}}},
Publication Type: {{{PubType}}}
Journal:
DOI:
Program: {{{Program}}}
Through MCHP: {{{ThroughMCHP}}}