diff --git a/README.md b/README.md index ef3fde9..2d9ee3a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rubenvandeven.jsonld b/rubenvandeven.jsonld index aa0fc33..38f0ccc 100644 --- a/rubenvandeven.jsonld +++ b/rubenvandeven.jsonld @@ -24,7 +24,7 @@ "foundingDate": "2018", "description": "A research into Data Dramatisation 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 Powell’s ‘data walk’, the Flaneur 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": [ diff --git a/src/scss/portfolio.scss b/src/scss/portfolio.scss index 28f8baf..b655842 100644 --- a/src/scss/portfolio.scss +++ b/src/scss/portfolio.scss @@ -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; }