Skip to content

Commit 852ba6c

Browse files
author
Jordan Burke
committed
Updated and added AWIT
1 parent dfa643b commit 852ba6c

File tree

5 files changed

+98
-17
lines changed

5 files changed

+98
-17
lines changed

public/img/AWIT-10.png

28.3 KB
Loading

public/index.html

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ <h2>Who am I?</h2>
4545
<img class="no-border" src="http://bukk.it/koalafied.jpg" alt="">
4646
</section>
4747
<section>
48-
<h3>Co-Organizer Developers of Athens meetup (@AthSoftwareDev)</h3>
49-
<h3>Co-founder Rails Girls Athens (@railsgirlsath) - more on that later</h3>
50-
<h3>CompTIA A+, Network+, and Security+ Certified</h3>
48+
<img class="no-border" src="/img/BurtMacklin.jpg" alt="">
49+
<h2><strike>&nbsp;&nbsp;Burt Macklin, FBI&nbsp;&nbsp;</strike></h2>
50+
<p>(Shh, the President's enemies think I'm dead)</p>
5151
</section>
5252
<section>
5353
<img class="no-border" src="/img/VC_logo_full_tag.png" alt="">
54-
<h2>@GetVitaminC CTO<strike>&nbsp;/Lead Developer&nbsp;</strike></h2>
55-
<p>(Managing people takes a lot of time - but that's a different subject)</p>
54+
<h2><a href="http://twitter.com/getvitaminc">@GetVitaminC</a> CTO</h2>
5655
</section>
5756
<section>
58-
<h2>We're building a platform to make healthcare communication better.</h2>
59-
<h3>Data, messaging, automated reminders - it's all protected</h3>
57+
<h3>Co-Organizer Developers of Athens meetup (<a href="http://twitter.com/athsoftwaredev">@AthSoftwareDev</a>)</h3>
58+
<h3>Co-founder Rails Girls Athens (<a href="http://twitter.com/railsgirlsath">@railsgirlsath</a>)</h3>
59+
<h3>CompTIA A+, Network+, and Security+ Certified</h3>
6060
</section>
6161
<section>
62-
<img class="no-border" src="/img/BurtMacklin.jpg" alt="">
63-
<h2><strike>&nbsp;&nbsp;Burt Macklin, FBI&nbsp;&nbsp;</strike></h2>
64-
<p>(Shh, the President's enemies think I'm dead)</p>
62+
<h1>What is Vitamin C?</h1>
63+
<h2>We're building a platform to make healthcare communication better.</h2>
64+
<h3>Data, messaging, automated reminders - it's all protected</h3>
6565
</section>
6666
<section>
6767
<h2>Part 1: Nothing is safe</h2>
@@ -76,7 +76,7 @@ <h2>Social Engineering</h2>
7676
<p>You know, when your friend "hacks" your Facebook page</p>
7777
</section>
7878
<section>
79-
<h2>Man in the Middle attacks</h2>
79+
<h2>Injection or spoofing attacks</h2>
8080
<img class="no-border" src="http://bukk.it/yourecat.gif" alt="">
8181
<p>Oh, this image looks innocuous, let me see where it leads...</p>
8282
</section>
@@ -118,6 +118,7 @@ <h3>Well, makes it easier for you.</h3>
118118
<section>
119119
<h3>Protection against Cross-Site Request Forgery (CSRF)</h3>
120120
<img class="no-border" src="http://guides.rubyonrails.org/images/csrf.png" alt="">
121+
<p>Exploits the trust a site has in a user's browser.</p>
121122
</section>
122123
<section>
123124
<h3>Rails adds tokens to your pages and requires you to specify the correct HTTP protocol in routes.</h3>
@@ -184,19 +185,20 @@ <h2>Part 3: HIPAA - It's easier than it looks</h2>
184185
<h2>What is HIPAA?</h2>
185186
<ul>
186187
<li><h4>Title 1 protects health insurance coverage for workers and their families</h4></li>
187-
<li><h4>Title 2 the establishment of national standards for electronic health care transactions and national identifiers for providers</h4></li>
188+
<li><h4>Title 2 the establishment of national <strong>standards</strong> for electronic health care transactions and national identifiers for providers</h4></li>
188189
<li><h3>HAHAHAHAHAHAHAHAHAHAHA</h3></li>
189190
</ul>
190191
</section>
191192
<section>
192193
<img src="http://hipaanews.net/files/2010/07/cartoon_12.gif" alt="" class="no-border">
193194
</section>
194195
<section>
195-
<h2>What isn't HIPAA?</h2>
196-
<p>This may be the wrong question to ask. HIPAA was designed to give patients more control over who had access to their health information. This has not been the winning strategy one would think.</p>
196+
<h2>What HIPAA is not</h2>
197+
<p>HIPAA was designed to give patients more control over who had access to their health information. This has not been the winning strategy one would think.</p>
198+
<p>Fear of litigation has turned HIPAA into an excuse to make information sharing a pain.</p>
197199
</section>
198200
<section>
199-
<img src="http://media-cache-ec0.pinimg.com/236x/2b/3b/58/2b3b58ee3b9de5a76dcef03a0086e7f1.jpg" alt="" class="no-border">
201+
<h3>HIPAA compliance is the ensuring that there is adequate security in place, audits to test said security, and a plan for when things go wrong.</h3>
200202
</section>
201203
<section>
202204
<h3>Okay, well, what does it take to get HIPAA compliance certification?</h3>
@@ -234,7 +236,8 @@ <h3>As developers, we should start advocating for this anyways</h3>
234236
<section>
235237
<h2>Plan for failure</h2>
236238
<img src="http://bukk.it/wilto.gif" alt="" class="no-border">
237-
<h3>Data breach is inevitable. Have a plan.</h3>
239+
<h3>The Internet is a wonderland of crazy.</h3>
240+
<h3>Be Batman. Data breach is inevitable. Have a plan.</h3>
238241
</section>
239242
<section>
240243
<h2>Part 4: How Vitamin C handles HIPAA</h2>
@@ -271,11 +274,22 @@ <h4><a href="https://www.honeybadger.io/blog/guides/2013/03/09/ruby-security-tut
271274
<h2>Questions?</h2>
272275
<h3>About HIPAA and Security</h3>
273276
</section>
277+
<section>
278+
<h2>Developers of Athens</h2>
279+
<h3>First Tuesday of every month (next meetup: March 3rd)</h3>
280+
<h3><a href="http://meetup.com/Greater-Athens-Area-Software-Developers/">http://meetup.com/Greater-Athens-Area-Software-Developers</a></h3>
281+
</section>
282+
<section>
283+
<h2>Athens Women in Tech</h2>
284+
<img src="/img/AWIT-10.png" alt="">
285+
<h3><a href="http://athenswomenintech.com">http://athenswomenintech.com</a></h3>
286+
<h3>Next meetup: Feb. 10th</h3>
287+
</section>
274288
<section>
275289
<h2>Rails Girls Athens!</h2>
276290
<img src="/img/RG_LogoFinal.jpg" alt="">
277291
<h3><a href="http://railsgirlsathens.com">http://railsgirlsathens.com</a></h3>
278-
<h3>October 10-11</h3>
292+
<h3>April 10-11</h3>
279293
</section>
280294
<section>
281295
<h2>Thanks for listening!</h2>

public/new.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
- Mother, 19, diagnosed with Lupus and told wouldn't have kids
3+
- Still has Lupus, but in remission
4+
- Team that managed her care tracked her progress constantly
5+
- For me, it's personal
6+
- Physicians don't have as much time to engage with their patients
7+
- Patients are using their own devices and apps
8+
- Getting that data to physicians is crucial
9+
- Reduces the cost in time and money to implement
10+
- Allows physicians and patients to continue using the tools they're already using
11+
- Emphasize use cases for non-Internet users as well as users with the latest tech
12+
- Team backgrounds: Security, Healthcare policy, pharma, finance
13+
- HIPAA compliant, huge focus on UX
14+
- Paying customers
15+
- Signing largest group practices in GA
16+
- Halfway to year end goal of 100k users
17+
- Negotiations with 3 of 5 largest pharma companies in US

public/pitch.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
When my mom was 19 years old, she was diagnosed with Lupus and given a limited lifespan - and told she would never have children. 35 years later, both my sister and I are very glad some of that diagnosis turned out to be inaccurate - my mom still has Lupus, but it has been in remission for some ten years now. Fortunately for us, the team that managed her care had the ability to constantly track her progress and keep on top of her treatment.
2+
3+
Most physicians don't have the time to provide the level of care my mom was fortunate enough to receive. They rarely have enough time to get in, talk to their patients, then recommend a course of action which they won't hear results on for 1, 3, even 6 months. There's no way for physicians to easily communicate with their patients to track progress, compliance, and efficacy of their treatment careplans.
4+
5+
Many patients have started keeping track of their care on their own. Using smartphone apps and wearable fitness trackers, many of us have started taking an active role in tracking and measuring our care. But again, there's no easy way to share our data with our physicians and track our progress.
6+
7+
That's where Vitamin C comes in.
8+
9+
We create that bridge, allowing patients to continue to use the tools they're already using and providing that data to their physicians in real time alerts, in-app messages, and pushing that information back into the systems those physicians are already using.
10+
11+
We're already building integrations with electronic medical record systems from Greenway, GE, and Epic - through the Healthkit API - and we believe that by making data instantly available and relevant to a physician's decision making process, we can improve the quality of care delivered. It's your care, made simple.

public/pitch2.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
When my mom was 19 years old, she was diagnosed with Lupus and given a limited lifespan - and told she would never have children. 35 years later, both my sister and I are very glad some of that diagnosis turned out to be inaccurate - my mom still has Lupus, but it has been in remission for some ten years now. Fortunately for us, the team that managed her care had the ability to constantly track her progress and keep on top of her treatment. So, for me, improving healthcare is personal
2+
3+
Points:
4+
5+
- Mother, 19, diagnosed with Lupus and told wouldn't have kids
6+
- Still has Lupus, but in remission
7+
- Team that managed her care tracked her progress constantly
8+
- For me, it's personal
9+
10+
Physicians any more rarely have enough time to get in, talk to their patients, then recommend a course of action which they won't hear results on for 1, 3, even 6 months and then there's no way for physicians to easily communicate with their patients to track progress. Many patients have started keeping track of their care on their own using smartphone apps and wearable fitness trackers, and have started taking an active role in tracking and measuring our care. Getting this data to physicians will be crucial with new regulations and meaningful use criteria.
11+
12+
Points:
13+
14+
- Physicians don't have as much time to engage with their patients
15+
- Patients are using their own devices and apps
16+
- Getting that data to physicians is crucial
17+
18+
That's where Vitamin C comes in.
19+
We've built a simple system that turns a population health management project that would take 6 months and $100,000’s to implement into a few hours and at a fraction of the cost. We allow patients to continue to use the tools they're already using and providing that data to their physicians in real time alerts, in-app messages, and pushing that information back into the systems those physicians are already using. We connect with the tools your patients are already using, whether it’s a 70 year old rural citizen without internet access or a twenty five year old using a device with the Healthkit API.
20+
21+
Points:
22+
23+
- Reduces the cost in time and money to implement
24+
- Allows physicians and patients to continue using the tools they're already using
25+
- Emphasize use cases for non-Internet users as well as users with the latest tech
26+
27+
How have we been able to do this?
28+
We have a team with backgrounds in security, healthcare policy, pharma, and finance. This is has allowed us to build a HIPAA compliant product focused on the user's expereince, whether physician or patient. We already have paying customers in our private beta, and we're signing on some of the largest group practices in Georgia. We're already halfway to our goal of getting 100k users by the end of the year, and we're not slowing down. We’re also in negotiation with three of the top five pharma companies in the United States, paving the way to secure partnerships that will help simplify the care you receive.
29+
30+
Points:
31+
32+
- Team backgrounds: Security, Healthcare policy, pharma, finance
33+
- HIPAA compliant, huge focus on UX
34+
- Paying customers
35+
- Signing largest group practices in GA
36+
- Halfway to year end goal of 100k users
37+
- Negotiations with 3 of 5 largest pharma companies in US
38+
39+
Because that's what Vitamin C is: your care, made simple.

0 commit comments

Comments
 (0)