Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

retire lc overview lesson #204

Merged
merged 2 commits into from
May 14, 2024
Merged
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
31 changes: 16 additions & 15 deletions pages/lessons.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ <h4 id="lessons">Lessons</h4>
<th>Maintainer(s)</th>
</tr>
<tr>
<td>Workshop Overview</td>
<td><a href="https://librarycarpentry.org/lc-overview/" target="_blank" class="icon-browser" title="Website for Workshop Overview lesson"></a></td>
<td><a href="https://github.com/librarycarpentry/lc-overview" target="_blank" class="icon-github" title="Repository for Workshop Overview lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-overview/reference.html" target="_blank" class="icon-eye" title="Reference for Workshop Overview"></a></td>
<td><a href="https://librarycarpentry.org/lc-overview/guide/" target="_blank" class="icon-circle-with-plus" title="Instructor Notes for Workshop Overview"></a></td>
<td>Tidy Data</td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/" target="_blank" class="icon-browser" title="Website for Tidy Data lesson"></a></td>
<td><a href="https://github.com/librarycarpentry/lc-spreadsheets/" target="_blank" class="icon-github" title="Repository for Tidy Data lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/reference.html" target="_blank" class="icon-eye" title="Reference for Tidy Data lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/guide/" target="_blank" class="icon-circle-with-plus" title="Instructor Notes for Tidy Data lesson"></a></td>
<td>Stable</td>
<td>Jesse Johnston, Elizabeth McAulay</td>
<td>Jesse Johnston</td>
</tr>
<tr>
<td>Introduction to Working with Data (Regular Expressions)</td>
Expand Down Expand Up @@ -110,15 +110,7 @@ <h4 id="lessons">Lessons</h4>
<td>Stable</td>
<td>Julika Mimkes</td>
</tr>
<tr>
<td>Tidy Data</td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/" target="_blank" class="icon-browser" title="Website for Tidy Data lesson"></a></td>
<td><a href="https://github.com/librarycarpentry/lc-spreadsheets/" target="_blank" class="icon-github" title="Repository for Tidy Data lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/reference.html" target="_blank" class="icon-eye" title="Reference for Tidy Data lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-spreadsheets/guide/" target="_blank" class="icon-circle-with-plus" title="Instructor Notes for Tidy Data lesson"></a></td>
<td>Stable</td>
<td>Jesse Johnston</td>
</tr>

<tr>
<td>Introduction to Python</td>
<td><a href="https://librarycarpentry.org/lc-python-intro/" target="_blank" class="icon-browser" title="Website for the Introduction to Python lesson"></a></td>
Expand Down Expand Up @@ -209,6 +201,15 @@ <h3 id="-retired-curriculum"><a id="retired-curriculum"></a>Retired Curriculum</
<td>Retired (was alpha)</td>
<td>Thomas Guignard</td>
</tr>
<tr>
<td>Workshop Overview</td>
<td><a href="https://librarycarpentry.org/lc-overview/" target="_blank" class="icon-browser" title="Website for Workshop Overview lesson"></a></td>
<td><a href="https://github.com/librarycarpentry/lc-overview" target="_blank" class="icon-github" title="Repository for Workshop Overview lesson"></a></td>
<td><a href="https://librarycarpentry.org/lc-overview/reference.html" target="_blank" class="icon-eye" title="Reference for Workshop Overview"></a></td>
<td><a href="https://librarycarpentry.org/lc-overview/guide/" target="_blank" class="icon-circle-with-plus" title="Instructor Notes for Workshop Overview"></a></td>
<td>Retired (was stable)</td>
<td>Jesse Johnston, Elizabeth McAulay</td>
</tr>
</table>
<hr />

Expand Down
Loading