-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 2.6 KB
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Coding without Borders: Making Contributions to Open Source Medical Software</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="header">
<div class="header-title">Coding Without Borders</div>
<a href="index.html">Home</a>
<a href="project.html">The Project</a>
<a href="team.html">The Team</a>
<a href="future.html">Future Work</a>
</div>
<div class="page">
<h1>Coding Without Borders</h1>
<h2>Making contributions to medical open source software</h2>
<p>Medical open source software can be a vital technological resource for healthcare communities around the world. MOSS projects and organizations make important medical tools accessible to hospitals and clinics regardless of size, location, or resources. Our senior comprehensive project focused on contributing to these open source projects. Motivated by the idea of making a real change the world, we connected with three open source organizations over the course of our project — <a href="https://openmrs.org/">OpenMRS</a>, <a href="https://librehealth.io/">LibreHealth</a>, and <a href="https://cornerstonejs.org/">Cornerstone.js</a>. At each of these organizations, we integrated into the community, explored their project, and made contributions. As we narrowed our focus to certain projects, we gradually learned more about the workflows and requirements involved in medical imaging. Finally, after reflecting on the impact we wanted to make on these communities, we decided to use this accrued knowledge and focus our attention entirely on contributing to Cornerstone.</p>
<p>Cornerstone is a third-party JavaScript library that allows medical images to be viewed directly in a browser. It enables medical image viewers to be fast, lightweight, and usable on mobile devices, without sacrificing important tools for image analysis. It's used in many other medical open source software projects, including the Open Health Imaging Foundation, Crowds Cure Cancer, NeurDICOM and more, and we hoped that, by focusing our efforts on Cornerstone, our work would have an impact on all these additional organizations.</p>
<p>During our work with Cornerstone, we contributed to both Cornerstone Core and Cornerstone Tools, improved its API, fixed memory leaks, and increased test coverage to make future contributions easier to moderate.</p>
<p>To learn more about this work, the contributions we made to other open source projects, and the timeline of our journey, <a href="project.html">check out our Project page</a>.</p>
</div>
</body>
</html>