New additions

This commit is contained in:
Ruben van de Ven 2019-01-24 19:01:56 +01:00
parent 397c52f8d6
commit afda2387ce
3 changed files with 41 additions and 1 deletions

View File

@ -15,6 +15,10 @@ After edit of src/js/d3.bundle.js run:
rollup -c
```
```bash
rsync -av . rubenvandeven.com:/home/ruben/hosts/new/www/ --exclude=node_modules --exclude=package-lock.json --exclude=.git --copy-links --info=progress2
```
# TODO
- minify D3.js with selective components

View File

@ -24,7 +24,7 @@
"foundingDate": "2018",
"description": "A research into <em>Data Dramatisation</em> as a tactic to make data visualisations more transparent in their underlying procedures of data collection. We advocate a form of data literacy that is not so much focussed on programming skill, but rather one that brings an understanding of data infrastructures: allowing for restistance against data driven governance.",
"member": [
{"@id": "http://randomizer.info"}
{"@id": "http://randomizer.info#person"}
],
"@reverse": {
"about": [
@ -37,6 +37,25 @@
"organizer": "Centre for Digital Cultures & Institute for Culture and Society",
"location": "Leuphana University, Lüneburg"
}
],
"organizer": [
{
"@type": "Event",
"name": "Data Flâneur",
"alternateName": "Data Flâneur - seeing and being seen in the data driven city",
"startDate": "2018-11-04",
"endDate": "2018-11-04",
"url":"https://creativecodingutrecht.nl/2018/10/20/the-data-flaneur-seen-and-being-seen-in-the-data-driven-city-tour/",
"description": "Inspired by Alison Powells data walk, the <em>Flaneur</em> twists her concept by not only making participants aware of data collection within the city, but also by making them experiment with data collection for their own purposes. By zooming in on the procedures of selection, classification and digitisation, participants experience the intricacies of data collection.",
"superEvent": {
"@type": "ExhibitionEvent",
"name": "Hello World!",
"startDate": "2018-11-02",
"endDate": "2018-11-04",
"organizer": "Creative Coding Utrecht",
"url": "https://www.creativecodingutrecht.nl/2018/10/30/hello-world-full-program-online/"
}
}
]
}
}
@ -67,6 +86,18 @@
"location": {
"@id": "https://rubenvandeven.com/place/q21"
}
},
{
"@id": "http://cqrrelations.constantvzw.org/",
"@type": "Event",
"name": "Cqrrelations Worksession",
"url": "http://cqrrelations.constantvzw.org/",
"startDate": "2015-01-18",
"endDate": "2015-01-23",
"organizer": {
"@id": "http://constantvzw.org",
"name": "Constant"
}
}
],
"author": [

View File

@ -122,6 +122,11 @@ g.node{
// font-family: "CMU Bright", sans-serif;
font-size: 10pt;
// TODO: make this valid
// g[class*="ImageObject"] & {
// display: none;
// }
tspan{
text-anchor:middle;
}