-
Notifications
You must be signed in to change notification settings - Fork 0
/
BDK17.html
207 lines (203 loc) · 12.5 KB
/
BDK17.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>BDK17</title>
<!--<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/">
<meta name="DC.Title" content="Biomedical Big Data Science">
<meta name="DC.Creator" content="William Hersh">
<meta name="DC.Subject" content="biomedical research; clinical and translational research; scientific literature; peer review">
<meta name="DC.Description" content="Overview of the use of biomedical, clinical, and translational research data life cycle">
<meta name="DC.Publisher" content="Oregon Health & Science University">
<meta name="DC.Date" content=" 27 June 2015">
<meta name="DC.Type" content="BD2K Open Educational Resources">
<meta name="DC.Format" content="Web page; Flash/HTML5 video; Microsoft Word document">
<link rel="DC.Identifier" href="https://dmice.ohsu.edu/bd2k/BDK17">
<meta name="DC.Language" content="English">
<meta name="DC.Rights" content="Creative Commons">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PQ3TPV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PQ3TPV');</script> <!-- End Google Tag Manager --><!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<div class="title">
<img id="nih" src="img/NIHBD2K.jpg"/>
<img id="ohsu" src="img/OHSUlogo.jpg">
<div class="words">
<h1>OHSU Big Data to Knowledge (BD2K)</h1>
<h2>Open Educational Resources (OERs) Project</h2>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="topics.html">Modules</a></li>
<li><a href="cases.html">Cases</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</nav>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<div class="overlay"></div>
<div class="modal"></div>
<div class="topicArea">
<section class="section_header">
Welcome to our beta site and modules! This website and the modules are under development and we welcome any feedback on this website and on the individual modules.
</section>
<section class="header">
<h1>Choice of Algorithms and Algorithm Dynamics</h1>
<div class="topic_info">
<h2>Description</h2>
<p>Overview of algorithms, considerations for choice of algorithms and evaluating algorithmic dynamics.</p>
<h2>Objectives</h2>
<p>At the completion of this component, the learner will be able to:</p>
<ul>
<li>Define basic concepts with respect to algorithm design and evaluation.</li>
<li>Describe the factors that influence choice of algorithms and the impact on interpretation and performance.</li>
<li>Describe the basic processes of evaluating algorithm dynamics.</li>
</ul>
<h2>Team</h2>
<ul>
<li>Team Lead(s): Shannon McWeeney</li>
<li>Team Member(s): Shannon McWeeney, Ted Laderas, Lisa Karstens, and Bjorn Pederson</li>
</ul>
<h2>Examples</h2>
<ul>
<li><a href="demo/BDK17-1/presentation_html5.html" target="_BLANK">Choice of Algorithms and Algorithm Dynamics : Part 1</a> <img src="img/presentation.png" alt="presentation icon" /></li>
<li><a href="demo/BDK17-2/presentation_html5.html" target="_BLANK">Choice of Algorithms and Algorithm Dynamics : Part 2</a> <img src="img/presentation.png" alt="presentation icon" /></li>
</ul>
<h3>GitHub</h3>
<ul>
<li><a href="https://github.com/OHSUBD2K/BDK17-Choice-of-Algorithms-and-Algorithm-Dynamics" target="_BLANK">View on Github</a> <img src="img/github.png" alt="github octocat silhouette"/></li>
</ul>
</div>
</section>
<section class="parts">
<div class="part">
<h2 data-nick="BDK17-0">Module Materials</h2>
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form enctype="multipart/form-data" action="#" method="POST">
<div class="partsOfCourse">
<h3>Supplemental Material for Topic</h3>
<ul>
<!--<li><input type="checkbox" name="exercise_activity_1" id="exercise_activity_1" value="asset/BDK17/BDK17_exercises.zip"><label for="exercise_activity_1">Exercises</label></li>-->
<li><input type="checkbox" name="overview" id="overview" value="asset/BDK17/BDK17_overview.pdf"/><label for="overview">Course Overview</label></li>
<li><input type="checkbox" name="_1" id="references_1" value="asset/BDK17/BDK17_Ref.pdf"/><label for="references_1">References</label></li>
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK17-1">Standards and Interoperability</h2>
<a href="demo/BDK17-1/presentation_html5.html" target="_BLANK">Standards and Interoperability</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form enctype="multipart/form-data" action="#" method="POST">
<div class="packages"><h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_1" id="scorm_1" value="asset/BDK17/BDK17-1_SCORM12.zip"><label for="scorm_1">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_1" id="tincan_1" value="asset/BDK17/BDK17-1_Tin_Can.zip"/><label for="tincan_1">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse">
<h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_1" id="pptx_1" value="asset/BDK17/BDK17-1.pptx"><label for="pptx_1">slides</label></li>
<li><input type="checkbox" name="mp3_1" id="mp3_1" value="asset/BDK17/BDK17-1.mp3"/><label for="mp3_1">audio</label></li>
<!--<li><input type="checkbox" name="resources_1" id="resources_1" value="asset/BDK17/BDK17-1_reasources.pdf"/><label for="resources_1">resources</label></li>-->
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK17-2">Identifier and Transaction Standards</h2>
<a href="demo/BDK17-2/presentation_html5.html" target="_BLANK">Identifier and Transaction Standards</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form action="#" method="POST">
<div class="packages">
<h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_2" id="scorm_2" value="asset/BDK17/BDK17-2_SCORM12.zip"><label for="scorm_2">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_2" id="tincan_2" value="asset/BDK17/BDK17-2_Tin_Can.zip"/><label for="tincan_2">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse"><h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_2" id="pptx_2" value="asset/BDK17/BDK17-2.pptx"><label for="pptx_2">slides</label></li>
<li><input type="checkbox" name="mp3_2" id="mp3_2" value="asset/BDK17/BDK17-2.mp3"/><label for="mp3_2">audio</label></li>
<li><input type="checkbox" name="movie1_2" id="movie1_2" value="asset/BDK17/BDK17-2_movie_AlgorithmComp.mp4"/><label for="movie1_2">Algorithm Comparison Movie</label></li>
<li><input type="checkbox" name="movie2_2" id="movie2_2" value="asset/BDK17/BDK17-2_movie_DistanceMeasures.mp4"/><label for="movie2_2">Distance Measures Movie</label></li>
<li><input type="checkbox" name="movie3_2" id="movie3_2" value="asset/BDK17/BDK17-2_movie_Noise.mp4"/><label for="movie3_2">Noise Movie</label></li>
<li><input type="checkbox" name="movie4_2" id="movie4_2" value="asset/BDK17/BDK17-2_movie_SeedClustering.mp4"/><label for="movie4_2">Seed Clustering Movie</label></li>
<!--<li><input type="checkbox" name="resources_2" id="resources_2" value="asset/BDK17/BDK17-2_resources.pdf"/><label for="resources_2">resources</label></li>-->
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
</section>
</div>
<aside>
<h3>Feedback</h3>
<p>Your feedback is welcome!</p>
<p>The modules and this site are in the development phase and we value your feedback to help improve these educational materials.</p>
<a href="https://www.surveymonkey.com/r/BD2K-OER-Feedback" target="_BLANK">Module Feedback and Evaluation Form</a><br/><p>Website Feedback Form:</p><a href="http://goo.gl/forms/dEXEtX3zAB" target="_BLANK">Feedback Form</a>
</aside>
</div>
<!-- #main -->
</div>
<!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<div class="footer-left">
<h3>Funding</h3>
<p>These materials are supported by the National Institute of General Medical Sciences, funded by the NIH Big Data to Knowledge Initiative, under Award Number <a href="http://projectreporter.nih.gov/project_info_description.cfm?aid=8828784&icde=22004384" target="_BLANK">1R25GM114820</a>.</p>
</div>
<div class="footer-right">
<h3>Contact Us</h3>
<p><a href="http://goo.gl/forms/kBdoFsLXeW" target="_BLANK">Contact Form</a></p>
<ul>
<li>BD2K OHSU Open Educational Resources Project</li>
<li>Oregon Health & Science University</li>
<li>Mail Code: BICC</li>
<li>3181 S.W. Sam Jackson Park Rd.</li>
<li>Portland, OR 97239-3098</li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</div>
<div class="seClear"></div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70105939-1', 'auto'); ga('send', 'pageview'); </script>
<script src="js/main_topics.js"></script>
</body>
</html>