aboutsummaryrefslogtreecommitdiff
path: root/index-005.html
blob: 0f5b675cbf1e7df5b15537d9de5b3c9816343d76 (plain)
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
<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title>DREAM enables Group P2P Collaboration</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
    <link rel="stylesheet" type="text/css" href="main_style-005.css">
    <link rel="icon" type="image/svg+xml" href="favicon.svg">
    <link rel="icon" type="image/png" href="favicon.png">
    <!-- TODO Add OG meta tags -->
</head>

<body>
    <header>
        <h1>DREAM</h1>
        <h2>Internet protocols and applications
            to empower citizens to act and find agency together</h2>
        <p class="tagline">
            <abbr title="Distributed Replicated Edge Agency Machine">DREAM</abbr> enables Peer-to-Peer Group Collaboration
        </p>
    </header>
    <main role="main">
        <aside>
            <section id="pitch">
                <h2>Distributed Replicated Edge Agency Machine</h2>
                <p>The <abbr title="Public Universal Base: Libre Infrastructure Community">PUBLIC</abbr>
                <abbr>DREAM</abbr> is an ongoing research program part of the
                <abbr title="Next Generation Internet">NGI</abbr> initiative of
                the European Commission.
                </p>
                <p>In 2021, we will research and build technical solutions to
                empower communities everywhere to independently collaborate in the
                local creation and maintenance of open knowledge. The goal of
                DREAM is to enable the convergence of distributed
                <abbr title="Peer-to-Peer">P2P</abbr> networks and linked
                data models, within social solidary economy and
                    organize among trusted groups.</p>
                <p>For example, a group may collect, share, and edit local
                commons data offline, then synchronize these datasets with other
                trusted peers and enrich a globally distributed database that
                can be used from the Web and edited asynchronously by
                independent parties over the P2P network.
                </p>
            </section>
        </aside>
        <article>
            <section id="for-activists">
                <h2>For Activists</h2>
                <p>During the year we will propose hands-on collaborative
                workshops to inform software development, exploring and refining
                patterns of group collaboration. Participants sharing similar
                interests can form a group and enhance their collaborative
                practices. They can choose to work and organize online or
                offline—when they reconnect to the Internet, they may optionally
                share their work globally.</p>

                <nav><a href="/pub/for-activists">read more</a></nav>
            </section>
            <section id="for-developers">
                <h2>For Developers</h2>
                <p>We're designing and documenting a peer-to-peer framework that
                others can build upon and will provide a set of reusable free
                software libraries, components and reference implementations.
                DREAM components are designed to work together but may be used
                independently:
                    <ul>
                        <li>DROMEDAR provides conflict-free replicated data structures to distribute linked data;</li>
                        <li>UPSYCLE provides a peer-to-peer networking system for private encrypted group collaboration;</li>
                        <li>SHRUTHI provides unikernel orchestration and provisioning capabilities.</li>
                    </ul>


                </p>

                <nav><a href="/pub/for-developers">read more</a></nav>
            </section>
            <section id="dream-team">
                <h2>DREAM Team</h2>
                <p><abbr>DREAM</abbr> is part of the <abbr>NGI</abbr> <abbr title="NGI Program for Open INTErnet Renovation">POINTER</abbr> funding scheme (<code>NGI POINTER-20</code>) and
                received a 200,000 € grant to research and develop DREAM
                components over the year 2021. The grant is handled by <em>petites singularités</em>, a non-profit based in Brussels.</p>
                <p>Contact the team and learn how the project came about.</p>
                <nav><a href="/pub/dream-team">read more</a></nav>
            </section>
        </article>
    </main>
    <aside>
        <header>
            <p>Our public forum is open!<br>See <a href="https://dream.public.cat/categories">what's cooking</a>.</p>
        </header>
        <article class="topics-list">
            <section id="wp1">
                <h2><a href="/c/wp1-design/8">DESIGN</a></h2>
                <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="8" status="open"></d-topics-list>
            </section>
            <section id="wp2">
                <h2><a href="/c/wp2-software/9">SOFTWARE</a></h2>
                <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="9" status="open"></d-topics-list>
            </section>
            <section id="wp3">
                <h2><a href="/c/wp3-community/10">COMMUNITY</a></h2>
                <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="10" status="open"></d-topics-list>
            </section>
            <section id="wp4">
                <h2><a href="/c/wp4-reporting/6">REPORTING</a></h2>
                <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="7" status="open"></d-topics-list>
            </section>
        </article>
    </aside>

    <footer>
        <nav>
            <ul>
                <li><a href="#for-activists">For Activists</a></li>
                <li><a href="#for-developers">For Developers</a></li>
                <li><a href="#dream-team">Contact</a></li>
            </ul>
        </nav>
        <p><span title="PUBLIC is Petites Singularités and DREAM contributors">Copyright ©2020 PUBLIC</span> — <a href="mailto:dream@public.cat">dream@public.cat</a></p>
    </footer>
    <!-- Load latest open topics from Discourse -->
    <script src="https://dream.public.cat/javascripts/embed-topics.js"></script>
</body>

</html>