Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 2.21 KB

File metadata and controls

56 lines (48 loc) · 2.21 KB
layout single
title Members
header
title background-image
Members
/assets/img/header-background/zion-shorter.jpg
<style> img.member { width: 200px; height: 286px; object-fit: cover; /* black and white */ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); } </style>

{% assign roles = "Director,Associate Director of Research,Associate Director of Communications,Core Members,Affiliated Members" | split: "," %}

{% for role in roles %}

{{ role }}

{% assign members_list = site.members | where: "role", role %} {% for member in members_list %}
{% if member.pic contains "://" %} {% capture img_path %}{{ member.pic }}{% endcapture %} {% else %} {% capture img_path %}{{ member.pic | relative_url }}{% endcapture %} {% endif %} Picture of {{ member.name }}
{{ member.title | newline_to_br }}

{{ member.content | markdownify }}

{% endfor %}
{% endfor %}

Organization and By-Laws

The UCDS is led by a director, with the assistance of associate directors and the other core members. The Associate Director of Research organizes research-focused events like the Data Science Seminar. The Associate Director of Outreach builds relations with other researchers around campus, including through the annual Data Science Day. And the Associate Director of Student Involvement leads efforts to engage students in data science, including as liason to associated student groups. The Affiliated members represents the centers connections around campus into the many disciplines where data science reaches.

Governance Roles

Membership Plans