from pydata.style import *
%load_ext literacy.template
https://www.youtube.com/embed/0fKBhvDjuy0
## Topics
This presentation is inspired by simple geometries. Eventually we settled on the following key `topics\`
= 'design, systems, materials, community, media, culture'
with the accompanying `constraints\`
= 'functional, geographical, physical, people, sensory, time'
This presentation is inspired by simple geometries. Eventually we settled on the following key topics\
= 'design, systems, materials, community, media, culture'
with the accompanying constraints\
= 'functional, geographical, physical, people, sensory, time'
topics, constraints = map(lambda ___: ___.replace(' ', '').split(','),[topics, constraints])
# [Shapes of the presentation]()
df
constraints | functional | geographical | physical | people | sensory | time | |
---|---|---|---|---|---|---|---|
order | topic | ||||||
0 | design | systems | materials | community | media | culture | design |
1 | systems | materials | community | media | culture | design | systems |
2 | materials | community | media | culture | design | systems | materials |
3 | community | media | culture | design | systems | materials | community |
4 | media | culture | design | systems | materials | community | media |
5 | culture | design | systems | materials | community | media | culture |
https://en.m.wikipedia.org/wiki/Sierpinski_triangle
Import('.Sierpinski Triangle');
Import('.shapes');
# Abstracts
{% for topic in topics[:2] %}{{the.Path().read_text().loads().get_in(['cells', 0, 'source'])[''.join](topic+'.ipynb')}}
{% endfor %}
{% for topic in topics[2:4] %}{{the.Path().read_text().loads().get_in(['cells', 0, 'source'])[''.join](topic+'.ipynb')}}
{% endfor %}
{% for topic in topics[4:] %}{{the.Path().read_text().loads().get_in(['cells', 0, 'source'])[''.join](topic+'.ipynb')}}
{% endfor %}
## Particles
Particles are standalone articles and presentations that are importable.
# webrtc = __import__('particles.webrtc')