Skip to content

Commit a2944a7

Browse files
committed
Add workshops page
1 parent 9574bbe commit a2944a7

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

_quarto-en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ website:
44
left:
55
- href: index.qmd
66
text: Home
7+
- href: workshops.qmd
78
- href: quickguide.qmd
8-
text: "Translation Guide"
99
- href: links.qmd
1010
text: Links

_quarto-ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ website:
44
left:
55
- href: index.qmd
66
text: ホーム
7+
- href: workshops.qmd
78
- href: quickguide.qmd
8-
text: "翻訳ガイド"
99
- href: links.qmd
1010
text: リンク

index.en.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include-in-header:
1313

1414
[Software Carpentry](https://software-carpentry.org/) is an international community that teaches research computing lessons through workshops. The Software Carpentry JA team translates English lessons into Japanese and provides information about Software Carpentry in Japan.
1515

16-
Our specific goals are to translate all the [Software Carpentry lessons](https://software-carpentry.org/lessons/) into Japanese, and to [hold workshops](https://software-carpentry.org/workshops/) **in Japanese** on a regular basis.
16+
Our specific goals are to translate all the [Software Carpentry lessons](https://software-carpentry.org/lessons/) into Japanese, and to hold [workshops](workshops.qmd) **in Japanese** on a regular basis.
1717

1818
## The Translation Project
1919

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include-in-header:
1414
**[ソフトウェアカーペントリー](https://software-carpentry.org/)**とは、研究者向けにデータサイエンスやプログラミングをワークショップ形式で教える国際的なコミュニティです。
1515
ソフトウェアカーペントリー日本語チームはそのレッスンの英語を日本語に翻訳し、日本にもソフトウェアカーペントリーの情報を広めようと活動しています。
1616

17-
具体的な目標は[ソフトウェアカーペントリーのコアレッスン](https://software-carpentry.org/lessons/)をすべて日本語訳し、日本でも定期的に**日本語で**[ワークショップ](https://software-carpentry.org/workshops/)を行うことです。
17+
具体的な目標は[ソフトウェアカーペントリーのコアレッスン](https://software-carpentry.org/lessons/)をすべて日本語訳し、日本でも定期的に**日本語で**[ワークショップ](workshops.qmd)を行うことです。
1818

1919
## 翻訳プロジェクトについて
2020

workshops.en.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Workshops
3+
---
4+
5+
## Past Workshops
6+
7+
- 2024 Nov 25-26 Chiba University [Learn the basics of data science through Shell, Git, and R](https://swcarpentry-ja.github.io/2024-11-25-chiba/)
8+
9+
- 2024 May 30-31 Chiba University [Improving reproducibility with Git and Docker](https://swcarpentry-ja.github.io/2024-05-30-chiba)
10+
11+
- 2021 Apr 2, 7, 9, 14, 16 University of Tokyo (online) [Introduction to data analysis with R](https://swcarpentry-ja.github.io/2021-04-02-todai-online-en/)
12+
13+
## Upcoming Workshops
14+
15+
(currently none planned)

workshops.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: ワークショップ
3+
---
4+
5+
## 過去のワークショップ
6+
7+
- 2024年11月25-26日 千葉大学 [Shell と Git と R の使い方を学び、データサイエンスの基礎を身につける](https://swcarpentry-ja.github.io/2024-11-25-chiba/)
8+
9+
- 2024年05月30-31日 千葉大学 [Git と Docker を使ってデータ解析の再現性を向上させる](https://swcarpentry-ja.github.io/2024-05-30-chiba)
10+
11+
- 2021年04月2日, 7日, 9日, 14日, 16日 千葉大学(オンライン) [R によるデータ解析入門](https://swcarpentry-ja.github.io/2021-04-02-todai-online-ja/)
12+
13+
## 予定のワークショップ
14+
15+
(現在、予定はありません)

0 commit comments

Comments
 (0)