-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
63 lines (59 loc) · 3.28 KB
/
works.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shinya Mori / 守慎哉</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<div class="container">
<header>
<h1>Shinya Mori / 守慎哉</h1>
<nav>
<ul>
<li><a href="https://shinya-mori.xyz/">About</a></li>
<li><a href="https://shinya-mori.xyz/works">Works</a></li>
<li><a href="https://shinya-mori.xyz/experience">Experience</a></li>
</ul>
</nav>
</header>
<section>
<div class="about-header">
<h2>Works</h2>
<div class="sns-icons">
<a href="https://twitter.com/MorleySheen" target="_blank">
<img src="Twitter.png" alt="Twitter">
</a>
<a href="https://telegram.me/morleysheen" target="_blank">
<img src="Telegram.png" alt="Telegram">
</a>
</div>
</div>
<h3>Research</h3>
<ul class="no-bullet">
<li><a href="https://research.fracton.ventures/reports/positive-sum-design-with-crypto/">Positive Sum Design with Crypto</a></li>
<li><a href="https://research.fracton.ventures/reports/a-retrospective-quantitative-review-of-crypto-grants-programs/">A Retrospective Quantitative Review of Crypto Grants Programs</a></li>
</ul>
<h3>Translation</h3>
<ul class="no-bullet">
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/rxUxPBvABAuDEX-X_ZUE4AwDxHFshjGov_odUA66DzQ">DAOに至る歴史</a></li>
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/tdP78CRVzIG5HBl6ZVXpFDjRDeexOp5bdxH1MxM3Xa0">ハイパーストラクチャー</a></li>
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/kUJ-9obzo6fkY1jVaRD4s2IyUj9w18YlrCxwufO9cK0">DAOにおける信頼のスケーリング:トラストウェア vs ソーシャルウェア</a></li>
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/yF6fzp6Y6Qq8dYLZ60ZzXS5EmcP0genQrA8REV25_Qs">ポジティブサムワールド:公共財の再構築</a></li>
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/Da4-BW_gGgpQwzfQBdO5V-KJjZWHT31y0c3C9TxHC14">ソーラーパンク!Ethereum時代における公共財を新たに想像する</a></li>
<li><a href="https://mirror.xyz/0xF5CA53792C47e3a0792380292D15c894097015fF/_HTDmPnphXXVdHVsKPJghVoVdsSVR72cHolcT9cbINE">ハイパーサート:公共財への資金提供のための新しいプリミティブ</a></li>
</ul>
<h3>Blog</h3>
<ul class="no-bullet">
<li><a href="https://paragraph.xyz/@morleysheen/funding-the-commons-tokyo">クリプトと経済学の架け橋|Funding the Commons Tokyo開催</a></li>
<li><a href="https://paragraph.xyz/@morleysheen/what-is-qf">QF(Quadratic Funding / クアドラティック・ファンディング)入門</a></li>
</ul>
</section>
<footer>
<p>© 2024 Shinya Mori / 守慎哉</p>
</footer>
</div>
</body>
</html>