diff --git a/_includes/dc/who.html b/_includes/dc/who.html
index 28e38ae..1307355 100644
--- a/_includes/dc/who.html
+++ b/_includes/dc/who.html
@@ -48,11 +48,10 @@
{% else %}
- Who:
- The course is aimed at graduate students and other researchers.
+ 対象:
+ 研究者(大学院生、教員)。
- You don't need to have any previous knowledge of the tools
- that will be presented at the workshop.
+ 本ワークショップで教えるツールについての経験を問いません。
diff --git a/_includes/swc/intro.html b/_includes/swc/intro.html
index 522dee1..e37b2fe 100644
--- a/_includes/swc/intro.html
+++ b/_includes/swc/intro.html
@@ -1,18 +1,11 @@
- Software Carpentry
- aims to help researchers get their work done
- in less time and with less pain
- by teaching them basic research computing skills.
- This hands-on workshop will cover basic concepts and tools,
- including program design, version control, data management,
- and task automation.
- Participants will be encouraged to help one another
- and to apply what they have learned to their own research problems.
+ Software Carpentryは、基本的な研究計算スキルを教えることによって、研究者がより少ない時間と苦痛で仕事を終えられるようにすることを目指しています。
+ この実践的なワークショップでは、プログラム設計、バージョン管理、データ管理、タスク自動化を含む基本的な概念とツールについてカバーします。
+ 参加者は互いに助け合い、学んだことを自身の研究課題に応用することが奨励されます。
- For more information on what we teach and why,
- please see our paper
- "Best Practices for Scientific Computing".
+ 私たちが何を教え、なぜ教えるのかの詳細については、
+ 私たちの論文「科学計算のベストプラクティス」をご覧ください。
diff --git a/_includes/swc/schedule.html b/_includes/swc/schedule.html
index b47f335..9244182 100644
--- a/_includes/swc/schedule.html
+++ b/_includes/swc/schedule.html
@@ -1,6 +1,6 @@
-
5月30日
+
5月30日(木)
10:00 | 概要とセットアップ |
@@ -14,7 +14,7 @@ 5月30日
-
5月31日
+
5月31日(金)
10:00 | コンテナとイメージについて/td> |
10:30 | DockerのCLIの基本 |
diff --git a/_includes/workshop_calendar.html b/_includes/workshop_calendar.html
index 0f9a82f..d8d5ce2 100644
--- a/_includes/workshop_calendar.html
+++ b/_includes/workshop_calendar.html
@@ -5,4 +5,4 @@
{% assign final_day = page.enddate | date: '%s' | plus:86400 | date: '%F' | replace: "-", "" %}
-Add to your Google Calendar.
+Googleカレンダーに追加.
diff --git a/index.md b/index.md
index ed0354d..9dd1c9e 100644
--- a/index.md
+++ b/index.md
@@ -65,15 +65,15 @@ the pitch.
{% endcomment %}
-The Carpentries project comprises the Software Carpentry, Data Carpentry, and
-Library Carpentry communities of Instructors, Trainers, Maintainers,
-helpers, and supporters who share a mission to teach foundational computational and data science
-skills to researchers.
+The Carpentriesプロジェクトは、
+インストラクター、トレーナー、メンテナンス担当者、ヘルパー、およびサポーターで構成される
+Software Carpentry、 Data Carpentry、Library Carpentry の
+コミュニティから成り立っており、研究者に基本的な計算科学とデータサイエンスのスキルを教えるという使命を共有しています。
+
- Want to learn more and stay engaged with The Carpentries? Carpentries Clippings is The Carpentries' biweekly newsletter, where we share community news, community job postings, and more.
-Sign up to receive future editions and read our full archive: https://carpentries.org/newsletter/
+ The Carpentriesについてもっと学び、関わり続けたいですか?「Carpentries Clippings」は、The Carpentriesの隔週ニュースレターで、コミュニティのニュース、コミュニティの求人情報などを共有しています。
+ 将来の版を受け取り、完全なアーカイブを読むためにサインアップしてください:https://carpentries.org/newsletter/
{% if site.carpentry == "swc" %}
@@ -120,12 +120,11 @@ address.
{% endif %}
{% if page.latitude and page.longitude and online == "false" %}
- Where:
+ 場所:
{{page.address}}.
- Get directions with
OpenStreetMap
- or
- Google Maps.
+ か
+ Google Mapsで場所を確認する.
{% elsif online == "true_public" %}
@@ -148,7 +147,7 @@ This block displays the date and links to Google Calendar.
{% endcomment %}
{% if page.humandate %}
- When:
+ 日程:
{{page.humandate}}.
{% include workshop_calendar.html %}