Add papers and report

This commit is contained in:
Ruben van de Ven 2022-11-09 11:34:12 +01:00
parent f3a106fe50
commit 357211b03c
9 changed files with 52 additions and 11 deletions

View File

@ -1,10 +1,9 @@
# Don't edit: generated using gulpfile.js
RewriteEngine On
<FilesMatch "\.git">
Order allow,deny
Deny from all
</FilesMatch>
RewriteEngine On
RewriteRule "^2017/artistic-point-of-interference$" "index.html"
RewriteRule "^2018/data-flaneur$" "index.html"
RewriteRule "^2018/digital-cultures$" "index.html"
@ -85,6 +84,7 @@ RewriteRule "^organisation/willem-de-kooning-academie$" "index.html"
RewriteRule "^panel/stateofemotion/video$" "index.html"
RewriteRule "^person/cristina-cochior$" "index.html"
RewriteRule "^person/donald-schenkel$" "index.html"
RewriteRule "^person/francesco-ragazzi$" "index.html"
RewriteRule "^person/ildiko-plajas$" "index.html"
RewriteRule "^person/joseph-huot$" "index.html"
RewriteRule "^person/merijn-van-moll$" "index.html"

View File

@ -706,7 +706,7 @@ function startGraph(graph) {
} else if (typeof nodeAttr[_i]['@id'] !== 'undefined') {
continue;
}
if (attr == 'https://schema.org/url' || attr == 'http://www.w3.org/2000/01/rdf-schema#seeAlso') {
if (attr == 'https://schema.org/url' || attr == 'https://schema.org/identifier' || attr == 'http://www.w3.org/2000/01/rdf-schema#seeAlso') {
listEl.innerHTML += '<dt class=\'dt-' + getDisplayAttr(attr) + '\' title=\'' + attr + '\'>' + getDisplayAttr(attr) + '</dt><dd class=\'dd-' + getDisplayAttr(attr) + '\'><a href=\'' + nodeAttr[_i] + '\'>' + nodeAttr[_i] + '</a></dd>';
} else if (attr == 'https://schema.org/embedUrl') {
listEl.innerHTML += '<dt class=\'dt-' + getDisplayAttr(attr) + '\' title=\'' + attr + '\'>' + getDisplayAttr(attr) + '</dt><dd class=\'dd-' + getDisplayAttr(attr) + '\'><a href=\'' + nodeAttr[_i] + '\'>' + nodeAttr[_i] + '</a></dd>';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
// var sass = require('gulp-sass');
var babel = require('gulp-babel');
var concat = require('gulp-concat');
var rename = require('gulp-rename');
@ -83,7 +83,7 @@ function createHtaccessFromFlattenedJsonld(flattened) {
let contentLines = [
"# Don't edit: generated using gulpfile.js",
"RewriteEngine On",
'<FilesMatch "\.git">',
'<FilesMatch "\\.git">',
"Order allow,deny",
"Deny from all",
"</FilesMatch>",

View File

@ -203,7 +203,8 @@
"author": [
{
"@type": "ScholarlyArticle",
"name": " Inconsistent Projections: Con-Figuring Security Vision through Diagramming ",
"name": " Inconsistent Projections",
"alternativeHeadline": "Con-Figuring Security Vision through Diagramming",
"pageStart": "50",
"pageEnd": "65",
"isPartOf": "A Peer-Reviewed Journal About: Vol. 11 No. 1 (2022): Rendering Research",
@ -223,6 +224,46 @@
}
]
},
{
"@type": "ScholarlyArticle",
"name": " From Consensus to Diffraction.",
"alternativeHeadline": "On Generative Frictions in Mapping Computer Vision Technologies in the Field of Security",
"isPartOf": "Anthrovision [Online], Vol. 8 No. 1 (2020). Mediation, and Comparison",
"publisher": "European Association of Social Anthropologists—Visual Anthropology Network",
"abstract": "How does one map and visualise the complex arrangements of computer vision technologies used in the field of security in a collaborative setting where the research participants come from different scholarly traditions? This paper is an account of how we have attempted to tackle this question, and in the process of doing so, had to overcome challenges linked to the very meaning of collaboration. In a context in which epistemological and ontological differences appeared insurmountable, rather than searching for an illusory consensus, we decided to pluralize our visualisation practices. We thus mobilize maps, diagrams and snapshots not as illustrations but as the very nodes where frictions become tangible and generative of new directions. In our co-laboration we move from networks and maps to diagrams and 3D spaces yet still hold them together by reading across and through them, what we define as a “diffractive” approach.",
"url": "https://journals.openedition.org/anthrovision/6924",
"identifier": "https://doi.org/10.4000/anthrovision.6924",
"datePublished": "2022-07-31",
"author": [
{
"@id": "r:/person/ildiko-plajas"
},
{
"@id": "r:/person/francesco-ragazzi",
"@type": "Person",
"name": "Francesco Ragazzi"
}
]
},
{
"@type": "Report",
"name": "Biometric and behavioural mass surveillance in EU member states",
"publisher": "Greens/EFA in the European Parliament",
"abstract": "The aim of this report is to establish a problematised overview of what we know about what is currently being done in Europe when it comes to remote biometric identification (RBI), and to assess in which cases we could potentially fall into forms of biometric mass surveillance.",
"url": ["https://www.greens-efa.eu/biometricsurveillance/"],
"identifier": "https://doi.org/10.4000/anthrovision.6924",
"datePublished": "2021-10-01",
"author": [
{
"@id": "r:/person/ildiko-plajas"
},
{
"@id": "r:/person/francesco-ragazzi"
},
"Elif Mendos Kuskonmaz",
"Ben Wagner"
]
},
{
"@id": "r:/accept-and-work",
"@type": "CreativeWorkSeries",

View File

@ -589,7 +589,7 @@ var setDetails = function(nodeDatum, nodeIdx) {
} else if(typeof nodeAttr[i]['@id'] !== 'undefined') {
continue;
}
if(attr == 'https://schema.org/url' || attr == 'http://www.w3.org/2000/01/rdf-schema#seeAlso') {
if(attr == 'https://schema.org/url' || attr == 'https://schema.org/identifier' || attr == 'http://www.w3.org/2000/01/rdf-schema#seeAlso') {
listEl.innerHTML += `<dt class='dt-${getDisplayAttr(attr)}' title='${attr}'>${getDisplayAttr(attr)}</dt><dd class='dd-${getDisplayAttr(attr)}'><a href='${nodeAttr[i]}'>${nodeAttr[i]}</a></dd>`;
} else if(attr == 'https://schema.org/embedUrl') {
listEl.innerHTML += `<dt class='dt-${getDisplayAttr(attr)}' title='${attr}'>${getDisplayAttr(attr)}</dt><dd class='dd-${getDisplayAttr(attr)}'><a href='${nodeAttr[i]}'>${nodeAttr[i]}</a></dd>`;