From be280803de88e426536d34bf5316305c1ed83ab1 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Thu, 19 Dec 2019 17:50:04 +0100 Subject: [PATCH] Added 36c3 Texts --- conf.py | 4 +-- pages/36c3/index.md | 37 ++++++++++++++++++++++-- pages/index.rst | 18 +++++++----- posts/c3space-at-the-36c6.md | 14 +++++++++ themes/c3space/assets/css/36c3/event.css | 4 +++ 5 files changed, 65 insertions(+), 12 deletions(-) create mode 100644 posts/c3space-at-the-36c6.md diff --git a/conf.py b/conf.py index 7cdad95..7877f2f 100644 --- a/conf.py +++ b/conf.py @@ -140,7 +140,7 @@ TRANSLATIONS_PATTERN = '{path}.{lang}.{ext}' NAVIGATION_LINKS = { DEFAULT_LANG: ( (( - ("#", "36C3"), + ("/events/36c3/", "36C3"), ("/events/35C3/index.html", "35C3"), ("/events/34C3/index.html", "34C3") ), "Events"), @@ -938,7 +938,7 @@ LICENSE = "" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents © {date} {author} - Powered by Nikola {license}' +CONTENT_FOOTER = 'Contents CC-BY-SA {author} - Powered by Nikola {license}' # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will diff --git a/pages/36c3/index.md b/pages/36c3/index.md index 18c2e1f..e4efc38 100644 --- a/pages/36c3/index.md +++ b/pages/36c3/index.md @@ -1,5 +1,5 @@ .. title: C3Space at the 36C6 -.. slug: 36c3 +.. slug: events/36c3 .. date: 2019-12-16 13:29:40 UTC+01:00 .. tags: .. category: events @@ -7,13 +7,44 @@ .. description: .. type: text -Like last year's CSOC the assembly is intended as place to hang out (and to show of projects) +The C3Space Assembly is intended as place to hang out (and to show of projects) for everyone interested in space exploration, space travel, satellites, cubesats, satellite tracking, diy astronomy, amateur rocketry ... you name it. The goal is to bring all the different people hacking on space topics in our community in one place, explore existing projects and come up with new ideas to hack where no congress has hacked before. -#Foo +Like last year we teamed up with the Libre Space Foundation +to create an awesome assembly for all things space related. Please be aware, that we aim to provide a safe environment for all galactic life forms (although we are only able to provide an oxygen atmosphere). We come in peace! + +Topics +====== +* Building a satellite +* How to receive and decode signals from space + * Weather satellites: APT, HRPT, ... + * Cubesats + * Amateur Radio Satellites, especially QO100 + * DIY radio astronomy + * The SatNOGs Project +* General rocket science +* Model/Experimental rockets +* DIY rocket engines +* Nerding real rocket science +* History of space flight and exploration + + +Projects +======== +Unfortunately we could not bring everything on this list along to show it to you, +so you might have to talk to us if you want more information. + +* The **SatNOGs Project** + * Members of the SatNOGs Team as well as some experienced ground station + operators will be present to answer your questions + * Some [satellite Dashboards](https://dashboard.satnogs.org/d/QjDe5S8mk/satellite-telemetries?orgId=1) will be on display +* DIY QO100 Ground Station (**sebastian**) + * A cheap and mostly DIY setup for HAM radio operation on QO100 +* Self hosted NASA Deep Space Network Database Project with ELK Stack for Radio Astronomers (**h3b3rn**) +* Raspberry Pi with Rad1o SDR Badge and Antenna to scan the Milky Way (**h3b3rn**) diff --git a/pages/index.rst b/pages/index.rst index 2e0ea17..f8be62e 100644 --- a/pages/index.rst +++ b/pages/index.rst @@ -7,11 +7,15 @@ .. description: .. type: text -Like last year's CSOC the assembly is intended as place to hang out (and to show of projects) -for everyone interested in space exploration, space travel, satellites, cubesats, -satellite tracking, diy astronomy, amateur rocketry ... you name it. -The goal is to bring all the different people hacking on space topics in our community in one place, -explore existing projects and come up with new ideas to hack where no congress has hacked before. +There are many groups in the hacker community, which work on space related topics like +cubesats, ground station networks, amateur rocketry and diy astronomy. +The mission of C3Space is to bring all theses different people in one place, +explore existing projects and come up with new ideas to hack the final frontier. -Please be aware, that we aim to provide a safe environment for all galactic life forms -(although we are only able to provide an oxygen atmosphere). We come in peace! + +Getting in Touch +================ +* IRC: #c3space on irc.freenode.net +* Matrix: #c3space:matrix.org (bridged to IRC) +* Twitter: https://twitter.com/c3spacecentre +* Mastodon: https://chaos.social/@C3SpaceCentre diff --git a/posts/c3space-at-the-36c6.md b/posts/c3space-at-the-36c6.md new file mode 100644 index 0000000..806543e --- /dev/null +++ b/posts/c3space-at-the-36c6.md @@ -0,0 +1,14 @@ +.. title: C3Space at the 36C6 +.. slug: c3space-at-the-36c6 +.. date: 2019-12-19 17:43:06 UTC+01:00 +.. tags: Congress +.. category: +.. author: Sebastian +.. link: +.. description: +.. type: text + +Like the last two years there will be a C3Space assembly at the 36th Chaos Communication Congress. + + +See [here](/events/36c3/) for details. diff --git a/themes/c3space/assets/css/36c3/event.css b/themes/c3space/assets/css/36c3/event.css index 8575b9b..6e5578f 100644 --- a/themes/c3space/assets/css/36c3/event.css +++ b/themes/c3space/assets/css/36c3/event.css @@ -52,3 +52,7 @@ body { #toptranslations ul li { font-family: 'Blackout Midnight'; } + +#content h2 { + color: #FE5000; +}