add this place does exist
This commit is contained in:
parent
a179ebf22a
commit
720587b55a
11 changed files with 61 additions and 7 deletions
|
@ -102,6 +102,9 @@ RewriteRule "^spectacular-spectator-mood-meter$" "index.html"
|
||||||
RewriteRule "^sustaining-gazes$" "index.html"
|
RewriteRule "^sustaining-gazes$" "index.html"
|
||||||
RewriteRule "^sustaining-gazes/image/1$" "index.html"
|
RewriteRule "^sustaining-gazes/image/1$" "index.html"
|
||||||
RewriteRule "^sustaining-gazes/image/2$" "index.html"
|
RewriteRule "^sustaining-gazes/image/2$" "index.html"
|
||||||
|
RewriteRule "^this-place-does-exist$" "index.html"
|
||||||
|
RewriteRule "^this-place-does-exist/image/1$" "index.html"
|
||||||
|
RewriteRule "^this-place-does-exist/video/gan$" "index.html"
|
||||||
RewriteRule "^university/piet-zwart$" "index.html"
|
RewriteRule "^university/piet-zwart$" "index.html"
|
||||||
RewriteRule "^venue/cruise-terminal$" "index.html"
|
RewriteRule "^venue/cruise-terminal$" "index.html"
|
||||||
RewriteRule "^venue/tivoli$" "index.html"
|
RewriteRule "^venue/tivoli$" "index.html"
|
||||||
|
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
`gulp serve`
|
`gulp serve`
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
`node_modules/.bin/gulp serve`
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
`node_modules/.bin/gulp jsonld` (to only flatten jsonld and run pagerank)
|
||||||
|
|
||||||
Generate thumbnails: (TODO: gulpify this)
|
Generate thumbnails: (TODO: gulpify this)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
BIN
assets/image/this-place-does-exist-video-snapshot.png
(Stored with Git LFS)
Normal file
BIN
assets/image/this-place-does-exist-video-snapshot.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/image/this-place-does-exist.png
(Stored with Git LFS)
Normal file
BIN
assets/image/this-place-does-exist.png
(Stored with Git LFS)
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
assets/thumb/this-place-does-exist-video-snapshot.jpg
(Stored with Git LFS)
Normal file
BIN
assets/thumb/this-place-does-exist-video-snapshot.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/thumb/this-place-does-exist-video-snapshot.png
(Stored with Git LFS)
Normal file
BIN
assets/thumb/this-place-does-exist-video-snapshot.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/thumb/this-place-does-exist.png
(Stored with Git LFS)
Normal file
BIN
assets/thumb/this-place-does-exist.png
(Stored with Git LFS)
Normal file
Binary file not shown.
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -5,6 +5,7 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "portfolio",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1536,7 +1537,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"anymatch": "~3.1.1",
|
"anymatch": "~3.1.1",
|
||||||
"braces": "~3.0.2",
|
"braces": "~3.0.2",
|
||||||
"fsevents": "~2.3.1",
|
|
||||||
"glob-parent": "~5.1.0",
|
"glob-parent": "~5.1.0",
|
||||||
"is-binary-path": "~2.1.0",
|
"is-binary-path": "~2.1.0",
|
||||||
"is-glob": "~4.0.1",
|
"is-glob": "~4.0.1",
|
||||||
|
@ -3457,7 +3457,6 @@
|
||||||
"anymatch": "^2.0.0",
|
"anymatch": "^2.0.0",
|
||||||
"async-each": "^1.0.1",
|
"async-each": "^1.0.1",
|
||||||
"braces": "^2.3.2",
|
"braces": "^2.3.2",
|
||||||
"fsevents": "^1.2.7",
|
|
||||||
"glob-parent": "^3.1.0",
|
"glob-parent": "^3.1.0",
|
||||||
"inherits": "^2.0.3",
|
"inherits": "^2.0.3",
|
||||||
"is-binary-path": "^1.0.0",
|
"is-binary-path": "^1.0.0",
|
||||||
|
@ -4788,9 +4787,6 @@
|
||||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
|
||||||
"integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
|
"integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
|
||||||
"graceful-fs": "^4.1.6"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"graceful-fs": "^4.1.6"
|
"graceful-fs": "^4.1.6"
|
||||||
}
|
}
|
||||||
|
|
|
@ -201,6 +201,38 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": [
|
"author": [
|
||||||
|
{
|
||||||
|
"@id": "r:/this-place-does-exist",
|
||||||
|
"@type": "MediaObject",
|
||||||
|
"name": "This place does exist",
|
||||||
|
"dateCreated": "2023",
|
||||||
|
"description": "Since the introduction of GANs (Generative Adversarial Networks) in 2014 and Style Transfer in 2015, the use of neural networks has become increasingly popular among image-makers. This trend accelerated with the introduction of StyleGAN, which combined both techniques. What began with generating non-existent faces now encompasses beaches, fonts, an IKEA catalog, rental homes, chairs, climate scenarios, horses, chemicals, cars, tulips, and more. 'This space does exist' explores the relationship between the input and output of these neural networks. For how do the generated images provide insight into the data with which the networks were initially fed? And subsequently, how can these insights inform our use of this technology to answer overarching questions about visual culture and the socio-cultural role of images in public space based on our dataset.\n\n‘This Space does Exist’ the project centers around a dataset compiled by Ward Goes, a cultural anthropologist and graphic designer who, starting in 2018, documented nearly 3000 shopfronts in Paris, manually coding them for typography, colour, and composition, finding patterns linked to city demographics. The project explores the use of neural networks to generate new visuals based on this extensive dataset of Parisian shopfronts, then analyzing those generated images to uncover underlying patterns related to demographics and urban change. The ultimate goal is to create a deeper understanding of visual culture and the role of images in public spaces through a combined artistic and analytical approach.",
|
||||||
|
"@reverse": {
|
||||||
|
"author": [
|
||||||
|
{
|
||||||
|
"@id": "r:/person/ward-goes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"video": [
|
||||||
|
{
|
||||||
|
"@id": "r:/this-place-does-exist/video/gan",
|
||||||
|
"@type": "VideoObject",
|
||||||
|
"thumbnailUrl": "/assets/thumb/this-place-does-exist-video-snapshot.jpg",
|
||||||
|
"contentUrl": "http://works.rubenvandeven.com/2023-this-place-does-exist/run00016-013120-seed8-modified_on_axes-all_layers.mp4",
|
||||||
|
"encodingFormat": "video/mp4",
|
||||||
|
"videoFrameSize": "256x256"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"image": [
|
||||||
|
{
|
||||||
|
"@id": "r:/this-place-does-exist/image/1",
|
||||||
|
"@type": "ImageObject",
|
||||||
|
"contentUrl": "/assets/image/this-place-does-exist.png",
|
||||||
|
"thumbnailUrl": "/assets/thumb/this-place-does-exist.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"@type": "ScholarlyArticle",
|
"@type": "ScholarlyArticle",
|
||||||
"name": " Inconsistent Projections",
|
"name": " Inconsistent Projections",
|
||||||
|
|
Loading…
Reference in a new issue