diff --git a/_config.yml b/_config.yml index 046f370..403b123 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,7 @@ 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 @@ -41,7 +41,7 @@ curriculum: "FIXME" # 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" @@ -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 diff --git a/_includes/swc/schedule.html b/_includes/swc/schedule.html index 38a8d5c..860aa11 100644 --- a/_includes/swc/schedule.html +++ b/_includes/swc/schedule.html @@ -1,32 +1,31 @@
-

Day 1

+

5月30日

- - - - - - - - - - + + + + + + + + +
Before Pre-workshop survey
09:00 Automating Tasks with the Unix Shell
10:30 Morning break
11:00 Automating Tasks with the Unix Shell (Continued)
12:00 Lunch break
13:00 Building Programs with Python
14:30 Afternoon break
15:00 Building Programs with Python (Continued)
16:00 Wrap-up
16:30 END
10:00 概要とセットアップ
11:00 リポジトリの作成
12:00 昼休み
13:00 変更内容の記録、履歴の探索
14:30 休憩
15:00 共同研究
16:00 GitHubのワークフロー
17:00 >終了
-

Day 2

+

5月31日

- - - - - - - - - - + + + + + + + + + +
09:00 Version Control with Git
10:30 Morning break
11:00 Version Control with Git (Continued)
12:00 Lunch break
13:00 Managing Data with SQL
14:30 Afternoon break
15:00 Managing Data with SQL (Continued)
16:00 Wrap-up
16:30 Post-workshop Survey
16:40 END
10:00 コンテナとイメージについて/td>
10:30 DockerのCLIの基本
11:00 コンテナを走らせる方法
12:00 昼休み
13:00 DockerHubについて
14:30 休憩
15:00 イメージの作り方(書き方)
16:00 再現性とコンテナについて
17:00 >終了
diff --git a/index.md b/index.md index 4d4f91a..ed0354d 100644 --- a/index.md +++ b/index.md @@ -3,19 +3,19 @@ layout: workshop # DON'T CHANGE THIS. # More detailed instructions (including how to fill these variables for an # online workshop) are available at # https://carpentries.github.io/workshop-template/customization/index.html -venue: "FIXME" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") -address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' -country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop -language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop -latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/) -longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net) -humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") -humantime: "FIXME" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" -startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 -enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 -instructor: ["instructor one", "instructor two"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] -helper: ["helper one", "helper two"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] -email: ["first@example.org","second@example.org"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"] +venue: "千葉大学" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") +address: "千葉大学 西千葉キャンパス アカデミック・リンク・センター(図書館)I棟「まなび」" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' +country: "ja" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop +language: "ja" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop +latitude: "35.6273024" # decimal latitude of workshop venue (use https://www.latlong.net/) +longitude: "140.1025751" # decimal longitude of the workshop venue (use https://www.latlong.net) +humandate: "2024年5月30日(木)と31日(金)" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") +humantime: "10:00 - 17:00 (JST)" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" +startdate: 2024-05-30 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 +enddate: 2024-05-31 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 +instructor: ["ニッタ ジョエル", "西田 孝三"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] +helper: # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] +email: ["joelnitta@chiba-u.jp"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"] collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria) eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) --- @@ -31,33 +31,6 @@ double quotation marks around the value, unless specified otherwise. And run 'make workshop-check' *before* committing to make sure that changes are good. {% endcomment %} - -{% comment %} -8< ============= For a workshop delete from here ============= -For a workshop please delete the following block until the next dashed-line -{% endcomment %} - - -
-This is the workshop template. Delete these lines and use it to -customize -your own website. If you are running a self-organized workshop or have not put -in a workshop request yet, please also fill in -this workshop request form -to let us know about your workshop and our administrator may contact you if we -need any extra information. -If this is a pilot workshop for a new lesson, -set the `pilot` field to `true` in `_config.yml`. -For workshops teaching a lesson in The Carpentries Incubator, -remember to uncomment the `incubator_lesson_site`, `incubator_pre_survey`, and `incubator_post_survey` -fields in `_config.yml` -
- -{% comment %} -8< ============================= until here ================== -{% endcomment %} - - {% comment %} Check DC curriculum {% endcomment %} @@ -82,28 +55,7 @@ It looks like you are setting up a website for a Software Carpentry curriculum b {% endunless %} {% endif %} -{% comment %} -EVENTBRITE - -This block includes the Eventbrite registration widget if -'eventbrite' has been set in the header. You can delete it if you -are not using Eventbrite, or leave it in, since it will not be -displayed if the 'eventbrite' field in the header is not set. -{% endcomment %} -{% if page.eventbrite %} -Some adblockers block the registration window. If you do not see the - registration box below, please check your adblocker settings. - -{% endif %} - - -

General Information

+

基本情報

{% comment %} INTRODUCTION @@ -208,15 +160,15 @@ SPECIAL REQUIREMENTS Modify the block below if there are any special requirements. {% endcomment %}

- Requirements: + 参加条件: {% if online == "false" %} - Participants must bring a laptop with a - Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. + 参加者は、管理者権限を持つMac/Linux/Windows OSを搭載した + ノートパソコン(タブレットやChromebookなどではなく)を持参する必要があります。 {% else %} - Participants must have access to a computer with a - Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. + 参加者は、管理者権限を持つMac/Linux/Windows OSを搭載した + コンピュータ(タブレットやChromebookなどではなく)にアクセスできる必要があります。 {% endif %} - They should have a few specific software packages installed (listed below). + いくつかの特定のソフトウェアパッケージ( 下部のリスト)をインストールしてください。

{% comment %} @@ -226,31 +178,25 @@ Modify the block below if there are any barriers to accessibility or special instructions. {% endcomment %}

- Accessibility: + アクセシビリティ: {% if online == "false" %} - We are committed to making this workshop - accessible to everybody. For workshops at a physical location, the workshop organizers have checked that: + 私たちは、このワークショップに誰もがアクセスできるようにすることを約束します。 + ワークショップの主催者は次のことを確認しています:

- Materials will be provided in advance of the workshop and - large-print handouts are available if needed by notifying the - organizers in advance. If we can help making learning easier for - you (e.g. sign-language interpreters, lactation facilities) please - get in touch (using contact details below) and we will - attempt to provide them. + 事前に主催者に連絡することで、必要に応じて事前に資料を配布したり、 + 拡大印刷した配布資料を用意したりしています。 + 学習を容易にするためのお手伝い(例:手話通訳者や授乳施設など)が必要な場合は、 + 下記連絡先までご連絡ください。

{% else %} - We are dedicated to providing a positive and accessible learning environment for all. - We do not require participants to provide documentation of disabilities or disclose any unnecessary personal information. - However, we do want to help create an inclusive, accessible experience for all participants. - We encourage you to share any information that would be helpful to make your Carpentries experience accessible. - To request an accommodation for this workshop, please fill out the - accommodation request form. - If you have questions or need assistance with the accommodation form please email us. + 私たちは、すべての人にとってポジティブでアクセスしやすい学習環境を提供することに力を注いでいます。 + 他の施設が必要な場合や、このワークショップをより利用しやすくするためにできることがあれば、 + 事前に講師にお知らせください。

{% endif %} @@ -260,12 +206,12 @@ CONTACT EMAIL ADDRESS Display the contact email address set in the configuration file. {% endcomment %}

- Contact: - Please email + 連絡先: + お問い合わせは {% if page.email %} {% for email in page.email %} {% if forloop.last and page.email.size > 1 %} - or + または {% else %} {% unless forloop.first %} , @@ -274,15 +220,16 @@ Display the contact email address set in the configuration file. {{email}} {% endfor %} {% else %} - to-be-announced + 未定 {% endif %} - for more information. + にメールをお送りください。

- Roles: - To learn more about the roles at the workshop (who will be doing what), - refer to our Workshop FAQ. + 役割: + ワークショップでの役割(誰が何をするのか)を知るには、 + ワークショップ + のFAQをご参照ください。

{% comment %} @@ -311,15 +258,16 @@ Edit the text to match who can attend the workshop. For instance: {% comment%} CODE OF CONDUCT {% endcomment %} -

Code of Conduct

+

行動規範

-Everyone who participates in Carpentries activities is required to conform to the Code of Conduct. This document also outlines how to report an incident if needed. +カーペントリーズの活動に参加するすべての人は、行動規範を遵守しなければなりません。 +この文書には、必要に応じてインシデントが発生した場合の報告方法の概要も記載されています。

- - + +


@@ -339,10 +287,11 @@ Note we also have a CodiMD (the open-source version of HackMD) available at https://codimd.carpentries.org {% endcomment %} {% if page.collaborative_notes %} -

Collaborative Notes

+

コラボレイティブ・ノート

-We will use this collaborative document for chatting, taking notes, and sharing URLs and bits of code. +このコラボレイティブ・ドキュメントを使って、 +チャット、メモの作成、URLとコードの一部の共有を行います。


{% endif %} @@ -351,26 +300,13 @@ We will use this collaborative document {% comment %} SURVEYS - DO NOT EDIT SURVEY LINKS {% endcomment %} -

Surveys

-

Please be sure to complete these surveys before and after the workshop.

-{% if site.carpentry == "incubator" %} -

Pre-workshop Survey

-

Post-workshop Survey

-{% elsif site.incubator_pre_survey or site.incubator_post_survey %} -
-WARNING: you have defined custom pre- and/or post-survey links for -a workshop not configured for The Carpentries Incubator -(the value of `curriculum` is not set to `incubator` in `_config.yml`). -Please comment out the `incubator_pre_survey` and `incubator_post_survey` fields -in `_config.yml` or, if this workshop is teaching a lesson in the Incubator, -change the value of `carpentry` to `incubator`. -
-{% else %} -

Pre-workshop Survey

-

Post-workshop Survey

-{% endif %} - +{% comment %} +

アンケート

+

ワークショップの前後に、これらのアンケートに必ずお答えください。

+

ワークショップ前のアンケート

+

ワークショップ後のアンケート


+{% endcomment %} {% comment %} @@ -395,7 +331,7 @@ of code below the Schedule `

` header below with `{% include custom-schedule.html %}`. {% endcomment %} -

Schedule

+

スケジュール

{% if site.carpentry == "swc" %} {% include swc/schedule.html %} @@ -403,24 +339,17 @@ of code below the Schedule `

` header below with {% include dc/schedule.html %} {% elsif site.carpentry == "lc" %} {% include lc/schedule.html %} -{% elsif site.carpentry == "incubator" %} -This workshop is teaching a lesson in [The Carpentries Incubator](https://carpentries-incubator.org/). -Please check [the lesson homepage]({{ site.incubator_lesson_site }}) for a list of lesson sections and estimated timings. {% endif %} -{% comment %} -Edit/replace the text above if you want to include a schedule table. -See the contents of the _includes/custom-schedule.html file for an example of -how one of these schedule tables is constructed. -{% endcomment %} +

以上のスケージュルは目安で、実際の内容とは異なることがあります。

-{% if site.pilot %} -The lesson taught in this workshop is being piloted and a precise schedule is yet to be established. The workshop will include regular breaks. Please [contact the workshop organisers](#contact) if you would like more information about the planned schedule. -{% endif %} +

ワークショップの教材はこちらから見られます。


+ + {% comment %} SETUP @@ -433,25 +362,24 @@ please preview your site before committing, and make sure to run 'tools/check' as well. {% endcomment %} -

Setup

+

セットアップ

- To participate in a {% if site.carpentry == "swc" %} - Software Carpentry + ソフトウェア・カーペントリー {% elsif site.carpentry == "dc" %} - Data Carpentry + データ・カーペントリー {% elsif site.carpentry == "lc" %} - Library Carpentry + ライブラリー・カーペントリー {% endif %} - workshop, - you will need access to software as described below. - In addition, you will need an up-to-date web browser. + のワークショップに参加するためには、 + 以下のソフトウェアにアクセスできる必要があります。 + さらに、最新のWebブラウザが必要になります。

- We maintain a list of common issues that occur during installation as a reference for instructors - that may be useful on the - Configuration Problems and Solutions wiki page. + 講師向けの参考資料として、 + + 「構成の問題と解決策」のwikiページ上で、インストール中に発生しがちな問題のリストを管理しています。

{% comment %} @@ -462,7 +390,7 @@ For online workshops, the section below provides: If you do not use Zoom for your online workshop, edit the file `_includes/install_instructions/videoconferencing.html` -to include the relevant installation instructions. +to include the relevant installation instrucctions. {% endcomment %} {% if online != "false" %} {% include install_instructions/videoconferencing.html %} @@ -479,8 +407,4 @@ during the workshop. {% include dc/setup.html %} {% elsif site.carpentry == "lc" %} {% include lc/setup.html %} -{% elsif site.carpentry == "incubator" %} -Please check the "Setup" page of -[the lesson site]({{ site.incubator_lesson_site }}) for instructions to follow -to obtain the software and data you will need to follow the lesson. -{% endif %} +{% endif %} \ No newline at end of file