Skip to content

Commit 3d5429d

Browse files
committed
Add en FAQ, links from index
1 parent 9f21038 commit 3d5429d

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

_quarto-en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ website:
66
text: Home
77
- href: workshops.qmd
88
- href: quickguide.qmd
9+
- href: faq.qmd
10+
text: FAQ
911
- href: links.qmd
1012
text: Links

_quarto-ja.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ website:
66
text: ホーム
77
- href: workshops.qmd
88
- href: quickguide.qmd
9+
- href: faq.qmd
910
- href: links.qmd
1011
text: リンク

faq.en.qmd

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Frequently Asked Questions
3+
toc: true
4+
---
5+
6+
## About Workshops
7+
8+
### What are the benefits of conducting a workshop?
9+
10+
- Carpentries workshops are **developed by researchers** and **designed for researchers**. They allow participants to efficiently learn essential research skills that are difficult to acquire through self-study.
11+
12+
- Workshop content is continuously updated. When software versions change and usage is affected, the lessons are revised accordingly. This ensures that instructors do not need to update the content themselves.
13+
14+
- Instructors gain certification, equipping them with best practices in teaching methods.
15+
16+
- By conducting or attending workshops, participants join the broader Carpentries community including members from around the world. This provides opportunities for networking and skill development.
17+
18+
### What are the requirements for a workshop to be recognized as official?
19+
20+
An official Carpentries workshop is one that is promoted using [The Carpentries](https://carpentries.org/) name and/or logo.
21+
22+
To meet the requirements to qualify, a **certified Carpentries instructor** must teach the **core curriculum**.
23+
24+
Carpentries workshops require at least two instructors to teach, with at least one of them being certified. Helpers, who assist participants during the workshop, are not required to have certification, and there is no set number of helpers.
25+
26+
The [Software Carpentry core curriculum](https://software-carpentry.org/lessons/) includes **bash shell**, **Git**, **R**, or **Python** (a total of three lessons).
27+
28+
### How much does it cost to run a workshop?
29+
30+
To make workshops accessible to as many participants as possible, they are typically offered for free or a very small charge.
31+
32+
Instructors volunteer their time and are not paid for their work.
33+
34+
The costs of hosting the workshop, such as venue fees and instructor travel expenses and accommodation, must be covered by the host organization.
35+
36+
The lesson materials are provided under a Creative Commons Attribution 4.0 International License, so there are no costs associated with using them.
37+
38+
## Participation
39+
40+
### Who is the target audience?
41+
42+
The primary audience consists of individuals involved in research, such as graduate students, faculty members, and technical staff. Undergraduate students conducting research are also welcome to participate.
43+
44+
No prior knowledge of the [core curriculum](https://software-carpentry.org/lessons/) (bash shell, Git, R, or Python) is required, as the workshops are aimed at beginners.
45+
46+
### How can I become an instructor?
47+
48+
To become an instructor, certification is required.
49+
50+
To obtain certification, you must complete [instructor training](https://carpentries.github.io/instructor-training/index.html), which takes approximately 16 hours. The training is available online, and you can apply for it [here](https://amy.carpentries.org/forms/request_training/).
51+
52+
Currently, instructor training in Japanese is under preparation.
53+
54+
## Lessons
55+
56+
### What other lessons are available?
57+
58+
In addition to Software Carpentry, other [official lessons](https://carpentries.org/lessons/curriculum-summary/) are available. [Data Carpentry](https://datacarpentry.org/) provides lessons focused on data analysis in specific domains such as ecology, social sciences, and astronomy. [Library Carpentry](https://librarycarpentry.org/) teaches data analysis skills essential for library management.
59+
60+
Furthermore, the community has developed [additional lessons](https://carpentries-incubator.org/) that go beyond the official curriculum.

0 commit comments

Comments
 (0)