<table class="c-staff">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Title</th>
<th scope="col">Program</th>
<th scope="col">Contact</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Littel, Marion</th>
<td>International Branding Associate</td>
<td>UC Curation Center (UC3)</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">Hayes, Bradly</th>
<td>Dynamic Intranet Associate</td>
<td>Collection Development & Management</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">O'Hara, Ottilie</th>
<td>Global Assurance Coordinator</td>
<td>Infrastructure and Applications Support</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">Robel, Vaughn</th>
<td>Principal Creative Technician</td>
<td>Discovery & Delivery</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">Bartell, Dusty</th>
<td>Product Accountability Producer</td>
<td>Shared Cataloging Program (UC San Diego)</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">Grady, Kylee</th>
<td>Internal Identity Manager</td>
<td>Collection Development & Management - Mass Digitization</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
<tr>
<th scope="row">Heaney, Ayla</th>
<td>Forward Marketing Producer</td>
<td>Business Services</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
</tbody>
</table>
<table class="c-staff">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Title</th>
<th scope="col">Program</th>
<th scope="col">Contact</th>
</tr>
</thead>
<tbody>
{{#each row}}
<tr>
<th scope="row">{{staff.lastname}}, {{staff.firstname}}</th>
<td>{{staff.title}}</td>
<td>{{staff.program}}</td>
<td>
<a href="https://cdlib.org">
<span>View profile</span>
</a>
</td>
</tr>
{{/each}}
</tbody>
</table>
{
"row": [
{
"staff": {
"firstname": "Marion",
"lastname": "Littel",
"title": "International Branding Associate",
"program": "UC Curation Center (UC3)"
}
},
{
"staff": {
"firstname": "Bradly",
"lastname": "Hayes",
"title": "Dynamic Intranet Associate",
"program": "Collection Development & Management"
}
},
{
"staff": {
"firstname": "Ottilie",
"lastname": "O'Hara",
"title": "Global Assurance Coordinator",
"program": "Infrastructure and Applications Support"
}
},
{
"staff": {
"firstname": "Vaughn",
"lastname": "Robel",
"title": "Principal Creative Technician",
"program": "Discovery & Delivery"
}
},
{
"staff": {
"firstname": "Dusty",
"lastname": "Bartell",
"title": "Product Accountability Producer",
"program": "Shared Cataloging Program (UC San Diego)"
}
},
{
"staff": {
"firstname": "Kylee",
"lastname": "Grady",
"title": "Internal Identity Manager",
"program": "Collection Development & Management - Mass Digitization"
}
},
{
"staff": {
"firstname": "Ayla",
"lastname": "Heaney",
"title": "Forward Marketing Producer",
"program": "Business Services"
}
}
]
}
No notes defined.