-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuture.html
More file actions
27 lines (27 loc) · 1006 Bytes
/
Copy pathfuture.html
File metadata and controls
27 lines (27 loc) · 1006 Bytes
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
<!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>Future Work</h1>
<p>
The Cornerstone community is a busy one, so we still have a few outstanding pull requests submitted to the Cornerstone and CornerstoneTools GitHub repositories.
Also, we look forward to continuing to work with the community to mantain our code in those repositories if probems arise.
</p>
<p>
There's still a lot of work to be done on the LibreHealth radiology module.
We can't wait to see its first release!
</p>
</div>
</body>
</html>