Skip to content

Commit e4d82ee

Browse files
author
Joseph Tobing
committedNov 25, 2020
feat: main page revamp and added docs
1 parent 5ea34d2 commit e4d82ee

File tree

2 files changed

+294
-268
lines changed

2 files changed

+294
-268
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Ledgerback.github.io
1+
# Ledgerback website
2+
3+
This repository is the live implementation of Ledgerback RCDC website. Currently all files are written in HTML with hosting managed using github.

‎index.html

+291-267
Original file line numberDiff line numberDiff line change
@@ -1,337 +1,361 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!-- Required meta tags -->
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4+
<!-- Required meta tags -->
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77

8-
<!-- Bootstrap CSS -->
9-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
8+
<!-- Bootstrap CSS -->
9+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
1010

1111

12-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" >
13-
<!--Google Font Roboto -->
14-
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> -->
12+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" >
13+
<!--Google Font Roboto -->
14+
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> -->
1515

16-
<!-- Google Font Lato -->
17-
<link href="http://fonts.googleapis.com/css?family=Lato&display=swap" rel='stylesheet' type='text/css'>
16+
<!-- Google Font Lato -->
17+
<link href="http://fonts.googleapis.com/css?family=Lato&display=swap" rel='stylesheet' type='text/css'>
1818

19-
<!-- FontAwesome CSS -->
20-
21-
<!-- Local CSS File -->
22-
<link rel="stylesheet" href="Ledgerback.github.io/CKRS_css.css">
23-
<link rel="shortcut icon" type="image/png" href="Ledgerback_PrimaryLogo_RGB-Large.png"/>
24-
<title>Ledgerback Digital Commons Research Cooperative </title>
25-
</head>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
20+
<!-- FontAwesome CSS -->
2621

22+
<!-- TinyMCE -->
2723

28-
<body data-spy="scroll" data-target="#navbar-example" style="position:relative">
29-
30-
<header class="sticky-top">
24+
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
25+
<script>tinymce.init({selector:'textarea'});</script>
26+
27+
<!-- Local CSS File -->
28+
<link rel="stylesheet" href="Ledgerback.github.io/CKRS_css.css">
29+
<link rel="shortcut icon" type="image/png" href="Ledgerback_PrimaryLogo_RGB-Large.png"/>
30+
<title>Ledgerback Digital Commons Research Cooperative</title>
31+
</head>
32+
<body>
3133

32-
<nav class="navbar navbar-expand-lg navbar-light border-bottom" style="background-color:white">
3334

34-
35-
<a class="navbar-brand" href="index.html">
36-
37-
<img src="https://miro.medium.com/fit/c/60/60/1*TG9HJMajg7Jj2914bqBV7A.png" width="40" height="30" class="d-inline-block align-top" alt="">
38-
39-
40-
LedgerbackØDCRC
35+
<div class="jumbotron jumbotron-fluid justify-content-center align-items-center" style="background-color:#f37021;">
36+
<div class="container text-monospace text-white ">
37+
<!--<img src="https://cdn-images-1.medium.com/fit/c/63/63/1*TG9HJMajg7Jj2914bqBV7A.png" style="width:200px;height:200px;position:center;">-->
38+
<h1 class="display-5 text-uppercase text-center">Ledgerback Digital Commons Research Cooperative</h1>
39+
<p class="lead text-center"> <small> Ledgerback Digital Commons Research Cooperative (LedgerbackØDCRC) is a nonprofit cooperative association and <!--pluralist--> social innervation network for fostering collaboration between stakeholders and unifying the study of the internet and society through open science, cooperativism, systems thinking, innovation, and collective action to advance towards a global technological commonwealth </small> </p>
4140

42-
43-
</a>
44-
45-
46-
<div class="collapse navbar-collapse" id="navbarSupportedContent">
47-
<ul class="navbar-nav mr-auto text-black">
48-
49-
50-
<li class="nav-item">
51-
<a class="nav-link text-black" href="about_2020_0907.html">About</a>
52-
</li>
53-
<li class="nav-item">
54-
<a class="nav-link text-black" href="education_2020_0907.html">Education</a>
55-
</li>
56-
<li class="nav-item">
57-
<a class="nav-link text-black" href="research_2020_0907.html">Research</a>
58-
</li>
59-
<li class="nav-item">
60-
<a class="nav-link text-black" href="getinvolved_2020_00907.html">Get Involved</a> <!-- Should be a link to Gitbookk? -->
61-
</li>
62-
<!--
63-
<li class="nav-item">
64-
<a class="nav-link text-black" href="#">Community</a>
65-
</li>
66-
-->
67-
<li class="nav-item">
68-
<a class="nav-link text-black" href="https://docs.ledgerback.coop/">Resources</a>
69-
</li>
70-
<li class="nav-item">
71-
<a class="nav-link text-black" href="projects_2020_0907.html">Projects</a> <!-- probably link to Gitbook -->
72-
</li>
73-
<li class="nav-item">
74-
<a class="nav-link text-black" href="membership_2020_0907.html">Membership</a>
75-
</li>
76-
<li class="nav-item">
77-
<a class="nav-link text-black" href="https://docs.ledgerback.coop/">Services</a> <!-- can just keep as a link -->
78-
</li>
79-
<li class="nav-item dropdown text-black">
80-
<a class="nav-link dropdown-toggle text-black" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
81-
Media
82-
</a>
83-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
84-
<a class="dropdown-item" href="https://medium.com/@ledgerback">Blogs</a>
85-
<a class="dropdown-item" href="https://anchor.fm/trinary-ledgerback">Podcasts</a>
86-
<a class="dropdown-item" href="">Newsletters</a>
87-
<a class="dropdown-item" href="#">Webinars</a>
88-
<a class="dropdown-item" href="https://speakerdeck.com/ledgerback">Slidedecks</a>
89-
<a class="dropdown-item" href="#">Press &amp; Announcements</a>
90-
<!--
91-
Library can include publications, podcasts, articles and other materials. prety much all our productions.
92-
-->
93-
<!--
94-
<div class="dropdown-divider"></div>
95-
<a class="dropdown-item" href="#">Las Vegas Mesh Network</a>
96-
-->
97-
</div>
98-
</li>
99-
<li class="nav-item dropdown text-black">
100-
<a class="nav-link dropdown-toggle text-black" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
101-
Social Medias
102-
</a>
103-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
104-
<a class="dropdown-item" href="https://twitter.com/ledgerback">Twitter</a>
105-
<a class="dropdown-item" href="#">Facebook</a>
106-
<a class="dropdown-item" href="https://old.reddit.com/r/ledgerback/">Reddit</a>
107-
<a class="dropdown-item" href="https://github.com/Ledgerback">Github</a>
108-
<a class="dropdown-item" href="https://discord.com/channels/617169767924629514/617169767924629518">Discord</a>
109-
</div>
110-
</li>
111-
<li class="nav-item dropdown text-black">
112-
<a class="nav-link dropdown-toggle text-black" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
113-
Contact
114-
</a>
115-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
116-
<a class="dropdown-item" href="mailto:ledgerback@gmail.com">Email us</a>
117-
<a class="dropdown-item" href="mailto:ledgerback@gmail.com">Member Support</a>
118-
<a class="dropdown-item" href="mailto:ledgerback@gmail.com">Feedback</a>
119-
</div>
120-
</li>
121-
<li class="nav-item dropdown text-black">
122-
<a class="nav-link dropdown-toggle text-black" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
123-
Shop
124-
</a>
125-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
126-
<a class="dropdown-item" href="https://www.redbubble.com/people/Ledgerback/shop">Merchandise</a>
127-
</div>
128-
</li>
129-
<li class="nav-item dropdown text-black">
130-
<a class="nav-link dropdown-toggle text-black" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
131-
Donate
132-
</a>
133-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
134-
<a class="dropdown-item" href="https://opencollective.com/ledgerbackcoop">Open Collective</a>
135-
</div>
136-
</li>
137-
138-
</ul>
41+
13942
</div>
140-
</nav>
141-
</header>
142-
43+
</div>
14344

144-
<main>
145-
<div class="container-fluid">
146-
<div class="row rounded mx-auto" style="padding-bottom:20px">
147-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">This Site is a Work In Progress</h2>
148-
<p class="lead my-3">
149-
We are currently updating the website so some or all parts of the website may change in the near future.
150-
If you notice anything strange, please contact us at ledgerback@gmail.com.
45+
46+
47+
<div class="container-fluid">
15148

152-
</p>
49+
<div class="row no-gutters" style="">
50+
<!-- Refer to this Q&A for finding "align-self-start" https://stackoverflow.com/questions/49984241/bootstrap-4-navbar-fixed-top-and-other-sticky-top-elements -->
51+
<div class="col-lg-3 sticky-top align-self-start" style="top:30px; ">
15352

53+
<div class="sticky-top align-self-start fixed-top" style="top:30px;">
54+
<div class="sticky-top align-self-start" style="top:30px;">
55+
56+
<img src="https://cdn-images-1.medium.com/fit/c/63/63/1*TG9HJMajg7Jj2914bqBV7A.png" style="width:50px;height:50px;margin-left:20px;">
57+
58+
59+
<nav class="nav flex-column">
60+
<a class="nav-link" href="#About" style="color:#f37021;">About</a>
61+
<a class="nav-link" href="#Membership" style="color:#f37021;">Membership</a>
62+
<a class="nav-link" href="#KnowComms" style="color:#f37021;">Knowledge Commons</a>
63+
<a class="nav-link" href="#Projects" style="color:#f37021;">Projects</a>
64+
<a class="nav-link" href="https://docs.ledgerback.coop/" style="color:#f37021;">Docs</a>
65+
<a class="nav-link" href="#Activities" style="color:#f37021;">Activities</a>
66+
<a class="nav-link" href="https://opencollective.com/ledgerbackcoop" style="color:#f37021;">Donations</a>
67+
<a class="nav-link" href="https://docs.ledgerback.coop/ledgerbackodcrc/roadmap" style="color:#f37021;">Roadmap</a>
68+
<a class="nav-link" href="https://ledgerback.substack.com/" style="color:#f37021;">Newsletter</a>
69+
<a class="nav-link" href="https://lettucemeet.com/l/rEmD3" style="color:#f37021;"> Meetings </a>
70+
<a class="nav-link" href="https://forms.gle/iWK4rmS39p7gxbcH9" style="color:#f37021;">Membership Form</a>
71+
</nav>
72+
<hr style="margin-right:40px;">
73+
<ul class="list-inline mt-4">
74+
<li class="list-inline-item"><a href="https://twitter.com/ledgerback" target="_blank" title="twitter"><i class="fab fa-twitter" style="color:grey;"></i></a></li>
75+
<li class="list-inline-item"><a href="#" target="_blank" title="facebook"><i class="fab fa-facebook" style="color:grey;"></i></a></li>
76+
<li class="list-inline-item"><a href="#" target="_blank" title="instagram"><i class="fab fa-instagram" style="color:grey;"></i></a></li>
77+
<li class="list-inline-item"><a href="https://old.reddit.com/r/ledgerback/" target="_blank" title="reddit"><i class="fab fa-reddit" style="color:grey;"></i></a></li>
78+
<li class="list-inline-item"><a href="https://github.com/Ledgerback" target="_blank" title="github"><i class="fab fa-github" style="color:grey;"></i></a></li>
79+
<li class="list-inline-item"><a href="https://join.slack.com/t/ledgerback/shared_invite/zt-6kef18dv-gqFTrvM9xvINkO~v5ltgYw" target="_blank" title="slack"><i class="fab fa-slack" style="color:grey;"></i></a></li>
80+
<li class="list-inline-item"><a href="https://medium.com/@ledgerback" target="_blank" title="medium" style="color:grey;"><i class="fab fa-medium"></i></a></li>
81+
<li class="list-inline-item"><a href="https://discord.com/invite/t8AEb5s" target="_blank" title="discord" style="color:grey;"><i class="fab fa-discord"></i></a></li>
82+
<li class="list-inline-item"><a href="https://speakerdeck.com/ledgerback" title="speakerdeck"> <i class="fab fa-speaker-deck" style="color:grey;" title="speakderdeck"></i></a></li>
83+
</ul>
84+
<hr style="margin-right:40px;">
85+
<h1 style="color:grey;"> Contact </h1>
86+
<p> <a href="ledgerback@gmail.com" type="email" style="color:#f37021;"> ledgerback@gmail.com </a> </p>
87+
88+
</div>
89+
</div>
90+
</div>
91+
15492

155-
</div>
156-
157-
<div class="row rounded mx-auto" style="padding-bottom:20px">
158-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Welcome to the LedgerbackØDCRC</h2>
159-
<p class="lead my-3">
93+
<div class="col-lg-8 sticky-top " data-spy="scroll" style="top:0;">
94+
<div class="border-bottom text-left" id="About">
95+
<h1 class="mb-4" style="color:#f37021;"> About </h1>
96+
<h2> Mission </h2>
97+
<p> Our mission is two-fold:
98+
<ol>
99+
<li> foster collaboration between stakeholders, and </li>
100+
<li> unify the study of the internet and society. </li>
101+
</ol>
102+
</p>
103+
104+
<p> In doing so, we utilize open science, cooperativism, systems thinking, social innovation, crowdsourcing, hybrid intelligence, emerging technologies, pilot programs, toolkits, participatory models and collective action in furtherance of our activities and objectives.</p>
105+
106+
107+
<h2> Vision </h2>
108+
<p> Our vision is to innverate a global technological commonwealth by causing paradigm shifts through the socioal, economic, poltiical, scientific, technical and cultural spheres with sociotechnical systems that incoproate the technological design practices of: </p>
109+
110+
<ul class="list-bullets">
111+
<li class="mb-2"> radically enabling democratic organizing, </li>
112+
<li class="mb-2"> incorporating planetary boundaries </li>
113+
<li class="mb-2"> modelling on natural biological ecosystems </li>
114+
<li class="mb-2"> redefining what is considered valuable</li>
115+
<li class="mb-2"> allowing for the growth of a cooperative commons </li>
116+
</ul>
117+
<p class="lead-3"> To better understand our vision, please read Dr. Sarah Manski's article, <a href="https://www.frontiersin.org/articles/10.3389/fbloc.2020.00029/full" class=""> <strong> Distributed Ledger Technologies, Value Accounting, and the Self Sovereign Identity</strong></a>. </p>
118+
119+
<h2> Research Themes </h2>
120+
<p> Our research areas are best understood by the following non-exhaustive list of themes: </p>
121+
122+
<ul class="list-bullets">
123+
<li class="mb-2"> platform cooperativism </li>
124+
<li class="mb-2"> complex systems </li>
125+
<li class="mb-2"> decentralization </li>
126+
<li class="mb-2"> digital identity </li>
127+
<li class="mb-2"> data-centric technologies </li>
128+
<li class="mb-2"> metascience </li>
129+
<li class="mb-2"> digital infrastructure </li>
130+
<li class="mb-2"> information security and privacy </li>
131+
<li class="mb-2"> science, technology and society </li>
132+
</ul>
133+
134+
<h2> Network </h2>
135+
<p> LedgerbackØDCRC is a nonprofit cooperative association based in the United States. Beyond this, we are a global pluralist network of groups and individuals working towards our shared vision in furtherance of our shared values, norms and principles. People who identify with the principles and inspirations of the LedgerbackØDCRC are encouraged to participate in our knowledge commons, and to add their voices to the LedgerbackØDCRC network by choosing one of the roles below. </p>
136+
137+
<h5 class="display-5"> Supporter </h5>
138+
<p class="mb-2"> A supporter is someone who shares our work or donates to our efforts. </p>
139+
<h5 class="display-5"> Member </h5>
140+
<p class="mb-2"> A member is someone who has officially become a member of the cooperative association and actively participates in its business affairs. </p>
141+
<h5 class="display-5"> Contributor </h5>
142+
<p class="mb-2"> A contributor is someone who works on one or more of our projects. </p>
143+
<h5 class="display-5"> Advisory Board </h5>
144+
<p class="mb-2"> A non-legally binding, informal assembly that aids the members in running (e.g., advice on decision-making, strategy, research, and member-to-member affairs) the cooperative association. The role is non-intensive and punctual, including only 3 yearly online meetings with the members serving on the Core Team. </p>
145+
146+
<h5 class="display-5"> Core Team </h5>
147+
<p> Including the Board of Directors who oversee the administrative affairs and the cooperative association's infrastructure, there is also the Core Team that takes on leadership roles in each stream. </p>
148+
<hr>
149+
<h2> Name </h2>
150+
<p class="my-lead-3">
151+
152+
Ledgerback is a combination of "ledger" and "back." Ledger comes from the term Distributed Ledgers (which is often used interchangeably with blockchain). Back comes from the slang term "greenback."
153+
<br>
154+
<br>
155+
The word is meant to recognize that we are currently in a transitory period and identifying the paradigm shifts needed to move our current system to blockchain-based systems (though, this can be expanded to the global technological commonwealth).
156+
<br>
157+
<br>
158+
We chose "Ledgerback" based on the history of the slang term "greenback." Greenback as a term arose in the mid-1800s during the US Civil War as the US Federal Government started issuing paper money on green-colored paper (hence the name greenback). There was major uncertainty at the time over whether greenbacks would be recognized as banks as legal tender, how much one greenback equated to a piece of gold, and so on.
159+
<br>
160+
<br>
161+
Though this period caused some turmoil, it was a transitional period that has led to our current time where we accept paper money as money without a second thought.
162+
<br>
163+
<br>
164+
We believe we are going through a similar transitional period, where we are moving from paper (physical) to distributed ledgers (digital), or to ledgerbacked systems, (i.e., systems that are built on top of blockchains and are backed and secured by the blockchain's inherent properties and a society pushed by blockchain values and thinking), and even greater than that, a global technological commonwealth.</p>
160165

161-
162-
LedgerbackØDCRC is a member-owned, self-directed research and education center for fostering collaboration between stakeholders and unifying the study of the internet and society (i.e., the network society).
163-
166+
167+
<h2> Mascot </h2>
168+
<p> Our mascot is our super adorable and quick-witted stork you see in our logo, Scout Stork (SØS). Scout is scouting the world for fellow storks to flock with in gaining and disseminating knowledge to others by delivering ideas and causing paradigm-shifts across the land. </p> <!-- need background story for scout stork or someone just to write about the Scout Stork Adventures -->
164169

170+
171+
<h2> Aspects </h2>
172+
<p> The LedgerbackØDCRC currently consists of three different aspects:
173+
174+
<ul class="list-bullets">
175+
<li class="mb-2"> Legal: A formal cooperative association registered in the United States with 6 operational hubs dedicated to organizing, advocacy, research and the facilitation of a knowledge commons. </li>
176+
<li class="mb-2">People: A community of activists, scholars, technologists, citizens, and more working at different levels of engagement; a global core team handling daily operations, organizational strategy, and long-term sustainability; and numerous supporters engaging with and contributing to our information commons, including our blog, public Wiki and Loomio groups. </li>
177+
<li class="mb-2"> Virtual: An ecosystem producing and sharing knowledge on the digital commons, the internet and society, and the emergence of a global technological commonwealth. </li>
178+
</ul>
179+
</p>
180+
181+
<h2> Social Charter </h2>
165182

183+
<p> In accordance with our principles, any member, individually or as part of a collective, may create their own LedgerbackØDCRC local or regional or language-based spin-off, as long as it is in accordance with our mission, guiding principles, and our status as a nonprofit research institute.
166184
</p>
167185

186+
<h2> Guiding Principles </h2>
168187

169-
</div>
188+
<p> Our four guiding principles are: </p>
170189

171-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Education</h2>
172-
<div class="row rounded mx-auto" style="padding-bottom:20px">
190+
<ul class="list-bullets">
191+
<li class="mb-2"> Decentralization is a spectrum, with our goal to continually decentralize our processes</li>
192+
<li class="mb-2"> We are in constant development </li>
193+
<li class="mb-2"> Transparency and Openness is the default </li>
194+
<li class="mb-2"> Complexity, uncertainty, and ambiguity are natural occurrences </li>
195+
<li class="mb-2"> One-size fits all approaches are unlikely to be helpful </li>
196+
<li class="mb-2"> The Commons (knowledge, documentation, tools, etc.) should be freely accessible to members </li>
197+
<li class="mb-2"> We should strive for egalitariansim</li>
198+
<li class="mb-2"> Technology is a means, not necessarily an ends </li>
199+
<li class="mb-2"> Technology and Society are not separable </li>
173200

174-
<p class="lead my-3">
175-
201+
</ul>
202+
</div>
176203

177-
We develop and provide open educational materials that provide background to our research and cover themes in the internet and society.
178-
204+
<div class="border-bottom" id="Projects">
205+
<h1 style="color:#f37021;"> Projects </h1>
179206

180-
</p>
207+
<p> The LedgerbackØDCRC conducts various projects to aid in fostering collabroation between stakeholders and unifying the understanding of the internet and society, and how to develop new models and systems that will help move us towards a global technological commonwealth.
208+
</p>
181209

210+
<p> Some of our current projects are: </p>
182211

212+
<ul class="list-bullets">
213+
<li class="mb-2"><a href="https://docs.ledgerback.coop/">Bikestream</a>: an applied research project focused on how alternative data governance models and Web 3 technologies (e.g., blockchain and smart contracts) can provide user's mobility autonomy, with an emphasis on micromobility modals such as electric bicycles. </li>
214+
<ul class="list-bullets"> <li class="mb-2"> Read our <a href="https://speakerdeck.com/ledgerback/bikestream-litedeck">introductory slidedeck</a> to learn more about Bikestream </li></ul>
215+
<li class="mb-2"><a href="https://docs.ledgerback.coop/">Alternative Governance Metrics Framework</a>: a theoretical research project focused on developing a theoretical and analytical framework for modelling and comparing digital organizations, decentralized digital organizations, and decentralized autonomous organizations based on their organization design and performance attributes to make community governance and organizational design more transparent and actionable. </li>
216+
<ul class="list-bullets"> <li class="mb-2"> Read our <a href=" https://speakerdeck.com/ledgerback/alternative-governance-metrics-framework">introductory slidedeck</a> to learn more about AGMF </li></ul>
217+
218+
</ul>
183219
</div>
184-
185-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021; ">Research</h2>
186-
187-
<div class="row rounded mx-auto" style="padding-bottom:20px">
188-
189-
190220

221+
222+
223+
<div class="row no-gutters border-bottom" id="Activities">
224+
<h1 style="color:#f37021;"> Activities </h1>
225+
226+
<p> The LedgerbackØDCRC partiicpates in many activities to actualize its mission of fostering collaboration between stakeholders and unifying the study of the internet and society. </p>
227+
228+
<p> Our current activities includes: </p>
229+
230+
<ul class="list-bullets">
231+
<li class="mb-2">Connecting: Connecting society, policy, citizens, industry, and academia </li>
232+
<li class="mb-2">Outreach: Promoting work by individuals and organizations and movements going on in the network society helping advance towards a global technological commonwealth, and helping citizens get involved in transformative movements; </li>
233+
<li class="mb-2">Investigation: Theoretical, applied, and simulation research on how to build a human-centered paradigm for the internet and society that transitions towards a global technological commonwealth; </li>
234+
<li class="mb-2"> Educate: Developing literacy programs and educational materials to better inform citizens, industry and academia of the issues, current practices, and solutions in the internet and society (i.e., the network society); </li>
235+
<li class="mb-2"> Design: Identifying, developing, improving, democratizing and sharing open-source prototypes, protocols, systems, platforms, and tools;</li>
236+
<li class="mb-2">Consultancy: Helping change-relevant clients to work through their problems with research commission, content marketing, connecting analysts to clients and vice versa, strategy formulation, and problem statement identification; </li>
237+
<li class="mb-2">Partnering: collaborating with changemakers on grassroots initiatives in virtual and/or physical communities </li>
238+
<li class="mb-2">Pilots: Developing pilots (i.e., prototyping) that test community-focused, cooperativism-governed, or Web3-inspired solutions. </li>
239+
<li class="mb-2">Resources: Publishing resources that support the advancement towards a global technological commonwealth, bring stakeholders together, and unify the study of the internet and society </li>
240+
<li class="mb-2"> Advocacy: Supporting and promoting commons-oriented paradigms</li>
241+
<li class="mb-2">Thinklusive Journal: We run and manage the Thinklusive Journal, an open access journal on the PubPub platform for scholarly works and short articles covering organization science, platform cooperativism, and their intersections with Web 3 technologies </li>
242+
<li class="mb-2"> Stewardship: Stewarding the use of free and open source (FOSS) technologies, designs, and other materials; and </li>
243+
<li class="mb-2">Ecosystem expansion: stewarding the use of Ledgerback trademarks and governance models in Ledgerback-affiliated organizations</li>
244+
245+
</ul>
246+
</div>
191247

192-
<p class="lead my-3" >
193-
194-
At the LedgerbackØDCRC, we seek to unify the study of the internet and society
195-
by bringing scholars together from a wide range of disciplines to conduct interdiscplinary research so we can understand
196-
how science, technology and society interact with each other.
197-
198-
</p>
199-
</div>
200-
201-
202-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Get involved</h2>
203-
<div class="row rounded mx-auto" style="padding-bottom:20px">
204-
205-
<p class="lead my-3">
206-
207-
208-
There are many ways you can get involved with the work going on at the LedgerbackØDCRC such as volunteering,
209-
taking a survey or poll, or even reading with us.
210-
211-
For more ways to get involved, please refer to our <a href="https://docs.ledgerback.coop/"> resources.</a>
248+
<div class="border-bottom" id="KnowComms">
249+
<h1 class="display-5" style="color:#f37021;"> Knowledge Commons </h1>
212250

213-
</p>
251+
<p class="lead-3 text-black" style="margin-bottom:10px;"> LedgerbackØDCRC welcomes you to join our knowledge commons and map the growth of knwoldege on alternative movments and actors
252+
helping move towards a global technological commonwealth. </p>
214253

215254

216-
</div>
255+
<h2> Zotero </h2>
256+
<p class="lead-3 text-black" style="margin-bottom:10px;"> Join our <a href="https://www.zotero.org/groups/2427813/ledgerback_digital_commons_research_cooperative">Zotero group</a> and exmaine the works we are reviewing (and you can add to the group!). </p>
217257

218-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Projects</h2>
219-
<div class="row rounded mx-auto" style="padding-bottom:20px">
220-
221-
<p class="lead my-3">
222-
258+
<h2> Hypothesis </h2>
259+
<p class="lead-3 text-black" style="margin-bottom:10px;">Join our <a href="https://hypothes.is/groups/mEZ1BXjp/ledgerbackodcrc">Hypothesis group</a> and annotate documents across the web! </p>
223260

224-
We conduct various projects at the to further our understanding of the interent and society.
261+
<h2> Blog </h2>
262+
<p class="lead-3 text-black" style="margin-bottom:10px;">Follow our <a href="https://medium.com/@ledgerback">Medium blog</a> to stay up-to-date with our thoughts, findings, and interesting tidbits we find as we continue to study the internet and society!</p>
225263

226-
For our ongoing projects, please refer to our <a href="https://docs.ledgerback.coop/"> resources.</a>
227-
264+
<h2> Thinklusive Journal </h2>
265+
<p class="lead-3 text-black" style="margin-bottom:10px;">Follow or join our <a href="https://thinklusive.pubpub.org/">Thinklusive Journal on PubPub</a> to read about scholarly articles on platform cooperativism and organization science and their intersections with emerging technologies (implications and solutions)!</p>
228266

229-
</p>
230267

268+
269+
270+
</div>
271+
<div class="border-bottom" id="Membership">
272+
<h1 style="color:#f37021;"> Membership </h1>
231273

232-
</div>
274+
<p> LedgerbackØDCRC welcomes everybody to join as a member. The community we hope to build is comprised of volunteers, thinkers, activists, radicals, researchers, educators, developers, technologists, scientists, professionals, academicians, students, learners, citizens and more. </p>
233275

234-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Membership</h2>
235-
<div class="row rounded mx-auto" style="padding-bottom:20px">
236276

237-
<p class="lead my-3">
238-
239277

240-
As a cooperative, members are our lifeblood and our rasion d'etre, and that our members are self-defined and self-motivated
241-
enough to self-manage their work and how to collaborate with each other.
278+
<p> We do not have any membership fees. However, members are subject to a non-refundable annual fee of $100.00 or equivalent in resources (as determined by LedgerbackØDCRC), or providing 40 hours of labor. </p>
242279

243-
Apply today and work with us to develop the knowledge and skills to advance the transition towards ledgerbacked systems and thinking.
244280

245-
In exchange for participating in the cooperative's core and administrative activities and work towards its mission, we offer our members governance rights, access to our private library, member-only services, and more.
246281

247-
For more information, please refer to our <a href="https://docs.ledgerback.coop/"> resources.</a>
248-
282+
<h2> Why join? </h2>
283+
<p> Our mission is to foster collaboration between stakeholders and unify the study of the internet and society. In doing so, we believe we can grow a more democratic world at all elvels,a healthier, freer internet, and sociotechnical systems that support, rather than harm, our society and our relaitonships. To do this we need not only funding but also volunteer effort. </p>
249284

250-
</p>
285+
<code> The key actions in furtherance of our mission are discussed in our <a href="#">activities</a>. </code>
251286

287+
252288

253-
</div>
289+
<h2> How to join </h2>
290+
As a legal association we keep a member list as per our rules. We take privacy seriously and will not share the data you have given to us to third parties. Please see our privacy policy.
254291

255-
<h2 class="font-italic text-left justify-content-end display-4" id="aboutlcrc" style="color:#f37021">Services</h2>
256-
<div class="row rounded mx-auto" style="padding-bottom:20px">
257-
258-
<p class="lead my-3">
259-
292+
To join as a member, please fill out the <a href="https://forms.gle/FNH4zE7xrWod7ke39" class="font-weight-bold text-monospace"><strong>membership form</strong></a> and submit it to us.
260293

261-
If you need help with your research or just have an inquiry or question about the internet and society, the LedgerbackØDCRC is here for you.
294+
Alternatively you can also send an email to <a href="mailto:ledgerback@gmail.com?subject=Membership">ledgerback@gmail.com</a> with the following details:
262295

263-
We offer research commission, problem statement identification, and strategy services to anyone in the public who needs them.
296+
<ul class="list-bullets mb-2" style="margin-top:10px;">
297+
<li class="mb-2"> Preferred username (lowercase) </li>
298+
<li class="mb-2"> Email </li>
299+
<li class="mb-2"> Full name </li>
300+
<li class="mb-2"> Domicile </li>
301+
</ul>
264302

303+
Once we process your membership request as per our rules, you will receive an email from us.
265304

305+
<h2 class="display-5" style="margin-top:10px;margin-bottom:30px;"> Benefits </h2>
306+
<h3> One vote </h3>
307+
<p> All members get one vote in our Annual General Meetings, which are held once a year. Additionally, as a self-directed cooperative, our members are at the forefront of shaping how they work and how they govern the cooperative via a proposal system. This way you get to shape the direction of our association, how funds are spent and how our work is managed. Association members are also eligible for positions on the Board of Directors and leadership positions. </p>
266308

267-
For more information about our services, please refer to our <a href="https://docs.ledgerback.coop/"> resources.</a>
268-
309+
<h3> Good feeling </h3>
310+
<p> Knowing that you are helping us support the activities we conduct and the services we provide in making it possible for us to help push society and the web forward. </p>
269311

270-
</p>
312+
<h3> Member services </h3>
313+
<p> Access to our web infrastructure and funding (if available), and assistance with fundraising, publishing, analysis and more. For more information on our planned services, please refer to our Cottage Program. </p>
271314

315+
<h3> Interesting Work </h3>
316+
<p> You will get the chance ot collarboatievly work on cutting edge research on the internet and society and develop insights that will influence the decisions of stakholders for years to come. </p>
272317

273-
</div>
274-
<h2 class="font-italic text-left justify-content-end display-4" id="Partners_1" style="color:#f37021">More Information</h2>
275-
<div class="row rounded mx-auto" style="padding-bottom:20px">
276-
277-
278-
<p class="lead my-3">
318+
<h2> Can I still help even if I do not want to be a member? </h2>
319+
<p> No problema! You can also support us by donating on <a href="https://opencollective.com/ledgerbackcoop">OpenCollective</a> or <a href="https://donorbox.org/ledgerback-digital-commons-research-cooperative-community-funding-initiative">Donorbox</a>, following us on social media, participating in one of our surveys, adding to our knowledge commons, or letting your friends know about us! </p>
279320

280-
For more information, please refer to our <a href="https://docs.ledgerback.coop/"> resources.</a>
321+
281322

282-
283-
284-
285-
</p>
286-
287-
288-
</div>
289-
290-
291-
</div>
292-
<div>
293-
</main>
294-
295-
323+
</div>
296324

325+
<div class="border-bottom" style="margin-bottom:20px;">
326+
<h1 style="color:#f37021;"> Newsletter </h1>
327+
<div class="row mx-auto" style="margin-bottom:30px;" >
328+
<iframe src="https://ledgerback.substack.com/embed" width="400" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
329+
</div>
330+
</div>
297331

298-
<footer>
332+
<div>
333+
<h1 style="color:#f37021;"> Donation </h1>
334+
<div class="row mx-auto" >
335+
<a target="_blank" href="https://donorbox.org/ledgerback-digital-commons-research-cooperative-community-funding-initiative?default_interval=o"><img src="https://d1iczxrky3cnb2.cloudfront.net/button-medium-blue.png" /></a>
336+
</div>
337+
</div>
299338

339+
340+
341+
342+
<!-- Filters sidebar -->
343+
344+
345+
</div>
300346

301-
<div class= "container-fluid border-top">
302-
<div class ="row">
347+
</div>
303348

304-
<div class="col-sm-4 text-left">
305-
<a href=#> About Us </a>
306-
<a href=#> Contact Us </a>
307-
<a href="https://docs.ledgerback.coop/"> Resources </a>
349+
</p>
350+
</div>
308351

309-
</div>
310352

311-
<div class="col-sm-4 text-center justify-content-center">
312-
<ul>
313-
<a href=#> Terms of Service </a>
314-
<a href=#> Privacy Policy </a>
315-
<p> <small class="text-muted">Copyright &copy; 2019 Ledgerback Cooperative</small></p>
316-
</ul>
317-
</div>
318353

319-
<div class="col-sm-4 text-right justify-content-end">
320-
<ul>
321-
<a href=#> <i class="fa fa-facebook-square" aria-hidden="true"></i> </a>
322-
<a href="https://twitter.com/ledgerback"> <i class="fa fa-twitter-square" aria-hidden="true"></i> </a>
323-
<a href="https://medium.com/@ledgerback"> <i class="fa fa-medium" aria-hidden="true"></i> </a>
324-
</ul>
325-
</div>
326354

327-
</div>
328-
</div>
329-
</footer>
330-
<!-- Refer to this site for article tags https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article-->
331-
332-
<!-- Optional JavaScript -->
333-
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
334-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
335-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
336-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
337-
</body>
355+
<!-- Scripts -->
356+
<script src="https://donorbox.org/widget.js" paypalExpress="false"></script>
357+
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
358+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
359+
<!-- Always remember to call the above files first before calling the bootstrap.min.js file -->
360+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
361+
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.