From 492c9ff2b575f54844f26dc3ae81f9f46fba41c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Charollais?= Date: Wed, 29 Jul 2020 18:24:30 +0200 Subject: [PATCH] first test-run --- Gemfile | 1 + Gemfile.lock | 2 + _config.yml | 15 ++++++ _data/rf2020/events.yml | 26 ++++++++++ _data/rf2020/participants.yml | 16 +++++++ _layouts/event.html | 36 ++++++++++++++ _layouts/participant.html | 30 +++++------- _layouts/participant.html.backup | 45 ++++++++++++++++++ .../participants}/andrew-van-hyfte.jpg | Bin participants/andrew-van-hyfte.md | 36 -------------- participants/index.md | 37 -------------- 11 files changed, 154 insertions(+), 90 deletions(-) create mode 100644 _data/rf2020/events.yml create mode 100644 _data/rf2020/participants.yml create mode 100644 _layouts/event.html create mode 100644 _layouts/participant.html.backup rename {participants/img => assets/participants}/andrew-van-hyfte.jpg (100%) delete mode 100644 participants/andrew-van-hyfte.md delete mode 100644 participants/index.md diff --git a/Gemfile b/Gemfile index 4b9479f..2bf40e2 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ gem "minima", "~> 2.5" group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem 'jekyll-build-notifier' + gem 'jekyll-datapage-generator' end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index ce61817..594228c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,7 @@ GEM terminal-table (~> 1.8) jekyll-build-notifier (0.2) terminal-notifier + jekyll-datapage-generator (1.2.0) jekyll-feed (0.12.1) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (2.0.1) @@ -78,6 +79,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.0.0) jekyll-build-notifier + jekyll-datapage-generator jekyll-feed (~> 0.12) minima (~> 2.5) tzinfo (~> 1.2) diff --git a/_config.yml b/_config.yml index 918efe2..857af80 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,7 @@ permalink: /:categories/news/:year/:title:output_ext theme: minima plugins: - jekyll-feed + - jekyll-datapage-generator # Exclude from processing. # The following items will not be processed, by default. @@ -53,3 +54,17 @@ plugins: # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ + +# Generation of pages for participants +age_gen-dirs: true + +page_gen: +- data: 'rf2020.participants' + template: 'participant' + dir: 'participants' + name: 'id' +- data: 'rf2020.events' + template: 'event' + dir: 'events' + name: 'id' + diff --git a/_data/rf2020/events.yml b/_data/rf2020/events.yml new file mode 100644 index 0000000..dcc9edd --- /dev/null +++ b/_data/rf2020/events.yml @@ -0,0 +1,26 @@ +- id: 1 + title_: turbo mañana + date: 2020-07-2 12:45 + description: | + Attendees will explore our aesthetic and socio-economic landscape and how it applies to possible futures and ways we can influence them. In a workshop format, the attendees can explore the following zones and ideate ways to create Turbo Mañana in their professional and personal lives. + How and why is it that some experiential products that sell a feeling or vibe have license to “own” radically futuristic visions? Why do others all look the same? — + At its core, it’s just about money. C.R.E.A.M (Humanist Blandcore) + Attendees will explore what lies beyond capitalist realism. + Philosophical/Existential/Socio-economic forces — + I’ve mapped out philosophical axes and socio-economic drivers that motivate and fuel aesthetics and cultural production. + We must realize that capitalism will consume Earth’s resources until it’s exhausted unless we find another way to live in-between abundance and scarcity. (McDaas/Capitalocene) + What’s Next? — + Are we going to get medieval again? (Neo-Feudalism) + Or will we wake up and places bets on activities, provocation and cultural production that inspires imagination and multitudes of possible futures? (Turbo Mañana) + A new sun rises. + participants : [1] +- id: 2 + title_: Shock Doctrine as a Service + date: 2020-07-02 17:00 + description: "|The last fifteen years has seen a surge of interest in decentralised technology. From well-funded blockchain projects like IPFS to the emergence of large scale information networks such as Dat, Scuttlebutt and ActivityPub, this is renewed life in peer-to-peer technologies; a renaissance that enjoys widespread growth, driven by the desire for platform commons and community self-determination. These are goals that are fundamentally at odds with – and a response to – the incumbent platforms of social media, music and movie distribution and data storage. As we enter the 2020s, centralised power and decentralised communities are on the verge of outright conflict for the control of the digital public space. The resilience of centralised networks and the political organisation of their owners remains significantly underestimated by protocol activists. At the same time, the decentralised networks and the communities they serve have never been more vulnerable. The peer-to-peer community is dangerously unprepared for a crisis-fuelled future that has very suddenly arrived at their door." + participants : [2] +- id: 3 + title_: Rebuild a data future between us + date: 2020-08-10 13:00 + description: "|I am working on a series of projects examine the human’s relationship with data and AI in the future. I want to address the iteration of ourselves and the iteration of computing. In the iteration process, how might we design a space that is safe for everyone, and how should we detail with our personal privacy with Artificial Intelligence of Things (AIoT)? And, when we have the technology to understand and communicate with every object, what’s the relationship between humans? If we live in a fully virtual world, how might we sense and feel the reality? The projects includes a fiction story, a critical essay, a short film, and a speculative design solution. Through storytelling, I invite viewers to experience and rethink about the information revolution. For the talk, I want to discuss about my art and design research process, and how might us as artists, designers, and technologists to help build a positive future with data. I want to share my findings about our data culture, and how the current system might drive us to a world we don’t want to live in. These projects I am working on can’t be the solution for the data-driven world, but hopefully we can starting a conversation and some actions to protect our digital selves." + participants : [2] \ No newline at end of file diff --git a/_data/rf2020/participants.yml b/_data/rf2020/participants.yml new file mode 100644 index 0000000..8c455d5 --- /dev/null +++ b/_data/rf2020/participants.yml @@ -0,0 +1,16 @@ +- id : 1 + fullname : Andrew van Hyfte + pronouns : he/him + location : Austin, Texas U.S.A + links : ["https://www.are.na/andrew-van-hyfte", "https://www.hyperisland.com", "https://www.frogdesign.com"] + bio : "Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavia’s preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelona’s Internet Age Media’s 2020 IAM Weekend." + picture: /assets/participants/andrew-van-hyfte.jpg + events: [1] +- id : 2 + fullname: Cade Diehm + pronouns : he/him + location : Berlin, Germany + links : ["https://twitter.com/helveticade", "https://newdesigncongress.org"] + bio : "Cade is the founder of the New Design Congress, a research group developing a nuanced understanding of technology's role as a social, political and environmental accelerant. He spent ten years embedded in digital infrastructure and security projects in six countries. After his studies, he consulted with government and telecommunications clients with Deloitte Australia. He prototyped Signal, the secure messaging app, with Open Whisper Systems in 2014, led design and strategy at the early cryptocurrency fintech CoinJar and was Chief Creative Officer at SpiderOak, a Snowden-approved cloud storage company. Prior to founding the New Design Congress he led design and information security research at Tactical Tech, a Berlin-based NGO that works to raise awareness of issues of data, privacy and technology in societies." + picture : https://simplysecure.org/assets/img/people/cade.png + events: [2,3] diff --git a/_layouts/event.html b/_layouts/event.html new file mode 100644 index 0000000..c1075cb --- /dev/null +++ b/_layouts/event.html @@ -0,0 +1,36 @@ +--- +layout: page +lang: en +ref: going-online +--- + +
+
+
+

{{ page.title_ }}

+
+ +

+ +

+
+

+ {{ page.title_ }} +

+

+ Participants : +

+ {% for id in page.participants %} + {% for participant in site.data.rf2020.participants %} + {% if participant.id == id %} + {{ participant.fullname }} + {% endif %} + {% endfor %} + {% endfor %} +

+ {{ page.description }} + +

+
+ +
\ No newline at end of file diff --git a/_layouts/participant.html b/_layouts/participant.html index 004392e..0eb3194 100644 --- a/_layouts/participant.html +++ b/_layouts/participant.html @@ -6,40 +6,36 @@ ref: going-online
- +
-

{{ page.fullname }} - {{ page.presentaionName }}

- +

{{ page.fullname }}

- -
- {{ content }} -

About {{ page.fullname }}

+

+ Events : +

+ {% for id in page.events %} + {% for event in site.data.rf2020.events %} + {% if event.id == id %} + {{ event.title_ }} + {% endif %} + {% endfor %} + {% endfor %}

{{ page.bio }}

- {% for site in page.websites %} + {% for site in page.links %} {{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }} {% endfor %}
- - {% for tag in page.tags %} -

- #{{ tag }} -

- - {% endfor %}
\ No newline at end of file diff --git a/_layouts/participant.html.backup b/_layouts/participant.html.backup new file mode 100644 index 0000000..004392e --- /dev/null +++ b/_layouts/participant.html.backup @@ -0,0 +1,45 @@ +--- +layout: page +lang: en +ref: going-online +--- + +
+
+ +
+

{{ page.fullname }} - {{ page.presentaionName }}

+ +
+ +

+ +

+ +
+ {{ content }} +
+
+

+ About {{ page.fullname }} +

+

+ {{ page.bio }} +

+ {% for site in page.websites %} + {{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }} + {% endfor %} + +
+ + {% for tag in page.tags %} +

+ #{{ tag }} +

+ + {% endfor %} +
+ +
\ No newline at end of file diff --git a/participants/img/andrew-van-hyfte.jpg b/assets/participants/andrew-van-hyfte.jpg similarity index 100% rename from participants/img/andrew-van-hyfte.jpg rename to assets/participants/andrew-van-hyfte.jpg diff --git a/participants/andrew-van-hyfte.md b/participants/andrew-van-hyfte.md deleted file mode 100644 index 6ac14eb..0000000 --- a/participants/andrew-van-hyfte.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: participant -fullname: Andrew van Hyfte -pronouns: he/him -location: Austin, Texas U.S.A -websites: [https://www.are.na/andrew-van-hyfte, https://www.hyperisland.com, https://www.frogdesign.com] -tags: [anticapitalism, testing, other, yep] -bio: Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavia’s preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelona’s Internet Age Media’s 2020 IAM Weekend. www.frogdesign.com www.hyperisland.com -presenting: turbo-manana -presentaionName: turbo mañana -profile-img: './img/andrew-van-hyfte.jpg' -format: workshop -dateTime: 2020-09-18 14:15:00 - - ---- - -Attendees will explore our aesthetic and socio-economic landscape and how it applies to possible futures and ways we can influence them. In a workshop format, the attendees can explore the following zones and ideate ways to create Turbo Mañana in their professional and personal lives. - -How and why is it that some experiential products that sell a feeling or vibe have license to “own” radically futuristic visions? Why do others all look the same? — - -At its core, it’s just about money. C.R.E.A.M (Humanist Blandcore) - -Attendees will explore what lies beyond capitalist realism. - -Philosophical/Existential/Socio-economic forces — - -I’ve mapped out philosophical axes and socio-economic drivers that motivate and fuel aesthetics and cultural production. - -We must realize that capitalism will consume Earth’s resources until it’s exhausted unless we find another way to live in-between abundance and scarcity. (McDaas/Capitalocene) - -What’s Next? — - -Are we going to get medieval again? (Neo-Feudalism) - -Or will we wake up and places bets on activities, provocation and cultural production that inspires imagination and multitudes of possible futures? (Turbo Mañana) \ No newline at end of file diff --git a/participants/index.md b/participants/index.md deleted file mode 100644 index e84264a..0000000 --- a/participants/index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: participant -fullname: Andrew van Hyfte -pronouns: he/him -location: Austin, Texas U.S.A -websites: [https://www.are.na/andrew-van-hyfte, https://www.hyperisland.com, https://www.frogdesign.com] -bio: Andrew is a designer and strategist currently working at frog; focusing on emerging markets and aesthetic futures in order to imagine brave new ventures. Previously a graduate of Scandinavia’s preeminent experimental design institution, Hyper Island, and investigator/collaborator of mythopoetic modes of teaching in partnership with Barcelona’s Internet Age Media’s 2020 IAM Weekend. www.frogdesign.com www.hyperisland.com -presenting: turbo-manana -presentaionName: turbo mañana -profile-img: './img/andrew-van-hyfte.jpg' -format: workshop -dateTime: 2020-09-18 14:15:00 -lang: en -ref: going-online - - ---- - -Attendees will explore our aesthetic and socio-economic landscape and how it applies to possible futures and ways we can influence them. In a workshop format, the attendees can explore the following zones and ideate ways to create Turbo Mañana in their professional and personal lives. - -How and why is it that some experiential products that sell a feeling or vibe have license to “own” radically futuristic visions? Why do others all look the same? — - -At its core, it’s just about money. C.R.E.A.M (Humanist Blandcore) - -Attendees will explore what lies beyond capitalist realism. - -Philosophical/Existential/Socio-economic forces — - -I’ve mapped out philosophical axes and socio-economic drivers that motivate and fuel aesthetics and cultural production. - -We must realize that capitalism will consume Earth’s resources until it’s exhausted unless we find another way to live in-between abundance and scarcity. (McDaas/Capitalocene) - -What’s Next? — - -Are we going to get medieval again? (Neo-Feudalism) - -Or will we wake up and places bets on activities, provocation and cultural production that inspires imagination and multitudes of possible futures? (Turbo Mañana) \ No newline at end of file