<!DOCTYPE html>
<html>
<head>
<title>i2b2 Events</title>
</head>
<body>
<h1 class="i2b2-mtg-h1">Upcoming i2b2 Meetings & Events</h1>
<br>
<table class="i2b2-event-table">
<thead class="i2b2-event-table-header">
<tr>
<th class="i2b2-event-table-heading">Title</th>
<th class="i2b2-event-table-heading">Event Date</th>
<th class="i2b2-event-table-heading">Location</th>
<th class="i2b2-event-table-heading">Website</th>
</tr>
</thead>
<tbody>
<tr class="i2b2-event-table-odd-row">
<td class="i2b2-event-table-title">4th i2b2 European Academic User Group Meeting</td>
<td class="i2b2-event-table-date">September 15-16, 2016</td>
<td class="i2b2-event-table-location">Pavia Italy</td>
<td>
<a href="http://cht.unipv.it/index.php/events/i2b2meeting2016-en">i2b2 European AUG</a>
</td>
</tr>
<tr class="i2b2-event-table-even-row">
<td class="i2b2-event-table-title">Joint Summits on Translational Science</td>
<td class="i2b2-event-table-date">March 27-30, 2017</td>
<td class="i2b2-event-table-location">San Francisco, CA</td>
<td>
<a href="https://www.amia.org/jointsummits2017">2017 Joint Summit</a>
</td>
</tr>
<tr>
<td class="i2b2-event-table-title">i2b2 AUG / SHRINE Annual Meeting</td>
<td class="i2b2-event-table-date">TBD</td>
<td class="i2b2-event-table-location">Boston, MA</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html> |