Skip to content

Commit

Permalink
Update lesson website
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Apr 17, 2024
1 parent 1ab3827 commit 4a6969d
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 173 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ carpentry: "swc"
# dc-image: for Data Carpentry Image Processing
# swc-inflammation: for Software Carpentry based on the inflammation dataset
# swc-gapminder: for Software Carpentry based on the Gapminder dataset
curriculum: "FIXME"
# curriculum: "swc-gapminder"

# If there is both an R and python official version of a curriculum
# (as listed on https://software-carpentry.org/lessons/ and
# https://datacarpentry.org/lessons/), change the
# value of the variable below ("flavor") to get the schedule and installation
# instructions updated accordingly (valid values are 'r' or 'python').
# Note: this is only for Data Carpentry and SWC at this time.
flavor: "FIXME"
# flavor: "FIXME"

# If the workshop will be a lesson pilot (for a new official lesson or
# a lesson in The Carpentries Incubator), set pilot to "true"
Expand All @@ -53,7 +53,7 @@ pilot: false
# Most workshops don't use extra pages. More information about extra
# pages are included in the README:
# https://github.com/carpentries/workshop-template#creating-extra-pages
title: "Workshop Title"
title: "Git と Docker を使ってデータ解析の再現性を向上させる"

#------------------------------------------------------------
# Incubator workshop settings (only relevant for workshops teaching a lesson
Expand Down
43 changes: 21 additions & 22 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
<div class="row">
<div class="col-md-6">
<h3>Day 1</h3>
<h3>5月30日</h3>
<table class="table table-striped">
<tr> <td>Before</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>Automating Tasks with the Unix Shell</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
<!-- #### Temporarily comment-out survey until we get it set up #### <tr> <td>Before</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a> </td> </tr> -->
<tr> <td>10:00</td> <td>概要とセットアップ</td> </tr>
<tr> <td>11:00</td> <td>リポジトリの作成</td> </tr>
<tr> <td>12:00</td> <td>昼休み</td> </tr>
<tr> <td>13:00</td> <td>変更内容の記録、履歴の探索</td> </tr>
<tr> <td>14:30</td> <td>休憩</td> </tr>
<tr> <td>15:00</td> <td>共同研究</td> </tr>
<tr> <td>16:00</td> <td>GitHubのワークフロー</td> </tr>
<tr> <td>17:00</td> <td>>終了</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<h3>5月31日</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr>
<tr> <td>16:40</td> <td>END</td> </tr>
<tr> <td>10:00</td> <td>コンテナとイメージについて/td> </tr>
<tr> <td>10:30</td> <td>DockerのCLIの基本</td> </tr>
<tr> <td>11:00</td> <td>コンテナを走らせる方法</td> </tr>
<tr> <td>12:00</td> <td>昼休み</td> </tr>
<tr> <td>13:00</td> <td>DockerHubについて</td> </tr>
<tr> <td>14:30</td> <td>休憩</td> </tr>
<tr> <td>15:00</td> <td>イメージの作り方(書き方)</td> </tr>
<tr> <td>16:00</td> <td>再現性とコンテナについて</td> </tr>
<!-- #### Temporarily comment-out survey until we get it set up #### <tr> <td>16:30</td> <td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop Survey</a></td> </tr> -->
<tr> <td>17:00</td> <td>>終了</td> </tr>
</table>
</div>
</div>
Loading

0 comments on commit 4a6969d

Please sign in to comment.