Added 36c3 Texts

This commit is contained in:
Sebastian 2019-12-19 17:50:04 +01:00
parent 20b375a492
commit be280803de
5 changed files with 65 additions and 12 deletions

View File

@ -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 &copy; {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}'
CONTENT_FOOTER = 'Contents <href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a> <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> {license}'
# Things that will be passed to CONTENT_FOOTER.format(). This is done
# for translatability, as dicts are not formattable. Nikola will

View File

@ -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 <a href="https://libre.space/">Libre Space Foundation</a>
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 <a href="https://amsat-uk.org/satellites/geo/eshail-2/">QO100</a>
* DIY radio astronomy
* The <a href="https://satnogs.org/">SatNOGs Project</a>
* 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**)

View File

@ -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

View File

@ -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.

View File

@ -52,3 +52,7 @@ body {
#toptranslations ul li {
font-family: 'Blackout Midnight';
}
#content h2 {
color: #FE5000;
}