You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="#culture-of-the-course" id="toc-culture-of-the-course" class="nav-link" data-scroll-target="#culture-of-the-course">Culture of the course</a></li>
<li><strong>Explain</strong> data sources such as Databases and how to connect to them</li>
196
205
<li><strong>Query</strong> data sources using database engines and Structured Query Language (SQL) to <strong>filter</strong>, <strong>join</strong>, and <strong>aggregate</strong> data</li>
197
206
<li><strong>Construct</strong> and <strong>calculate</strong> new fields using <code>SELECT</code> or <code>CASE WHEN</code></li>
198
-
<li>(optional) <strong>Read</strong> and <strong>explain</strong> a sample OMOP query: <ahref="https://github.com/OHDSI/OMOP-Queries/tree/master" class="uri">https://github.com/OHDSI/OMOP-Queries/tree/master</a></li>
<p>If you need to schedule some time to talk, please schedule with Ted.</p>
204
-
<ul>
205
-
<li><ahref="https://laderast.github.io">Ted Laderas</a>, Office of the Chief Data Officer, Director of Training and Community</li>
206
-
<li><ahref="https://viveksriram.com/">Vivek Sriram</a>, Data Scientist, Office of the Chief Data Officer</li>
207
+
<li><strong>Read</strong> and <strong>explain</strong> a sample OMOP query: <ahref="https://github.com/OHDSI/OMOP-Queries/tree/master" class="uri">https://github.com/OHDSI/OMOP-Queries/tree/master</a></li>
<p>All classes are on Fridays from 12:00-1:30 PM PST. Connection details will be provided. Office hours related to each class day are posted below, and the invite will be sent to you.</p>
212
+
<p>All classes with be Fridays from 12:00-1:30 PM PST. Connection details will be provided.</p>
212
213
<p>In class we will be going through the Quarto Notebooks that are hosted on Posit.cloud. No knowledge of R is necessary, we’ll show you what you need to know in class.</p>
213
-
<p>Classes will be recorded, and those recordings will be sent to you after each class.</p>
214
214
<tableclass="caption-top table">
215
215
<thead>
216
216
<trclass="header">
217
217
<th>Week</th>
218
218
<th>Date</th>
219
219
<th>Subject</th>
220
-
<th>Office Hours</th>
221
220
</tr>
222
221
</thead>
223
222
<tbody>
224
223
<trclass="odd">
225
224
<td>Pre-class</td>
226
225
<td>—-</td>
227
226
<td><ahref="concepts.html">Concepts of Databases</a></td>
228
-
<td></td>
229
227
</tr>
230
228
<trclass="even">
231
229
<td>1</td>
232
230
<td>Feb 7</td>
233
231
<td><ahref="week1.html">Intro to SQL; <code>SHOW TABLES</code>, <code>DESCRIBE</code>, <code>SELECT</code>, <code>WHERE</code></a></td>
234
-
<td>Feb 11</td>
235
232
</tr>
236
233
<trclass="odd">
237
234
<td>2</td>
238
235
<td>Feb 14</td>
239
236
<td><code>JOIN</code>ing tables, more <code>WHERE</code></td>
240
-
<td>Feb 25</td>
241
237
</tr>
242
238
<trclass="even">
243
239
<td>-</td>
244
240
<td>Feb 21</td>
245
241
<td>No class (school break week)</td>
246
-
<td>No office hours</td>
247
242
</tr>
248
243
<trclass="odd">
249
244
<td>3</td>
250
245
<td>Feb 28</td>
251
246
<td>Calculating new fields, <code>GROUP BY</code>, <code>CASE WHEN</code>, <code>HAVING</code></td>
252
-
<td>Mar 4</td>
253
247
</tr>
254
248
<trclass="even">
255
249
<td>4</td>
256
250
<td>Mar 7</td>
257
251
<td>Subqueries/Views, Recap of course / review OMOP queries</td>
258
-
<td>No office hours</td>
259
252
</tr>
260
253
</tbody>
261
254
</table>
262
255
</section>
263
-
<sectionid="format-of-class" class="level2">
264
-
<h2class="anchored" data-anchor-id="format-of-class">Format of Class</h2>
265
-
<p>I will teach online only, though you have the option of attending in the DaSL Lounge (Arnold M1-B406), which will have snacks and drinks available. Either Chris Lo or Vivek Sriram will host in person.</p>
266
-
<p>We will spend the first 20-25 minutes of each class on catching up on last week’s exercises if you haven’t had the opportunity to work on them. Followed by that, we will have a short lecture/lab, where we will go through the notebooks for the week.</p>
0 commit comments