> For the complete documentation index, see [llms.txt](https://research.kdmsnr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://research.kdmsnr.com/a20169/index.md).

# 案内文

## 研究テーマ｢イノベーションに貢献するメンタリングの役割とプロセスの研究｣

イノベーションやチームのパフォーマンスを促進する「メンター」の存在が必要とされており、その効果も感覚的に把握されていると思います。ですが、「メンタリング」の具体的な特性や関与プロセスについては明らかにされていません。本研究では、それらを明らかにすることを目指しています。このため、メンタリングの経験があり、研究対象者となって研究（インタビューまたはアンケート）に参加していただける方を募集します。

### 研究対象者&#x20;

1. ものづくりやソフトウェア開発の現場においてメンターやコーチとして従事されている方々。&#x20;
2. 本学にて開講される講義（ESD.B402 エンジニアリングデザインプロジェクト， ESD.A502 エンジニアリングデザインプロジェクトB, ESD.A502 エンジニアリングデザインプロジェクトC）にパートナー企業の立場で講義に参加している方々。&#x20;

### 研究場所&#x20;

オンライン（インタビューはZoom、アンケートはGoogle Formを想定しています）

### 研究期間&#x20;

2021年2月1日〜2025年3月31日&#x20;

### 研究に参加していただく日時&#x20;

* インタビュー：ご都合にあわせて調整します。時間は1時間程度を予定しています。
* アンケート：ご都合にあわせて調整します。回答にかかる時間は10分程度を予定しています。 いずれも上記の授業時間を除きます。&#x20;

### 研究参加の謝礼など&#x20;

ありません。&#x20;

### 個人情報の取り扱いについて&#x20;

収集したデータは研究責任者および担当者だけがアクセスできるように認証による制限をかけて保存します。&#x20;

### 研究に関する資料開示について

適宜対応します。&#x20;

### 研究中断する場合について

&#x20;研究協力を撤回される場合は、研究代表者にご連絡いただければ個人情報は破棄いたします。 研究者の都合で中断する場合は、速やかに通知します。&#x20;

### 研究への参加に伴う利益・不利益と危害の可能性について&#x20;

特にありません。&#x20;

### 研究終了後の対応と研究成果の公表について&#x20;

研究終了後、研究成果を関係する学会や論文誌に提出する可能性があります。その場合も個人が特定できる情報は公表しません。

{% hint style="info" %}
本研究に参加いただける方は「[説明書](/a20169/description.md)」をお読みください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://research.kdmsnr.com/a20169/index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
