-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
executable file
·172 lines (140 loc) · 9.43 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>CS Projects</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" type="text/css" href="stylesheets/base.css">
<link rel="stylesheet" type="text/css" href="stylesheets/skeleton.css">
<link rel="stylesheet" type="text/css" href="stylesheets/layout.css">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
<!-- Scripts
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--Browser Tab Icon-->
<link rel="shortcut icon" href="images/mocostar.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<!--Header-->
<header id="header" class="site-header" role="banner">
<div class="container sixteen columns over">
<h1 id="site-title" class="site-title">
<a href="index.html" id="logo"><img src="images/mocologo.png" alt="Moravian Logo" height="65" width="275" display="float" text-align="center"/></a>
</h1>
</div>
</header>
<!--Page Body-->
<div class="container">
<article class="sixteen columns main-content">
<div class="row">
<!--Page Title-->
<h1 style="text-align:center;color:#3F3F3F">Department Projects</h1>
</div>
<!--Descriptions of Program-->
<section class="container">
<div class="row">
<div class="one-third column">
<h3 style="text-align:center"><i class="icon-desktop rounded"></i> Sharing Major CS Projects</h3>
<p style="text-align:justify"> The Moravian CS Program site is where we show off all of the major computer science projects that our students have developed and collaborated on. Some of the projects are completed, while others are still being worked on and improved!</p>
</div>
<div class="one-third column">
<h3 style="text-align:center"><i class="icon-large-code rounded"></i> Student Experience</h3>
<p style="text-align:justify">All of our projects give our students experience with real problems and for some of the projects, the students get to work with businesses and clients to produce a usable product. This allows our students to get a more practical education than other computer science programs, making our students more competitive candidates for post-graduation jobs.</p>
</div>
<div class="one-third column">
<h3 style="text-align:center"><i class="icon-large-github rounded"></i> Projects on Github</h3>
<p style="text-align:justify">We use Github as we develop our programs because it makes it easier for groups and individuals to cooperate while it also gives us the option of making our projects open for the public to see.</p>
</div>
</div>
</section>
<!--LineaTransformation Project-->
<div class="row">
<hr>
<a href="LineaTransformation/linea.html"><img class="thumb img-responsive" src="images/LineaThumbNail.jpg" height="336" width="450"></a>
<h3><a href="LineaTransformation/linea.html">Hydra/Linea Transformation</a></h3>
<p>The DocGraph community has been using an online system called Linea for about a year to catalog healthcare data. Linea is extremely useful to DocGraph and other people interested in healthcare data, because it makes healthcare data more available and facilitates data sharing among departments. Linea came from a fork in Merck's Hydra project that was tailored for DocGraph's needs. Development of Hydra continued while the Linea version remained static. Our task was to merge the existing features of Linea with the new features of Hydra. </p>
<h4>Developing Team Summer 2016:</h4>
<p>Megan Biernat, Gabriel Fournier, Anna Lamoureux, Martin Nesbitt, Joshua Russett, John Vonelli, Nicholas Zambelli</p>
</div>
<hr>
<!--DoctorMisclassificationProject-->
<div class="row">
<a href="DoctorMisclassification/doctorMisclassification.html"><img class="thumb img-responsive" src="DoctorMisclassification/images/thumbnailwhite.png" height="336" width="450"></a>
<h3><a href="DoctorMisclassification/doctorMisclassification.html">Identifying Misclassifications of Doctors in Medicare Data</a></h3>
<p> Medicare data is notorious for having incorrect information. Fred Trotter estimates that 30% of doctors inside the Medicare Bill data from 2014 recorded incorrect addresses. With that knowledge, we took the initiative to explore how many doctors could possibly be misclassified inside the 2014 Medicare Billing data. </p>
<h4>Developing Team:</h4>
<p>William Collins & Alec Gerhart</p>
</div>
<hr>
<!--eHealth Sensor App -->
<div class="row">
<hr>
<a href="HomeHealthKit/healthkit.html"><img class="thumb img-responsive" src="HomeHealthKit/images/sensors.png" height="336" width="450"></a>
<h3><a href="HomeHealthKit/healthkit.html">Home Healthkit</a></h3>
<p>For patients who attend annual check ups, health data is recorded and an opinion of general health is given based on trends over time. This method results in data having long periods of time between new entries, making trends difficult to track. Our sensor platform allows a patient to run tests at home and upload the results to a server, allowing for an increase in testing frequency. The server is accessible anywhere the internet is available, allowing patients to run tests in a doctor’s office, at home, or while traveling.</p>
<h4>Developing Team:</h4>
<p>Megan Biernat, Gabriel Fournier, Anna Lamoureux, Martin Nesbitt, Andrew Reed, Joshua Russett, Michael Turnbach, John Vonelli, Nicholas Zambelli</p>
</div>
<hr>
<!--MorningStar Project-->
<div class="row">
<hr>
<a href="MorningStar/morningstar.html"><img class="thumb img-responsive" src="images/MS_thumb.jpg" height="336" width="450"></a>
<h3><a href="MorningStar/morningstar.html">MorningStar</a></h3>
<p>MorningStar is a project intended to introduce CS students to health data visualization. It was originally assigned to a senior capstone class in the spring of 2015 where the students would use d3 and diabetic poke data to show poke ratios on the state and county level. The tool is now being developed so that users may upload their own data files and access web APIs such as the Census Bureau, Google, and the CDC.</p>
<h4>Developing Team Summer 2015:</h4>
<p>Megan Biernat, William Collins, Alec Gerhart, Anna Lamoureux, Steve MacDonald, Charles McDonald, Martin Nesbitt, Andrew Reed, Josh Russett, Michael Turnbach, John Vonelli</p>
<h4>Senior Capstone Contributors Spring 2015:</h4>
<p>Jason Boccuti, Steve Chakif, Lewis Cooper, Jon Diehl, Hansen Huang, Michael Vitone</p>
</div>
<hr>
<!--Demo Project-->
<div class="row">
<a href="OpenMRS/openMRS.html"><img class="thumb img-responsive" src="OpenMRS/images/MRS-thumb.png" height="336" width="450"></a>
<h3><a href="OpenMRS/openMRS.html">OpenMRS</a></h3>
<p>OpenMRS is an open source EMR used in over 23 countries throughout the world, including 400+ installations in Nigeria. The OpenMRS core supports a modular design, which allows our module to function as an optional add-on to an active instance of OpenMRS. The module supports parameterized queries to provide anonymized data. Users can obtain data from one or more instances of OpenMRS to aggregate data to answer questions about population health.</p>
<h4>Developing Team Summer 2014:</h4>
<p>Megan Biernat, Jason Boccuti, Steve Chakif, Lewis Cooper, Alec Gerhart, Charlie McDonald, Vincent Pillinger</p>
<h4>Senior Capstone Contributors Spring 2014:</h4>
<p>Myles Barros, David Cariello, Justin Dilts, Michael Eckhart, Nick Forouraghi, Karli Gnehm, Rachel Johnson, Jesse Perry, Alli Samson, Alek Szilagy</p>
</div>
<hr>
<!--Demo Project
<div class="row">
<a href="#"><img class="thumb img-responsive" src="images/overlay-bg.png" height="336" width="450"></a>
<h3><a href="#">Title of Project</a></h3>
<p>A brief description of the project goes here. In porta velit quis mauris luctus, eget luctus neque gravida. Nullam pellentesque pretium rhoncus. Nulla pretium scelerisque sem nec tincidunt. Praesent cursus, nulla vel ultricies venenatis, urna ligula pharetra metus, et mattis elit nunc sed lacus. Sed at elit fringilla, pellentesque eros vel, luctus diam. Donec egestas nisi semper odio dignissim egestas. Etiam vitae lacus a nibh mattis sodales eu sit amet ex. Ut suscipit auctor lacus nec finibus. Vestibulum venenatis imperdiet facilisis. Vivamus in condimentum turpis, in euismod mauris. Nulla facilisi. Ut at nulla aliquam, sodales dui sit amet, tristique lacus.</p>
<h4>Developing Team:</h4>
<p>List of names</p>
</div>
<hr> -->
<br>
</article>
</div>
<!--Footer-->
<footer>
<div class="row">
<div id="footer-base">
<div class="container">
<div class="two columns">
<a href="http://mathcs.moravian.edu/">Moravian College CS Department</a> © 2016
</div>
<div class="two columns far-edge">
</div>
</div>
</div>
</div>
</footer>
</body>
</html>