-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (79 loc) · 2.65 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
<h1>Memex World</h1>
<p>Where enthusiasts memex</p>
<h2>Frequently Asked Questions</h2>
<p>What is a memex?</p>
<p>See: <a href="https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/">As We May Think</a> by <a href="https://en.wikipedia.org/wiki/Vannevar_Bush">Vannevar Bush</a></p>
<h2>Products</h2>
<table>
<thead>
<tr>
<th>Service</th>
<th>Demo</th>
<th>Source</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/WebMemex">WebMemex</a></td>
<td></td>
<td><a href="https://github.com/WebMemex/webmemex-demo">https://github.com/WebMemex/webmemex-demo</a></td>
</tr>
<tr>
<td><a href="https://ideaflow.io">ideaflow</a></td>
<td></td>
<td>Closed source</td>
</tr>
<tr>
<td><a href="https://graph.global">World Wide Graph (w2g)</a></td>
<td><a href="https://www.facebook.com/michael.karpeles/videos/10102705021806480">https://www.facebook.com/michael.karpeles/videos/10102705021806480</a></td>
<td><a href="https://github.com/w2g/w2g">https://github.com/w2g/w2g</a></td>
</tr>
<tr>
<td><a href="http://roamincards.com">Roam in Cards</a></td>
<td>Closed source</td>
</tr>
<tr>
<td><a href="https://rizzoma.com">Rizzoma</a></td>
<td><a href="https://youtu.be/77RYX1uDy_Q">https://youtu.be/77RYX1uDy_Q</a></td>
<td><a href="https://github.com/rizzoma/rizzoma">https://github.com/rizzoma/rizzoma</a></td>
</tr>
<tr>
<td>Worldbrain.io</td>
<td></td>
<td><a href="https://github.com/WorldBrain/Memex">https://github.com/WorldBrain/Memex</a></td>
</tr>
<tr>
<td><a href="https://thebrain.com/">TheBrain</a></td>
<td></td>
</tr>
<tr>
<td>MX by <a href="http://quantifiedself.com/2009/09/the-social-memex/">Mark Carranza</a></td>
<td></td>
<td></td>
</tr>
<!--
<tr>
<td></td>
<td></td>
</tr>
-->
</tbody>
</table>
<h2>People</h2>
<ul>
<li>Ed Silverton</li>
<li>Steve Sisney</li>
<li>Jacob Cole</li>
<li>Mek Karpeles (graph.global)</li>
<li>Mark Carranza (mx)</li>
<li>Conor White-Sulivan (roam)</li>
<li><a href="https://github.com/Treora">Gerben (webmemex)</a></li>
<li>Andrew Louis (see: <a href="https://www.facebook.com/michael.karpeles/posts/10103473287196480">demo</a>)</li>
<li>Daniel Kravtsov</li>
<li>Erik Bjareholt (ActivityWatch)</li>
</ul>
<h3>Unsorted</h3>
<ul>
<li><a href="http://intuitionanalytics.com/other/knowledgeDatabase">Santiago Ortiz's Knowledge Database</a></li>
<li><a href="http://github.com/siznax/tanuki">Steve (Siznax)'s memex</a></li>
</ul>