Template:Publication: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(37 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Template Use== | ==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: | |||
<pre>{{Publication | <pre>{{Publication | ||
| Program = < one of Critical Care, Medicine, Critical Care and Medicine > | | Program = < one of Critical Care, Medicine, Critical Care and Medicine > | ||
Line 9: | Line 8: | ||
| Primary Author = <last name, initial(s)> | | Primary Author = <last name, initial(s)> | ||
| Other Authors = <last name, initial(s)>, <last name, initial(s)> | | Other Authors = <last name, initial(s)>, <last name, initial(s)> | ||
| PubType = <Publication, Poster, Abstract, Administrative Document> | | PubType = <Publication, Poster, Abstract, Administrative Document, Report, Meeting> | ||
| Journal = <optional > | | Journal = <optional> | ||
| | | DOILink = <https://doi.org/ - find it by googling the publication > | ||
| | | wikilinks = <[[Media:... | Full pdf]]> | ||
| | | ThroughMCHP = <"yes" if through MCHP, "no" otherwise> | ||
}} | }} | ||
</pre> | </pre> | ||
===Cargo declaration=== | |||
{{#cargo_declare: | |||
_table = Publications | |||
| Program = String | |||
| Year = String <!-- integer displays with separating comma --> | |||
| PrimaryAuthor = String | |||
| OtherAuthors = String | |||
| PubType = String | |||
| Journal = String | |||
| GoogleScholarLink = URL | |||
| PubMedLink = URL | |||
| DOILink = URL | |||
| wikilinks = String <!-- internal link, so not a URL --> | |||
| ThroughMCHP = boolean | |||
}} | |||
[[Category:Publication wiki infrastructure]] | [[Category:Publication wiki infrastructure]] | ||
---- | ---- | ||
Line 24: | Line 41: | ||
</noinclude><div style="clear:right;"> | </noinclude><div style="clear:right;"> | ||
{| class="wikitable" border="1" style="float:right; width: | {| class="wikitable" border="1" style="float:right; width:100%" | ||
| style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">Publication</span> | | style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">[[Publications, abstracts, presentations using the Critical Care and Medicine Database | Publication]]</span> | ||
|- | |- | ||
| style="background:silver; color:arsenic; width:25%" align="right"| '''Publication: ''' | | style="background:silver; color:arsenic; width:25%" align="right"| '''Publication: ''' | ||
Line 34: | Line 51: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Authors: ''' | | style="background:silver; color:arsenic" align="right"| '''Authors: ''' | ||
| [[Has | | [[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 40: | 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"{{!}} '''DOI: ''' | |||
{{!}}[[Has Pub_DOILink ::{{{DOILink|}}}]] | |||
| | |||
{{!}}- | |||
{{!}}style="background:silver; color:arsenic" align="right"{{!}} '''No DOI link available, alternate link: ''' | |||
{{!}}[[Has Pub_WikiLink::{{{wikilinks}}}]] {{{GoogleScholarLink}}} [[Has Pub_DOILink ::{{{DOILink|}}}]] | |||
}} | |||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| ''' | | style="background:silver; color:arsenic" align="right"| '''Program: ''' | ||
| [[Has | | [[Has Pub_Program::{{{Program}}}]] | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| ''' | | style="background:silver; color:arsenic" align="right"| '''Through MCHP: ''' | ||
| [[Has | | [[Has Pub_ThroughMCHP::{{{ThroughMCHP}}}]] | ||
|- | |} <!-- without this nbsp the template misbehaves! How? --> <includeonly><div style="display: none;"> | ||
| | * Cargo | ||
|} | {{#cargo_store: | ||
_table = Publications | |||
| Program = {{{Program|}}} | |||
| Year = {{{Year|}}} | |||
| Primary Author = {{{Primary Author|}}} | |||
| Other Authors = {{{Other Authors|}}} | |||
| PubType = {{{PubType|}}} | |||
| Journal = {{{Journal|}}} | |||
| GoogleScholarLink = {{{GoogleScholarLink|}}} | |||
| PubMedLink = {{{PubMedLink|}}} | |||
| DOILink = {{{DOILink|}}} | |||
| wikilinks = {{{wikilinks|}}} | |||
| ThroughMCHP = {{{ThroughMCHP}}} | |||
}} | |||
* Categories | |||
[[Category:Publications]] | |||
* Default form: {{#default_form:Publication}} | |||
* SMW | |||
Leaving where it is for now, right in table. | |||
</div></includeonly> |
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}}} |