2018-05-26

プロポーザルの応募方法 | How to submit a proposal

(please scroll down for English)

PyCon JP コンテンツチームのtaisa831です。

5月14日にプロポーザルの募集を開始しこちらにて告知を開始しました。応募方法は昨年までとは異なり、今年から PaperCall を利用することになりました。その為応募方法に戸惑う方もいるかと思います。本投稿にて応募に必要な入力項目について説明しますので、以下の内容を参考に是非応募をお願いします。

※ プロポーザルは日本語/英語どちらでも大丈夫です。

※ 発表資料は海外参加者が理解できるよう「英語」または「日本語、英語併記」を推奨します(必須ではありません)。


応募方法


1. 以下のURLにアクセスし、連携するアカウントを選択してログインしてください。


https://www.papercall.io/cfps/1175/submissions/new


2.「Talk Details」にプロポーザルの内容を入力してください


■ Title
プロポーザルのタイトルを入力してください。

■ Elevator Pitch
300文字以内でプロポーザルの概要を入力してください。

例)
I will introduce the new syntax and functions between Python 2.4 and Python 3.6 in this talk. I will also compare the old style to the new style. You will learn the best practices for Python coding and how to perform refactoring your old Python code. You can look at the evolution of Python.

■ Talk Format
プロポーザルの発表形式を以下から選択してください。今年はLTも募集形式となります。

・トーク(30分)
・トーク(45分)
・Lightning Talk
・Poster

■ Audience Level
プロポーザルの対象レベルを以下から選択してください。

・All:全員
・Beginner:初級者
・Intermediate:中級者
・Advanced:上級者

■ Description
プロポーザルの詳細を入力してください。(Markdown形式で入力することができます。)

例)
I think we began to use Python in some production systems at 2.3 or 2.4. I think Python 2.4 had enough functionality to build any system. Many tools ware created and used.
Python 2.4 was released nearly 15 years ago. Since then Python has been steadily evolving. Although it is possible to create a system with only Python 2.4, it is necessary to know the latest Python trends in order to write code that is better, more maintainable, and more performance-oriented.
There are also features and grammar in the web knockout that are often overlooked, not only by new python users, but also by seasoned Python veterans. I will introduce those features and grammar that I think are important while comparing the grammar and functions incorporated in Python 2.4 and now.

■ Notes
プロポーザルに関する技術的な要件や、これまでの発表履歴などのスピーカーに関連する情報、その他必要な補足情報を入力してください。(Markdown形式で入力することができます。)

例)
本トークは、PyCon APAC 2018 SGやPyCon TH 2018で行うトークと同じものです。資料は英語で書きます。トークは日本語でも英語でもどちらでも構いません。
For example:
The below same means code. Python2.4
f = open("filename.txt", "r") data = f.read() f.close()
Python2.6 +
with open("filename.txt", "r") as f: data = f.read() 
, etc.
■ Tags
青いエリアの中からプロポーザルのカテゴリを選択してください。


トークカテゴリ)
・Web programming including frameworks (Django / Flask / Pylons etc.)
・Python in education science and maths
・Machine learning and data science
・Python libraries extending and embedding Python in hardware
・GUI and games Best practices
・Network programming System administration Project case studies
・Community building and human interaction
・Programming tools
・Packaging
・Fintech
・Anything else basically which doesn’t really fall into the types of topics above


3. 「Profile Details」に必要事項を入力してください


■ Name
名前を入力してください。

■ URL
ブログやWebサイトのURLを入力してください。

■ Organization or Affiliation
所属する会社名や組織名を入力してください。

■ Twitter Handle
Twitterアカウント名を入力してください。

■ Shirt Size
Tシャツのサイズを選択してください。

■ Bio
自己紹介文を入力してください。


その他注意事項


■ CFPをインターネットに公開する場合
外部公開URLはこのアイコンからクリップボードに取得できます。


■ 投稿したプロポーザルの確認・編集する場合
PaperCallのMy Submissionから確認・編集することができます。
※ My Talkではないのでご注意ください。


締切について


締め切りと採用可否のお知らせ日程は以下を予定しています。
応募お待ちしています!

■ トークセッション
・2018/5/14 (月) : トークセッション募集開始
・2018/6/15 (金) : トークセッション募集締切
・2018/6/下旬 : トークセッション採用可否のお知らせ(順次)

■ ポスターセッション
・2018/5/14 (月) : ポスターセッション募集開始
・2018/6/29 (金) : ポスターセッション募集締切
・2018/7/中旬 : ポスターセッション採用可否のお知らせ

■ Lightning Talks
・2018/5/14 (月) : Lightning Talks募集開始
・2018/6/29 (金) : Lightning Talks募集締切
・2018/7/中旬 : Lightning Talks採用可否のお知らせ


How to submit a proposal


We started accepting proposals for talks, lightning talks and poster sessions for
PyCon JP 2018 on May 14th. Unlike last year, this year we use PaperCall to handle
submissions. Proposals can be submitted in either English or Japanese

Proposal Submission Guide


1. Access the URL below and log in with an existing account or create a new account:


2. Scroll down to "Talk Details" and enter the contents of your proposal or select an existing proposal.

Tips


If you want to publish your CRF to internet, you can obtain external public URL from this icon to the clipboard.

                    


If you've submitted a proposal to PyCon JP 2018, you can review/update it via the PaperCall "My Submissions" section: https://www.papercall.io/submissions ("My Talk" is not what you want in this case).

Important Dates


May 14th: Call for Proposals starts.
June 15th: Call for Proposals ends (talk sessions).
June 29th: Call for Proposals ends (poster sessions/lightning talks).
End of June: Talk sessions will be announced.
Mid July: Poster sessions and lightning talks will be announced.


0 件のコメント:

コメントを投稿