-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4th.html
652 lines (605 loc) · 35.9 KB
/
4th.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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>이더리움 연구회 4기 모집</title><link href='https://fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext' rel='stylesheet' type='text/css' /><link href='https://fonts.googleapis.com/css?family=Lato:900,300&subset=latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --select-text-bg-color: #B5D6FC; --select-text-font-color: auto; }
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857143; overflow-x: hidden; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; background-position: inherit inherit; background-repeat: inherit inherit; }
a.url { word-break: break-all; }
a:active, a:hover { outline: 0px; }
.in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
#write { margin: 0px auto; height: auto; width: inherit; word-break: normal; word-wrap: break-word; position: relative; padding-bottom: 70px; white-space: pre-wrap; overflow-x: visible; }
.first-line-indent #write p .md-line { text-indent: 0px; }
.first-line-indent #write li, .first-line-indent #write p, .first-line-indent #write p .md-line:first-child { text-indent: 2em; }
.for-image #write { padding-left: 8px; padding-right: 8px; }
body.typora-export { padding-left: 30px; padding-right: 30px; }
@media screen and (max-width: 500px) {
body.typora-export { padding-left: 0px; padding-right: 0px; }
.CodeMirror-sizer { margin-left: 0px !important; }
.CodeMirror-gutters { display: none !important; }
}
#write > blockquote:first-child, #write > div:first-child, #write > figure:first-child, #write > ol:first-child, #write > p:first-child, #write > pre:first-child, #write > ul:first-child { margin-top: 30px; }
#write li > figure:first-child { margin-top: -20px; }
#write ol, #write ul { position: relative; }
img { max-width: 100%; vertical-align: middle; }
button, input, select, textarea { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-variant-caps: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; }
input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
*, ::after, ::before { box-sizing: border-box; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 2; }
p { orphans: 4; }
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
h1, h2, h3, h4, h5, h6 { margin-top: 1rem; margin-bottom: 1rem; }
p { -webkit-margin-before: 1rem; -webkit-margin-after: 1rem; -webkit-margin-start: 0px; -webkit-margin-end: 0px; }
.mathjax-block { margin-top: 0px; margin-bottom: 0px; -webkit-margin-before: 0px; -webkit-margin-after: 0px; }
.hidden { display: none; }
.md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
a { cursor: pointer; }
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.701961); color: rgb(85, 85, 85); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; cursor: pointer; }
sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
figure > table { margin: 0px !important; }
tr { break-inside: avoid; break-after: auto; }
thead { display: table-header-group; }
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
table.md-table td { min-width: 80px; }
.CodeMirror-gutters { border-right-width: 0px; background-color: inherit; }
.CodeMirror { text-align: left; }
.CodeMirror-placeholder { opacity: 0.3; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-lines { padding: 0px; }
div.hr:focus { cursor: none; }
pre { white-space: pre-wrap; }
pre.contain-cm { white-space: normal; }
.CodeMirror-gutters { margin-right: 4px; }
.md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; position: relative !important; background-position: inherit inherit; background-repeat: inherit inherit; }
.md-diagram-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
.md-fences.mock-cm { white-space: pre-wrap; }
.show-fences-line-number .md-fences { padding-left: 0px; }
.show-fences-line-number .md-fences.mock-cm { padding-left: 40px; }
.CodeMirror-line { break-inside: avoid; }
.footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
.footnotes + .footnotes { margin-top: 0px; }
.md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; background-position: 0px 0px; background-repeat: initial initial; }
li div { padding-top: 0px; }
blockquote { margin: 1rem 0px; }
li .mathjax-block, li p { margin: 0.5rem 0px; }
li { margin: 0px; position: relative; }
blockquote > :last-child { margin-bottom: 0px; }
blockquote > :first-child, li > :first-child { margin-top: 0px; }
.footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
.footnote-line { white-space: pre-wrap; }
@media print {
body, html { border: 1px solid transparent; height: 99%; break-after: avoid-page; break-before: avoid-page; }
#write { margin-top: 0px; border-color: transparent !important; }
.typora-export * { -webkit-print-color-adjust: exact; }
html.blink-to-pdf { font-size: 13px; }
.typora-export #write { padding-left: 1cm; padding-right: 1cm; padding-bottom: 0px; break-after: avoid-page; }
.typora-export #write::after { height: 0px; }
@page { margin: 20mm 0px; }
}
.footnote-line { margin-top: 0.714em; font-size: 0.7em; }
a img, img a { cursor: pointer; }
pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background-color: rgb(204, 204, 204); display: block; overflow-x: hidden; background-position: initial initial; background-repeat: initial initial; }
p > img:only-child { display: block; margin: auto; }
.md-line > .md-image:only-child, p > .md-image:only-child { display: inline-block; width: 100%; text-align: center; }
#write .MathJax_Display { margin: 0.8em 0px 0px; }
.mathjax-block { white-space: pre; overflow: hidden; width: 100%; }
p + .mathjax-block { margin-top: -1.143rem; }
.mathjax-block:not(:empty)::after { display: none; }
[contenteditable="true"]:active, [contenteditable="true"]:focus { outline: 0px; box-shadow: none; }
.md-task-list-item { position: relative; list-style-type: none; }
.task-list-item.md-task-list-item { padding-left: 0px; }
.md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); }
.math { font-size: 1rem; }
.md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
.md-toc-content { position: relative; margin-left: 0px; }
.md-toc-content::after, .md-toc::after { display: none; }
.md-toc-item { display: block; color: rgb(65, 131, 196); }
.md-toc-item a { text-decoration: none; }
.md-toc-inner:hover { }
.md-toc-inner { display: inline-block; cursor: pointer; }
.md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
.md-toc-h2 .md-toc-inner { margin-left: 2em; }
.md-toc-h3 .md-toc-inner { margin-left: 4em; }
.md-toc-h4 .md-toc-inner { margin-left: 6em; }
.md-toc-h5 .md-toc-inner { margin-left: 8em; }
.md-toc-h6 .md-toc-inner { margin-left: 10em; }
@media screen and (max-width: 48em) {
.md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
.md-toc-h4 .md-toc-inner { margin-left: 5em; }
.md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
.md-toc-h6 .md-toc-inner { margin-left: 8em; }
}
a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
.footnote-line a:not(.reversefootnote) { color: inherit; }
.md-attr { display: none; }
.md-fn-count::after { content: "."; }
code, pre, tt { font-family: var(--monospace); }
.md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
code { text-align: left; }
a.md-print-anchor { border: none !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; text-shadow: initial !important; background-position: 0px 0px !important; background-repeat: initial initial !important; }
.md-inline-math .MathJax_SVG .noError { display: none !important; }
.mathjax-block .MathJax_SVG_Display { text-align: center; margin: 1em 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; display: block !important; }
.MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
.MathJax_SVG .MJX-monospace { font-family: monospace; }
.MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
.MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; zoom: 90%; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; }
.MathJax_SVG * { transition: none; }
.os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
.md-diagram-panel > svg { max-width: 100%; }
[lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; }
[lang="mermaid"] .node text { font-size: 1rem; }
table tr th { border-bottom-width: 0px; }
@include-when-export url(https://fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext);
@include-when-export url(https://fonts.googleapis.com/css?family=Lato:900,300&subset=latin-ext);
:root {
--control-text-color: #777;
}
/**
* forked from pixyll.com
* MIT license
*/
@charset "UTF-8";
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Merriweather-Light.ttf);
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Heavy'), local('Merriweather-Heavy'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Merriweather-Bold.ttf);
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Merriweather-LightItalic.ttf);
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Heavy Italic'), local('Merriweather-HeavyItalic'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Merriweather-BoldItalic.ttf);
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Lato-Light.ttf);
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: local('Lato Black'), local('Lato-Blcak'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Lato-Black.ttf);
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: bold;
src: local('Lato Black'), local('Lato-Blcak'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Lato-Black.ttf);
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
src: local('Lato BlackItalic'), local('Lato-BlackItalic'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Lato-BlackItalic.ttf);
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: bold;
src: local('Lato BlackItalic'), local('Lato-BlackItalic'), url(file:///Users/james/Library/Application%20Support/abnerworks.Typora/themes/pixyll/Lato-BlackItalic.ttf);
}
h1,
.h1,
.f1 {
font-size: 2rem;
line-height: 2.5rem;
}
h2,
.h2,
.f2 {
font-size: 1.5rem;
line-height: 2rem;
}
h3,
.h3,
.f3 {
font-size: 1.25rem;
line-height: 1.5rem;
}
p,
.p,
.f4,
h4,
h5,
h6,
dl,
ol,
ul,
pre[cid],
div[cid],
#typora-source {
font-size: 1.125rem;
line-height: 1.5rem;
}
h4 {
font-size: 1.13rem;
}
/*
Pixyll
A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff.
Best served with BASSCSS (http://jxnblk.github.io/basscss)
Crafted with <3 by John Otander (@4lpine) - ©2015 John Otander MIT License http://opensource.org/licenses/MIT
*/
body {
font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", "STSong", Serif;
line-height: 1.5rem;
font-weight: 400;
}
#write {
max-width: 914px;
color: #333;
}
img {
width: auto;
max-width: 100%;
}
body {
font-size: 1.5rem;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ty-table-edit {
background: #ededed;
}
table {
width: 100%;
font-size: 1.125rem;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
padding: 12px;
line-height: 1.2;
vertical-align: top;
border-top: 1px solid #333;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #333;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
border-top: 2px solid #333;
}
p {
font-weight: 300;
line-height: 1.5;
}
abbr {
border-bottom: 1px black dotted;
cursor: help;
}
pre,
code {
font-family: Menlo, Monaco, "Courier New", monospace;
}
code,
.md-fences {
color: #7a7a7a;
}
.md-fences .CodeMirror.CodeMirror-wrap {
top: -1.5em;
margin-bottom: -1.5em;
}
.md-fences {
padding: 1.125em;
margin-bottom: 0.88em;
font-size: 1rem;
border: 1px solid #7a7a7a;
}
blockquote {
padding: 1.33em;
font-style: italic;
border-left: 5px solid #7a7a7a;
color: #555;
}
blockquote em {
color: #000;
}
blockquote footer {
font-size: .85rem;
font-style: normal;
background-color: #fff;
color: #7a7a7a;
border-color: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 900;
line-height: 1.2;
margin: 1em 0 0.5em;
}
@media screen and (min-width: 48em) {
.h1,
h1 {
font-size: 3.250rem;
}
.h2,
h2 {
font-size: 2.298rem;
}
.h3,
h3 {
font-size: 1.625rem;
}
.h4,
h4 {
font-size: 1.3rem;
}
#write>h4.md-focus:before,
#write>h5.md-focus:before,
#write>h6.md-focus:before{
top: 1px;
}
.p,
p,
li {
font-size: 1.25rem;
line-height: 1.8;
}
table {
font-size: 1.25rem;
}
}
@media (max-width: 48em) {
blockquote {
margin-left: 1rem;
margin-right: 0;
padding: 0.5em;
}
.h1,
h1 {
font-size: 2.827rem;
}
.h2,
h2 {
font-size: 1.999rem;
}
.h3,
h3 {
font-size: 1.413rem;
}
.h4,
h4 {
font-size: 1.3rem;
}
}
@media screen and (min-width: 64em) {
.h1,
h1 {
font-size: 4.498rem;
}
.h2,
h2 {
font-size: 2.29rem;
}
.h3,
h3 {
font-size: 1.9rem;
}
.h4,
h4 {
font-size: 1.591rem;
}
#write>h4.md-focus:before{
top:4px;
}
}
a {
color: #463F5C;
text-decoration: underline;
}
#write {
padding-top: 2rem;
}
#write pre.md-meta-block {
min-height: 35px;
padding: 0.5em 1em;
white-space: pre;
border: 0px;
border-left: 30px #f8f8f8 solid;
border-right: 30px #f8f8f8 solid;
width: 100vw;
max-width: calc(100% + 60px);
margin-left: -30px;
margin-bottom: 2em;
margin-top: -2010px;
padding-top: 2000px;
padding-bottom: 10px;
line-height: 1.5em;
color: #7a7a7a;
background-color: #fafafa;
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
clear: both;
padding-left: 0;
font-size:1.125rem;
}
.md-image>.md-meta {
color: #463F5C
}
.footnotes {
font-size:1.1rem;
}
.md-tag {
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
.code-tooltip {
background: white;
}
.code-tooltip-content {
font-size: 1.1rem;
}
.task-list{
padding-left: 0;
}
.md-task-list-item {
padding-left:34px;
}
.md-task-list-item > input{
width: 1.25rem;
height: 1.25rem;
display: block;
-webkit-appearance: initial;
top: -2px;
margin-left: -1.6em;
margin-top: calc(1rem - 7px);
}
.md-task-list-item > input:focus{
outline: none;
box-shadow: none;
}
.md-task-list-item > input:before{
border: 1px solid #555;
border-radius: 1.5rem;
width: 1.5rem;
height: 1.5rem;
background: #fff;
content: ' ';
transition: background-color 200ms ease-in-out;
display: block;
}
.md-task-list-item > input:checked:before,
.md-task-list-item > input[checked]:before{
background: #333;
border-width: 2px;
display:inline-block;
transition: background-color 200ms ease-in-out;
}
.md-task-list-item > input:checked:after,
.md-task-list-item > input[checked]:after {
opacity: 1;
}
.md-task-list-item > input:after {
opacity: 1;
-webkit-transition: opacity 0.05s ease-in-out;
-moz-transition: opacity 0.05s ease-in-out;
transition: opacity 0.05s ease-in-out;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 0.4375rem;
left: 0.28125rem;
width: 0.9375rem;
height: 0.5rem;
border: 3px solid #fff;
border-top: 0;
border-right: 0;
content: ' ';
opacity: 0;
}
.md-tag {
color:inherit;
}
.md-toc:focus .md-toc-content{
margin-top: 19px;
}
#typora-sidebar {
font-size:1rem !important;
}
.html-for-mac #typora-sidebar {
background-color:white;
}
.outline-content li, .outline-content ul {
font-size:1rem !important;
}
.outline-title {
line-height: inherit;
margin-top: 10px;
}
.outline-expander {
width: 18px;
}
.outline-expander:before {
content: "+";
font-family: inherit;
color: rgb(108, 108, 108);
font-size: 1.5rem;
top: 0.1rem;
}
.outline-expander:hover:before {
content: "+";
}
.outline-item-open>.outline-item>.outline-expander:before{
content: "-";
}
/** source code mode */
#typora-source {
font-family: Courier, monospace;
color: #6A6A6A;
}
.os-windows #typora-source {
font-family: inherit;
}
.cm-s-typora-default .cm-header,
.cm-s-typora-default .cm-property,
.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
color: #428bca;
}
.cm-s-typora-default .cm-atom, .cm-s-typora-default .cm-number {
color: #777777;
}
.preference-item-hint {
margin-top: 16px;
}
.md-diagram-panel {
margin-top: 24px;
margin-left: -1.2em;
}
.typora-export p, .typora-export .footnote-line {white-space: normal;}
</style>
</head>
<body class='typora-export' >
<div id='write' class = 'is-mac'><h1><a name='header-n0' class='md-header-anchor '></a>이더리움 연구회 4기 모집</h1>
<br><p>국내 최대 이더리움 플랫폼 연구 커뮤니티인 이연(이더리움 연구회)에서 4기 활동을 같이 할 신규 회원님을 모십니다.
<br>☞ <a href='http://etherstudy.net' target="_blank">이더리움 연구회에 대해서 알아보기</a></p><p> 4기 이더리움 연구회에서는 다음 4개 분과별로 나뉘어 활동할 예정입니다.
<br>각 분과별로 어떤 연구활동을 진행할 것인지 확인해보고 관심가는 분과에 신청해주시길 부탁드립니다. <font color="blue">(모집기한: ~8/31일까지)</font></p><ul><li><strong>기술 리서치(Tech Research)분과</strong> ⟶ <a href='#header-n326'>모집개요 바로가기</a></li><li><strong>이더리움 인터페이스(Ethereum Interface)분과</strong> ⟶ <a href='#header-n135'>모집개요 바로가기</a></li><li><strong>토큰 이코노미(Token Economy)분과</strong> ⟶ <a href='#header-n237'>모집개요 바로가기</a></li><li><strong>이더리움 코어(Ethereum Core)분과</strong> ⟶ <a href='#header-n22'>모집개요 바로가기</a></li></ul><p> </p><h2><a name='header-n326' class='md-header-anchor '></a>1. 기술 리서치 분과 모집</h2><h3><a name='header-n327' class='md-header-anchor '></a>연구 목표</h3><ul><li>블록체인에 영향을 준 기술들에 대한 접근</li><li>블록체인에 사용되는 기술들의 정확한 이해 </li></ul><h3><a name='header-n335' class='md-header-anchor '></a>연구 내용</h3><ul><li>Ledger – timestamping, Spanner:Google’s Globally Distributed Database. </li><li>BFT, PBFT</li><li>Hash and key transparancy</li><li>Paxos</li><li>POW Origin - Pricing via Processing or Combatting Junk Mail, Hashcash, Digicash, B-money, reusable proof of work</li><li>Chain Interoperability </li><li>+@ Side chain</li></ul><h3><a name='header-n358' class='md-header-anchor '></a>연구 성과</h3><p>블록체인에 대한 정확한 이해를 기반으로 논문이나 단행본 등을 작성하여 블록체인 기술의 대중화를 도모함.</p><h3><a name='header-n361' class='md-header-anchor '></a>지원 자격</h3><ul><li>영어 논문을 보는데 무리가 없는 분</li><li>기술적 이해가 가능한 분(제출과제 평가)</li></ul><h3><a name='header-n369' class='md-header-anchor '></a>제출 과제</h3><ol start='' ><li>PoW와 PoS의 장점과 단점을 본인의 견해로 이야기해 주세요</li><li>블록체인이 가지고 있는 장점과 단점을 이야기해 주세요</li></ol><h3><a name='header-n377' class='md-header-anchor '></a>연구 일정</h3><figure><table><thead><tr><th>주</th><th>내용</th></tr></thead><tbody><tr><td>1주차</td><td>이연 전체 오리엔테이션 / Greeting</td></tr><tr><td>2주차</td><td>Ledger - timestamping</td></tr><tr><td>3주차</td><td>Ledger – Distributed Database</td></tr><tr><td>4주차</td><td>Hash mechanism</td></tr><tr><td>5주차</td><td>Key transparency</td></tr><tr><td>6주차</td><td>Paxos</td></tr><tr><td>7주차</td><td>Paxos</td></tr><tr><td>8주차</td><td>POW Origin – junk Mail, HashCash</td></tr><tr><td>9주차</td><td>POW Origin – Digicash</td></tr><tr><td>10주차</td><td>POW Origin – Reusable Proof of work</td></tr><tr><td>11주차</td><td>Chain Interoperability</td></tr><tr><td>12주차</td><td>최종 연구 성과물 공유</td></tr><tr><td>13주차</td><td>정기발표회 준비</td></tr><tr><td>14주차</td><td>정기발표회 최종 리허설</td></tr><tr><td>15주차</td><td>이더리움 연구회 정기발표회</td></tr></tbody></table></figure><p>► <a href='https://goo.gl/forms/Vr2232cxjZfSwu4h2'><font color="blue">기술 리서치 분과 신청서 제출하기</font></a></p><p> </p><h2><a name='header-n135' class='md-header-anchor '></a>2. 이더리움 인터페이스 분과 모집</h2><h3><a name='header-n136' class='md-header-anchor '></a>연구 목표</h3><ul><li>이더리움 플랫폼의 인터페이스 관련 소스 코드 분석 ( Geth CLI Tool, Mist,Wallet 등등)</li><li>이더리움 플랫폼의 인터페이스 개발 기여</li></ul><h3><a name='header-n144' class='md-header-anchor '></a>연구 내용</h3><p>성공적인 서비스 개발을 위해서는 편리하고 생산성 높은 인터페이스가 반드시 필요한데, 플랫폼의 개발에 들어가는 노력에 비해 인터페이스에 대한 연구는 크게 진전을 보여주지 못하고 있습니다. 기존 인터페이스에 대한 소스코드 분석뿐만 아니라 서비스 개발에 꼭 필요한 인터페이스의 향후 발전 방향을 제시할 수 있는 서비스 개발을 통해 이더리움 공동체에 기여하려고 합니다. 초반부에는 인터페이스 구성 및 소스코드를 분석하고, 후반부에는 이더리움연구회 명의의 클라이언트를 기획하여 개발을 진행하고, 그 과정에서 이더리움 인터페이스의 개발 및 개선 방향을 도출 하고자 합니다.</p><ul><li>Management APIs (<a href='https://github.com/ethereum/go-ethereum/wiki/Management-APIs' target='_blank' class='url'>https://github.com/ethereum/go-ethereum/wiki/Management-APIs</a>)</li><li>Web3 JavaScript app API (<a href='https://github.com/ethereum/wiki/wiki/JavaScript-API' target='_blank' class='url'>https://github.com/ethereum/wiki/wiki/JavaScript-API</a>)</li><li>Mist (<a href='https://github.com/ethereum/mist' target='_blank' class='url'>https://github.com/ethereum/mist</a>)</li></ul><h3><a name='header-n157' class='md-header-anchor '></a>연구 성과</h3><p>이더리움 연구회 인터페이스 개발/개선 제안서 및 개선된 이더리움 클라이언트 </p><h3><a name='header-n160' class='md-header-anchor '></a>지원 자격</h3><ul><li>소프트웨어 개발 경험</li><li>이더리움 연구회 활동에 대한 의지</li></ul><h3><a name='header-n168' class='md-header-anchor '></a>제출 과제( 다음 항목을 작성하여 제출)</h3><ul><li>이더리움 연구회를 접한 계기</li><li>현재 하는 일 혹은 연구</li><li>과거 개발 경험</li><li>이더리움 연구회에서 함께 해보고 싶은 작업</li></ul><h3><a name='header-n182' class='md-header-anchor '></a>연구 일정</h3><figure><table><thead><tr><th>주</th><th>내용</th></tr></thead><tbody><tr><td>1주차</td><td>이연 전체 오리엔테이션 / Greeting</td></tr><tr><td>2주차</td><td>이더리움 인터페이스 현황 분석</td></tr><tr><td>3주차</td><td>이더리움 인터페이스 분석 1(Management APIs)</td></tr><tr><td>4주차</td><td>이더리움 인터페이스 분석 2(Web3 JavaScript app API)</td></tr><tr><td>5주차</td><td>이더리움 Mist 소스코드 분석 1</td></tr><tr><td>6주차</td><td>이더리움 Mist 소스코드 분석 2</td></tr><tr><td>7주차</td><td>기획 회의</td></tr><tr><td>8주차</td><td>분석 / 설계 회의</td></tr><tr><td>9주차</td><td>개발 1</td></tr><tr><td>10주차</td><td>개발 2</td></tr><tr><td>11주차</td><td>개발 3</td></tr><tr><td>12주차</td><td>개발 결과 공유</td></tr><tr><td>13주차</td><td>정기발표회 준비</td></tr><tr><td>14주차</td><td>정기발표회 최종 리허설</td></tr><tr><td>15주차</td><td>이더리움 연구회 정기발표회</td></tr></tbody></table></figure><h3><a name='header-n232' class='md-header-anchor '></a></h3><p>► <a href='https://goo.gl/forms/wIxGk3MAYWBMJYnK2'><font color="blue">이더리움 인터페이스 분과 신청서 제출하기</font></a></p><p> </p><h2><a name='header-n237' class='md-header-anchor '></a>3. 토큰 이코노미 분과 모집</h2><h3><a name='header-n238' class='md-header-anchor '></a>연구 목표</h3><ul><li>블록체인에서의 다양한 토큰 설계 학습</li><li>주제별로 분류된 각각의 토큰 모델들을 도식화하고 장점과 한계를 명시 </li><li>게임이론과 행동경제학의 이론과 사례를 학습하고 각각의 토큰 모델이 가지는 한 계점에 새로운 대안 도출 </li></ul><h3><a name='header-n249' class='md-header-anchor '></a>연구 내용</h3><ul><li>가치저장 토큰, 증권토큰, 워크 토큰, 결제 수단토큰, 소각 토큰, 할인 토큰, 큐레이 션토큰 등의토큰 종류의개념과 각각의장점과 한계점을파악 </li><li>게임이론: 3인게임, 내시 균형과 합리화 가능 전략, 복점전략과 가격 등의 게임을 정규형과 전개형으로 표현하고 연습문제를 풀어보며 토론을 진행 </li><li>행동경제학: 몬티홀 딜레마, 미인투표 게임, 도박사의 오류, 준거점 의존성 등의 행 동경제학 이론을 학습하고 실제 사례를 통한 토론을 진행 </li><li>스테이블 코인, 공유경제, 게임/E-sports, 겜블링, 컨텐츠, SNS, 분야로 나눠 각각의 토큰 모델을 도식화하고 장단점을 분석. 이후 학습한 기초 이론 및 사례를 바탕으로 토큰모델 방향제시 </li></ul><h3><a name='header-n263' class='md-header-anchor '></a>연구 성과</h3><p>각각의 토큰 모델들의 정확한 이해와 개선 방향 제시의 능력<br/></p><h3><a name='header-n266' class='md-header-anchor '></a>지원 자격</h3><p>토큰 이코노미 학습의 대한 강력한 의지(스터디 참여 필수)<br/></p><h3><a name='header-n269' class='md-header-anchor '></a>제출 과제</h3><p>다양한 종류의 토큰 (가치저장토큰, 증권 토큰, 결제 수단토큰, 워크 토큰, 할인 토큰, 소각 토큰, 큐레이션토큰) 중 한 가지를선택하여 이를 사용하는 프로젝트의 토큰 모델을 도식화하고 장점과 한계점을 1~2 페이지 이내로 서술하여 제출해주시기 바랍니다.</p><h3><a name='header-n272' class='md-header-anchor '></a>연구 일정</h3><figure><table><thead><tr><th>주</th><th>내용</th></tr></thead><tbody><tr><td>1주차</td><td>이연 전체 오리엔테이션 / Greeting</td></tr><tr><td>2주차</td><td>가치저장 토큰 & 증권 토큰/ 대결 전략과 게임&기본 개념/ 경제학과 심리학의 만남</td></tr><tr><td>3주차</td><td>소각 토큰 & 결제 수단 토큰 / 우월 전략과 사회적 딜레마 & 내시 균형과 합리화 가능 전략 / 제한된 합리성의 행동</td></tr><tr><td>4주차</td><td>큐레이션 토큰 & 워크토큰 및 할인토큰 / 2개 이상의 내시 균형을 갖는 게임 / 휴리스틱과 바이어스</td></tr><tr><td>5주차</td><td>복점전략과 가격 & 3인게임 / 프로스펙트 이론(1) : 이론 / 게임/E-sports, & 겜블링 코인</td></tr><tr><td>6주차</td><td>확률과 게임이론 & 혼합전략 내시 균형 / 프로스펙트 이론(2) : 응용 / 스테이블 코인</td></tr><tr><td>7주차</td><td>중간 점검 및 재학습</td></tr><tr><td>8주차</td><td>N인 게임 & 정규형 게임의 부가적 주제 / 프레이밍 효과와 선호의 성향 / 공유 경제 코인</td></tr><tr><td>9주차</td><td>순차적 게임 & 내재 게임 / 근시안적인 마음 / 공유 경제 코인</td></tr><tr><td>10주차</td><td>반복 연출 & 무한정 반복 연출 / 타인을 돌아보는 마음 / 컨텐츠 코인</td></tr><tr><td>11주차</td><td>협조 게임의 요소 & 협상 / 이성과 감정의 댄스 / 소셜 네트워크 코인</td></tr><tr><td>12주차</td><td>최종 연구 성과물 공유</td></tr><tr><td>13주차</td><td>정기발표회 준비</td></tr><tr><td>14주차</td><td>정기발표회 최종 리허설</td></tr><tr><td>15주차</td><td>이더리움 연구회 정기발표회</td></tr></tbody></table></figure><p>► <a href='https://goo.gl/forms/O1mBpNpq00MwV2DI2'><font color="blue">토큰 이코노미 분과 신청서 제출하기</font></a></p><p> </p><h2><a name='header-n22' class='md-header-anchor '></a>4. 이더리움 코어 분과 모집</h2><h3><a name='header-n23' class='md-header-anchor '></a>연구 목표</h3><ul><li>Go로 개발된 이더리움 플랫폼( Geth)의 상세 소스코드 분석</li><li>개선 및 보강 사항 도출 및 개발을 통해 이더리움 커뮤니티에 기여</li></ul><h3><a name='header-n31' class='md-header-anchor '></a>연구 내용</h3><p>지난 1년간 , 이더리움 연구회는 1기와 2기를 거쳐 이더리움 코어 소스코드를 분석했습니다. 4기에서는 기존 소스코드 분석을 넘어 개발과 개선을 통해 이더리움 공동체에 기여하려고 합니다. 초반부에는 go-ethereum 소스코드를 분석하고, 후반부에는 아래 주제 중 선택하여 개발을 진행합니다.</p><ul><li>이더리움 확장성 솔루션 (sharding, Plasma, state channel, WASM)</li><li>EIP 구현</li><li>다른 프로그래밍 언어 이더리움 구현체</li><li>덜 주목받는 이더리움 프로젝트 (swarm, whisper, ens)</li><li>블록체인 모델 시뮬레이션</li><li>기타 이더리움 재단 보조금 대상 (보안, 개발도구, 사용성, 교육)</li></ul><!--h3><a name='header-n53' class='md-header-anchor '></a>연구 성과</h3><p>(미정, 4기 활동을 통해 도출)</p--><h3><a name='header-n56' class='md-header-anchor '></a>지원 자격</h3><ul><li>소프트웨어 개발 경험 </li><li>이더리움 연구회 활동에 대한 의지</li></ul><h3><a name='header-n64' class='md-header-anchor '></a>제출 과제 ( 다음 항목을 작성하여 제출)</h3><ul><li>이더리움 연구회를 접한 계기</li><li>현재 하는 일 혹은 연구</li><li>과거 개발 경험</li><li>이더리움 연구회에서 함께 해보고 싶은 작업</li></ul><h3><a name='header-n78' class='md-header-anchor '></a>연구 일정</h3><figure><table><thead><tr><th>주</th><th>내용</th></tr></thead><tbody><tr><td>1주차</td><td>이연 전체 오리엔테이션 / Greeting</td></tr><tr><td>2주차</td><td>이더리움 소스코드 분석 (우선순위 Go 문법)</td></tr><tr><td>3주차</td><td>이더리움 소스코드 분석 (유틸리티류 trie/rlp/ethdb/crypto/common)</td></tr><tr><td>4주차</td><td>이더리움 소스코드 분석 (core)</td></tr><tr><td>5주차</td><td>이더리움 소스코드 분석 (core/account)</td></tr><tr><td>6주차</td><td>이더리움 소스코드 분석 (consensus)</td></tr><tr><td>7주차</td><td>이더리움 개발 1주차</td></tr><tr><td>8주차</td><td>이더리움 개발 2주차</td></tr><tr><td>9주차</td><td>이더리움 개발 3주차</td></tr><tr><td>10주차</td><td>이더리움 개발 4주차</td></tr><tr><td>11주차</td><td>이더리움 개발 5주차</td></tr><tr><td>12주차</td><td>최종 연구 성과물 공유</td></tr><tr><td>13주차</td><td>정기발표회 준비</td></tr><tr><td>14주차</td><td>정기발표회 최종 리허설</td></tr><tr><td>15주차</td><td>이더리움 연구회 정기발표회</td></tr></tbody></table></figure><p>► <a href='https://goo.gl/forms/KKa3QgUMYerKV9Tx2'><font color="blue">이더리움 코어 분과 신청서 제출하기</font></a></p><p> </p><p>기타 문의 내용에 대해서는 <a href='mailto:[email protected]' target='_blank' class='url'>[email protected]</a>을 통해 문의부탁드립니다.</p></div>
</body>
</html>