Skip to content
Snippets Groups Projects
Commit a028c654 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-4818: Adding pattern lab layout for OFIS module.

parent a3bdd4a7
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!58Feature/istwcms 4818 ibiki ofis module
---
el: .l-ofis
title: OFIS Layout
---
__Variables:__
* ofis_data: [array] OFIS API response array
<section class="layout layout--uw-1-col">
<div id="profile-check">
<div class="field field-name-field-profile-title field-type-text field-label-hidden">
<div class="field-items">
<div class="field-item even" property="schema:jobTitle"><h3>{{ ofis_data.title }}</h3></div>
</div>
</div>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<div class="" style="display: flex; gap: 1rem;">
{% if ofis_data.picture %}
<div style="width: auto; max-width: 144px;">
<img alt="{{ ofis_data.name }}" class="image-left" src="{{ ofis_data.picture }}">
</div>
{% endif %}
<div>
<h2>Contact information</h2>
{% if ofis_data.personal.email %}
<div>Email: <a href="mailto:{{ ofis_data.personal.email }}">{{ ofis_data.personal.email }}</a></div>
{% endif %}
{% if ofis_data.personal.phones %}
<div>Phone: {{ ofis_data.personal.phones }}</div>
{% endif %}
{% if ofis_data.personal.offices %}
<div>Location: {{ ofis_data.personal.offices }}</div>
{% endif %}
{% if ofis_data.personal.fax %}
<div>Fax: {{ ofis_data.personal.fax }}</div>
{% endif %}
</div>
</div>
{% if ofis_data.personal.webpages_formatted %}
<h2>Website</h2>
{% for ws in ofis_data.personal.webpages_formatted %}
{{ ws | raw }}<br/>
{% endfor %}
{% endif %}
{% if ofis_data.biography %}
<h2>Biography summary</h2>
<div><p>{{ ofis_data.biography | raw }}</p></div>
{% endif %}
{% if ofis_data.personal.expertise_keywords %}
<h2>Research interests</h2>
<div>
<ul>
{% for keyword in ofis_data.personal.expertise_keywords %}
<li>{{ keyword }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% if ofis_data.education %}
<h2>Education</h2>
<div>
<ul>
{% for degree in ofis_data.education %}
<li>{{ degree.degree_yr }}, {{ degree.degree_name }}, {{ degree.name_of_discipline }}
, {{ degree.institution }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% if ofis_data.courses %}
<h2>Courses*</h2>
<div>
<ul>
{% for course in ofis_data.courses %}
<li>{{ course.subject }} {{ course.num }} - {{ course.title | raw }}</li>
{% endfor %}
</ul>
<small>* Only courses taught in the past 5 years are displayed.</small>
</div>
{% endif %}
{% if ofis_data.contribution %}
<h2>Selected/recent publications</h2>
<div>
<ul>
{% for pub in ofis_data.contribution %}
<li>{{ pub.value }}<br/>{{ pub.url | raw }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% if ofis_data.news %}
<h2>In the news</h2>
<div>
<ul>
{% for entry in ofis_data.news %}
{% if entry.article_title %}
<li><a href="{{ entry.url }}">{{ entry.article_title }}</a></li>
{% else %}
<li><a href="{{ entry.url }}">{{ entry.url }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endif %}
<h2>Graduate studies</h2>
<div>
<ul>
{% if ofis_data.personal.accepting_grad_students %}
<li>Currently considering applications from graduate students. A completed online application is
required
for admission; <a
href="https://uwaterloo.ca/graduate-studies-postdoctoral-affairs/future-students/applying-graduate-school/before-you-apply">
start the application process now.</a>
</li>
{% else %}
<li>Not currently accepting applications for graduate students</li>
{% endif %}
{% if ofis_data.personal.adds_status %}
<li>Has <a href="https://uwaterloo.ca/engineering/approved-doctoral-dissertation-supervisor-status">Approved
Doctoral Dissertation Supervisor</a> (ADDS) status
</li>
{% endif %}
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
---
ofis_data:
personal:
last_name: 'Wells'
first_name: 'Marry'
middle_name: ''
preferred_name: ''
home_dept: 'Mechanical & Mechatronics Engineering'
group_type: 'FAC'
rank: 'Adjunct Professor'
title: 'Dean of Engineering||Dean, Engineering'
userid: 'engdean'
accepting_grad_students: false
adds_status: false
offices: 'E7 7324, E5 3047'
phones: '519-888-4567 x43347,519-888-4567 x38356'
fax: ''
research_interests: ''
brief_research_interests: ''
bio: 'Mary Wells, PhD, PEng is currently Dean of the Faculty of Engineering at the University of Waterloo and is the ninth dean since the Faculty was founded in 1957. She was previously Dean of the College of Engineering and Physical Sciences at the University of Guelph (2017 to 2020).\r\n\r\nPrior to her time in Guelph, Wells was a professor of mechanical and mechatronics engineering at Waterloo for 10 years. She received awards for graduate supervision from both the Faculty and the University in 2017.\r\n\r\nAn accomplished materials engineer, Wells also served as the Associate Dean of Outreach for Waterloo Engineering between 2008 and 2017, and chaired its Women in Engineering committee for many years. She chaired the Ontario Network of Women in Engineering from 2013 to 2018.\r\n\r\nWells began her academic career as a professor in materials engineering at the University of British Columbia from 1996 to 2007, and has worked in the steel industry in Canada and internationally.\r\n\r\nThe co-author of two books including one on Canadian women innovators and the second on Canadian women in materials, her research focuses on the relationship between processing, structure and properties for advanced metallic alloys used in the transportation sector.\r\n\r\nWells is not currently accepting applications to supervise new graduate students.'
picture: 'mawells.png'
profile_job_title: 'Dean, Faculty of Engineering / Professor, Mechanical and Mechatronics Engineering'
institution: 'McGill University'
degree_name: "Bachelor's"
expertise_keywords:
- "Process modelling"
- "Hot deformation of metallic materials"
- "Casting of light metals"
- "Boiling water heat transfer"
- "Microstructure/Processing Models"
- "Automotive"
- "Digital Factories"
- "Lightweight Materials"
- "Structural Crashworthiness"
- "Additive Manufacturing"
webpages:
-
profile_phones: ''
webpages_formatted: ''
email: 'engdean@uwaterloo.ca'
research_interests:
- sresearch_interest: ''
courses:
- subject: 'ME'
num: 340
title: 'Manufacturing Processes<ul><li>Taught in 2016, 2017</li></ul>'
- subject: 'ME'
num: '738'
title: 'Special Topics in Materials<ul><li>Taught in 2017</li></ul>'
news:
- article_title: 'Honouring the December 6 victims'
url: 'https://uwaterloo.ca/news/engineering/honouring-december-6-victims'
- article_title: 'December 6 attacker could not hold women back'
url: 'https://uwaterloo.ca/news/engineering/december-6-attacker-could-not-hold-women-back'
- article_title: 'New dean named for Waterloo Engineering'
url: 'https://uwaterloo.ca/stories/eng-news-new-dean-named-waterloo-engineering'
- article_title: "Engineers are 'hidden heroes' in COVID-19 battle"
url: 'https://uwaterloo.ca/stories/engineering/engineers-are-hidden-heroes-covid-19-battle'
contribution:
- type: 'Refereed Journal Paper'
value: 'Wei, Guo-bing and Peng, Xiao-dong and Hu, Fa-ping and Hadadzadeh, Amir and Yan, YANG and Xie, Wei-dong and Wells, Mary A, Deformation behavior and constitutive model for dual-phase Mg--Li alloy at elevated temperatures, Transactions of Nonferrous Metals Society of China, 26(2), 2016, 508 - 518'
- type: 'Refereed Journal Paper'
value: 'Wei, Guobing and Mahmoodkhani, Yahya and Peng, Xiaodong and Hadadzadeh, Amir and Xu, Tiancai and Liu, Junwei and Xie, Weidong and Wells, Mary A, Microstructure evolution and simulation study of a duplex Mg--Li alloy during Double Change Channel Angular Pressing, Materials & Design, 90, 2016, 266 - 275'
- type: 'Refereed Journal Paper'
value: 'Mahmoodkhani, Yahya and Wells, Mary A, Co-extrusion process to produce Al--Mg eutectic clad magnesium products at elevated temperatures, Journal of Materials Processing Technology, 232, 2016, 175 - 183'
- type: 'Refereed Journal Paper'
value: 'Hadadzadeh, Amir and Wells, Mary A and Javaid, Amjad, Warm and Hot Deformation Behavior of As-Cast ZEK100 Magnesium Alloy, Experimental Mechanics, 56(2), 2016, 259 - 271'
- type: 'Refereed Journal Paper'
value: 'Di Ciano, Massimo and Weckman, DC and Wells, MA, Development of an Analog System to Simulate Interface Formation During Fusion™ Casting, Metallurgical and Materials Transactions B, 47(2), 2016, 905 - 919'
education:
- institution: 'University of British Columbia'
country: 'Canada'
degree_yr: '1996'
degree_mon_nbr: '6'
name_of_discipline: 'Metals and Materials Engineering'
degree_name: 'Doctorate'
- institution: 'McGill University'
country: 'Canada'
degree_yr: '1987'
degree_mon_nbr: '6'
name_of_discipline: 'Metallurgical Engineering'
degree_name: "Bachelor's"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment