This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·39 lines (35 loc) · 1.94 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php include('header.php'); ?>
<div id="caption">
Is a newly minted attorney and freelance web developer in West Chester, Pennsylvania and Ann Arbor, Michigan. He watches baseball, drinks tea, and experiments with technology and the internet.
</div>
<div id="writing" class="content">
<h2>Writing</h2>
<ul class="list">
<li>
<span><a href="writing/fcc">FCC Jurisdction Over ISPs in Protocol-Specific Bandwidth Throttling</a></span>
<span>15 <em class="smallcap">Mich. Telecomm. Tech. L. Rev.</em> 517 (Sping 2009) (supporting the FCC's limited Title I jurisdiction over Comcast's anti-competitive efforts at targetting BitTorrent, based on the congressional Internet Policies outlined in § 230 of the 1996 Telecommunications Act).</span>
</li>
<li>
<span><a href="writing/ehr">HIT or Miss: Getting Electronic Health Records Right the First Time (<em>Unpublished</em>)</a></span>
<span>Overview of the issues surrounding electronic health records and a reccommendations for nation-wide implementation of an effective, open, and secure EHR system.</span>
</li>
<li class="hidden">
<span><a href="writing/stories">Collected short stories</a></span>
<span>Various science fiction short stories, drawings, note, and beginnings of stories.</span>
</li>
</ul>
</div>
<div id="development" class="content">
<h2>Development</h2>
<ul class="list">
<li>
<span><a href="#">Schoolbinder (web application)</a></span>
<span>Suite of online learning tools for K-12 students and teachers to promote class management, goal-setting, communication, and technology inside and outside of the classroom.</span>
</li>
<li class="hidden">
<span><a href="#">Schoolbinder (mobile application)</a></span>
<span>Complementary iOS application to locally access Schoolbinder data and synchronize it with the web application.</span>
</li>
</ul>
</div>
<?php include('footer.php'); ?>