commit 005dc7bdaa90bc9c87d27e480ea0aa7bb070a999 Author: Jaromil Date: Sun Oct 21 13:58:00 2018 +0200 initial commit diff --git a/config.zsh b/config.zsh new file mode 100644 index 0000000..5d91a4e --- /dev/null +++ b/config.zsh @@ -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 diff --git a/fonts/Aldo.woff b/fonts/Aldo.woff new file mode 100644 index 0000000..fed10dd Binary files /dev/null and b/fonts/Aldo.woff differ diff --git a/fonts/Montserrat-Regular.ttf b/fonts/Montserrat-Regular.ttf new file mode 100644 index 0000000..8fa525f Binary files /dev/null and b/fonts/Montserrat-Regular.ttf differ diff --git a/tmpl/footer.html b/tmpl/footer.html new file mode 100644 index 0000000..eb34e66 --- /dev/null +++ b/tmpl/footer.html @@ -0,0 +1,28 @@ + diff --git a/tmpl/header.html b/tmpl/header.html new file mode 100644 index 0000000..e69de29 diff --git a/tmpl/navbar.html b/tmpl/navbar.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tmpl/navbar.html @@ -0,0 +1 @@ + diff --git a/views/archive.html b/views/archive.html new file mode 100644 index 0000000..404f012 --- /dev/null +++ b/views/archive.html @@ -0,0 +1,55 @@ + +## Summit at Techfestival in Copenhagen + +This observatory is kickstarted via a summit held at Techfestival in Copenhagen on 8 September 2018. + + + +
+
+ Presenters: +
    + +
  • Antonio Calleja Lopez
  • + +
  • Anders Rune Jensen
  • + +
  • David Cuartielles
  • + +
  • Renata Avila
  • + +
  • Stefania Milan
  • + +
  • Irina Shklovski
  • + + + +
+ + Summit facilitation by Jaromil, filming and editing by Federico Bonelli.
+ Kindly hosted by the festival team and the NOHO + club. Special thanks to Kristoffer Tjalve, Laura Nielsen + and Henrik Chulu.
+
+ +
+ Day program: + + | | + --- | --- + 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 + +
+
diff --git a/views/css/custom.css b/views/css/custom.css new file mode 100644 index 0000000..398272f --- /dev/null +++ b/views/css/custom.css @@ -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%; +} diff --git a/views/index.html b/views/index.html new file mode 100644 index 0000000..483e13d --- /dev/null +++ b/views/index.html @@ -0,0 +1,129 @@ + +# AlgoSov + +Welcome to the European observatory on Algorithmic Sovereignty. 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 “Black Box Society” 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? What’s 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. + +
+
+This observatory is hosted by the Dyne.org Think&do Tank 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. + +
+
+ Dyne.org +
+
+ +### Discussion group + +To join our discussion group subscribe the AlgoSov mailinglist. + + +## Projects + + +
+ +map of technological commons from DECODE + + +
+

DECODE

+

Decentralised Data Ecosystem

+

Our development is guided by people’s 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. +(H2020-ICT-2016-1 grant nr.732546)

+
+
+ + +
+

VIRT-EU

+

Innovation for Responsible Technology

+

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. +(H2020-ICT-2016-1 grant nr.732027)

+
+
+ + +
+

DATACTIVE

+

Politics of big data for civil society

+

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 society’s engagement with massive data collection. +(EU/ERC-2014-STG grant nr.639379)

+
+
+ + +
+

DCENT

+

Technologies for 21st Century democracy

+

A Europe-wide project developing the next generation of +open source, distributed, and privacy-aware tools for +direct democracy and economic empowerment. +(EU/FP7-ICT-2013 grant nr.610349)

+
+
+ + +

Related press materials

+ +
+ + +
+ + + + + + + + + +
+ +
+ + + + + + + + + + +
+ +
+ +

Playlist of video interviews

+ + + +Tweet #algosov + +

 

+ + +
+ +AlgoSov summit #1 +

 

+ + diff --git a/views/pics/binary-blockchain-bg.jpg b/views/pics/binary-blockchain-bg.jpg new file mode 100644 index 0000000..52f372b Binary files /dev/null and b/views/pics/binary-blockchain-bg.jpg differ diff --git a/views/pics/cafudda-thinkdotank.jpg b/views/pics/cafudda-thinkdotank.jpg new file mode 100644 index 0000000..0c00a27 Binary files /dev/null and b/views/pics/cafudda-thinkdotank.jpg differ diff --git a/views/pics/control-pokemon.jpg b/views/pics/control-pokemon.jpg new file mode 100644 index 0000000..2b1bdf5 Binary files /dev/null and b/views/pics/control-pokemon.jpg differ diff --git a/views/pics/d-cent_website_header-1.jpg b/views/pics/d-cent_website_header-1.jpg new file mode 100644 index 0000000..d244174 Binary files /dev/null and b/views/pics/d-cent_website_header-1.jpg differ diff --git a/views/pics/datactive-abstract-network.jpg b/views/pics/datactive-abstract-network.jpg new file mode 100644 index 0000000..611d939 Binary files /dev/null and b/views/pics/datactive-abstract-network.jpg differ diff --git a/views/pics/decode-commons.jpg b/views/pics/decode-commons.jpg new file mode 100644 index 0000000..5ce7ae3 Binary files /dev/null and b/views/pics/decode-commons.jpg differ diff --git a/views/pics/il-codice-etico-2-1024x683.jpg b/views/pics/il-codice-etico-2-1024x683.jpg new file mode 100644 index 0000000..d6e8d9b Binary files /dev/null and b/views/pics/il-codice-etico-2-1024x683.jpg differ