-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·271 lines (260 loc) · 16.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="ja" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no,address=no,email=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta property="og:title" content="Processing Community Day Japan" />
<meta property="og:description" content="2021年2月20・21日オンライン開催!Processing Community Day Japan 2021" />
<meta property="og:url" content="https://pcd-tokyo.github.io" />
<meta property="og:image" content="https://pcd-tokyo.github.io/images/ogp.png" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="517860032058420" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="Processing Community Day Tokyo" />
<meta name="twitter:title" content="Processing Community Day Tokyo" />
<meta name="twitter:description" content="2021年2月20・21日オンライン開催!Processing Community Day Japan 2021" />
<meta name="twitter:image" content="https://pcd-tokyo.github.io/images/ogp.png" />
<title>Processing Community Day Japan 2021</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous" />
<link rel="stylesheet" href="bundle.css" />
<script language="javascript" type="text/javascript" src="libraries/p5.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Noto+Sans+JP&display=swap&subset=japanese"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;1,400;1,600&display=swap"
rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131682964-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-131682964-1");
</script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&display=swap");
</style>
</head>
<body>
<header class="header">
<section id="hero" class="hero">
<nav class="navigation">
<ul>
<a href="#about">
<li><span class="c1">P</span>CDとは</li>
</a>
<a href="#summary">
<li><span class="c1">開</span>催概要</li>
</a>
<a href="#timetable">
<li><span class="c1">タ</span>イムテーブル</li>
</a>
<a href="#keynote">
<li><span class="c1">キ</span>ーノート</li>
</a>
<a href="#workshop">
<li><span class="c1">ワ</span>ークショップ</li>
</a>
<a href="#sponsor">
<li><span class="c1">ス</span>ポンサー</li>
</a>
</ul>
</nav>
<div id="bgcanvas"></div>
<div id="background"></div>
<div id="shadow-image"><img src="images/logo-2021.svg" /></div>
<div id="p5canvas"></div>
<!-- https://pcd-tokyo-gallery.vercel.app/ -->
<div id="gallery">
<a class="link-to-gallery" id="G1" href="https://pcd-japan-gallery.vercel.app/" target="_blank"><img src="images/gallery.svg">PCD Japan Gallery</a>
<a class="link-to-gallery" id="G2" href="https://pcd2021-3d-gallery.github.io/" target="_blank"><img src="images/gallery.svg">3D Gallery</a>
<a class="link-to-twitter" id="G3" href="https://twitter.com/PCD_Tokyo" target="_blank"><img src="images/twitter.png"></a>
</div>
<div id="notice">2/<span id="date">20, 21</span><span id="online">@Online</span></div>
</section>
</header>
<!-- /header -->
<main class="main">
<section id="about" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">PCDとは</h3>
<div>
PCDとは、Processing Community Day(プロセッシング・コミュニティー・デー)の略です。<br>
Processing のユーザーの交流イベントで、アートとプログラミングのコミュニティの多様性を祝って
世界各地で開催されています。<br>
日本では ライゾマティクス 真鍋大度 様、イレブンプレイ MIKIKO 様、OpenProcessing 様の協力のもと、2021年2月20・21日に オンライン にて開催されます。<br>
Processing のパイオニアや若手アーティストらによる講演やワークショップを通じて、<br class="pc">
クリエイティブなハックやアートに直に触れることができます。</div>
<p class="link">
>
<a href="https://processingfoundation.org/advocacy/processing-community-day-2020">Processing Community Day
Worldwide</a><br />
<a href="https://pcd-tokyo.github.io/2020/">> PCD Tokyo 2020 ウェブサイト</a>
<br>
>
<a href="https://pcd-tokyo.github.io/2019" target="_blank">PCD Tokyo 2019 ウェブサイト</a><br />
>
<a href="https://note.com/naoto_hieda/n/n9701649bba32" target="_blank">PCD Tokyo 2019 レポート(稗田)</a><br />
>
<a href="https://ayumu-nagamatsu.com/archives/875/" target="_blank">PCD Tokyo 2019 レポート(永松)</a>
</p>
</section>
<section id="about-processing" class="section-wrap white background-purple700">
<h4 class="HEAD2">Processingとは</h4>
<div>マサチューセッツ工科大学メディアラボ発祥の教育用プログラミング言語で、世界中で親しまれています。プログラミングの入門だけでなく、メディア・アートや科学研究など幅広い分野で用いられています。</div>
<p class="link">
> <a href="https://processing.org/" target="_blank">Processing</a><br />
>
<a href="https://processingfoundation.org/" target="_blank">Processing Foundation</a>
</p>
</section>
<section id="summary" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">開催概要</h3>
<div>Processing を作品制作に活用しているアーティストや
研究者の基調講演やライトニングトーク(一人10分程度のプレゼンテーション)等を企画しています。
また、初学者向けのワークショップや、インタラクティブ、グラフィック、デザイン、機械学習といった
様々なテーマに特化したワークショップも行います。
少人数に分かれての集中型のものを複数企画しており、講師と対話しながら学ぶことができますので、
初学者や独学者たちも奮ってご参加ください!</div>
</section>
<section id="summary-date" class="section-wrap white background-purple600">
<div>
<div class="margin-bottom-small">
<div>日時</div>
<div class="sd">2021.2.20 (sat) / 21 (sun)</div>
</div>
<div class="margin-bottom-small">
<div>場所</div>
<div class="sd">オンライン
<div><a href="https://www.youtube.com/watch?v=HT5Ff4lX4Ds" target="_blank">> YouTube Live</a></div>
<div><a>> Zoom配信(チケット申込者に別途連絡します)</a></div>
</div>
</div>
<!-- <div class="margin-bottom-small">
<div>時間</div>
<div style="font-size: 2rem; font-weight: 600;">10:30 AM - 6:00 PM</div>
</div> -->
<div class="margin-bottom-small">
<div>ハッシュタグ</div>
<div class="sd"><a href="https://twitter.com/intent/tweet?hashtags=PCD2021"
target="_blank">#PCD2021</a></div>
</div>
<div class="margin-bottom-small">
<div>チケット</div>
<div class="sd"><a href="https://pcd2021.peatix.com/"
target="_blank">https://pcd2021.peatix.com/</a></div>
</div>
</div>
</section>
<section id="timetable" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">Timetable</h3>
</section>
<section id="timetable-13" class="section-wrap background-purple500 white">
<h4 class="HEAD3">2月13日(土)~</h4>
<div><span class="tt">> デイリーコーディング + 3D Gallery </span>: <a href="https://twitter.com/intent/tweet?hashtags=PCD2021"
target="_blank">#PCD2021</a>をつけてtwitterに作品を投稿すると3D空間に展示されます <a href="https://pcd2021-3d-gallery.github.io/" target="_blank"><img src="images/gallery.svg"></a></div>
<div><span class="tt">> PCD Japan Gallery</span>: 誰でも作品を投稿できます。みんなの作品を覗いてみよう<a href="https://pcd-japan-gallery.vercel.app/" target="_blank"><img src="images/gallery.svg"></a>
</div>
</section>
<section id="timetable-20" class="section-wrap background-purple400 white">
<h4 class="HEAD3">2月20日(土)</h4>
<div><span class="tt">> 17:00 ~ 18:00</span>: キーノート <b>by.</b> 山辺真幸</div>
<div><span class="tt">> 18:00 ~ 19:00</span>: トークセッション~自分らしくクリエイティブな活動をするには~ <b>by.</b> ayakooo, ちにゅり, 菅野創
</div>
</section>
<section id="timetable-21" class="section-wrap background-purple300 white ">
<h4 class="HEAD3">2月21日(日)</h4>
<div><span class="tt">> 13:00 ~ 15:00</span>: ワークショップ「Generative Illustrations」<b>by.</b> サヤマ</div>
<div><span class="tt">> 18:00 ~ 19:00</span>: ワークショップ「ライブコーディング」 <b>by.</b> 岡千穂</div>
</section>
<!-- Keynote -->
<section id="keynote" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">Keynote</h3>
</section>
<section id="talksession" class="section-wrap background-purple200 white section-bottom-margin">
<!-- TODO:画像変更 -->
<a href="https://twitter.com/masakick"><img src="images/yamabe.png" alt="山辺真幸" target="_blank" class="profile-image"></a>
<h4 class="HEAD4">■山辺真幸 (20日/17:00~)</h4>
<h5 class="HEAD3">新型コロナの実像をビッグデータで映し出すーProcessingによるデータ・ビジュアライズー</h5>
<div>
世界で拡大を続ける新型コロナウイルス、その終息は未だに見通せません。拡大を押さえ込む糸口を掴むためにウイルスに関する様々なビッグデータの解析が世界各国で行われています。本講演は最新研究により明らかになったウイルスの実態をビッグデータで可視化し、NHKスペシャル、クローズアップ現代+で放送した高精細なデータ・ビジュアライズと、Processingを使用した制作舞台裏を紹介します。
</div>
</section>
<!-- Talk Session -->
<section id="talksession" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">Talk Session</h3>
</section>
<section id="talksession" class="section-wrap background-purple100 white section-bottom-margin">
<div id="profile-image-group"><a href="https://twitter.com/ayakooo_o"><img src="images/ayakooo.jpg" alt="ayakooo" target="_blank" class="group-image"></a><a href="https://twitter.com/chinyuri_6v6"><img src="images/chinyuri.jpg" alt="ちにゅり" target="_blank" class="group-image"></a><a href="https://twitter.com/soooo"><img src="images/so.jpg" alt="菅野創" target="_blank" class="group-image"></a></div>
<h4 class="HEAD4">■ayako, ちにゅり, 菅野創(20日/18:00~)</h4>
<h5 class="HEAD3">~自分らしくクリエイティブな活動をするには~
</h5>
<div>
電子音楽やイラスト、メディアアートなどさまざまな分野で活躍している旬のクリエイター三名をゲストに迎え、先のわからないこの時代にクリエイティブな活動を続けていくにはどうしたらいいのか、司会のひえだが率直な疑問をぶつけていきます。進路に悩んでいる学生のみなさん、クリエイティブ・コーディングを生かしたキャリアプランに興味を持っているみなさん必見です!
</div>
</section>
<!-- Workshop -->
<section id="workshop" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">Workshop</h3>
</section>
<section id="workshop" class="section-wrap background-orange700 white">
<a href="https://twitter.com/hyappy717"><img src="images/sayama.png" alt="サヤマ" class="profile-image"></a>
<h4 class="HEAD4">■サヤマ (21日/13:00~)</h4>
<h5 class="HEAD3">Generative Illustrations / p5jsでグラフィックガチャをつくる
</h5>
<div>クリエーティブコーディングって丸や四角がならんだ抽象的な表現のイメージが強いかもしれませんが、具象的モチーフをジェネラティブに描いてみるのも面白いです。
モチーフを描画メソッドに落とし込む → パラメーターに乱数を代入して多量に生成 → つくった自分もびっくりな予想外の形や色の組み合わせが現れる(具象的だからこそ生じる、イメージと生成結果とのギャップが楽しい!)
このようなグラフィックガチャ的なものをつくりながら、p5jsでビジュアル表現を楽しむ手法をご紹介します</div>
</section>
<section id="workshop" class="section-wrap background-orange600 section-bottom-margin white">
<a href="https://twitter.com/chihooka"><img src="images/okachiho.jpg" alt="岡千穂" class="profile-image"></a>
<h4 class="HEAD4">■岡千穂 (21日)</h4>
<h5 class="HEAD3">TidalCyclesワークショップ「MiniTidalサバト」
</h5>
<div>これはTidalCyclesのサブセット(a.k.a.
簡単バージョン)であるMiniTidalと数字の6を使ったオンライン・ワークショップ集会です。Estuaryというブラウザで開けるプラットフォーム、MiniTidal(a.k.a.
簡単バージョン)、数字は6しか使わないので、今までにコードを書いたことがない魔女でも大丈夫。インストールも必要ありません。
※Google Chrome、イヤホン・ヘッドホン推奨</div>
</section>
<section id="sponsor" class="section-wrap background-white section-top-margin">
<h3 class="HEAD1">Sponsor</h3>
<div id="sponsor-section">
<div class="right-line"><a href="http://daito.ws/" target="_blank">ライゾマティクス<br><span style="font-size: 2rem">真鍋大度</span></a></div>
<div class="right-line"><a href="https://elevenplay.net/" target="_blank">イレブンプレイ<br><span style="font-size: 2rem">MIKIKO</span></a></div>
<div><a href="https://openprocessing.org/ " target="_blank">
<div><img src="images/openprocessing.svg" alt="OpenProcessing"></div>
</a></div>
</div>
</section>
<section id="sns" class="section-wrap background-orange500 white section-bottom-margin">
<h3 class="HEAD1">Twitter</h3>
<ul>
<li>
<img src="./images/twitter02.png" alt="" />
<a class="twitter-timeline" data-theme="dark" data-height="522"
href="https://twitter.com/PCD_Tokyo?ref_src=twsrc%5Etfw">Tweets by PCD_Tokyo</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</li>
<!-- facebook -->
<!-- <li>
<img src="./images/facebook02.png" alt="">
</li> -->
</ul>
</section>
</main>
<footer class="footer">
<small>© PCD Japan 2021 / designed by. <a href="https://twitter.com/hina_nkmr" target="_blank">hina</a></small>
</footer>
<script src="bg-canvas.js"></script>
</body>
</html>