<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">Rippin, Amely</th>
            <td>Product Identity Representative</td>
            <td>UC Curation Center (UC3)</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Kub, Vida</th>
            <td>Chief Markets Strategist</td>
            <td>Collection Development &amp; Management</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Schuppe, Cindy</th>
            <td>Forward Usability Strategist</td>
            <td>Infrastructure and Applications Support</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Herman, Evan</th>
            <td>Internal Optimization Assistant</td>
            <td>Discovery &amp; Delivery</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Hickle, Irma</th>
            <td>Direct Web Manager</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">Parker, Zackary</th>
            <td>National Solutions Engineer</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">Crist, Micah</th>
            <td>International Quality Technician</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": "Amely",
        "lastname": "Rippin",
        "title": "Product Identity Representative",
        "program": "UC Curation Center (UC3)"
      }
    },
    {
      "staff": {
        "firstname": "Vida",
        "lastname": "Kub",
        "title": "Chief Markets Strategist",
        "program": "Collection Development & Management"
      }
    },
    {
      "staff": {
        "firstname": "Cindy",
        "lastname": "Schuppe",
        "title": "Forward Usability Strategist",
        "program": "Infrastructure and Applications Support"
      }
    },
    {
      "staff": {
        "firstname": "Evan",
        "lastname": "Herman",
        "title": "Internal Optimization Assistant",
        "program": "Discovery & Delivery"
      }
    },
    {
      "staff": {
        "firstname": "Irma",
        "lastname": "Hickle",
        "title": "Direct Web Manager",
        "program": "Shared Cataloging Program (UC San Diego)"
      }
    },
    {
      "staff": {
        "firstname": "Zackary",
        "lastname": "Parker",
        "title": "National Solutions Engineer",
        "program": "Collection Development & Management - Mass Digitization"
      }
    },
    {
      "staff": {
        "firstname": "Micah",
        "lastname": "Crist",
        "title": "International Quality Technician",
        "program": "Business Services"
      }
    }
  ]
}

No notes defined.