Skip to content

Commit 301beb7

Browse files
author
Legrand
committed
Updating with Newsletter and Twitter info
1 parent 91bfac0 commit 301beb7

12 files changed

+65
-42
lines changed

Gemfile.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ GEM
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
28+
eventmachine (1.2.7-x64-mingw32)
2829
execjs (2.7.0)
2930
faraday (1.3.0)
3031
faraday-net_http (~> 1.0)
3132
multipart-post (>= 1.2, < 3)
3233
ruby2_keywords
3334
faraday-net_http (1.0.1)
3435
ffi (1.14.2)
36+
ffi (1.14.2-x64-mingw32)
3537
forwardable-extended (2.6.0)
3638
gemoji (3.0.1)
3739
github-pages (209)
@@ -215,6 +217,8 @@ GEM
215217
jekyll-seo-tag (~> 2.1)
216218
minitest (5.14.3)
217219
multipart-post (2.1.1)
220+
nokogiri (1.11.1-x64-mingw32)
221+
racc (~> 1.4)
218222
nokogiri (1.11.1-x86_64-linux)
219223
racc (~> 1.4)
220224
octokit (4.20.0)
@@ -252,13 +256,18 @@ GEM
252256
ethon (>= 0.9.0)
253257
tzinfo (1.2.9)
254258
thread_safe (~> 0.1)
259+
tzinfo-data (1.2021.1)
260+
tzinfo (>= 1.0.0)
255261
unf (0.1.4)
256262
unf_ext
257263
unf_ext (0.0.7.7)
264+
unf_ext (0.0.7.7-x64-mingw32)
258265
unicode-display_width (1.7.0)
266+
wdm (0.1.1)
259267
zeitwerk (2.4.2)
260268

261269
PLATFORMS
270+
x64-mingw32
262271
x86_64-linux
263272

264273
DEPENDENCIES
@@ -270,4 +279,4 @@ DEPENDENCIES
270279
wdm (~> 0.1.1)
271280

272281
BUNDLED WITH
273-
2.2.6
282+
2.2.16

_config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: CodeRx
22-
email: info@coderx.io
22+
email: hello@coderx.io
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
CodeRx is a collective of pharmacists and other healthcare professionals
2525
who have a skill set in tech and apply it towards building useful things.
@@ -36,7 +36,7 @@ remote_theme: pmarsceill/just-the-docs
3636
color_scheme: coderx-light
3737

3838
plugins:
39-
- jekyll-feed
39+
# - jekyll-feed
4040

4141
# Set a path/url to a logo that will be displayed instead of the title
4242
logo: "/assets/images/coderxlogo.png"
@@ -45,8 +45,12 @@ logo: "/assets/images/coderxlogo.png"
4545
aux_links:
4646
"LinkedIn":
4747
- "//linkedin.com/company/coderx"
48+
"Twitter":
49+
- "//twitter.com/coderx_io"
4850
"Slack":
4951
- "//join.slack.com/t/coderx/shared_invite/zt-5b8e9kr4-PsKAVe4crGmECQyyxDIJgQ"
52+
"Newsletter":
53+
- "//coderxio.substack.com/"
5054

5155
ga_tracking: UA-177875360-1
5256

about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ nav_order: 2
55
---
66

77
# About
8-
98
CodeRx is a collective of pharmacists and other healthcare professionals who have a skill set in tech and apply it towards building useful things.
109

10+
We are currently working on several open source [projects](/projects), creating [guides](/guides) to some common sources of health tech data, terminologies, and frameworks, compiling [resources](/resources) for different areas of tech in general and health tech specifically, and writing a [newsletter](https://coderxio.substack.com/) about topics relating to pharmacy and technology.
11+
1112
## Contributing members
1213
See a list of contributing members at our [GitHub members page](https://github.com/orgs/coderxio/people).
1314

guides/fhir.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: FHIR Guide
44
description: A guide to FHIR - what it is, why it exists, and how to use it to promote interoperability.
55
parent: Guides
66
nav_order: 4
7+
nav_exclude: true
78
---
89

910
# FHIR Guide

guides/openfda.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: OpenFDA Guide
44
description: A guide to using OpenFDA as a data source for drug label information.
55
parent: Guides
66
nav_order: 3
7+
nav_exclude: true
78
---
89

910
# OpenFDA Guide

guides/rxnorm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: RxNorm Guide
44
description: A guide to using RxNorm as a data source for drug information.
55
parent: Guides
66
nav_order: 2
7+
nav_exclude: true
78
---
89

910
# RxNorm Guide

index.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,30 @@ nav_order: 1
88
permalink: /
99
---
1010

11-
# Pharmacists who code
11+
# Pharmacists who code and developers who (health)care
1212
{: .fs-9 }
1313

1414
CodeRx is a collective of pharmacists and other healthcare professionals who have a skill set in tech and apply it towards building useful things.
1515
{: .fs-6 .fw-300 }
1616

17-
[Get started now](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View on GitHub](https://github.com/coderxio){: .btn .fs-5 .mb-4 .mb-md-0 }
17+
[Join the Slack](https://join.slack.com/t/coderx/shared_invite/zt-5b8e9kr4-PsKAVe4crGmECQyyxDIJgQ){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Read the Newsletter](https://coderxio.substack.com/){: .btn .fs-5 .mb-4 .mb-md-0 }
1818
---
1919

2020
## Getting started
21-
[Subscribe](https://mailchi.mp/ac1988c7d7f4/trujlqmy5g) to our mailing list and get a [free CodeRx course](https://mailchi.mp/ac1988c7d7f4/trujlqmy5g) on a beginner's guide to creating and hosting an online CV with GitHub.
21+
If you're new to health tech and wondering how to get started, join our [Slack](https://join.slack.com/t/coderx/shared_invite/zt-5b8e9kr4-PsKAVe4crGmECQyyxDIJgQ) and introduce yourself. There's a vibrant community that you can learn from and contribute to.
2222

23-
We are currently working on several open source [projects](/projects), creating [guides](/guides) to some common sources of health tech data, terminologies, and frameworks, compiling [resources](/resources) for different areas of tech in general and health tech specifically, and publishing [posts](/posts) about topics relating to pharmacy and technology.
23+
If you just want to learn more about what we're all about and what we're doing, follow us on [LinkedIn](http://linkedin.com/company/coderx) and/or [Twitter](http://twitter.com/coderx_io). Reading and subscribing to [The CodeRx Newsletter](https://coderxio.substack.com/) is another good way to learn more.
2424

25-
Check out our [GitHub repos](https://github.com/coderxio), join our [Slack channel](https://join.slack.com/t/coderx/shared_invite/zt-5b8e9kr4-PsKAVe4crGmECQyyxDIJgQ), or stop by our [about](/about) page to learn more and get involved.
25+
If you're already somewhat immersed in health tech and just curious about the specific things we're into, check out the [resources](/resources) page for some inspiration about coding, data, and health tech.
2626

27-
Have a question? Just shoot us an [email](mailto:info@coderx.io).
27+
If you are a developer (or a pharmacist-developer hybrid), head over to our [GitHub org](https://github.com/coderxio) to check out our open source [projects](/projects) and see if our [guides](/guides) are useful for any projects you're working on.
28+
29+
Stop by our [about](/about) page to learn more.
30+
31+
Have a question? Just shoot us an [email](mailto:hello@coderx.io).
2832

2933
## Projects
34+
* [Medication Diversification Project](/projects/medication-diversification)
3035
* [DailyMed API Project](/projects/dailymed-api)
3136
* [DailyMed UI Project](/projects/dailymed-ui)
3237
* [OpenFDA Project](/projects/openfda)
@@ -39,19 +44,8 @@ Have a question? Just shoot us an [email](mailto:info@coderx.io).
3944
* [Data Resources](/resources/data)
4045
* [Health Tech Resources](/resources/health-tech)
4146

42-
## Posts
43-
<ul class="posts">
44-
{% assign today = site.time | date: '%s' %}
45-
{% for post in site.posts %}
46-
{% assign start = post.date | date: '%s' %}
47-
{% assign secondsSince = today | minus: start %}
48-
{% assign hoursSince = secondsSince | divided_by: 60 | divided_by: 60 %}
49-
{% assign daysSince = hoursSince | divided_by: 24 %}
50-
<li>
51-
<a href="{{ post.url }}">{{ post.title }}</a>
52-
{% if daysSince <= 10 %}
53-
<span class="label label-green v-align-top">NEW</span>
54-
{% endif %}
55-
</li>
56-
{% endfor %}
57-
</ul>
47+
## Slack
48+
* [The CodeRx Slack](https://join.slack.com/t/coderx/shared_invite/zt-5b8e9kr4-PsKAVe4crGmECQyyxDIJgQ)
49+
50+
## Newsletter
51+
* [The CodeRx Newsletter](https://coderxio.substack.com/)

posts.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/dailymed-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: DailyMed API Project
44
description: An open source project to add valuable API endpoints to DailyMed's existing API offerings.
55
parent: Projects
6-
nav_order: 1
6+
nav_order: 2
77
---
88

99
# DailyMed API Project

projects/dailymed-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: DailyMed UI Project
44
description: A UI to interact with our novel DailyMed API, as well as other APIs.
55
parent: Projects
6-
nav_order: 2
6+
nav_order: 3
77
---
88

99
# DailyMed UI Project

projects/medication-diversifcation.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
title: Medication Diversification Project
4+
description: An open source project to generate more realistic medication data in Synthea.
5+
parent: Projects
6+
nav_order: 1
7+
---
8+
9+
# Medication Diversification Project
10+
{: .no_toc }
11+
An open source project to generate more realistic medication data in Synthea.
12+
{: .fs-6 .fw-300 }
13+
14+
## Table of contents
15+
{: .no_toc .text-delta }
16+
17+
1. TOC
18+
{:toc}
19+
20+
---
21+
22+
## Getting started
23+
The CodeRx team has been selected as a finalist and is competing in the [Synthetic Health Data Challenge](https://www.challenge.gov/challenge/synthetic-health-data-challenge/) to improve the quality of the medication data within [Synthea](https://synthea.mitre.org/about).
24+
25+
Synthea generates open-source synthetic patient records from birth to death. The problem we are trying to solve is how to make the medication selection in these populations more diverse and realistic. For instance, 100% of patients who have hypothyroidism are prescribed the same exact strength of generic levothyroxine. We hope to show how we can use open source tools and data to increase the diversity of medication selection in this population and to better represent a realistic patient pouplation in the US.

projects/openfda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: OpenFDA Project
44
description: Python scripts for capturing OpenFDA data in a database.
55
parent: Projects
6-
nav_order: 3
6+
nav_order: 4
77
---
88

99
# OpenFDA Project

0 commit comments

Comments
 (0)