<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">Shanahan, Rahul</th>
            <td>Internal Usability Developer</td>
            <td>UC Curation Center (UC3)</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Lindgren, Francis</th>
            <td>Future Paradigm Facilitator</td>
            <td>Collection Development &amp; Management</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Gottlieb, Elta</th>
            <td>Investor Web Agent</td>
            <td>Infrastructure and Applications Support</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Cremin, Darian</th>
            <td>Future Metrics Analyst</td>
            <td>Discovery &amp; Delivery</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Dare, Shanel</th>
            <td>Customer Mobility Executive</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">Cremin, Stanley</th>
            <td>District Data Facilitator</td>
            <td>Collection Development &amp; Management - Mass Digitization</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Altenwerth, Missouri</th>
            <td>Chief Paradigm Supervisor</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": "Rahul",
        "lastname": "Shanahan",
        "title": "Internal Usability Developer",
        "program": "UC Curation Center (UC3)"
      }
    },
    {
      "staff": {
        "firstname": "Francis",
        "lastname": "Lindgren",
        "title": "Future Paradigm Facilitator",
        "program": "Collection Development & Management"
      }
    },
    {
      "staff": {
        "firstname": "Elta",
        "lastname": "Gottlieb",
        "title": "Investor Web Agent",
        "program": "Infrastructure and Applications Support"
      }
    },
    {
      "staff": {
        "firstname": "Darian",
        "lastname": "Cremin",
        "title": "Future Metrics Analyst",
        "program": "Discovery & Delivery"
      }
    },
    {
      "staff": {
        "firstname": "Shanel",
        "lastname": "Dare",
        "title": "Customer Mobility Executive",
        "program": "Shared Cataloging Program (UC San Diego)"
      }
    },
    {
      "staff": {
        "firstname": "Stanley",
        "lastname": "Cremin",
        "title": "District Data Facilitator",
        "program": "Collection Development & Management - Mass Digitization"
      }
    },
    {
      "staff": {
        "firstname": "Missouri",
        "lastname": "Altenwerth",
        "title": "Chief Paradigm Supervisor",
        "program": "Business Services"
      }
    }
  ]
}

No notes defined.