Browse Source

Merge branch 'master' of gitlab.com:rscmbbng/cet-cat

transformations
mb@mb 7 years ago
parent
commit
f791a606ec
  1. BIN
      content/images/offline_listening.png
  2. BIN
      content/images/radio.jpg
  3. 10
      content/sdr-workshop.md
  4. 14
      content/sounduncloud.md
  5. 6
      themes/cetcat/templates/syndication.html

BIN
content/images/offline_listening.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
content/images/radio.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 KiB

10
content/sdr-workshop.md

@ -0,0 +1,10 @@
Title: Introduction To Software Defined Radio
Date: 2017-09-09
Category: curriculum
Slug: sdr-intro
lang: en
curriculum: True
![This is not an SDR]({filename}images/radio.jpg)
Thee air that surrounds us is filled with signals ranging from cell phone packets, commercial radio stations, wireless internet modems, airplane tracking signals, satellite broadcasts and many more... The advent of Software-Defined Radio (SDR) has made it much easier and cheaper to learn how to receive these signals and use them for a variety of projects. This course will introduce participants to this relatively new set of open source tools known as Software Defined Radio. The course held weekly on Tuesday evenings from 20:00 to 22:00 strarting on the 15th of November. It held by Dennis de Bel and Roel Roscam Abbing it costs 80 euros. SDR Hardware is included in the course fee.

14
content/sounduncloud.md

@ -0,0 +1,14 @@
Title: Sounduncloud: A Rogue Archiving Workshop
Date: 2017-11-09
Category: curriculum
Slug: sounduncloud
lang: en
curriculum: True
![Offline listening for days!]({filename}images/offline_listening.png)
Soundcloud has narrowly avoided bankruptcy. The online platform where mixes are shared and genres such as 'soundcloud rap' emerged is in dire straits. In this short workshop we will look at rogue archival practices, help you download all your mixes and saved collcetions using Free Software tools and finally make and publish a mixtape together.
Dates: november 25th
Max participants: 15
Costs: 35 euro

6
themes/cetcat/templates/syndication.html

@ -5,7 +5,7 @@
{# Thumbnail image to show when homepage is shared on social media. It also
serves as the default image for posts whose featured_image is not set. #}
{% if not FEATURED_IMAGE %}
{% set FEATURED_IMAGE = 'https://keet.space/images/keet.jpg' %}
{% set FEATURED_IMAGE = '' %}
{% else %}
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
{% endif %}
@ -43,8 +43,8 @@ serves as the default image for posts whose featured_image is not set. #}
<meta name="twitter:title" content="{{ SITENAME|striptags|e }}">
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="{{ SITEURL }}" />
<meta property="og:description" content="the spacekeet is a DIY satellite observatory trying to map out man-made space from the Utrecht Science Park">
<meta name="twitter:description" content="the spacekeet is a DIY satellite observatory trying to map out man-made psace from the Utrecht Science Park">
<meta property="og:description" content="The Center of Everyday Technology is a Rotterdam based initiative that collects, conducts and instigates research into everyday technology.">
<meta property="twitter:description" content="The Center of Everyday Technology is a Rotterdam based initiative that collects, conducts and instigates research into everyday technology.">
<meta property="og:site_name" content="{{ SITENAME|striptags|e }}" />
<meta property="og:article:author" content="{{ AUTHOR }}" />
{% if FEATURED_IMAGE %}

Loading…
Cancel
Save