Skip to content

Commit

Permalink
Update rendered reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ulle committed Oct 24, 2024
1 parent b31d2b3 commit 3698fc6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/database-set-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3><span class="header-section-number">3.1.2</span> Load the Database<a href="d
<ul>
<li>Your computer file explorer window will pop up</li>
</ul></li>
<li>Navigate to the <code>2024-04-09_library-data.sqlite</code> file on your computer and double-click
<li>Navigate to the <code>2024-10-24_library-data.sqlite</code> file on your computer and double-click
<ul>
<li>The <em>Database Dialog Window</em> will appear again</li>
</ul></li>
Expand Down
17 changes: 14 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,25 @@ <h4>Learning Objectives<a href="index.html#learning-objectives" class="anchor-se
<div id="prerequisites" class="section level4 unnumbered hasAnchor">
<h4>Prerequisites<a href="index.html#prerequisites" class="anchor-section" aria-label="Anchor link to header"></a></h4>
<p>No prior programming experience is necessary. We recommend learners either attend or review the written materials for DataLab’s <a href="https://ucdavisdatalab.github.io/workshop_intro_to_databases/">Overview of Databases &amp; Data Storage Technologies</a> workshop.</p>
<p>Before the workshop, learners
should:</p>
<p>Before the workshop, learners should:</p>
<ul>
<li>Install SQLiteStudio using the <a href="https://ucdavisdatalab.github.io/install_guides/sql-and-database-tools.html#sqlitestudio">install guide</a> and verify that it runs.</li>
<li>Download the file <code>2024-04-09_library-data.sqlite</code> from <a href="https://drive.google.com/file/d/1QehzesXxUBrNDW00aFrvm0jJ5Y1KnIFt/view?usp=sharing">this link</a>.</li>
<li>Download the file <code>2024-10-24_library-data.sqlite</code> from <a href="https://drive.google.com/file/d/1PpVm3WWojIEYrEQxxLmrxiaX1puUpaSS/view?usp=drive_link">this
link</a>.</li>
</ul>
<blockquote>
<p><strong>NOTE</strong>:<br />
You must have a UC Davis account to access the data; contact Nick Ulle
(<a href="mailto:naulle@ucdavis.edu" class="email">naulle@ucdavis.edu</a>) if you have difficulty accessing the data.</p>
</blockquote>
<blockquote>
<p><strong>NOTE</strong>:<br />
This reader was developed with a slightly different version of the data set,
so if you run the example code in the reader, you may get slightly different
results.</p>
</blockquote>
<blockquote>
<p><strong>NOTE</strong>:<br />
If you have a Mac (OSX), you will need to right-click on the SQLiteStudio
installer and select open. If you open the installer regularly, the Mac
operating system will block the installer from running.</p>
Expand Down
Loading

0 comments on commit 3698fc6

Please sign in to comment.