HTML Faculty & Staff Bio
The HTML version of profile bio, where it can be paired up with other components.
How to use
- Add the Name of Faculty or Staff Member
- Add the Primary Topic (If you wish to have a Related News Link)
- Add the Last and First Name (optional, for sorting purposes)
- Add the Description, Email Address, Position Title(s) and photo (optional)
- Add the Phone, Pronouns, Building/Room Number, Areas of expertise and personal website (optional)
- Select the Type of Staff, the Staff College and the Staff Department (optional)
- Add section links to Home College, Primary Department and Secondary Department (optional)
- Add the Extended Biography , Courses Taught, Education and Publications HTML (optional)
- Add the social media URLs (Facebook URL, Linkedin URL, Twitter/X URL, YouTube URL, Instagram URL and TikTok URL) optional
Content Type Details
ID: 7352
Name: HTML Faculty and Staff Bio
Description: The HTML version of profile bio, where it can be paired up with other components
Minimum user level: Administrator
Content Type Elements Details
| Name | Description | Size | Type | Required |
|---|---|---|---|---|
| Name | The T4 Item Name | 200 Characters | Plain Text | Yes |
| Name of Faculty or Staff Member | Preferred Full Name | 200 Characters | Plain Text | Yes |
| Last Name | Preferred Last Name | 100 Characters | Plain Text | No |
| First Name | Preferred First Name | 100 Characters | Plain Text | No |
| Description | Required meta description 200 characters max, plaintext only | 200 Characters | Plain Text | No |
| Email Address | Seattle University email address of faculty or staff member. | 120 Characters | Plain Text | No |
| Position Title(s) | Dean<br>Professor | 250 Characters | Plain Text | No |
| Photo | Primary image | N/A | Media | No |
| Phone | EX: 206-555-1212 | 20 Characters | Plain Text | No |
| Pronouns | EX: he/him/his | 80 Characters | Plain Text | No |
| Building/Room Number | Building or room number of the office of the faculty or staff member. | 120 Characters | Plain Text | No |
| Areas of Expertise | EX: Physics, Data Analytics, Math | 250 Characters | Plain Text | No |
| Personal Website | full https EX: https://www.smith.com/ | 200 Characters | Plain Text | No |
| Type of Staff | Select any Types | N/A | Multi-select List | No |
| Staff College | Select any Colleges | N/A | Multi-select List | No |
| Staff Department | Select any Departments | N/A | Multi-select List | No |
| Home College | Link to College Homepage | N/A | Section/Content Link | No |
| Primary Department | Link to Department Homepage | N/A | Section/Content Link | No |
| Secondary Department | Link to Secondary Department Homepage | N/A | Section/Content Link | No |
| Extended Biography | Biography | 99999 Characters | HTML | No |
| Courses Taught | List Courses Taught | 9999 Characters | HTML | No |
| Education | List Degrees and/or Educational Details | 9999 Characters | HTML | No |
| Publications | List Publications | 9999 Characters | HTML | No |
| Facebook URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
| LinkedIn URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
| Twitter/X URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
| YouTube URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
| Instagram URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
| TikTok URL | full https EX: https://www.smith.com/ | 250 Characters | Plain Text | No |
Examples
All Elements Completed
{{publish element="Name of Faculty or Staff Member"}} {{#or (ifSet element="Type of Staff") (ifSet element="Primary Title") (ifSet element="Staff Department") (ifSet element="Staff College") (ifSet element="Areas of Expertise") ~}} — {{! Type of Staff (multi) }} {{#ifSet element="Type of Staff"~}} {{#each (selected element="Type of Staff")~}} {{#if name}}{{name}}{{else}}{{value}}{{/if}}{{#unless @last }} - {{/unless}} {{~/each}} {{#or (ifSet element="Primary Title") (ifSet element="Staff Department") (ifSet element="Staff College") (ifSet element="Areas of Expertise") ~}}; {{~/or}} {{~/ifSet}} {{! Primary Title (single) }} {{#ifSet element="Primary Title"~}} {{publish element="Primary Title"}} {{#or (ifSet element="Staff Department") (ifSet element="Staff College") (ifSet element="Areas of Expertise") ~}}; {{~/or}} {{~/ifSet}} {{! Department / College }} {{#or (ifSet element="Staff Department") (ifSet element="Staff College") ~}} {{#ifSet element="Staff Department"~}} {{#each (selected element="Staff Department")~}} {{#if name}}{{name}}{{else}}{{value}}{{/if}}{{#unless @last }} - {{/unless}} {{~/each}} {{~/ifSet}} {{#and (ifSet element="Staff Department") (ifSet element="Staff College") ~}}, {{~/and}} {{#ifSet element="Staff College"~}} {{#each (selected element="Staff College")~}} {{#if name}}{{name}}{{else}}{{value}}{{/if}}{{#unless @last }} - {{/unless}} {{~/each}} {{~/ifSet}} {{#ifSet element="Areas of Expertise"~}}; {{~/ifSet}} {{~/or}} {{! Areas of Expertise (plaintext, pipe-separated; output as-is) }} {{#ifSet element="Areas of Expertise"~}} Areas of Expertise: {{publish element="Areas of Expertise"}} {{~/ifSet}} . {{~/or}}
{{#ifSet element="Type of Staff"~}} {{~/ifSet}} {{#ifSet element="Position Title(s)"~}}{{{publish element="Position Title(s)"}}}
{{#or
(ifSet element="Phone")
(ifSet element="Email Address")
(ifSet element="Personal Website")
(ifSet element="TikTok URL")
(ifSet element="Threads URL")
(ifSet element="Twitter/X URL")
(ifSet element="YouTube URL")
(ifSet element="LinkedIn URL")
(ifSet element="Instagram URL")
(ifSet element="Facebook URL")
(ifSet element="Curriculum Vitae")
~}}
{{~/or}}
{{#or
(ifSet element="Primary Department")
(ifSet element="Secondary Department")
(ifSet element="Staff College")
(ifSet element="Pronouns")
(ifSet element="Areas of Expertise")
~}}
{{~/or}}
{{#or
(ifSet element="LinkedIn URL")
(ifSet element="Research Gate URL")
(ifSet element="ORCID URL")
(ifSet element="Google Scholar URL")
(ifSet element="Curriculum Vitae")
(ifSet element="Areas of Expertise")
~}}
{{~/or}}
{{#ifSet element="Description"~}}
{{~/ifSet}}
{{#ifSet element="Education"~}}
{{~/ifSet}}
{{#ifSet element="Courses Taught"~}}
{{~/ifSet}}
{{#ifSet element="Publications"~}}
{{~/ifSet}}
{{publish element="Description"}}
{{~/ifSet}} {{#ifSet element="Extended Biography"~}}Biography
{{{publish element="Extended Biography"}}}
Education
{{{publish element="Education"}}}
Courses Taught
{{{publish element="Courses Taught"}}}
Publications
{{{publish element="Publications"}}}