<!DOCTYPE html>
<html>
<head>
    <title>i2b2 AMIA Sessions</title>
    <meta charset="UTF-8">
    <meta name="description" content="i2b2 AMIA Session Home Page" />
    <meta name="keywords" content="education, presentations, conferences, amia" />
</head>
<body>
    <div>
        <h1 class="i2b2-amia-sessions-present">i2b2 AMIA Sessions</h1>
        <p>Update with information about AMIA and i2b2 sessions</p>
    </div>
    <div>
        <hr>
        <hr>
    </div>
    <div>
        <h2 class="i2b2-mtg-current">Upcoming i2b2 Sessions at AMIA Conferences</h2>
        <br>
        <table class="i2b2-event-table">
            <thead class="i2b2-event-table-header">
                <tr>
                    <th class="i2b2-event-table-heading">Topic</th>
                    <th class="i2b2-event-table-heading">Event Date</th>
                    <th class="i2b2-event-table-heading">Presenter&#40;s&#41;</th>
                    <th class="i2b2-event-table-heading">Institution</th>
                    <th class="i2b2-event-table-heading">Additional Resources</th>
                </tr>
            </thead>
            <tbody>
                <!-- #TODO: Remove this row once have new topics -->
                <tr class="i2b2-event-table-odd-row">
                    <td class="i2b2-event-table-topic">Topic To Be Determined (TBD)
                        <!--
                            <a href="LINKtoWIKIpresentationPAGE"></a>
								-->
                    </td>
                    <td class="i2b2-event-table-date"></td>
                    <td class="i2b2-event-table-presenter"></td>
                    <td class="i2b2-event-table-institution"></td>
                    <td class="i2b2-event-table-resources">
                        <a href=""></a>
                    </td>
                </tr>
                <tr class="i2b2-event-table-even-row">
                    <td class="i2b2-event-table-topic">
                        <!--
                            <a href="LINKtoWIKIpresentationPAGE"></a>
								-->
                    </td>
                    <td class="i2b2-event-table-date"></td>
                    <td class="i2b2-event-table-presenter"></td>
                    <td class="i2b2-event-table-institution"></td>
                    <td class="i2b2-event-table-resources">
                        <a href=""></a>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <div>
        <hr>
    </div>
    <div>
        <h2 class="i2b2-mtg-past">Past i2b2 Sessions at AMIA Conferences</h2>
        <br>
        <table class="i2b2-event-table">
            <thead class="i2b2-event-table-header">
                <tr>
                    <th class="i2b2-event-table-heading">Topic</th>
                    <th class="i2b2-event-table-heading">Event Date</th>
                    <th class="i2b2-event-table-heading">Presenter&#40;s&#41;</th>
                    <th class="i2b2-event-table-heading">Institution</th>
                    <th class="i2b2-event-table-heading">Additional Resources</th>
                </tr>
            </thead>
            <tbody>
                <!-- #TODO: Remove this row once have new topics -->
                <tr class="i2b2-event-table-odd-row">
                    <td class="i2b2-event-table-topic">Topic To Be Determined (TBD)
                        <!--
                            <a href="LINKtoWIKIpresentationPAGE"></a>
								-->
                    </td>
                    <td class="i2b2-event-table-date"></td>
                    <td class="i2b2-event-table-presenter"></td>
                    <td class="i2b2-event-table-institution"></td>
                    <td class="i2b2-event-table-resources">
                        <a href=""></a>
                    </td>
                </tr>
                <tr class="i2b2-event-table-even-row">
                    <td class="i2b2-event-table-topic">
                        <!--
                            <a href="LINKtoWIKIpresentationPAGE"></a>
								-->
                    </td>
                    <td class="i2b2-event-table-date"></td>
                    <td class="i2b2-event-table-presenter"></td>
                    <td class="i2b2-event-table-institution"></td>
                    <td class="i2b2-event-table-resources">
                        <a href=""></a>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</body>
</html>