initial commit

This commit is contained in:
Jaromil 2018-10-21 13:58:00 +02:00
commit 005dc7bdaa
16 changed files with 455 additions and 0 deletions

56
config.zsh Normal file
View File

@ -0,0 +1,56 @@
# WEBNOMAD CONFIGURATION
TITLE="AlgoSov - Observatory on Algorithmic Sovereignty."
DESCRIPTION="A Dyne.org initiative about research, practices, people and events dedicated to understand how an algorithm can be governed by its own participants."
KEYWORDS="algosov, governance, algorithm, politics, sovereignty, technology, participants, research, practices, people, events, observatory"
# representative image, 1200x627 pixels is full column banner, 400 is half
# exact size indicated above is important to avoid resizes server-side
IMAGE="http://algosov.org/pics/control-pokemon.jpg"
# list of types: http://ogp.me/#types
TYPE="website"
# What is the root of this website url, after the domain
# full url includes http and no trailing slash i.e. http://www.dyne.org
# leave blank if relative, or just subdir i.e /blog
WEB_ROOT=""
# A twitter handler is necessary to activate open-graph compatible
# information that works also with twitter.
TWITTER="@DyneOrg"
#
# Anything below is safe to leave untouched
#
# Comment to disable Bootstrap
BOOTSTRAP=1
FONTAWESOME=1
# What file extension to use for html files
EXTENSION=".html"
# What is the url for files in case indexing is used
# this can be different from WEB_ROOT in order to serve
# files from a position different from the web pages
# FILES_ROOT=""
# Uncomment for Flowtype
FLOWTYPE=1
# What is the size ratio of text with respect to the width
# of its container element. This is better than setting the
# text size in an absolute way (we use Flowtype)
# FONT_RATIO=40
# Cleanup EXIF information from jpeg images (requires jhead)
# i.e: location, camera type, time of shot, editors used
EXIF_CLEAN=1
# Add a comment to EXIF in jpeg images (requires jhead)
# EXIF_COMMENT=""
# Automatically rotate the image according to EXIF information
# EXIF_ROTATE=1

BIN
fonts/Aldo.woff Normal file

Binary file not shown.

Binary file not shown.

28
tmpl/footer.html Normal file
View File

@ -0,0 +1,28 @@
<footer class="page-footer container-fluid">
<div class="row">
<div class="col-md-4">
<span itemprop="copyrightHolder">
<small>
Copyleft (C) 2018 <a href="https://dyne.org">Dyne.org</a>
</small>
</span>
</div>
<div class="col-md-4">
<a href="https://twitter.com/DyneOrg">
<small>Folllow</small>
<i class="fab fa-twitter"></i>
</a>
</div>
<div class="col-md-4">
<small>
Editorial contact: <a href="mailto:jaromil@dyne.org">Jaromil</a>
</small>
</div>
</div>
</footer>

0
tmpl/header.html Normal file
View File

1
tmpl/navbar.html Normal file
View File

@ -0,0 +1 @@

55
views/archive.html Normal file
View File

@ -0,0 +1,55 @@
<markdown>
## Summit at Techfestival in Copenhagen</h2>
This observatory is kickstarted via a <a href="https://techfestival.co/event/algorithmic-sovereignty-summit/">summit held at Techfestival in Copenhagen on 8 September 2018</a>.
</markdown>
<div class="row">
<div class="col-md-5">
Presenters:
<ul>
<li>Antonio Calleja Lopez</li>
<li>Anders Rune Jensen</li>
<li>David Cuartielles</li>
<li>Renata Avila</li>
<li>Stefania Milan</li>
<li>Irina Shklovski</li>
</ul>
<small>
Summit facilitation by Jaromil, filming and editing by Federico Bonelli.<br />
Kindly hosted by the festival team and the NOHO
club. Special thanks to Kristoffer Tjalve, Laura Nielsen
and Henrik Chulu.</small>
</div>
<div class="col-md-5">
Day program:
<markdown>
| |
--- | ---
10:35 | Introduction
11:00 | Presentation #1
11:20 | Presentation #2
11:35 | Debate
12:00 | -- Lunch
13:15 | Presentation #3
13:35 | Presentation #4
13:50 | Debate
14:10 | -- 10" Break
14:20 | Presentation #5
14:40 | Presentation #6
15:00 | Concluding Debate
15:40 | End
</markdown>
</div>
</div>

186
views/css/custom.css Normal file
View File

@ -0,0 +1,186 @@
body {
font-family: 'Montserrat-Regular';
}
div a:hover {
text-decoration: none;
}
h1 {
font-family: 'Aldo';
text-align: center;
padding-bottom: .5em;
}
@media (min-width: 768px) {
.container-fluid {
width: 44em;
}
}
h2 {
padding-top: .8em;
text-align: center;
font-family: 'Aldo';
}
h3 {
text-align: center;
font-family: 'Aldo';
}
h4 {
font-family: 'Aldo';
}
h5 {
font-family: 'Aldo';
}
.row {
padding-top: .8em;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
width: 50%;
float: right;
font-size: 1.3em;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
img {
display: block;
max-width: 100%;
height: auto;
}
td { padding-right: 1em; }
small { font-family: 'Montserrat-Light'; }
.bgimage {
text-align: center;
background-size: cover;
margin: 10px 0 0 10px;
position: relative;
color: white;
padding: 1em;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
-moz-text-shadow: 0 0 2px #000;
-webkit-text-shadow: 0 0 2px #000;
}
.decode {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.9)),
url(../pics/binary-blockchain-bg.jpg);
}
.dcent {
background-image: url(../pics/d-cent_website_header-1.jpg);
padding-bottom: 5em;
}
.datactive {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.9)
), url(../pics/datactive-abstract-network.jpg);
}
.virteu {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.8)
), url(../pics/il-codice-etico-2-1024x683.jpg);
padding-bottom: 2em;
}
.fadein {
background-repeat: no-repeat;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.embed-responsive {
position: relative;
/* padding-bottom: 56.25%; // 16x9 */
/* padding-top: 30px; */
height: 700px;
overflow: hidden;
padding: 6em;
iframe, object, embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

129
views/index.html Normal file
View File

@ -0,0 +1,129 @@
<markdown>
# AlgoSov
Welcome to the European observatory on <a href="https://pearl.plymouth.ac.uk/handle/10026.1/11101">Algorithmic Sovereignty</a>. This is a collective place of documentation gathering research, developments, events and projects related to the topic.
> There is an urgent need for more awareness of decisions made by
> algorithms about the social, economic and political context in which
> we live.
Hidden algorithms are growing in power and importance. Their logic is often invisible, while their results are manifest.
To define the problem, the metaphor of a “<a href="http://www.hup.harvard.edu/catalog.php?isbn=9780674368279">Black Box Society</a>” is apt to describe the role that unknown algorithms have taken in our contemporary and highly digitised world. With the AlgoSov project we are actively looking for solutions to this problem.
What is inscribed in algorithms? What are the consequences of their execution and what is the agency left for the living world? Whats the role of sovereignty considering the ethic of algorithms? Sovereignty relates to the way a community can influence an algorithm, appropriate it, distribute it, share it and create new ones.
<div class="row">
<div class="col-md-8">
This observatory is hosted by the <a href="https://dyne.org">Dyne.org Think&amp;do Tank</a> for a lobby of independent European leaders able to analyse and shape future solutions that can be be adopted by civil society and institutions; it maps well referenced projects and events of relevance to reclaim the sovereignty over algorithms and the resources they operate upon.
</div>
<div class="col-md-4">
<a href="https://dyne.org"><img src="pics/cafudda-thinkdotank.jpg" alt="Dyne.org"></a>
</div>
</div>
### Discussion group
<big>To join our discussion group subscribe the <a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/algosov">AlgoSov mailinglist</a>.</big>
## Projects
</markdown>
<img src="pics/decode-commons.jpg"
alt="map of technological commons from DECODE">
<a href="https://decodeproject.eu">
<div class="decode bgimage">
<h3>DECODE</h3>
<h4>Decentralised Data Ecosystem</h4>
<p>Our development is guided by peoples concerns about the loss of control over their personal information on the internet. The ability to access, control and use personal data has become a means by which internet companies can drive profits.
<small>(H2020-ICT-2016-1 grant nr.732546)</small></p>
</div>
</a>
<a href="https://virteuproject.eu/">
<div class="virteu bgimage">
<h3>VIRT-EU</h3>
<h4>Innovation for Responsible Technology</h4>
<p>Interdisciplinary research for new knowledge and methods to overtake the unproved assumption according to which technological development leaves no room for ethical and moral reasoning.
<small>(H2020-ICT-2016-1 grant nr.732027)</small></p>
</div>
</a>
<a href="https://data-activism.net/">
<div class="bgimage datactive">
<h3>DATACTIVE</h3>
<h4>Politics of big data for civil society</h4>
<p>While massive data collections by governments and businesses constitute a challenge to civil rights, big data also offer new opportunities for collective action. This research investigates civil societys engagement with massive data collection.
<small>(EU/ERC-2014-STG grant nr.639379)</small></p>
</div>
</a>
<a href="https://dcentproject.eu">
<div class="bgimage dcent">
<h3>DCENT</h3>
<h4>Technologies for 21st Century democracy</h4>
<p>A Europe-wide project developing the next generation of
open source, distributed, and privacy-aware tools for
direct democracy and economic empowerment.
<small>(EU/FP7-ICT-2013 grant nr.610349)</small></p>
</div>
</a>
<h2>Related press materials</h2>
<div class="row">
<!-- LEFT -->
<div class="col-md-5">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Our project lead <a href="https://twitter.com/francesca_bria?ref_src=twsrc%5Etfw">@francesca_bria</a> spoke to <a href="https://twitter.com/FT?ref_src=twsrc%5Etfw">@FT</a>&#39;s <a href="https://twitter.com/johnthornhillft?ref_src=twsrc%5Etfw">@johnthornhillft</a> about reclaiming digital sovereignty. Listen here: <a href="https://t.co/34MIqbygNo">https://t.co/34MIqbygNo</a> <a href="https://t.co/vluOUTIjRD">pic.twitter.com/vluOUTIjRD</a></p>&mdash; Decode Project (@decodeproject) <a href="https://twitter.com/decodeproject/status/923218169615015937?ref_src=twsrc%5Etfw">October 25, 2017</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">as an anthropologist who works with cyberspace, I felt very happy (and welcomed) to read this interview!</p>&mdash; andressa (@andressanns) <a href="https://twitter.com/andressanns/status/1026520853910102024?ref_src=twsrc%5Etfw">August 6, 2018</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">A short interview with Renata Avila on &quot;digital colonialism&quot; and resisting the &quot;quasi-imperial power&quot; of big tech: <a href="https://t.co/9YnUBV7Wno">https://t.co/9YnUBV7Wno</a></p>&mdash; Eric Schmaltz (@eschmaltzzz) <a href="https://twitter.com/eschmaltzzz/status/995710690399698944?ref_src=twsrc%5Etfw">May 13, 2018</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Honored to be featured in <a href="https://twitter.com/Forbes?ref_src=twsrc%5Etfw">@Forbes</a> Europes top 50 women in tech, and amongst top 4 Female Leaders Pioneering <a href="https://twitter.com/hashtag/Fintech?src=hash&amp;ref_src=twsrc%5Etfw">#Fintech</a> and <a href="https://twitter.com/hashtag/Crypto?src=hash&amp;ref_src=twsrc%5Etfw">#Crypto</a> <a href="https://t.co/F7c6B5OC0g">https://t.co/F7c6B5OC0g</a> <a href="https://twitter.com/kittygknowles?ref_src=twsrc%5Etfw">@kittygknowles</a> <a href="https://twitter.com/decodeproject?ref_src=twsrc%5Etfw">@decodeproject</a> <a href="https://twitter.com/dcentproject?ref_src=twsrc%5Etfw">@dcentproject</a> <a href="https://twitter.com/BCN_digital?ref_src=twsrc%5Etfw">@BCN_digital</a> <a href="https://t.co/mYBbMGKizA">pic.twitter.com/mYBbMGKizA</a></p>&mdash; Francesca Bria (@francesca_bria) <a href="https://twitter.com/francesca_bria/status/1049348679486922752?ref_src=twsrc%5Etfw">October 8, 2018</a></blockquote>
</div>
<!-- RIGHT -->
<div class="col-md-5">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Interesting interview with Francesca Bria, CTO of <a href="https://twitter.com/hashtag/Barcelona?src=hash&amp;ref_src=twsrc%5Etfw">#Barcelona</a> . where 70% of proposals now come directly from citizens through the use of free software <a href="https://t.co/gHTwyqMHiL">https://t.co/gHTwyqMHiL</a> <a href="https://twitter.com/hashtag/Decidim?src=hash&amp;ref_src=twsrc%5Etfw">#Decidim</a> <a href="https://twitter.com/hashtag/Decode?src=hash&amp;ref_src=twsrc%5Etfw">#Decode</a></p>&mdash; Kletskous (@Kletskous) <a href="https://twitter.com/Kletskous/status/1015142615703015424?ref_src=twsrc%5Etfw">July 6, 2018</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/digitalidentity?src=hash&amp;ref_src=twsrc%5Etfw">#digitalidentity</a> <br>DECODE project <a href="https://twitter.com/decodeproject?ref_src=twsrc%5Etfw">@decodeproject</a> <br>web, <a href="https://t.co/bruTfXnyxd">https://t.co/bruTfXnyxd</a><br>video interview with <a href="https://twitter.com/francesca_bria?ref_src=twsrc%5Etfw">@francesca_bria</a> <a href="https://t.co/Xy8tCQDubh">https://t.co/Xy8tCQDubh</a> <a href="https://t.co/chnCoX9CHs">https://t.co/chnCoX9CHs</a></p>&mdash; Jorge Salinas (@jsalinaswork) <a href="https://twitter.com/jsalinaswork/status/999582366199894016?ref_src=twsrc%5Etfw">May 24, 2018</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">The politics of technology, big data and code an interview with Stefania Milan <a href="https://t.co/HYZXHjDZV2">https://t.co/HYZXHjDZV2</a> <a href="http://t.co/scQadbDfsZ">pic.twitter.com/scQadbDfsZ</a></p>&mdash; ECREA Dig Culture (@DCCECREA) <a href="https://twitter.com/DCCECREA/status/628504001361809408?ref_src=twsrc%5Etfw">August 4, 2015</a></blockquote>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">We can&#39;t be saying anything new about <a href="https://twitter.com/hashtag/intelbug?src=hash&amp;ref_src=twsrc%5Etfw">#intelbug</a> <a href="https://twitter.com/hashtag/kpti?src=hash&amp;ref_src=twsrc%5Etfw">#kpti</a> <a href="https://twitter.com/hashtag/spectre?src=hash&amp;ref_src=twsrc%5Etfw">#spectre</a> <a href="https://twitter.com/hashtag/meltdown?src=hash&amp;ref_src=twsrc%5Etfw">#meltdown</a> that wasn&#39;t already visible in the <a href="https://twitter.com/shadowbrokerss?ref_src=twsrc%5Etfw">@shadowbrokerss</a> leak a year ago. I tried to explain the impact in a simple way in an interview on RT, it was April 2017 <a href="https://t.co/cnuofPtvPU">https://t.co/cnuofPtvPU</a></p>&mdash; Jaromil (@jaromil) <a href="https://twitter.com/jaromil/status/949613778085335040?ref_src=twsrc%5Etfw">January 6, 2018</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!-- END -->
</div>
<h2>Playlist of video interviews</h2>
<iframe class="embed-responsive" src="https://www.youtube.com/embed/videoseries?list=PLcPNMDfEz2hInGx5lj77-4uCu0BqfgfSY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<a href="https://twitter.com/intent/tweet?button_hashtag=algosov&ref_src=twsrc%5Etfw" class="twitter-hashtag-button" data-show-count="false">Tweet #algosov</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>&nbsp;</p>
<hr>
<a class="twitter-moment" href="https://twitter.com/i/moments/1038374267518365696?ref_src=twsrc%5Etfw">AlgoSov summit #1</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>&nbsp;</p>
<!--
<p>
<img src="pics/control-pokemon.jpg"
alt="control-pokemon artwork by Pawel Kuczynski (2016)">
<small>"Control Pokemon" artwork by Pawel Kuczynski, 2016</small>
</p> -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB