Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template schedule for LC workshops #842

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/lc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h3>Day 1</h3>
<table class="table table-striped">
<tr> <td>Before Starting</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a></td> </tr>
<tr> <td>09:00</td> <td><a href="https://librarycarpentry.org/lc-overview/">Jargon Busting, A Computational Approach, Introduction to Working with Data (Regular Expressions)</a></td> </tr>
<tr> <td>09:00</td> <td><a href="https://librarycarpentry.org/lc-spreadsheets/">Tidy Data for Librarians</a></td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-shell/">The Unix Shell</a></td> </tr>
Expand Down
60 changes: 60 additions & 0 deletions _includes/lc/setup.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
<div id=""spreadsheets-setup">
<h3>Spreadsheet Software</h3>
<p>
To interact with spreadsheets, we can use <a href="https://www.libreoffice.org">LibreOffice</a>,
<a href="https://products.office.com/en-us/excel">Microsoft Excel</a>,
<a href="https://www.gnumeric.org">Gnumeric</a>,
<a href="https://www.openoffice.org">OpenOffice.org</a>,
or other programs.
Commands may differ a bit between programs, but general ideas for thinking about spreadsheets is the same.
</p>
<p>
For this lesson, if you don't have a spreadsheet program already,
you can use [LibreOffice](https://www.libreoffice.org).
It is a free, open source spreadsheet program.
</p>
<h4>Windows</h4>
<p>
<ul>
<li><strong>Download the Installer:</strong>
Install LibreOffice by going to the
<a href="https://www.libreoffice.org/download/libreoffice-fresh/">installation page</a>.
The version for Windows should automatically be selected.
Click <strong>Download</strong>.
You will go to a page that asks about a donation, but you don't need to make one.
Your download should begin automatically.</li>
<li><strong>Install LibreOffice:</strong>
Once the installer is downloaded, double click on it and it should install.</li>
</ul>
</p>
<h4>Mac OS</h4>
<p>
<ul>
<li><strong>Download the Installer:</strong>
Install LibreOffice by going to the
<a href="https://www.libreoffice.org/download/libreoffice-fresh/">installation page</a>.
The version for Mac OS should automatically be selected.
Click <strong>Download</strong>.
You will go to a page that asks about a donation, but you don't need to make one.
Your download should begin automatically.</li>
<li><strong>Install LibreOffice:</strong>
The file <code>LibreOffice\_X.X.X\_MacOS\_x86-64</code> (whichever version of LibreOffice you have selected) should have been downloaded.
Double click on this file, and LibreOffice will be installed.</li>
</ul>
</p>
<h4>Linux</h4>
<p>
<ul>
<li><strong>Download the Installer:</strong>
Install LibreOffice by going to the
<a href="https://www.libreoffice.org/download/libreoffice-fresh/">installation page</a>.
The version for Linux should automatically be selected.
Click <strong>Download</strong>.
You will go to a page that asks about a donation, but you don't need to make one.
Your download should begin automatically.</li>
<li><strong>Install LibreOffice:</strong>
Once the installer is downloaded, double click on it and it should install.</li>
</ul>
</p>
</div>

<div id="shell-setup"> {% comment %} Start of 'shell' section. {% endcomment %}
<h3>The Bash Shell</h3>
<p>
Expand Down