Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbrociner committed Mar 26, 2024
1 parent 4e4a7fe commit 19422b6
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 1 deletion.
144 changes: 144 additions & 0 deletions 101.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AI in Healthcare Resources For Startups">

<title>AI in Healthcare Resources For Startups</title>

<!-- Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="grid.css" rel="stylesheet">
<style>
body {
background-color: #FAFAF4;
font-size: 1.2rem;
}

/* Style for all tables, except those with 'unique-table' class */
table:not(.unique-table) {
table-layout: fixed;
width: 100%;
}

table:not(.unique-table) tr th:nth-child(2) {
width: 65%;
}

table:not(.unique-table) tr td:first-child {
font-weight: bold;
}

.unique-table {
table-layout: fixed;
}

a {
color: #008080;
}

li,
p {
color: #333333;
}
</style>

</head>

<body>

<div class="container">
<h1 style="margin-top: 20px;">AI in Healthcare Resources For Startups</h1>

<h3>By, Evan Brociner</h3>
<p style="margin-bottom: 20px;">An active collection of my favorite AI in healthcare resources.</p>

<h3 style="margin-top: 20px;">Outline</h3>
<ul>

<li>
<a href="#newsletters">Newsletters</a>
</li>

<li>
<a href="#people">People to Follow</a>
</li>

</ul>

</section>

<section id="people">
<h3 id="people" style="margin-top: 40px;">People to Follow</h3>

<table class="table mx-auto">
<thead>
<tr>
<th scope="col">Resource</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>

<tr>
<td>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/zakkohane?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">
Zak Kohane, MD, PhD</a>
</td>
<td>
Zak in the grandfather of AI in healthcare. He has been doing this since the 80's.</td>
</tr>

<tr>
<td>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/graham-walker-md/">
Graham Walker, MD</a>
</td>
<td>
Graham is an ED doc with consitnetly who posts consistently great content.</td>
</tr>

<tr>
<td>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/sarahgebauer/">
Sarah Gebauer, MD</a>
</td>
<td>
Sarah posts excelent content on ML for MDs.</td>
</tr>

<tr>
<td>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/spencerdorn/">
Spencer Dorn, MD</a>
</td>
<td>
I always rely on Spencer's view on AI to cut through the noise.</td>
</tr>

</tbody>
</table>

</section>

</body>

<footer class="footer mt-auto py-3 ">
<div class="container d-flex justify-content-between">
<span class="text-muted">Contact me: [email protected]</span>
<a href="https://www.linkedin.com/in/evan-brociner/" target="_blank" rel="noopener noreferrer">
LinkedIn
</a>

</div>
</footer>

<!-- Bootstrap JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<body>
<div class="container">

<h1 style="margin-top: 20px;">Healthcare Resources For Startups</h1>
<h1 style="margin-top: 20px;">Simplified Deep Dives in Healthcare</h1>

<h3>By, Evan Brociner</h3>

Expand Down

0 comments on commit 19422b6

Please sign in to comment.