Skip to content

Commit 4b11521

Browse files
author
Hamish Downer
committed
add notes from 2 more talks
1 parent 8e89c6a commit 4b11521

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed

PyConUK2015/gender.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Asking About Gender
2+
===================
3+
4+
@kitation
5+
6+
Title:
7+
8+
- Mr, Mrs, Ms, Miss, Mx, Dr, Other
9+
- No legal requirement to have a title
10+
11+
Or just have field for full name including title
12+
13+
Pronoun (if/required)
14+
15+
- He/His
16+
- She/Hers
17+
- Zie/Zir
18+
- Xe/Xer
19+
20+
Gender:
21+
22+
- Do you have to ask?
23+
- ideally free text
24+
- radio buttons: Male, Female, Non-binary, prefer not to say
25+
26+
Dear Sir/Madam ? Just "Hello"? Dear Customer?
27+
28+
http://nonbinary.org
29+
http://nonbinary.co.uk
30+
31+
32+
askingaboutgender.tumblr.com

PyConUK2015/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ Notes from talks
1010

1111
These are the notes I've taken during the talks. If the speaker gave a link to the slides or talk notes, the link is included.
1212

13+
(Haven't taken so many notes at this conference as I spent some talks writing my talk ...)
14+
1315
.. toctree::
1416
:maxdepth: 2
1517

1618
data-pipeline
19+
landing-comet
20+
gender
1721

1822

1923
Slides for other talks
@@ -23,11 +27,19 @@ Many slides have been posted at http://pyconuk.net/PostConf
2327

2428
Some people posted links to slide on twitter for talks I didn't go to, so I've collected them here:
2529

30+
* `deep dive into python import hooks`_
2631
* `technical leadership`_
2732
* `making python computations faster`_
33+
* `transducers through python`_ companion blog posts
34+
* `the silent C in STEM`_
35+
* `resilient data pipelines with docker and docker-compose`_
2836

2937
And the slides and notes for my talk `OOD Rules`_
3038

39+
.. _`deep dive into python import hooks`: https://kragniz.eu/pyconuk-2015.pdf
3140
.. _`technical leadership`: http://www.owencampbell.me.uk/docs/pyconuk2015.pdf
3241
.. _`making python computations faster`: http://www.slideshare.net/Russel_Winder/making-python-computations-fast
3342
.. _`OOD Rules`: https://github.com/foobacca/ood-rules
43+
.. _`transducers through python`: http://sixty-north.com/blog/series/understanding-transducers-through-python
44+
.. _`the silent C in STEM`: https://docs.google.com/presentation/d/1NhsKZOWx--3kAAGnkUvzxxa2-Nwgzpq_9_aXoPEnbYc/edit#slide=id.p62
45+
.. _`resilient data pipelines with docker and docker-compose`: http://www.slideshare.net/heerensh/pyconuk2015

PyConUK2015/landing-comet.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Landing on a Comet
2+
==================
3+
4+
Planetary and Space Sciences at Open University
5+
Analysis of extra terrestrial samples
6+
Space flight instrumentation
7+
8+
Had to make a really small mass spectrometer to go on the lander < 500g !
9+
Aiming to find our what organic materials are present -> what processes occured in comet formation, and did earth water come from comets?
10+
11+
64 m2 of solar panels - 920W at 3AU
12+
13+
Journey took 10 years - flew by several asteroids on the way - in deep sleep for a lot of the journey, nervous about it waking up, but all worked properly
14+
15+
Had to select a landing site, and the lander had to land in November come what may. Engineers want flat, light, smooth, no boulders. Scientists wanted interesting (but survival)
16+
Had been assuming it was potato shaped, lots of flat areas - but the object turned out to be quite different
17+
so start selection process again!
18+
19+
Landing - gravity is very week - the force on the lander is about the same as a sheet of paper in earth gravity.
20+
Lots of stuff prepared
21+
Story - celebrating in front of the camera, while in the back room the live data stream is not so good ... going pear shaped
22+
Bouncing - got data from different bits of the comet while bouncing over the surface
23+
Had to replan the instrument usage in 60 hours - no time for testing, as battery running down
24+
25+
active descent system, harpoons and ice screws all failed
26+
only the "damping mechanism" kept the lander on the comet
27+
28+
re-established contact with lander 13 June 2015.
29+
RF link works about 160km, but orbiter mostly further away
30+
now past closest pass to sun, orbiter will come in close again, establish link to lander again
31+
32+
Offer to do talks in schools

0 commit comments

Comments
 (0)