Skip to content

Commit 3cc77d3

Browse files
authored
Merge pull request #21 from ORNL-AMO/credits
Adds credits and acknowledgments
2 parents fea9676 + 59de4c2 commit 3cc77d3

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Summary**
44

5-
This is a application used to preform linear regression based math on excel files of energy data to find rSquare values, savings percentages, fitted models, and p values (still in the works). Data is shown through two different ways, the first being a heatmap based on rSquare values, and the second being a graph of both rSquare and savings percentage.
5+
This is a application used to preform linear regression based math on excel files of energy data to find rSquare values, savings percentages, fitted models, and p values (still in the works). Data is shown through two different ways, the first being a heatmap based on rSquare values, and the second being a graph of both rSquare values and savings percentage.
66

77
## To Use
88

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,32 @@
220220
</div>
221221
</div>
222222

223+
224+
<div class="row" style="padding-top: 65px;">
225+
<div class="col-12">
226+
<div class="row">
227+
<div class="col-12" style="text-align: center;"><strong>Credits</strong></div>
228+
</div>
229+
<div class="row"style="padding-top: 10px;">
230+
<div class="col-12" style="text-align: center;">Project Manager/Engineer: Tom Wenning</div>
231+
<div class="col-12" style="text-align: center;">Engineer: Kiran Thirumaran</div>
232+
<div class="col-12" style="text-align: center;">Programmer: Michael Whitmer</div>
233+
</div>
234+
</div>
235+
</div>
236+
237+
<div class="row" style="padding-top: 65px;">
238+
<div class="col-12">
239+
<div class="row">
240+
<div class="col-12" style="text-align: center;"><strong>Acknowledgments</strong></div>
241+
</div>
242+
<div class="row"style="padding-top: 10px;">
243+
<div class="col-12" style="text-align: center;">United States Department of Energy</div>
244+
<div class="col-12" style="text-align: center;">Linear Regression Math Source: Dr. Hossein Arsham</div>
245+
</div>
246+
</div>
247+
</div>
248+
223249
</body>
224250

225251
<script src="app/maths.ts"></script>

0 commit comments

Comments
 (0)