-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackground.html
26 lines (18 loc) · 1.02 KB
/
background.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
<div class="container">
<div class="row">
<div class="col-lg-6"></div>
<h2>Summary</h2>
Using R, Shiny, and Leaflet to create interactive data visualizations of Ohio Birth Data.
<p>
<p>
<b>Source Code:</b> Available on GitHub:
<a href="https://github.com/dunhampa/Interactive_Ohio_BirthData" title="GitHub">
<span class="fa-stack fa-lg aria-hidden="true"">
<i class="fa fa-circle fa-stack-2x aria-hidden="true""></i>
<i class="fa fa-github fa-stack-1x fa-inverse aria-hidden="true""></i>
</span>
</a>
<h2>Data Source</h2>
Data was obtained from public facing website : <a href="http://publicapps.odh.ohio.gov/EDW/DataBrowser/Browse/OhioLiveBirths">Ohio Department of Health Ohio Public Warehouse</a>
<h2>Disclaimer</h2>Per the Ohio Department of Health Ohio "These data were provided by the Ohio Department of Health. The Department specifically disclaims responsibility for any analyses, interpretations or conclusions".
</div></div></div>