|
| 1 | +- provide(:title, 'Stretch3 x OpenAI Azure for Non-profit プログラム申請') |
| 2 | +- provide(:desc, 'Stretch3 から OpenAI の API を呼び出せる拡張機能 ChatGPT2Scratch を API キー不要で利用するための申請フォームです。') |
| 3 | +- provide(:url, '/stretch3') |
| 4 | +- provide(:meta_image, '/img/stretch3_openai.webp') |
| 5 | + |
| 6 | +.container |
| 7 | + %section.introduction{style: "padding: 50px 0px;"} |
| 8 | + %div.text-center |
| 9 | + %h1{style: "line-height: 1.4em;"} |
| 10 | + Stretch3 x OpenAI |
| 11 | + %br |
| 12 | + Azure for Non-profit プログラム申請 |
| 13 | + .stretch3-eyecatch-container |
| 14 | + = lazy_image_tag '/img/stretch3_openai.webp', |
| 15 | + alt: 'ポケモン・ワークショップのカバー画像', |
| 16 | + min: true, |
| 17 | + class: 'stretch3-eyecatch', |
| 18 | + style: 'box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);' |
| 19 | + %p |
| 20 | + Stretch3 は自作の拡張機能を使えるように改造した Scratch です。 |
| 21 | + %p |
| 22 | + この申請フォームは OpenAI の Chat API を呼び出す拡張機能 ChatGPT2Scratch を |
| 23 | + %br |
| 24 | + API キー不要で利用出来るようにするための申請フォームです。 |
| 25 | + %br |
| 26 | + これにより本来有料の Chat API を無料で利用できます。 |
| 27 | + %p |
| 28 | + 利用規約は、 |
| 29 | + %b<> 保護者の方が参加者と一緒に |
| 30 | + ご確認いただくようお願い致します。 |
| 31 | +
|
| 32 | + = form_with model: @stretch3, url: stretch3_path, class: 'form' do |f| |
| 33 | + .field |
| 34 | + = f.label :email, "メールアドレス" |
| 35 | + = f.email_field :email, required: true, autocomplete: "email", class: "form__field", placeholder: '例: [email protected]' |
| 36 | + .field |
| 37 | + = f.label :parent_name, "保護者の名前" |
| 38 | + = f.text_field :parent_name, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道場' |
| 39 | + .field |
| 40 | + = f.label :participant_name, "参加者の名前" |
| 41 | + = f.text_field :participant_name, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道子' |
| 42 | + .field |
| 43 | + = f.label :dojo_name, "道場名" |
| 44 | + = f.text_field :dojo_name, required: true, class: "form__field", placeholder: '例: CoderDojo 柏' |
| 45 | + .form__terms |
| 46 | + %h2.form__h2 利用規約 |
| 47 | + %ul |
| 48 | + %li |
| 49 | + %small |
| 50 | + = link_to 'https://learn.microsoft.com/ja-jp/azure/ai-services/responsible-use-of-ai-overview', target: '_blank' do |
| 51 | + Azure AI サービスにおける AI の責任ある使用 |
| 52 | + に従うことy |
| 53 | + %li |
| 54 | + %small |
| 55 | + %b<> 事前に保護者から同意を得ること |
| 56 | + %br |
| 57 | + (参考: #{link_to '文部科学省 - 生成AIの利活用に関するガイドライン','https://www.mext.go.jp/a_menu/other/mext_02412.html', target: '_blank'}) |
| 58 | + %li |
| 59 | + %small CoderDojo 以外の用途で使う場合は、一般社団法人 CoderDojo Japan からの書面による許諾を事前に得るようお願いします。 |
| 60 | + %p |
| 61 | + %small |
| 62 | + ※ 本サービスは Azure AI の利用上限に達した場合、または上記事項への違反で使用できなくなった場合などの理由により、予告なく無効化される場合もあります。あらかじめご了承いただけると幸いです。 |
| 63 | + .field.text-center |
| 64 | + = f.check_box :term_of_use, required: true |
| 65 | + = f.label :term_of_use, "上記の利用規約に同意する", style: "display:inline" |
| 66 | +
|
| 67 | + = f.submit "申し込んで利用開始する", class: "form__submit" |
| 68 | + .text-center |
| 69 | + %small 送信後、Stretch3 のページへ移動します。 |
| 70 | +
|
| 71 | + %p.stretch3-notes |
| 72 | + Scratchは、Scratch財団がMITメディアラボのライフロング・キンダーガーテン・グループの協力により開発しているプロジェクトです。 |
| 73 | + %a{href: "https://scratch.mit.edu", rel: "noopener", target: "_blank"}<> scratch.mit.edu |
| 74 | + \ から自由に入手できます。 |
0 commit comments