Created page with "<includeonly> __NOTOC__ <templatestyles src="Member_Session/style.css"/> <div id="session-div"> <h2>{{{title}}}</h2> {{{short_text}}} <hr/> <table> <tr> <td class="td-left">Session duration:</td> <td class="td-right">{{{duration}}}</td> </tr> <tr> <td class="td-left">Intended audience:</td> <td class="td-right">{{{audience}}}</td> </tr> </table> <hr/> <table> {{ #if: {{{Speaker1|}}} | <tr> <td class="td-left">First Speaker:</td> <td class="td-right">{{{Speaker1..."
 
No edit summary
Tag: Reverted
Line 18: Line 18:
<hr/>
<hr/>
<table>
<table>
  <tr>
    <td class="td-left">Moderators:</td>
    <td class="td-right">{{{Moderators}}} ''(Confirmed: {{{Moderators_Confirmed|No}}})''</td>
  </tr>
{{ #if: {{{Speaker1|}}} |
{{ #if: {{{Speaker1|}}} |
   <tr>
   <tr>
Line 64: Line 68:
   | duration=60m
   | duration=60m
   | audience=Physicists, Radiologists
   | audience=Physicists, Radiologists
  | Moderators=Herman Carr, Edward Purcell
  | Moderators_Confirmed=Carr only
   | Speaker1=Paul Lauterbur
   | Speaker1=Paul Lauterbur
   | Speaker1_Confirmed=Yes
   | Speaker1_Confirmed=Yes
Line 77: Line 83:
   | duration=60m
   | duration=60m
   | audience=Physicists, Radiologists
   | audience=Physicists, Radiologists
  | Moderators=Herman Carr, Edward Purcell
  | Moderators_Confirmed=Carr only
   | Speaker1=Paul Lauterbur
   | Speaker1=Paul Lauterbur
   | Speaker1_Confirmed=Yes
   | Speaker1_Confirmed=Yes

Revision as of 14:59, 14 October 2024



Example session

A session about the future of MR


Session duration: 60m
Intended audience: Physicists, Radiologists

Moderators: Herman Carr, Edward Purcell (Confirmed: Carr only)
First Speaker: Paul Lauterbur (Confirmed: Yes)
Second Speaker: Peter Mansfield (Confirmed: No)


Usage

This template is used to give a homogeneous look and feel to member sessions. The following is an example of usage:

{{Member Session
  | title=Example session
  | short_text=A session about the future of MR
  | duration=60m
  | audience=Physicists, Radiologists
  | Moderators=Herman Carr, Edward Purcell
  | Moderators_Confirmed=Carr only
  | Speaker1=Paul Lauterbur
  | Speaker1_Confirmed=Yes
  | Speaker2=Peter Mansfield
}}