@ -0,0 +1,658 @@ |
|||||
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); |
||||
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); |
||||
|
|
||||
|
html, body { |
||||
|
margin: 0; |
||||
|
padding: 0; |
||||
|
width: auto; |
||||
|
height: auto; |
||||
|
font-family: 'IBM Plex Sans', sans-serif; |
||||
|
overflow: hidden; |
||||
|
overflow-y: hidden; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
|
|
||||
|
a { |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
|
||||
|
canvas { |
||||
|
display: block; |
||||
|
width: 100%; |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
overflow: hidden; |
||||
|
overflow-y: hidden; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
|
|
||||
|
.divider{ |
||||
|
display: flex; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
flex-direction: row; |
||||
|
background-color: #f3f3ea; |
||||
|
justify-content:flex-start; |
||||
|
max-height: 100vh; |
||||
|
overflow: hidden; |
||||
|
overflow-y: hidden; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
|
|
||||
|
#sketch{ |
||||
|
width: 45.4545vw; |
||||
|
overflow: hidden; |
||||
|
overflow-y: hidden; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
.text{ |
||||
|
display: grid; |
||||
|
width: calc( 100vw - 100vw/2.2); |
||||
|
background-color: #f3f3ea; |
||||
|
padding-left: 100px; |
||||
|
padding-right: 100px; |
||||
|
} |
||||
|
|
||||
|
.text-group{ |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
overflow: hidden; |
||||
|
word-wrap: break-word; |
||||
|
} |
||||
|
|
||||
|
.text-header{ |
||||
|
height: 20%; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
margin-top: 30px; |
||||
|
justify-content:center; |
||||
|
width: 100%; |
||||
|
} |
||||
|
|
||||
|
.tool1{ |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
justify-content: center; |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
flex-direction: row; |
||||
|
} |
||||
|
|
||||
|
.tool2{ |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
justify-content: center; |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
flex-direction: row; |
||||
|
} |
||||
|
|
||||
|
.t1-box{ |
||||
|
width: 70%; |
||||
|
height: 60%;; |
||||
|
background-color: white; |
||||
|
border-radius: 25px; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
justify-content: space-around; |
||||
|
align-items: center; |
||||
|
font-size: 1.4rem; |
||||
|
} |
||||
|
|
||||
|
.t2-box{ |
||||
|
width: 70%; |
||||
|
height: 60%;; |
||||
|
background-color: white; |
||||
|
border-radius: 25px; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
justify-content: space-around; |
||||
|
align-items: center; |
||||
|
} |
||||
|
|
||||
|
.t1-1{ |
||||
|
font-weight: 700; |
||||
|
} |
||||
|
|
||||
|
.mobile-percent { |
||||
|
position: absolute; |
||||
|
top: 125px; |
||||
|
left: 25px; |
||||
|
width: 40px; |
||||
|
text-align: center; |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.mobile-arrow { |
||||
|
position: absolute; |
||||
|
top: 125px; |
||||
|
right: 25px; |
||||
|
width: 40px; |
||||
|
text-align: center; |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.t1-am{ |
||||
|
font-weight: 700; |
||||
|
color: #5444B7; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
.t2-1{ |
||||
|
cursor: pointer; |
||||
|
font-size: 1.4rem; |
||||
|
} |
||||
|
|
||||
|
.t1-3{ |
||||
|
font-weight: 700; |
||||
|
font-size: 2rem; |
||||
|
} |
||||
|
|
||||
|
.tool2{ |
||||
|
width: 100%; |
||||
|
} |
||||
|
|
||||
|
#text-body{ |
||||
|
height: 100%; |
||||
|
width: 100%; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
overflow: hidden; |
||||
|
overflow-y: scroll; |
||||
|
overflow-x: hidden; |
||||
|
-webkit-mask: |
||||
|
linear-gradient( to bottom, transparent, black 100px) top, |
||||
|
linear-gradient( to top, transparent, black 200px) bottom; |
||||
|
-webkit-mask-size: 100% 52%; /* each one half the size */ |
||||
|
-webkit-mask-repeat:no-repeat; |
||||
|
|
||||
|
mask-repeat:no-repeat; |
||||
|
padding-bottom: 75px; |
||||
|
padding-top: 75px; |
||||
|
margin-top: 50px; |
||||
|
} |
||||
|
|
||||
|
.Paul{ |
||||
|
margin-right: 10px; |
||||
|
color: rgb(150, 53, 139); |
||||
|
font-family: 'IBM Plex Sans', sans-serif; |
||||
|
font-weight: 600; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.conceptNULL{ |
||||
|
margin-right: 10px; |
||||
|
color: rgb(150, 53, 53); |
||||
|
font-family: 'IBM Plex Sans', sans-serif; |
||||
|
font-weight: 600; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.Aisling{ |
||||
|
margin-right: 10px; |
||||
|
color: rgb(53, 56, 150); |
||||
|
font-family: 'IBM Plex Sans', sans-serif; |
||||
|
font-weight: 600; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.Tom{ |
||||
|
margin-right: 10px; |
||||
|
color: rgb(69, 150, 53); |
||||
|
font-family: 'IBM Plex Sans', sans-serif; |
||||
|
font-weight: 600; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
|
||||
|
.y-coord{ |
||||
|
font-family: 'IBM Plex Sans', monospace; |
||||
|
font-size: 0.9rem; |
||||
|
margin-right: 10px; |
||||
|
background-color: rgb(3, 3, 3); |
||||
|
border-radius: 20px; |
||||
|
padding: 5px; |
||||
|
color:white; |
||||
|
|
||||
|
|
||||
|
} |
||||
|
|
||||
|
.x-coord{ |
||||
|
font-family: 'IBM Plex Sans', monospace; |
||||
|
font-size: 0.9rem; |
||||
|
margin-right: 5px; |
||||
|
font-family: 'IBM Plex Sans', monospace; |
||||
|
font-size: 0.9rem; |
||||
|
margin-right: 10px; |
||||
|
background-color: rgb(255, 255, 255); |
||||
|
border-radius: 20px; |
||||
|
padding: 5px; |
||||
|
color:rgb(0, 0, 0); |
||||
|
align-items: end; |
||||
|
} |
||||
|
|
||||
|
.sentence-block p{ |
||||
|
line-height: 30px; |
||||
|
font-size: 1.1rem; |
||||
|
margin-top: 5px; |
||||
|
} |
||||
|
|
||||
|
.sentence-block{ |
||||
|
margin-bottom: 50px; |
||||
|
} |
||||
|
|
||||
|
.text-footer{ |
||||
|
height: 0%; |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
justify-content: center; |
||||
|
} |
||||
|
|
||||
|
.slider-text{ |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
width: 200px; |
||||
|
} |
||||
|
|
||||
|
.title{ |
||||
|
width: auto; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
text-align: center; |
||||
|
color: #5444B7; |
||||
|
margin-left: 20px; |
||||
|
margin-right: 20px; |
||||
|
filter: drop-shadow(0 0 1rem rgb(47, 0, 255)); |
||||
|
} |
||||
|
|
||||
|
.title1{ |
||||
|
font-style: normal; |
||||
|
font-size: 3rem; |
||||
|
margin: 0; |
||||
|
font-family: 'IBM Plex Mono', monospace; |
||||
|
font-weight: 600; |
||||
|
} |
||||
|
|
||||
|
.title2{ |
||||
|
font-style: normal; |
||||
|
font-size: 3rem; |
||||
|
margin: 0; |
||||
|
font-family: 'IBM Plex Mono', monospace; |
||||
|
font-weight: 600; |
||||
|
letter-spacing: 8px; |
||||
|
} |
||||
|
|
||||
|
.text-body{ |
||||
|
margin-left: 100px; |
||||
|
margin-right: 100px; |
||||
|
font-size: 1.2rem; |
||||
|
font-weight: 200; |
||||
|
} |
||||
|
|
||||
|
.break{ |
||||
|
background-color: #5444B7; |
||||
|
width: 2px; |
||||
|
} |
||||
|
|
||||
|
.p5Canvas{ |
||||
|
margin: 0; |
||||
|
overflow: hidden; |
||||
|
} |
||||
|
|
||||
|
#container-about { |
||||
|
position: fixed; |
||||
|
bottom: 20px; |
||||
|
right: 30px; |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
#container-switch { |
||||
|
position: fixed; |
||||
|
bottom: 20px; |
||||
|
left: 30px; |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.arrow{ |
||||
|
margin-left: 10px; |
||||
|
cursor: pointer; |
||||
|
text-align: center; |
||||
|
align-items: baseline; |
||||
|
width: 18px; |
||||
|
margin:auto; |
||||
|
position: relative; |
||||
|
top: 5px |
||||
|
} |
||||
|
|
||||
|
.slidercontainer { |
||||
|
width: 200px; /* Width of the outside container */ |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
gap: 30px; |
||||
|
height: 100%; |
||||
|
align-self: flex-start; |
||||
|
align-items: center; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
.slider { |
||||
|
-webkit-appearance: none; |
||||
|
width: 80%; |
||||
|
height: 2px; |
||||
|
border-radius: 5px; |
||||
|
background: #000000; |
||||
|
outline: none; |
||||
|
opacity: 0.7; |
||||
|
-webkit-transition: .2s; |
||||
|
transition: opacity .2s; |
||||
|
margin-top: 10px; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
.switch-view{ |
||||
|
background-color: #a8a8a8; |
||||
|
border: none; |
||||
|
color: white; |
||||
|
padding: 40px; |
||||
|
text-align: center; |
||||
|
text-decoration: none; |
||||
|
display: inline-block; |
||||
|
font-size: 16px; |
||||
|
margin: 4px 2px; |
||||
|
border-radius: 50px; |
||||
|
} |
||||
|
|
||||
|
#text-view-button{ |
||||
|
display: none; |
||||
|
position: fixed; |
||||
|
top: 25px; |
||||
|
right: 25px; |
||||
|
} |
||||
|
|
||||
|
#tv-button{ |
||||
|
background-color : #c6c6c600; |
||||
|
color: white; |
||||
|
padding: 0px 0px; |
||||
|
border-radius: 20px; |
||||
|
border-color: #46b8da; |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
::-webkit-scrollbar { |
||||
|
width: 0; /* Remove scrollbar space */ |
||||
|
background: transparent; /* Optional: just make scrollbar invisible */ |
||||
|
} |
||||
|
/* Optional: show position indicator in red */ |
||||
|
::-webkit-scrollbar-thumb { |
||||
|
background: #FF0000; |
||||
|
} |
||||
|
|
||||
|
img{ |
||||
|
width: 50px; |
||||
|
height: auto; |
||||
|
} |
||||
|
|
||||
|
#text-view { |
||||
|
opacity: 1.0; |
||||
|
transition: opacity 1s ease-in-out; |
||||
|
} |
||||
|
|
||||
|
.about-pop-up { |
||||
|
width: 60%; |
||||
|
background-color: #f1f1f1;; |
||||
|
z-index: 1000; |
||||
|
height: 70%; |
||||
|
position: fixed; |
||||
|
top: 50%; |
||||
|
left: 50%; |
||||
|
margin-right: -50%; |
||||
|
transform: translate(-50%, 100%); |
||||
|
padding: 10px; |
||||
|
border-radius: 15px; |
||||
|
opacity: 0.96; |
||||
|
transition: transform 1s ease-in-out; |
||||
|
filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.186)); |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
/* flex-wrap: wrap; */ |
||||
|
gap: 20px; |
||||
|
overflow-y: scroll; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
|
|
||||
|
.about-header { |
||||
|
font-style: italic; |
||||
|
font-size: 2rem; |
||||
|
margin: 0; |
||||
|
font-family: 'IBM Plex Mono', monospace; |
||||
|
font-weight: 600; |
||||
|
color: #5444B7; |
||||
|
margin:40px; |
||||
|
margin-bottom: 0; |
||||
|
} |
||||
|
|
||||
|
.about-body { |
||||
|
flex-direction: column; |
||||
|
margin-left: 40px; |
||||
|
margin-right: 40px; |
||||
|
font-size: 1.5rem; |
||||
|
} |
||||
|
|
||||
|
.tech-about { |
||||
|
font-style: italic; |
||||
|
font-size: 1.1rem; |
||||
|
} |
||||
|
|
||||
|
.network-button { |
||||
|
position: absolute; |
||||
|
right: 25px; |
||||
|
top: 25px; |
||||
|
display: none; |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
.mobile-about-button { |
||||
|
position: absolute; |
||||
|
left: 25px; |
||||
|
top: 25px; |
||||
|
display: none; |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
@media only screen and (max-width: 1300px){ |
||||
|
.t2-box{ |
||||
|
flex-direction: column; |
||||
|
height: 100%; |
||||
|
width: 70%; |
||||
|
} |
||||
|
|
||||
|
.t1-box{ |
||||
|
flex-direction: column; |
||||
|
height: 100%; |
||||
|
width: 70%; |
||||
|
} |
||||
|
|
||||
|
.text{ |
||||
|
margin-left: 50px; |
||||
|
margin-right: 50px; |
||||
|
} |
||||
|
|
||||
|
.about-pop-up { |
||||
|
width: 90%; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@media only screen and (max-width: 950px) { |
||||
|
#sketch{ |
||||
|
display: inline; |
||||
|
position: absolute; |
||||
|
width: 100%; |
||||
|
z-index: 100; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
} |
||||
|
|
||||
|
.divider{ |
||||
|
position: absolute; |
||||
|
background-color: #f9f8d900; |
||||
|
} |
||||
|
|
||||
|
#text-view-button{ |
||||
|
display: inline; |
||||
|
z-index: 110; |
||||
|
} |
||||
|
|
||||
|
.break{ |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.text{ |
||||
|
padding-right: 10px; |
||||
|
padding-left: 10px; |
||||
|
margin-left: 0px; |
||||
|
margin-right: 0px; |
||||
|
display: inline; |
||||
|
position: relative; |
||||
|
z-index: 200; |
||||
|
left: 0; |
||||
|
top:0; |
||||
|
background-color: #8a8a8a00; |
||||
|
-webkit-backdrop-filter: blur(20px); |
||||
|
backdrop-filter: blur(20px); |
||||
|
width: 100vw; |
||||
|
} |
||||
|
|
||||
|
#text-body{ |
||||
|
margin-left: 20px; |
||||
|
margin-right: 20px; |
||||
|
width:fit-content; |
||||
|
padding-bottom: 0px; |
||||
|
overflow-y: scroll; |
||||
|
} |
||||
|
|
||||
|
.tool1{ |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.tool2{ |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.x-coord{ |
||||
|
margin-left: 10px; |
||||
|
} |
||||
|
|
||||
|
.y-coord{ |
||||
|
margin-left: 10px; |
||||
|
} |
||||
|
|
||||
|
.arrow{ |
||||
|
margin-left: 10px; |
||||
|
} |
||||
|
|
||||
|
.text-group{ |
||||
|
height: 95%; |
||||
|
} |
||||
|
|
||||
|
#container-switch { |
||||
|
display:inline; |
||||
|
} |
||||
|
|
||||
|
#container-about { |
||||
|
display:inline; |
||||
|
} |
||||
|
|
||||
|
.title1{ |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
.title2{ |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
.about-pop-up { |
||||
|
width: 90%; |
||||
|
height: 75%; |
||||
|
} |
||||
|
|
||||
|
.about-header { |
||||
|
font-size: 1.5rem; |
||||
|
} |
||||
|
|
||||
|
.about-body { |
||||
|
font-size: 1.2rem; |
||||
|
} |
||||
|
|
||||
|
.tech-about { |
||||
|
font-size: 1rem; |
||||
|
} |
||||
|
|
||||
|
.network-button { |
||||
|
display: inline; |
||||
|
} |
||||
|
|
||||
|
.mobile-about-button { |
||||
|
display: inline; |
||||
|
font-size: 2.5rem; |
||||
|
} |
||||
|
|
||||
|
.mobile-arrow { |
||||
|
display: block; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
.mobile-percent { |
||||
|
display: block; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@media only screen and (max-width: 700px) { |
||||
|
#sketch{ |
||||
|
display: inline; |
||||
|
} |
||||
|
|
||||
|
#text-view-button{ |
||||
|
display: inline; |
||||
|
} |
||||
|
|
||||
|
.text{ |
||||
|
padding-right: 10px; |
||||
|
padding-left: 10px; |
||||
|
} |
||||
|
|
||||
|
#text-body{ |
||||
|
margin-left: 20px; |
||||
|
margin-right: 20px; |
||||
|
width:fit-content; |
||||
|
} |
||||
|
|
||||
|
.title1{ |
||||
|
font-size: 2.5rem; |
||||
|
} |
||||
|
|
||||
|
.title2{ |
||||
|
font-size: 2.5rem; |
||||
|
} |
||||
|
|
||||
|
.tool1{ |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.tool2{ |
||||
|
display: none; |
||||
|
} |
||||
|
|
||||
|
.mobile-about-button { |
||||
|
display: inline; |
||||
|
font-size: 2rem; |
||||
|
} |
||||
|
|
||||
|
img{ |
||||
|
width: 40px; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 391 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 935 B |
After Width: | Height: | Size: 515 B |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 410 B |
@ -0,0 +1,982 @@ |
|||||
|
{ |
||||
|
"0": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " I always hated presentations, because I feel like I always got way too nervous and then just talked for way too long, which kind of happens here as well, as you can see. But I get nervous when I talk. But one of the questions I think might lead well for this is, in your processes of basically making these events, what are the biggest difficulties that come your way, and how do you kind of get over them? Is it kind of like a structural thing you do? Yeah, that's really just a question.", |
||||
|
"sequence": 2, |
||||
|
"Technology": 0.0415959843, |
||||
|
"Art": -0.0149132358, |
||||
|
"Ireland": -0.0676915869, |
||||
|
"Organisation": 0.1369727403, |
||||
|
"Digital": -0.1290723383, |
||||
|
"Community": 0.0132778306, |
||||
|
"Events": 0.1025209799, |
||||
|
"x": -8.580907, |
||||
|
"y": -6.124051 |
||||
|
}, |
||||
|
"1": { |
||||
|
"speaker": "Tom", |
||||
|
"text": " roping other people in, you know, like, I mean, a lot of times, like, kind of a joke, but like, we definitely, like, we, you know, all of us, we're, I suppose, working in this area, we all know people in this area, but we only know so many people. And we think you know for it to be more interesting it would be much more interesting if that widened out beyond us into whole other sets of people doing whole other sets of things and while we really like that to happen the thing is everyone's really busy in the world you know this pressure like rent people can't afford to live for their work all this sort of stuff so uh While people are always like, this is great, we'd really love to get involved, the practicalities are quite difficult. And we also haven't always been graded because we are ourselves quite busy. And we tried to institute the structure where we'd meet once a week, or sorry, we'd meet the following week after an event. And especially recently, we've just been kind of up the walls. And so we haven't always managed to do that. And when you I've been involved in a number of organizations, and I think it's really important to have quite clear structures because it allows people to get involved. And as we said at the start, we don't really have them because we haven't quite. So it's kind of on us to maybe also find ways to make it more open to other people to get involved. But that also is a big job, and it takes a lot of labor to set up those systems. And also, the risk, because you don't know if you do them, but anyone wants to be involved anyway. So it's a funny one. I don't know.", |
||||
|
"sequence": 3, |
||||
|
"Technology": 0.0198384617, |
||||
|
"Art": 0.0060142493, |
||||
|
"Ireland": -0.0464651659, |
||||
|
"Organisation": -0.00542389, |
||||
|
"Digital": -0.1506244689, |
||||
|
"Community": 0.1301781833, |
||||
|
"Events": 0.0646481961, |
||||
|
"x": -7.202645, |
||||
|
"y": -4.764115 |
||||
|
}, |
||||
|
"2": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Do I head hush?", |
||||
|
"sequence": 4, |
||||
|
"Technology": 0.0560337752, |
||||
|
"Art": 0.041655086, |
||||
|
"Ireland": 0.1189015433, |
||||
|
"Organisation": -0.0188594144, |
||||
|
"Digital": 0.0736947507, |
||||
|
"Community": 0.0576674193, |
||||
|
"Events": 0.026060842, |
||||
|
"x": -0.41552874, |
||||
|
"y": 3.0291958 |
||||
|
}, |
||||
|
"3": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "No, you go, Falco.", |
||||
|
"sequence": 5, |
||||
|
"Technology": 0.1060419753, |
||||
|
"Art": 0.08917851, |
||||
|
"Ireland": 0.276741147, |
||||
|
"Organisation": 0.0167829767, |
||||
|
"Digital": 0.0366919376, |
||||
|
"Community": 0.0716870725, |
||||
|
"Events": 0.1389241219, |
||||
|
"x": 4.755789, |
||||
|
"y": 4.511425 |
||||
|
}, |
||||
|
"4": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " I was trying to find, I hadn't written notes on this.", |
||||
|
"sequence": 6, |
||||
|
"Technology": 0.0525202937, |
||||
|
"Art": 0.0597619116, |
||||
|
"Ireland": 0.1841824055, |
||||
|
"Organisation": 0.0153159965, |
||||
|
"Digital": 0.0292911865, |
||||
|
"Community": 0.0534745045, |
||||
|
"Events": 0.1138431579, |
||||
|
"x": 2.9560292, |
||||
|
"y": 3.8656237 |
||||
|
}, |
||||
|
"5": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, I mean, I guess what Tom said, but I had just kind of written money and time, and it's kind of crass and like, you know, talk about money and time and quantify it, you know, but I guess time more so than money. Like Tom said, we're all busy. We're not making money out of this. It's not about money, but we've got to make money elsewhere. Thanks.", |
||||
|
"sequence": 7, |
||||
|
"Technology": -0.1168898121, |
||||
|
"Art": -0.0339839682, |
||||
|
"Ireland": -0.1332846433, |
||||
|
"Organisation": -0.0504594222, |
||||
|
"Digital": -0.1407146752, |
||||
|
"Community": -0.0902514532, |
||||
|
"Events": -0.1207195967, |
||||
|
"x": -12.849203, |
||||
|
"y": -0.18915209 |
||||
|
}, |
||||
|
"6": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "I don't know what you can find here. The crassus belt would have came in, like, you know.", |
||||
|
"sequence": 8, |
||||
|
"Technology": 0.0178131573, |
||||
|
"Art": 0.0475087911, |
||||
|
"Ireland": 0.1391175985, |
||||
|
"Organisation": 0.0095177609, |
||||
|
"Digital": 0.0781993419, |
||||
|
"Community": 0.0315025821, |
||||
|
"Events": 0.0473324805, |
||||
|
"x": 0.20089366, |
||||
|
"y": 3.0300672 |
||||
|
}, |
||||
|
"7": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "So, yeah. And also, you know, it's like ensuring a second... No, yeah, I mean, ensuring access and not always kind of... Trying not to always take the easy way, but at the same time, trying not to make it too difficult. You know, I think it's kind of important as well. Time is a big, big, big factor. Even as Tom said, you know, like it would be nice to do things a certain way. And like there is, we've tried to put in kind of structures, but again, it's kind of hard to maintain them, like meet the following week, but one of us might have to do something. And again, that's something that usually is there.", |
||||
|
"sequence": 9, |
||||
|
"Technology": 0.0105584087, |
||||
|
"Art": -0.0847603679, |
||||
|
"Ireland": -0.07731428, |
||||
|
"Organisation": 0.1524886638, |
||||
|
"Digital": -0.1192948222, |
||||
|
"Community": -0.0237281285, |
||||
|
"Events": -0.0184380189, |
||||
|
"x": -9.798663, |
||||
|
"y": -5.685506 |
||||
|
}, |
||||
|
"8": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " As you said earlier, I think that's also maybe the thing that's kept you going for so long, that over time, the needs or the possibilities of the members change, and therefore data changes and keeps itself going that way. I think that's also a good thing, to be honest.", |
||||
|
"sequence": 10, |
||||
|
"Technology": 0.1784094572, |
||||
|
"Art": 0.0422811545, |
||||
|
"Ireland": 0.0277226791, |
||||
|
"Organisation": 0.1386207342, |
||||
|
"Digital": 0.0948825181, |
||||
|
"Community": 0.1990260482, |
||||
|
"Events": 0.1637868136, |
||||
|
"x": 11.144796, |
||||
|
"y": -3.3375642 |
||||
|
}, |
||||
|
"9": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "And I wonder also if maybe this could be a hot take, if the lack of structure is potentially why it lasts so long because I think like if there was such a if there was such a strong like structure and then you don't you don't like adhere to that and then it begins to kind of fall apart and then you feel like you're not kind of up to speed but I feel like even if we miss an event we're still just like or we miss a a talk like every like after the the event like our meeting we still kind of stick with like okay that that fell through but like we're going to keep going and we're going to plan for the next event and you know for this one we're planning to do one at the end of the month and then I think we are still doing one at the end of the month, I shouldn't have gotten into this.", |
||||
|
"sequence": 11, |
||||
|
"Technology": -0.0839504302, |
||||
|
"Art": -0.0968198776, |
||||
|
"Ireland": -0.0136202499, |
||||
|
"Organisation": 0.1255734116, |
||||
|
"Digital": -0.2256757915, |
||||
|
"Community": -0.0142062604, |
||||
|
"Events": 0.073444888, |
||||
|
"x": -10.429002, |
||||
|
"y": -4.998892 |
||||
|
}, |
||||
|
"10": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "I love the hot take though, you're right, and it is the kind of space, the disorganization", |
||||
|
"sequence": 12, |
||||
|
"Technology": 0.0777099282, |
||||
|
"Art": 0.0611422658, |
||||
|
"Ireland": 0.0115954047, |
||||
|
"Organisation": 0.0569533482, |
||||
|
"Digital": -0.110423401, |
||||
|
"Community": 0.0056139487, |
||||
|
"Events": 0.0207064953, |
||||
|
"x": -3.872421, |
||||
|
"y": -2.639733 |
||||
|
}, |
||||
|
"11": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " Okay, maybe disorganization, maybe lack of commitment to organization due to time also is good because we all know like it's like we're kind of the three of us are like in touch, we've got like a WhatsApp group, Discord and email. So different messages are kind of pinging off about different things, more or less all the time, but then you know someone won't answer for a while and that's because that person's like obviously busy like that could be me and that that's fine or they might pick up a different trend and stuff so it's a little bit chaotic but that's you know that's good as well so i'm i'm with ash on the hot take there definitely yeah i think we definitely", |
||||
|
"sequence": 13, |
||||
|
"Technology": -0.0261055119, |
||||
|
"Art": -0.0370677225, |
||||
|
"Ireland": -0.0110555151, |
||||
|
"Organisation": -0.1093355715, |
||||
|
"Digital": -0.1893326044, |
||||
|
"Community": -0.0770493597, |
||||
|
"Events": -0.0722745806, |
||||
|
"x": -11.498349, |
||||
|
"y": -0.4016193 |
||||
|
}, |
||||
|
"12": { |
||||
|
"speaker": "Tom", |
||||
|
"text": " Well done. I know Paul and I are both, like, I'm not sure if you are into Critical Art Ensemble, you know, and they wrote a lot about, like, digital resistance and resistance to, like, nomadic power, which is this thing of being, like, not having a structure because if you have a structure, ultimately you're kind of going to be defeated by whatever neoliberalism and the forces and power and so on. And so like they've all this theory about disability to just kind of recombine all the time and just pop up regardless of what happens. So we can pretend we had totally like theorized this over the years.", |
||||
|
"sequence": 14, |
||||
|
"Technology": -0.0081527159, |
||||
|
"Art": 0.0242494717, |
||||
|
"Ireland": -0.0013273302, |
||||
|
"Organisation": -0.0373520032, |
||||
|
"Digital": -0.073822841, |
||||
|
"Community": -0.1172466576, |
||||
|
"Events": -0.0619581342, |
||||
|
"x": -10.957805, |
||||
|
"y": 1.0386072 |
||||
|
}, |
||||
|
"13": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, by any media necessary. By any WhatsApp Discord channel necessary.", |
||||
|
"sequence": 15, |
||||
|
"Technology": 0.1676934063, |
||||
|
"Art": 0.120802775, |
||||
|
"Ireland": 0.0753270462, |
||||
|
"Organisation": -0.0146850534, |
||||
|
"Digital": 0.184404701, |
||||
|
"Community": 0.1563051939, |
||||
|
"Events": 0.0806205273, |
||||
|
"x": 7.4271894, |
||||
|
"y": -1.1288115 |
||||
|
}, |
||||
|
"14": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, one goes down, you have the other two like.", |
||||
|
"sequence": 16, |
||||
|
"Technology": 0.0279477406, |
||||
|
"Art": 0.0090855379, |
||||
|
"Ireland": 0.1719368994, |
||||
|
"Organisation": 0.1079989374, |
||||
|
"Digital": 0.0936128199, |
||||
|
"Community": 0.0399963781, |
||||
|
"Events": 0.1668020338, |
||||
|
"x": 4.539073, |
||||
|
"y": 2.2762976 |
||||
|
}, |
||||
|
"15": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " That kind of idea that data never dies. I think one of you said that to me pretty soon after I joined you. You were like, data never dies. It just went to sleep for a while. And the kind of idea that even if there's some form of lack of engagement, it's because there's no solid structure and it's not a space that we're renting that we need to continuously pay for and upkeep, it's like, there's actually always something to pick back up because it's just an idea at the end of the day.", |
||||
|
"sequence": 17, |
||||
|
"Technology": 0.0475997664, |
||||
|
"Art": 0.016848091, |
||||
|
"Ireland": 0.1028159857, |
||||
|
"Organisation": -0.0508093238, |
||||
|
"Digital": -0.0483692065, |
||||
|
"Community": -0.0481552593, |
||||
|
"Events": 0.0173090138, |
||||
|
"x": -6.2378697, |
||||
|
"y": 1.158635 |
||||
|
}, |
||||
|
"16": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Even that kind of drifting off, and I think it might be in one of the questions later on, but you know, so Jonah and Nikki set it up 20 years ago, Tim, Rachel, Ben, I think Tom mentioned them, kind of carrying it in after that as well, and other people we're not mentioning, but, you know, we can kind of go with those. Like, we're kind of all still in some way, shape or form in touch with them in some way. So, without getting too much into it, Tom, I know myself knew, and Rachel were emailing the other day about something. Ben, Aisling, I know maybe for the summer, you're going to be like over there in that kind of world. Jonah's in touch with me about kind of web site related stuff. I like, they haven't been around here for years, but like, they still, those people in the past still care about it. And we're still like in touch with them. So, you know, if you look at it, it's kind of quiet, but like, yeah. So what it's like, we're all still chatting away.", |
||||
|
"sequence": 18, |
||||
|
"Technology": 0.0367595926, |
||||
|
"Art": -0.1542481482, |
||||
|
"Ireland": 0.0794157833, |
||||
|
"Organisation": -0.091669865, |
||||
|
"Digital": -0.0913265198, |
||||
|
"Community": -0.0404306054, |
||||
|
"Events": -0.0744722188, |
||||
|
"x": -8.542198, |
||||
|
"y": 2.0854943 |
||||
|
}, |
||||
|
"17": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I mean, I think it goes back to that thing at the very start of, Right. Whether, you know, a collective or whatever, but we do, it's all a bunch of people who are interested in the same thing. And so that, you know, broadly speaking, if you look back over like your work, it tends that, you know, whenever you look back at it, you're like, Oh, I've been doing the same thing forever. So people tend to be interested in it. Their interest tends to stick around for a while. So we did the data 20 event in October last year, which was the 20th anniversary of data. And of course, a lot of the same people who'd been at the first one were there because there's still interest in technology and they're still interested in how it impacts in the world. And they're also making art about it, you know. So I think that's one of the reasons it persists.", |
||||
|
"sequence": 19, |
||||
|
"Technology": 0.0777643323, |
||||
|
"Art": -0.0206213053, |
||||
|
"Ireland": 0.0710924193, |
||||
|
"Organisation": 0.0994318575, |
||||
|
"Digital": 0.0627220422, |
||||
|
"Community": 0.0697718933, |
||||
|
"Events": 0.0076868022, |
||||
|
"x": -0.0086771, |
||||
|
"y": 1.4574904 |
||||
|
}, |
||||
|
"18": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah. And there was people there who were possibly not born. Yeah. Data was on. How cool is that? I think my mom's the first one.", |
||||
|
"sequence": 20, |
||||
|
"Technology": 0.2900774479, |
||||
|
"Art": 0.0590181388, |
||||
|
"Ireland": 0.1426964253, |
||||
|
"Organisation": -0.0790828764, |
||||
|
"Digital": 0.145046562, |
||||
|
"Community": 0.1154695749, |
||||
|
"Events": 0.1147556603, |
||||
|
"x": 6.3702087, |
||||
|
"y": -2.6190917 |
||||
|
}, |
||||
|
"19": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "Yeah.", |
||||
|
"sequence": 21, |
||||
|
"Technology": 0.2798177004, |
||||
|
"Art": 0.267590493, |
||||
|
"Ireland": 0.264179945, |
||||
|
"Organisation": 0.4656565487, |
||||
|
"Digital": 0.2740884721, |
||||
|
"Community": 0.4323056936, |
||||
|
"Events": 0.3351562321, |
||||
|
"x": 18.153908, |
||||
|
"y": 1.320851 |
||||
|
}, |
||||
|
"20": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Today's me too.", |
||||
|
"sequence": 22, |
||||
|
"Technology": 0.2658236921, |
||||
|
"Art": 0.1770493388, |
||||
|
"Ireland": 0.310798943, |
||||
|
"Organisation": 0.2921786904, |
||||
|
"Digital": 0.2313743681, |
||||
|
"Community": 0.2231067121, |
||||
|
"Events": 0.1357066035, |
||||
|
"x": 14.737614, |
||||
|
"y": 1.3098454 |
||||
|
}, |
||||
|
"21": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " Okay.", |
||||
|
"sequence": 23, |
||||
|
"Technology": 0.2676827312, |
||||
|
"Art": 0.2452247441, |
||||
|
"Ireland": 0.2158894688, |
||||
|
"Organisation": 0.4329919219, |
||||
|
"Digital": 0.2245706022, |
||||
|
"Community": 0.3400434852, |
||||
|
"Events": 0.3220648766, |
||||
|
"x": 17.055216, |
||||
|
"y": 1.4848617 |
||||
|
}, |
||||
|
"22": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "No, I was too.", |
||||
|
"sequence": 24, |
||||
|
"Technology": 0.1786195338, |
||||
|
"Art": 0.1250375807, |
||||
|
"Ireland": 0.2926146388, |
||||
|
"Organisation": 0.1548645943, |
||||
|
"Digital": 0.216555655, |
||||
|
"Community": 0.1816014349, |
||||
|
"Events": 0.1528212875, |
||||
|
"x": 13.275076, |
||||
|
"y": 1.1202672 |
||||
|
}, |
||||
|
"23": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "So that's, you know, that's, so that's, that's cool. And again, the 20, I know there, I think there's a question about, uh, highlights. I don't know, but like, that was definitely one. Cause we got like a lot of artists came together, gave up their time, gave up their labor presented. Um, and we had like, like Jonah on a call from New York, Nikki was in Spain, Ben was in France. So they all kind of tuned in at one point. Then we had like, you know, kind of new artists who had never maybe presented or shown their work in public before. Sorry, I'm picking up us here. It was a really nice kind of like, for me anyway, it was like, ah yeah, okay, this is why we're doing it, you know.", |
||||
|
"sequence": 25, |
||||
|
"Technology": 0.0486630648, |
||||
|
"Art": 0.0279255155, |
||||
|
"Ireland": 0.0807128251, |
||||
|
"Organisation": -0.0036019301, |
||||
|
"Digital": 0.0505030826, |
||||
|
"Community": 0.0459861159, |
||||
|
"Events": -0.0928061306, |
||||
|
"x": -4.0518575, |
||||
|
"y": 3.4952278 |
||||
|
}, |
||||
|
"24": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " Yeah, I think that was also a really important one for me to have experienced or I felt very privileged to have been able to experience it because I was so new to it at that point. But I remember one of them saying, I think it was either Nikki or Ben, they said something that completely stuck with me the whole time, that they were like, focus on the people in the room. And I think in, I guess whether it's to do with my age and my generation, there's such an idea of just growth and like, more people you want to like sell out events and you want everybody to know you and like it's all very clout based and it was such a refreshing thing to hear and from from someone who started something 20 years ago that I was now part of you know it was like actually even if there's a load of empty seats like there's people here interested and that kind of engagement is so much more invaluable so much more valuable than you know having a packed out room for the sake of it I think yeah that was like a really important message.", |
||||
|
"sequence": 26, |
||||
|
"Technology": 0.1034350172, |
||||
|
"Art": -0.0403258502, |
||||
|
"Ireland": 0.0106713083, |
||||
|
"Organisation": 0.0709014535, |
||||
|
"Digital": -0.085343495, |
||||
|
"Community": 0.1685914695, |
||||
|
"Events": 0.0716652125, |
||||
|
"x": -3.298498, |
||||
|
"y": -6.560659 |
||||
|
}, |
||||
|
"25": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Was that Ben when he was saying and like when he was doing it it was like when he and he's Ben would have done like a lot of kind of workshops and stuff you know trying to promote it but I think the way he put it was you know at first he was always kind of you're worried about how many people are going to turn up yeah and then he kind of learned that stop worrying about how many people turn up and just as ash says focus on the people who have turned up make make them your make them your world but uh really wise words you know", |
||||
|
"sequence": 27, |
||||
|
"Technology": -0.0065235449, |
||||
|
"Art": 0.0003651436, |
||||
|
"Ireland": -0.0299346708, |
||||
|
"Organisation": -0.0021288972, |
||||
|
"Digital": -0.2577835917, |
||||
|
"Community": 0.002510434, |
||||
|
"Events": -0.0625007451, |
||||
|
"x": -11.378324, |
||||
|
"y": -1.9598967 |
||||
|
}, |
||||
|
"26": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Well, especially if you have all these people who have shown active, you know, like engagement in what you've done, as Ash was saying, it's like, you know, like having even one person be active is better than a thousand, a set out show and everyone's on their phone. It's like, you don't have the one person actually engaging and caring about what you do. And I think that's the really nice thing to see. Like, you know, community is really the most important thing. And I think it seems to be quite at the heart of it as well. I might throw in another question here, because it might be a little bit related to what you've just said as well. How have you found, if at all, that the landscape of digital art and technology have changed over, I would say, over the course of data? But I mean, like, you know, maybe everyone's obviously got a different time frame here. But if you have noticed a difference, and especially these people coming back and in, like, what would you kind of feel that has changed most, really? I can throw it over to Tom and Ash.", |
||||
|
"sequence": 28, |
||||
|
"Technology": 0.0778600052, |
||||
|
"Art": -0.0212756377, |
||||
|
"Ireland": 0.0228841212, |
||||
|
"Organisation": -0.010734912, |
||||
|
"Digital": -0.0730546266, |
||||
|
"Community": 0.2198007703, |
||||
|
"Events": 0.0318261683, |
||||
|
"x": -3.712961, |
||||
|
"y": -7.372546 |
||||
|
}, |
||||
|
"27": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "Well, I mean, I kind of touched on it a bit earlier, but, you know, this thing around technology and its accessibility. So even now, we're making work around things like AI. But it's really at a kind of a input output level. You know, I know that's in the nature of AI a little bit, but it's a bit of a black box and it's much harder. A lot of technologies nowadays, well, they're not really based so much around, say, algorithms, they're much more based on things like data. And that's not something, if you open source it, that you can actually reproduce. So as an artist, you can't necessarily reproduce a training set. So I think there, I think there's something in technology over the last 20 years that specifically, I guess, with kind of technology in terms of like digital code-based technology, it's where they've become a bit less accessible. And I think that's also led to like, I think a lot about social media, which social media art, there was a certain amount of it, maybe kind of, you know, 10 years ago might've been at the peak of it or a little bit more recently than that. And now I teach in a college and very few of my students make work by social media, even though it's probably one of the biggest shaping forces in their life. And I think that's really kind of interesting that it's become almost invisible in a way.", |
||||
|
"sequence": 29, |
||||
|
"Technology": 0.3711454272, |
||||
|
"Art": 0.0705944821, |
||||
|
"Ireland": 0.0986962616, |
||||
|
"Organisation": 0.071710676, |
||||
|
"Digital": 0.1117110625, |
||||
|
"Community": 0.0515113883, |
||||
|
"Events": 0.0727614015, |
||||
|
"x": 6.5542226, |
||||
|
"y": -4.6796875 |
||||
|
}, |
||||
|
"28": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " What do you mean social media? Do you mean they post pictures or like they make artwork and post it on their social media? Are their works concerned with the topic of social media?", |
||||
|
"sequence": 30, |
||||
|
"Technology": 0.1292795092, |
||||
|
"Art": 0.4306221008, |
||||
|
"Ireland": -0.0452899486, |
||||
|
"Organisation": 0.0548152216, |
||||
|
"Digital": 0.2533343434, |
||||
|
"Community": 0.1886698604, |
||||
|
"Events": 0.2013403326, |
||||
|
"x": 9.681247, |
||||
|
"y": -2.0745218 |
||||
|
}, |
||||
|
"29": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "Yeah, I mean, there's not so much work concerned with like critical over critiquing social media as I would expect it to be. And I don't, and I also don't mean this as a criticism of the students. It's more about the technology and it's, it's kind of disappearance, you know? And I think, I mean, maybe, you know, because people talk about infrastructure that, um, so an infrastructure is only something you know notice when it breaks and maybe things like social media have become infrastructural so that we don't see them anymore but I also think that that's a really interesting thing about technology and it really makes me dangerous. I know Paul will probably come on in just a minute because there's a whole pile of artwork that's actually, its focus is making infrastructure visible because actually it's a really shaping force in our lives and whether that's like Paul's working on infrastructures, but obviously there's, you know, whole histories of like in STS and stuff like that, looking at the unequal provision of services and services shape our possibilities and so on. So I don't know, that's one thing I think for sure that's happened. I also think as technology has really like up in terms of its capacity there became of course a focus on things like what you might call like finish so everything's like 4k now 8k you know and we're hopefully doing an event actually with this festival in canada and ireland called the small file media festival that kind of questions that idea of like more more more and i think that's something that's also it used to be the case that people were really like, you could only make a video that was like this many pixels. So you always went to as big as you could be, but now the technology is so capable, but also we've realized the kind of environmental cost of that are, I mean, other material costs of that. So people are beginning to say, oh yeah, maybe this kind of limitless horizon idea is no longer valid.", |
||||
|
"sequence": 31, |
||||
|
"Technology": 0.1506432593, |
||||
|
"Art": -0.0413450561, |
||||
|
"Ireland": -0.0806576982, |
||||
|
"Organisation": -0.1692917645, |
||||
|
"Digital": -0.0512232706, |
||||
|
"Community": -0.0450435579, |
||||
|
"Events": 0.0065543763, |
||||
|
"x": -10.848571, |
||||
|
"y": 4.939463 |
||||
|
}, |
||||
|
"30": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Big time, yeah. Yeah, I think it also like what you're saying with the AI thing, I think also technological art suffers the novelty aspect, I think, much more than other art forms where it's like as soon as something new comes out, like every tech artist seems to have to have a piece coming out with it, even though it's like, why? You know, you have to try and jump onto the next thing always to stay relevant. But that's often also in the social media aspect as well. Yeah. Paul, anything to say?", |
||||
|
"sequence": 32, |
||||
|
"Technology": 0.2913823128, |
||||
|
"Art": 0.084133938, |
||||
|
"Ireland": -0.0609072149, |
||||
|
"Organisation": 0.0124704689, |
||||
|
"Digital": 0.0266917683, |
||||
|
"Community": 0.0321976878, |
||||
|
"Events": 0.0474276915, |
||||
|
"x": 3.1380155, |
||||
|
"y": -5.2062187 |
||||
|
}, |
||||
|
"31": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " After you, Ash, I think you were going to come in there.", |
||||
|
"sequence": 33, |
||||
|
"Technology": 0.1283815056, |
||||
|
"Art": 0.0626056194, |
||||
|
"Ireland": 0.256072849, |
||||
|
"Organisation": -0.0149059948, |
||||
|
"Digital": 0.0384206101, |
||||
|
"Community": 0.0250820667, |
||||
|
"Events": 0.1278952807, |
||||
|
"x": 4.426768, |
||||
|
"y": 5.250013 |
||||
|
}, |
||||
|
"32": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "No, no, I was just...", |
||||
|
"sequence": 34, |
||||
|
"Technology": 0.1398984641, |
||||
|
"Art": 0.1702082455, |
||||
|
"Ireland": 0.1865070313, |
||||
|
"Organisation": 0.1090983003, |
||||
|
"Digital": 0.0613277107, |
||||
|
"Community": 0.1339837015, |
||||
|
"Events": 0.1385108829, |
||||
|
"x": 7.8582835, |
||||
|
"y": 1.7137591 |
||||
|
}, |
||||
|
"33": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " So just in terms of the landscape of new media, digital art in Ireland, was that the original question? Yeah, absolutely. Yeah.", |
||||
|
"sequence": 35, |
||||
|
"Technology": 0.2713345289, |
||||
|
"Art": 0.3142337203, |
||||
|
"Ireland": 0.2894238234, |
||||
|
"Organisation": -0.0336532481, |
||||
|
"Digital": 0.259770155, |
||||
|
"Community": 0.0991421789, |
||||
|
"Events": 0.1300453246, |
||||
|
"x": 9.367558, |
||||
|
"y": 2.819691 |
||||
|
}, |
||||
|
"34": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "And how it's changed for you at all?", |
||||
|
"sequence": 36, |
||||
|
"Technology": 0.2131805718, |
||||
|
"Art": 0.0999245495, |
||||
|
"Ireland": 0.2115531117, |
||||
|
"Organisation": 0.0504866056, |
||||
|
"Digital": 0.1818054467, |
||||
|
"Community": 0.1771051884, |
||||
|
"Events": 0.2582301497, |
||||
|
"x": 10.557694, |
||||
|
"y": 0.7017671 |
||||
|
}, |
||||
|
"35": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "I mean, I guess unavoidably so. And we kind of touched on it in different ways already. I mean, it's a 20 year span. When it began, it was in the beginning of the Celtic Tiger. And as kind of Tom alluded to, you know, there was a lot more kind of a lot more good vibes about technology, you know, but we've had like, to be real, like we've had Edward Snowden's revelations, although not too much has changed and so on. So the honeymoon period has worn off. You can even see that, like in relation to Ireland over the last few years, you know, you kind of have this dominant Silicon Docks narrative. Now there's kind of greater kind of criticality, more accessible to the public. We're seeing it specifically in language, like around data centers. Obviously, corporate tax rate, you know, we had it with Apple and so on and so forth, and it's changing and they're just hot off the presses. And on the subject of infrastructure, I was down in Grand Canal Dock last night with a group and Meta have actually, they've gone. Weird, they're not in offices anymore. They've gone somewhere else, like, but they're no longer in Grand Canal Dock. So, you know, shit's changed. Excuse my language, but language is all right. Things are changing. And obviously, you know, artwork is changing to reflect that, I would guess. Maybe Tom and Ashley, I'm not, I'm in academia, but not really kind of student focused so much at the moment. Although, you know, obviously, you know, we saw the last, event like Aoife's work, you know, on social media, on Twitter and so on. So, yeah, sorry, I'm kind of rambling on here. Yeah, perfect.", |
||||
|
"sequence": 37, |
||||
|
"Technology": 0.149878785, |
||||
|
"Art": -0.0513828471, |
||||
|
"Ireland": 0.1004690826, |
||||
|
"Organisation": -0.0801849365, |
||||
|
"Digital": 0.1002532914, |
||||
|
"Community": -0.0208189785, |
||||
|
"Events": -0.0890083238, |
||||
|
"x": -5.463541, |
||||
|
"y": 5.401068 |
||||
|
}, |
||||
|
"36": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "I think maybe in this sense of, like, I obviously, like I said, I'm with Dato only about a year, but I guess from my, oh, Paul's gone.", |
||||
|
"sequence": 38, |
||||
|
"Technology": 0.1988317817, |
||||
|
"Art": 0.1149772853, |
||||
|
"Ireland": 0.1801891625, |
||||
|
"Organisation": -0.1247201711, |
||||
|
"Digital": 0.1150932014, |
||||
|
"Community": -0.006567657, |
||||
|
"Events": 0.0116876643, |
||||
|
"x": -0.6340038, |
||||
|
"y": 6.349406 |
||||
|
}, |
||||
|
"37": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "Are you away from him or?", |
||||
|
"sequence": 39, |
||||
|
"Technology": 0.1541781127, |
||||
|
"Art": 0.1616753936, |
||||
|
"Ireland": 0.1116891503, |
||||
|
"Organisation": -0.0159907155, |
||||
|
"Digital": 0.2252048552, |
||||
|
"Community": 0.136399731, |
||||
|
"Events": 0.1622900516, |
||||
|
"x": 8.375064, |
||||
|
"y": -0.44190797 |
||||
|
}, |
||||
|
"38": { |
||||
|
"speaker": "UNKNOWN_SPEAKER", |
||||
|
"text": " Amazing.", |
||||
|
"sequence": 40, |
||||
|
"Technology": 0.3555665612, |
||||
|
"Art": 0.2982919812, |
||||
|
"Ireland": 0.2666603625, |
||||
|
"Organisation": 0.2872280478, |
||||
|
"Digital": 0.2776271999, |
||||
|
"Community": 0.3117781281, |
||||
|
"Events": 0.4140433371, |
||||
|
"x": 17.543728, |
||||
|
"y": 2.655701 |
||||
|
}, |
||||
|
"39": { |
||||
|
"speaker": "Tom", |
||||
|
"text": " And we always need new members in data, you know, they keep getting killed.", |
||||
|
"sequence": 41, |
||||
|
"Technology": 0.1380765736, |
||||
|
"Art": 0.0316500142, |
||||
|
"Ireland": 0.0243819244, |
||||
|
"Organisation": -0.037270546, |
||||
|
"Digital": 0.093870081, |
||||
|
"Community": 0.0743172467, |
||||
|
"Events": 0.0818672925, |
||||
|
"x": 3.3673651, |
||||
|
"y": -2.1659873 |
||||
|
}, |
||||
|
"40": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, this is it. I just keep getting hits, but I don't know, like, sorry.", |
||||
|
"sequence": 42, |
||||
|
"Technology": 0.0953068957, |
||||
|
"Art": 0.0846838951, |
||||
|
"Ireland": 0.1461725831, |
||||
|
"Organisation": 0.0622096993, |
||||
|
"Digital": -0.0130862705, |
||||
|
"Community": 0.1106051058, |
||||
|
"Events": 0.1383832991, |
||||
|
"x": 3.4920516, |
||||
|
"y": 2.7911732 |
||||
|
}, |
||||
|
"41": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "I guess just like the idea of actually growing up with technology as opposed to it being a new thing that enters your life. Like, I can't know what it would be like for, to not have the internet, you know, and I feel like maybe as data has progressed, like, technology is becoming more and more like like we said like ingrained in people's lives so kind of touching on what you said I guess Tom of like with your students maybe not making work about it is maybe because that kind of invisibility aspect of it, it's so ingrained that they can't really imagine their life without it. And I guess when you can't imagine that, the need for questioning maybe feels even less. I think the opposite. I think if you feel like you can't do without something, there's probably need to question it even more. Yeah, it's probably a generational thing. I think the fact that, yeah, data has been around so long, I think, um, it's probably almost accidentally like mapping how people are reacting to, to development technology.", |
||||
|
"sequence": 43, |
||||
|
"Technology": 0.3077362478, |
||||
|
"Art": -0.0116020245, |
||||
|
"Ireland": -0.0172153711, |
||||
|
"Organisation": -0.0341287479, |
||||
|
"Digital": 0.0727612749, |
||||
|
"Community": 0.0238857828, |
||||
|
"Events": 0.0020487113, |
||||
|
"x": 3.898569, |
||||
|
"y": -5.5068564 |
||||
|
}, |
||||
|
"42": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah.", |
||||
|
"sequence": 44, |
||||
|
"Technology": 0.2798177004, |
||||
|
"Art": 0.267590493, |
||||
|
"Ireland": 0.264179945, |
||||
|
"Organisation": 0.4656565487, |
||||
|
"Digital": 0.2740884721, |
||||
|
"Community": 0.4323056936, |
||||
|
"Events": 0.3351562321, |
||||
|
"x": 18.153908, |
||||
|
"y": 1.320851 |
||||
|
}, |
||||
|
"43": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I mean, at a practical level, almost any of the media formats that work would have been presented with data one are no longer existing, you know? Yeah.", |
||||
|
"sequence": 45, |
||||
|
"Technology": 0.2367161065, |
||||
|
"Art": 0.1312916428, |
||||
|
"Ireland": 0.1383283436, |
||||
|
"Organisation": 0.0005392544, |
||||
|
"Digital": 0.2366013229, |
||||
|
"Community": 0.140742451, |
||||
|
"Events": 0.1477493793, |
||||
|
"x": 8.9072075, |
||||
|
"y": 0.08552996 |
||||
|
}, |
||||
|
"44": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "I think I saw in one of the pictures that a PS2 icon or something. And I was just like, man, I wanted to see a video. I just want to know what the hell was done with that. Even though it's just a camera, but it's just like such a relic of a past thing that you can see. And like, for people who remember, they'll remember it.", |
||||
|
"sequence": 46, |
||||
|
"Technology": 0.1510233879, |
||||
|
"Art": 0.0460289679, |
||||
|
"Ireland": -0.0792539269, |
||||
|
"Organisation": -0.0560083836, |
||||
|
"Digital": 0.0923430994, |
||||
|
"Community": -0.0605378002, |
||||
|
"Events": 0.1123228744, |
||||
|
"x": 1.7623355, |
||||
|
"y": -4.00422 |
||||
|
}, |
||||
|
"45": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "And maybe younger people look at it and be like, what the fuck is that? A little bit young. If you add up to really, I don't know if it's old or young, but one of the very first videos of Data and someone making a drum machine on a Game Boy.", |
||||
|
"sequence": 47, |
||||
|
"Technology": 0.2151622325, |
||||
|
"Art": -0.0524834879, |
||||
|
"Ireland": -0.0006950786, |
||||
|
"Organisation": -0.1162670255, |
||||
|
"Digital": 0.0749197453, |
||||
|
"Community": -0.0758163631, |
||||
|
"Events": -0.0673014075, |
||||
|
"x": -6.7649913, |
||||
|
"y": 6.1131377 |
||||
|
}, |
||||
|
"46": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " that's that's a vintage art by now like you know people people like we've gotten build dolls on it and build like you know synthesizers out them like and shit class okay let's pull out another question if anyone wants to help me pull it out absolutely although", |
||||
|
"sequence": 48, |
||||
|
"Technology": 0.1280140728, |
||||
|
"Art": 0.0158729907, |
||||
|
"Ireland": -0.0680998415, |
||||
|
"Organisation": -0.0764683634, |
||||
|
"Digital": -0.0152166504, |
||||
|
"Community": -0.0634984225, |
||||
|
"Events": -0.0972251147, |
||||
|
"x": -10.293972, |
||||
|
"y": 3.964844 |
||||
|
}, |
||||
|
"47": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " What's data going to be next month?", |
||||
|
"sequence": 49, |
||||
|
"Technology": 0.1767930984, |
||||
|
"Art": 0.1416885406, |
||||
|
"Ireland": 0.0607128851, |
||||
|
"Organisation": 0.046301946, |
||||
|
"Digital": 0.257338196, |
||||
|
"Community": 0.1539206505, |
||||
|
"Events": 0.2164798826, |
||||
|
"x": 9.577702, |
||||
|
"y": -0.6451263 |
||||
|
}, |
||||
|
"48": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I mean, people having this conversation would be great, I think, you know, and that's not because I'm lazy, but it's like, ultimately, as it's been touched upon, the idea that it would just continually change would be good.", |
||||
|
"sequence": 50, |
||||
|
"Technology": -0.0204928964, |
||||
|
"Art": -0.0391997248, |
||||
|
"Ireland": 0.0354682207, |
||||
|
"Organisation": 0.0042332169, |
||||
|
"Digital": -0.0485101715, |
||||
|
"Community": 0.0739278048, |
||||
|
"Events": 0.0443246439, |
||||
|
"x": -6.2536964, |
||||
|
"y": -3.006455 |
||||
|
}, |
||||
|
"49": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " Yeah, other people involved, still going, you know, because there's always going to be a need for it. I mean, that's like, maybe other things will come along, you know, and that's fine as well. Like, you know, I think we were saying it last year around the 28th anniversary, like if Deja does go back asleep, like that's fine, you know, there's no shame in that or whatever, like something else comes along, that's great. One thing I did when I was looking at that question, and this is maybe not someone's data, I think it's just like, oh, my own little wish list. I'd love to see, like I have a dream that there will be like a physical place, studio, gallery for this kind of work, an independent one. don't need a shitload of funding from pick your big tech company want to get in on the action something small so you know i'm not talking about dublin it could be limerick it could be mayo i don't care it would just be great to see it happen somewhere for people to go but somewhere for people internationally to go like the agencies and stuff. So I think you, there's another, and I'm going to, sorry, I'm going off on one here. I know there was another question about inspiration and other organizations. So looking, and obviously there's, as I said at the beginning, there's lots of brilliant stuff going on here as well. Oh shit. Has everyone just turned their camera off? No, we're all still here, don't worry. I was like, oh man, they don't like what I'm saying. Like, there's places like Fergus Field in London, there's like N\u00eemes in Cyprus and Limassol, obviously bigger, kind of slightly bigger ones like Transmedia, like, well, that's a festival as such, but, you know, like the influencers in Barcelona, like, I think that's kind of dormant now. Like, there's all of these other great spaces. and events in Europe that are very much, you know, kind of community orientated, if I could say that. So we have that, you have that, not just somewhere data, but you guys think that everyone else is doing really great stuff, but it would be just nice to have a Hey, that's, oh, I'm coming up to here. Well, okay. Obviously we're all going to go and meet here and, you know, be nice. Hey, look, I'm pitching to the choir, maybe here, a gallery studio space for people working in media, digital media, arts, et cetera, et cetera.", |
||||
|
"sequence": 51, |
||||
|
"Technology": 0.0185112264, |
||||
|
"Art": -0.0524331816, |
||||
|
"Ireland": 0.073639676, |
||||
|
"Organisation": -0.1026906967, |
||||
|
"Digital": -0.1063778698, |
||||
|
"Community": -0.039320834, |
||||
|
"Events": 0.0182411503, |
||||
|
"x": -8.154863, |
||||
|
"y": 0.6175567 |
||||
|
}, |
||||
|
"50": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "That is my fucking map. You couldn't have said it better. Innovation lab or whatever. Incubation lab as they like to call it. Yeah, no I think this is also one of the problems with constant low that in the end why we shelved a lot of the event kind of side foot was it like because it just was so hard to find a space to even do anything in which and all the spaces were ill fit or needed lots of work and were expensive or had their clauses or didn't have insurance and in the end, it just kind of demeans, not demeans, but just breaks you down so much that you're just like, I can't, I can't keep doing, you know, can't keep doing this like in a consistent level. And as you've kind of shown consistency in whatever timeframe it is, is kind of the key to anything kind of standing on its own two legs. And I think definitely a space, a media space, whether that be in Dublin or wherever in the country, it would be absolutely amazing.", |
||||
|
"sequence": 52, |
||||
|
"Technology": -0.0746586025, |
||||
|
"Art": -0.0019416288, |
||||
|
"Ireland": -0.0455278493, |
||||
|
"Organisation": -0.0840799063, |
||||
|
"Digital": -0.1288158596, |
||||
|
"Community": -0.0920977145, |
||||
|
"Events": -0.0561002456, |
||||
|
"x": -11.911842, |
||||
|
"y": 0.2337793 |
||||
|
}, |
||||
|
"51": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " Maybe a big monorail around the whole country to connect us to it?", |
||||
|
"sequence": 53, |
||||
|
"Technology": 0.080361858, |
||||
|
"Art": 0.1329458654, |
||||
|
"Ireland": -0.0324952304, |
||||
|
"Organisation": 0.213199079, |
||||
|
"Digital": 0.1294657141, |
||||
|
"Community": 0.1692872047, |
||||
|
"Events": 0.061405994, |
||||
|
"x": 12.117555, |
||||
|
"y": -4.37463 |
||||
|
}, |
||||
|
"52": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "So you said Meta were out. Do they know what they're doing with the offices?", |
||||
|
"sequence": 54, |
||||
|
"Technology": 0.1011168137, |
||||
|
"Art": 0.1274570078, |
||||
|
"Ireland": -0.034935873, |
||||
|
"Organisation": 0.0348453596, |
||||
|
"Digital": 0.0768957064, |
||||
|
"Community": 0.034224838, |
||||
|
"Events": 0.054662846, |
||||
|
"x": 1.8941096, |
||||
|
"y": -2.630803 |
||||
|
}, |
||||
|
"53": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, actually, yeah. Occupy the building formerly known as Meta. Yeah, yeah. Just slap a derelict notice light straight away on it.", |
||||
|
"sequence": 55, |
||||
|
"Technology": 0.1294448674, |
||||
|
"Art": 0.0944697857, |
||||
|
"Ireland": 0.1819471419, |
||||
|
"Organisation": 0.114275977, |
||||
|
"Digital": 0.0095281601, |
||||
|
"Community": 0.0399985164, |
||||
|
"Events": 0.0517119989, |
||||
|
"x": 2.3166137, |
||||
|
"y": 2.3905282 |
||||
|
}, |
||||
|
"54": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " Running like usual shit like security guard. I was like, where's the new place? He's like, well, you have to look online. He's like, can I come in? He's like, no.", |
||||
|
"sequence": 56, |
||||
|
"Technology": 0.0777767673, |
||||
|
"Art": 0.0055543943, |
||||
|
"Ireland": -0.029926084, |
||||
|
"Organisation": -0.0398809128, |
||||
|
"Digital": -0.0287393332, |
||||
|
"Community": -0.0853029191, |
||||
|
"Events": -0.0875127912, |
||||
|
"x": -10.468377, |
||||
|
"y": 3.1195278 |
||||
|
}, |
||||
|
"55": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Don't open the app. You tried though. You tried. There you go. OK. Any questions from anyone that they feel? that they've read that they feel like answering as well, because there is still a lot of questions, but I feel like a lot of them have been touched on at this point, so there mightn't be too much need to ask some of them, I guess. There was one, I suppose, I was more kind of a little bit interested was, do you have any things that were crazy or wild that happened at any particular presentation or a fond memory or anything where you're like, fuck, that was crazy, or it was just like, I don't know, particularly memorable in any kind of way where you were like, Yeah, like, I don't know. Yeah, that's a good one. I wanted to know. Any juicy stories anyone booking?", |
||||
|
"sequence": 57, |
||||
|
"Technology": 0.1369611174, |
||||
|
"Art": 0.0814848095, |
||||
|
"Ireland": 0.0216420982, |
||||
|
"Organisation": -0.0695264563, |
||||
|
"Digital": -0.0386752822, |
||||
|
"Community": 0.0642645732, |
||||
|
"Events": 0.124920778, |
||||
|
"x": -0.71532166, |
||||
|
"y": -2.0725336 |
||||
|
}, |
||||
|
"56": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "I have to say I've been pretty good at data events because I just tend to be wrecked after them or something. The first one, the reboot and A4 sounds. There's a story, but I ain't telling it. A lot of it. How was that in person? Nothing bad. It was the points and the post points part. It was really good fun. Yeah. I don't know. I'll turn it over to Ash.", |
||||
|
"sequence": 58, |
||||
|
"Technology": 0.100439705, |
||||
|
"Art": 0.028291354, |
||||
|
"Ireland": 0.0863581449, |
||||
|
"Organisation": -0.0436743014, |
||||
|
"Digital": -0.0279713105, |
||||
|
"Community": 0.0319302902, |
||||
|
"Events": 0.1159951836, |
||||
|
"x": -0.9651897, |
||||
|
"y": -0.5808797 |
||||
|
}, |
||||
|
"57": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "Come on, Tom. Any juicy gossip?", |
||||
|
"sequence": 59, |
||||
|
"Technology": 0.1926791668, |
||||
|
"Art": 0.0625333637, |
||||
|
"Ireland": 0.0112874182, |
||||
|
"Organisation": -0.0349868089, |
||||
|
"Digital": 0.1161818206, |
||||
|
"Community": 0.1037125736, |
||||
|
"Events": 0.0868525729, |
||||
|
"x": 4.4809065, |
||||
|
"y": -2.5383754 |
||||
|
}, |
||||
|
"58": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "What about that time that Hirsch Daryl and Pierre Huey were doing Poppers and the Jacks? Other than that, I can't remember anything, really.", |
||||
|
"sequence": 60, |
||||
|
"Technology": 0.0824231356, |
||||
|
"Art": 0.0872747079, |
||||
|
"Ireland": 0.1051096171, |
||||
|
"Organisation": -0.0881358683, |
||||
|
"Digital": 0.0578710809, |
||||
|
"Community": -0.031726677, |
||||
|
"Events": 0.0790343136, |
||||
|
"x": -0.449625, |
||||
|
"y": 4.8332872 |
||||
|
}, |
||||
|
"59": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " I'm so smashed I can't remember the event.", |
||||
|
"sequence": 61, |
||||
|
"Technology": 0.1309801042, |
||||
|
"Art": 0.1378673017, |
||||
|
"Ireland": 0.1376490891, |
||||
|
"Organisation": 0.0954017714, |
||||
|
"Digital": 0.1197566763, |
||||
|
"Community": 0.1539358497, |
||||
|
"Events": 0.3888296783, |
||||
|
"x": 11.418129, |
||||
|
"y": 1.2075881 |
||||
|
}, |
||||
|
"60": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Ash, what about you?", |
||||
|
"sequence": 62, |
||||
|
"Technology": 0.1146477312, |
||||
|
"Art": 0.082764402, |
||||
|
"Ireland": 0.115177691, |
||||
|
"Organisation": -0.0544062182, |
||||
|
"Digital": 0.1423431188, |
||||
|
"Community": 0.1381556094, |
||||
|
"Events": 0.1457612813, |
||||
|
"x": 6.695937, |
||||
|
"y": -0.20215023 |
||||
|
}, |
||||
|
"61": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "I don't know. I don't think we've had two crazy events, have we, since I've joined?", |
||||
|
"sequence": 63, |
||||
|
"Technology": 0.0852425694, |
||||
|
"Art": -0.0646851957, |
||||
|
"Ireland": 0.1262159795, |
||||
|
"Organisation": -0.0062548006, |
||||
|
"Digital": -0.0172476918, |
||||
|
"Community": 0.0520334542, |
||||
|
"Events": 0.1355265379, |
||||
|
"x": -1.4334855, |
||||
|
"y": 0.31949866 |
||||
|
}, |
||||
|
"62": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " No, but I think it's, yeah, me, not me, but like I said, I haven't really been out too much because I just, yeah, wrecked by the time we get there. They're usually on a Thursday evening. So I guess work on a Friday morning is usually, I sound so dull. Next question, please. Nobody's joking.", |
||||
|
"sequence": 64, |
||||
|
"Technology": 0.0010999329, |
||||
|
"Art": -0.0367012694, |
||||
|
"Ireland": 0.0635681748, |
||||
|
"Organisation": 0.1045937091, |
||||
|
"Digital": -0.1665164232, |
||||
|
"Community": -0.0751032755, |
||||
|
"Events": -0.0796835423, |
||||
|
"x": -11.5369425, |
||||
|
"y": -3.2152762 |
||||
|
}, |
||||
|
"63": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I do Friday morning, so it's like, well, you've got an option. I do cramps Friday morning, but it's like, no way I'm going to do it after drinking.", |
||||
|
"sequence": 65, |
||||
|
"Technology": -0.0715246499, |
||||
|
"Art": -0.0290833525, |
||||
|
"Ireland": 0.0297728926, |
||||
|
"Organisation": 0.0335513093, |
||||
|
"Digital": -0.0543327108, |
||||
|
"Community": -0.0390888825, |
||||
|
"Events": -0.0401275977, |
||||
|
"x": -9.7245655, |
||||
|
"y": -0.80345523 |
||||
|
}, |
||||
|
"64": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, we're going to have to open up our session again.", |
||||
|
"sequence": 66, |
||||
|
"Technology": 0.0764770359, |
||||
|
"Art": 0.0797454342, |
||||
|
"Ireland": 0.0965738669, |
||||
|
"Organisation": 0.3597000241, |
||||
|
"Digital": 0.0499910414, |
||||
|
"Community": 0.143071413, |
||||
|
"Events": 0.1978592128, |
||||
|
"x": 14.395142, |
||||
|
"y": -2.2512136 |
||||
|
}, |
||||
|
"65": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " Yeah, I think we need to reassess. Like when the craziest thing is driving a table home to Tom's in the snow. I think we need to do something.", |
||||
|
"sequence": 67, |
||||
|
"Technology": 0.0190062039, |
||||
|
"Art": 0.0161101762, |
||||
|
"Ireland": 0.0006978996, |
||||
|
"Organisation": -0.0027898978, |
||||
|
"Digital": -0.0699140579, |
||||
|
"Community": -0.0352349803, |
||||
|
"Events": -0.0917340815, |
||||
|
"x": -10.200551, |
||||
|
"y": 0.88504446 |
||||
|
}, |
||||
|
"66": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " The crazy, or the opposite, the uncrazy, because we had an event down at the Electric Picnic and it was on the Sunday, like the worst time, but like nice to be there, but it was at like five o'clock on the Sunday So, like I went down on this Sunday and it was over at six and I think I was on the train in Strad Valley or wherever by like quarter to seven. I was just like, get me the hell out of here. That's how lame I am.", |
||||
|
"sequence": 68, |
||||
|
"Technology": 0.0084991939, |
||||
|
"Art": -0.0002004765, |
||||
|
"Ireland": 0.0176069718, |
||||
|
"Organisation": -0.0186302923, |
||||
|
"Digital": -0.0125064068, |
||||
|
"Community": 0.0653342828, |
||||
|
"Events": 0.0667021275, |
||||
|
"x": -5.528774, |
||||
|
"y": -2.7500474 |
||||
|
}, |
||||
|
"67": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "You were also like talking in print, okay.", |
||||
|
"sequence": 69, |
||||
|
"Technology": 0.0517399758, |
||||
|
"Art": 0.0351460353, |
||||
|
"Ireland": 0.0511397794, |
||||
|
"Organisation": 0.0532013513, |
||||
|
"Digital": 0.0243427865, |
||||
|
"Community": 0.0690242648, |
||||
|
"Events": 0.1599621922, |
||||
|
"x": 3.1844406, |
||||
|
"y": 0.5216458 |
||||
|
}, |
||||
|
"68": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "No, just when you mentioned it, like we were there chatting about like AI and you know all the ethics and everything in it and from the background there's just like like there was just the the spill from the other tent which is completely like there was yeah it was I was very grateful for the few people that were deciding to be at our talk about AI at five o'clock on Sunday I'd like to make an exception", |
||||
|
"sequence": 70, |
||||
|
"Technology": -0.0703718439, |
||||
|
"Art": -0.0889716893, |
||||
|
"Ireland": -0.0819084346, |
||||
|
"Organisation": -0.064448826, |
||||
|
"Digital": -0.1677710116, |
||||
|
"Community": 0.0629580319, |
||||
|
"Events": -0.02875988, |
||||
|
"x": -9.608776, |
||||
|
"y": -2.8553367 |
||||
|
}, |
||||
|
"69": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " You can see one person at the front just completely panned out.", |
||||
|
"sequence": 71, |
||||
|
"Technology": 0.1560747772, |
||||
|
"Art": 0.0970608369, |
||||
|
"Ireland": 0.033200331, |
||||
|
"Organisation": 0.0438271128, |
||||
|
"Digital": 0.0396155529, |
||||
|
"Community": 0.0518235527, |
||||
|
"Events": 0.0828519017, |
||||
|
"x": 2.0010345, |
||||
|
"y": -1.8103894 |
||||
|
} |
||||
|
} |
@ -0,0 +1,926 @@ |
|||||
|
{ |
||||
|
"70": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "Oh yeah, some people were like, they were just absolute stragglers who wanted to sit down for a while. No more than they bargained for. Class.", |
||||
|
"sequence": 72, |
||||
|
"Technology": -0.1220484078, |
||||
|
"Art": 0.0519647002, |
||||
|
"Ireland": 0.0435543172, |
||||
|
"Organisation": -0.0625110865, |
||||
|
"Digital": -0.0593193993, |
||||
|
"Community": 0.0376594961, |
||||
|
"Events": -0.0042805318, |
||||
|
"x": -7.0600023, |
||||
|
"y": -1.6032693 |
||||
|
}, |
||||
|
"71": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Where would you love to do it? This is actually just from, this wasn't written down. If you could have one place to do a data event, and it was anywhere in Ireland, where would you do it? Good question. I had that one on Tapburner, like, you know, do you want to write that one down, like a hook?", |
||||
|
"sequence": 73, |
||||
|
"Technology": 0.1550737917, |
||||
|
"Art": 0.1002990305, |
||||
|
"Ireland": 0.2797958851, |
||||
|
"Organisation": -0.0469782688, |
||||
|
"Digital": 0.0319193937, |
||||
|
"Community": 0.0420073159, |
||||
|
"Events": 0.1831197441, |
||||
|
"x": 5.5027485, |
||||
|
"y": 5.182532 |
||||
|
}, |
||||
|
"72": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "We could use it for our upcoming data event in the complex. There you go. It would be in the complex gallery in October. My favorite building was knocked down to make way for a Google building, so it was the old Bowling's Mill, and now it's the new Google Apartments. So maybe doing something with one of those apartments would be kind of cool.", |
||||
|
"sequence": 74, |
||||
|
"Technology": 0.2232721746, |
||||
|
"Art": 0.1641711593, |
||||
|
"Ireland": 0.0494637452, |
||||
|
"Organisation": 0.0808515549, |
||||
|
"Digital": 0.1303915679, |
||||
|
"Community": 0.1385353953, |
||||
|
"Events": 0.1001276597, |
||||
|
"x": 8.181175, |
||||
|
"y": -2.5248132 |
||||
|
}, |
||||
|
"73": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, that'd be amazing. Yeah, like maybe Valencia Island. you know, where the... Yeah, it would be nice. But also, and I know we've talked about it, I'm going to say Moor Street because it's where we know, it's where I know, but like phone repair shops are of big interest and it would be really nice to do a data event within the context of repair culture or something like that. We have kind of mentioned that on one of our many chats, platforms, whatever. Sorry, Ash, over to you.", |
||||
|
"sequence": 75, |
||||
|
"Technology": 0.1674370915, |
||||
|
"Art": 0.0618523099, |
||||
|
"Ireland": -0.0105948979, |
||||
|
"Organisation": 0.0550721586, |
||||
|
"Digital": -0.0477576889, |
||||
|
"Community": 0.1122504696, |
||||
|
"Events": 0.0739857256, |
||||
|
"x": -1.0024674, |
||||
|
"y": -5.1136184 |
||||
|
}, |
||||
|
"74": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "No, I was just back in the islands thing, just like not, you know, in a building, but just, I don't know, big audio walk tour in the middle of nowhere, somewhere in nature would be nice.", |
||||
|
"sequence": 76, |
||||
|
"Technology": 0.0581802391, |
||||
|
"Art": 0.0640764236, |
||||
|
"Ireland": 0.1700389236, |
||||
|
"Organisation": -0.0467775315, |
||||
|
"Digital": -0.0332324542, |
||||
|
"Community": 0.1016450375, |
||||
|
"Events": 0.0876181796, |
||||
|
"x": 2.1143217, |
||||
|
"y": 4.7104464 |
||||
|
}, |
||||
|
"75": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "We're at a place in Colorado, is it Colorado? Wisconsin, where they're, you know, the place with the no electronic signals? Okay. It's kind of nice to do something there.", |
||||
|
"sequence": 77, |
||||
|
"Technology": 0.0628995746, |
||||
|
"Art": 0.0495181754, |
||||
|
"Ireland": 0.0585073568, |
||||
|
"Organisation": -0.0462561175, |
||||
|
"Digital": 0.0106730834, |
||||
|
"Community": 0.0707378387, |
||||
|
"Events": 0.0229896009, |
||||
|
"x": -2.8041816, |
||||
|
"y": -0.17871359 |
||||
|
}, |
||||
|
"76": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "And you can come out to the other side. Running, you have to go that far to find those situations.", |
||||
|
"sequence": 78, |
||||
|
"Technology": 0.1540652215, |
||||
|
"Art": 0.0919264331, |
||||
|
"Ireland": 0.1562890112, |
||||
|
"Organisation": 0.1434711218, |
||||
|
"Digital": 0.1415187865, |
||||
|
"Community": 0.1350248605, |
||||
|
"Events": 0.2343844324, |
||||
|
"x": 11.47592, |
||||
|
"y": 0.1384782 |
||||
|
}, |
||||
|
"77": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "Yeah. Yeah, Ballycroy and Mayo is a similar spot. Yeah.", |
||||
|
"sequence": 79, |
||||
|
"Technology": 0.0308422539, |
||||
|
"Art": 0.0534070916, |
||||
|
"Ireland": 0.2139565647, |
||||
|
"Organisation": 0.2473538369, |
||||
|
"Digital": 0.0027028266, |
||||
|
"Community": 0.1258111, |
||||
|
"Events": 0.1327510178, |
||||
|
"x": 14.532128, |
||||
|
"y": -3.1641135 |
||||
|
}, |
||||
|
"78": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "If I walk down to my field, man, I'll have that like, you know. That works as well if you want to come here and do it. Yo. All right. I feel like we should probably wrap it up because we still have to transcribe all this and as much as I'm having all this conversation. It might be a good time to wrap it up. But maybe we can have another conversation at some point anyway. And we can talk maybe about some sort of events or something maybe we could do together. Maybe some sort of collaborative thing. I think I'd enjoy that.", |
||||
|
"sequence": 80, |
||||
|
"Technology": 0.0185805149, |
||||
|
"Art": -0.0422833562, |
||||
|
"Ireland": -0.0019574021, |
||||
|
"Organisation": 0.0427509621, |
||||
|
"Digital": -0.0608809143, |
||||
|
"Community": 0.0492794663, |
||||
|
"Events": 0.126662761, |
||||
|
"x": -5.407543, |
||||
|
"y": -4.268926 |
||||
|
}, |
||||
|
"79": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah. I think that would be really, really, really good. And then also, just again, I know we're up here. We're kind of Dublin-centric. But if anyone just comes on your radar who you think might like the opportunity to present, it could be a good time to finish with them. If it's not going to be an impressor, we will make it. It might take us a bit of whatever, but we'll make it happen. You guys, whatever you're doing in your own practice, or even if you want to come along and just present what it is you're doing now at the moment, we'll make it work.", |
||||
|
"sequence": 81, |
||||
|
"Technology": 0.1207714155, |
||||
|
"Art": 0.0669942722, |
||||
|
"Ireland": 0.0947911888, |
||||
|
"Organisation": 0.0920387134, |
||||
|
"Digital": 0.0457230359, |
||||
|
"Community": -0.018134255, |
||||
|
"Events": 0.0473377556, |
||||
|
"x": 1.4687567, |
||||
|
"y": 0.7860516 |
||||
|
}, |
||||
|
"80": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Absolutely. We'd love to do that. We'd love to do that because I think I think something I definitely would, like, I feel like I'm gathering knowledge that I'd like to talk about, and also talking to you is really interesting, is like about, yeah, community building, you know, actually collective building. I don't know if that's the right word, but it's like how to actually tie people together who are all doing the same thing, you know, and especially in the time of the internet when it's seemingly so easy, but sometimes it can be so easy to also fall disconnected with things. Yeah.", |
||||
|
"sequence": 82, |
||||
|
"Technology": 0.1138495132, |
||||
|
"Art": -0.0093062483, |
||||
|
"Ireland": 0.0189237073, |
||||
|
"Organisation": 0.100193575, |
||||
|
"Digital": -0.0398513451, |
||||
|
"Community": 0.2115151733, |
||||
|
"Events": 0.0891289711, |
||||
|
"x": -2.7378263, |
||||
|
"y": -6.948479 |
||||
|
}, |
||||
|
"81": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "So this might be totally, obviously quite short notice in some ways, but tomorrow, I know, but on the 1st of June, the data event is actually about like community building technologies. So it's, currently there are two speakers, which is me and John Finnan from Dublin Digital Radio. And so we're talking about like technologies to help to maintain or like produce like infrastructural technologies to help to produce some sort of community. So that would be one that actually, if one of you was interested, I mean, the one thing that we would say is that we won't really have a panel of all male presenters. So, yeah, that's, I mean, there might be another group presenting as well, but we tend to try and keep things quite balanced. In fact, we tend to try and balance things in the opposite direction. This would probably be, the most well on one panel because you know technology art has had a particularly male context for a long time and so yeah definitely yeah.", |
||||
|
"sequence": 83, |
||||
|
"Technology": 0.2554141879, |
||||
|
"Art": -0.1316922605, |
||||
|
"Ireland": 0.0739280209, |
||||
|
"Organisation": -0.0411982909, |
||||
|
"Digital": -0.0166218877, |
||||
|
"Community": -0.0212112851, |
||||
|
"Events": -0.0076150354, |
||||
|
"x": -8.102731, |
||||
|
"y": 6.2909155 |
||||
|
}, |
||||
|
"82": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "I'm also going to be in Berlin the 1st of June. I could Skype in but I don't know if you guys ever do a Skype in presentation. I think it's not a very good one.", |
||||
|
"sequence": 84, |
||||
|
"Technology": 0.1675563306, |
||||
|
"Art": -0.0252006594, |
||||
|
"Ireland": 0.0490498841, |
||||
|
"Organisation": 0.0094171558, |
||||
|
"Digital": -0.0311206896, |
||||
|
"Community": -0.0625530332, |
||||
|
"Events": -0.0510735624, |
||||
|
"x": -8.022642, |
||||
|
"y": 4.6314588 |
||||
|
}, |
||||
|
"83": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I think we'd like to keep it in person but if I don't know if anybody else is interested. Since we're talking specifically about that community building technology, you can just be like, going back to what we talked about, it's not about like, where's the super polished presentation? It's like, Here's what we've been doing with concept null. We're not really sure where we're going with it, or we are sure, or whatever. And we kind of want to tease it out, because what I'm going to be talking about is this idea for a listing site. And basically, so it's kind of similar, right? And I'm talking about the structure of it. I want to do a workshop about how kind of decentralized listings could work. So it would also, then, of course, be really good to have some of the after discussion since it's the year.", |
||||
|
"sequence": 85, |
||||
|
"Technology": 0.2068860084, |
||||
|
"Art": 0.0256706234, |
||||
|
"Ireland": -0.094320491, |
||||
|
"Organisation": -0.0274016764, |
||||
|
"Digital": -0.0702403039, |
||||
|
"Community": 0.0325928815, |
||||
|
"Events": 0.0524595082, |
||||
|
"x": 0.39177582, |
||||
|
"y": -4.957529 |
||||
|
}, |
||||
|
"84": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Cool, yeah. Yeah, yeah. So what's the decentralized listing of like web pages or like of actual physical spaces?", |
||||
|
"sequence": 86, |
||||
|
"Technology": 0.2151434124, |
||||
|
"Art": 0.1942465752, |
||||
|
"Ireland": 0.0708830357, |
||||
|
"Organisation": 0.0214069746, |
||||
|
"Digital": 0.1399711967, |
||||
|
"Community": 0.1345408559, |
||||
|
"Events": 0.209859997, |
||||
|
"x": 8.747507, |
||||
|
"y": -1.3653961 |
||||
|
}, |
||||
|
"85": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "Yeah, so just like stuff that's happening. So again, moving away from finding out about stuff on social media. But having a site that's an infrastructure that people, different people can use. So for example, Concept Null events can all be on it and you can find them if you're looking at Concept Null, but the local Badminton club could also be using it and their events would be on it. And if you wanted to see both, you'd see both. And if you only wanted to see Concept Null, you'd only see that.", |
||||
|
"sequence": 87, |
||||
|
"Technology": 0.1000205129, |
||||
|
"Art": 0.001793731, |
||||
|
"Ireland": -0.0602570884, |
||||
|
"Organisation": -0.0997958332, |
||||
|
"Digital": -0.0092524653, |
||||
|
"Community": 0.08296749, |
||||
|
"Events": 0.0821593404, |
||||
|
"x": -1.3062904, |
||||
|
"y": -3.1628788 |
||||
|
}, |
||||
|
"86": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Interesting. Our friends were trying to build the same kind of idea as a site, but it was like based on blockchain. I don't know if that's the same idea of decentralized, but they were basically had like an events page and their tickets were basically based on blockchains that you couldn't have tickets. Not exactly the same thing, but it was definitely the same vein of trying to get away from social media events basically of like, you know, Facebook events was like the biggest thing for Facebook. Like it was the handiest thing. Like, you know, you could make an event and invite people and That's the one thing I still mourn with Facebook. I'm like, that was actually kind of handy, like, you know, getting invited to a wedding and finding out what was going on.", |
||||
|
"sequence": 88, |
||||
|
"Technology": 0.0234699342, |
||||
|
"Art": 0.0629973412, |
||||
|
"Ireland": -0.0204334836, |
||||
|
"Organisation": 0.0397511125, |
||||
|
"Digital": -0.0135349855, |
||||
|
"Community": 0.1521802843, |
||||
|
"Events": 0.1606983542, |
||||
|
"x": -5.0041413, |
||||
|
"y": -6.1404233 |
||||
|
}, |
||||
|
"87": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "Who were your friends that were trying to build it?", |
||||
|
"sequence": 89, |
||||
|
"Technology": 0.137083739, |
||||
|
"Art": 0.0872242451, |
||||
|
"Ireland": 0.0933372229, |
||||
|
"Organisation": 0.1185161248, |
||||
|
"Digital": 0.0105665661, |
||||
|
"Community": 0.2936511934, |
||||
|
"Events": 0.1733222902, |
||||
|
"x": 11.895587, |
||||
|
"y": -2.3727713 |
||||
|
}, |
||||
|
"88": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "It was actually your brother and Colin Cullum. I thought you were asking me this.", |
||||
|
"sequence": 90, |
||||
|
"Technology": 0.0347195491, |
||||
|
"Art": -0.0077758338, |
||||
|
"Ireland": 0.0764258355, |
||||
|
"Organisation": -0.0054918472, |
||||
|
"Digital": 0.0809376836, |
||||
|
"Community": 0.0066082031, |
||||
|
"Events": -0.0860975683, |
||||
|
"x": -4.302978, |
||||
|
"y": 3.7756934 |
||||
|
}, |
||||
|
"89": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "He's in the same building. Wait a second, turn the camera around. I'm still out here.", |
||||
|
"sequence": 91, |
||||
|
"Technology": 0.0450324789, |
||||
|
"Art": 0.0079737175, |
||||
|
"Ireland": 0.0709144622, |
||||
|
"Organisation": 0.0577686578, |
||||
|
"Digital": -0.0402822159, |
||||
|
"Community": -0.0031684926, |
||||
|
"Events": 0.0369877368, |
||||
|
"x": -4.608613, |
||||
|
"y": -1.6732967 |
||||
|
}, |
||||
|
"90": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Um... It was, what was it?", |
||||
|
"sequence": 92, |
||||
|
"Technology": 0.1579794139, |
||||
|
"Art": 0.1138813347, |
||||
|
"Ireland": 0.2594420314, |
||||
|
"Organisation": -0.0405229628, |
||||
|
"Digital": 0.1411259025, |
||||
|
"Community": 0.0773904473, |
||||
|
"Events": 0.1829835325, |
||||
|
"x": 6.5693765, |
||||
|
"y": 4.243448 |
||||
|
}, |
||||
|
"91": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "That one, yeah. Yeah, yeah, yeah. Yeah, I know what you're talking about.", |
||||
|
"sequence": 93, |
||||
|
"Technology": 0.139710471, |
||||
|
"Art": 0.1191093698, |
||||
|
"Ireland": 0.1406740248, |
||||
|
"Organisation": 0.2392685711, |
||||
|
"Digital": 0.1039162874, |
||||
|
"Community": 0.2032199949, |
||||
|
"Events": 0.1633237898, |
||||
|
"x": 13.536354, |
||||
|
"y": -1.3670807 |
||||
|
}, |
||||
|
"92": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Shows how much you talk to your brother right now, anyway. Yeah. That's why.", |
||||
|
"sequence": 94, |
||||
|
"Technology": 0.128154695, |
||||
|
"Art": 0.003356854, |
||||
|
"Ireland": -0.044370681, |
||||
|
"Organisation": 0.1185553074, |
||||
|
"Digital": -0.0098796748, |
||||
|
"Community": 0.0415692963, |
||||
|
"Events": 0.0695676282, |
||||
|
"x": -2.0760655, |
||||
|
"y": -4.939035 |
||||
|
}, |
||||
|
"93": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "But I think they shall have a feeling family panel event the next time.", |
||||
|
"sequence": 95, |
||||
|
"Technology": -0.0135565568, |
||||
|
"Art": 0.0055780327, |
||||
|
"Ireland": 0.0215840079, |
||||
|
"Organisation": -0.0177237485, |
||||
|
"Digital": -0.066394493, |
||||
|
"Community": 0.1346477568, |
||||
|
"Events": 0.1401366889, |
||||
|
"x": -5.7430615, |
||||
|
"y": -5.3782854 |
||||
|
}, |
||||
|
"94": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah. You'd be surprised what's in that family, man. Goddamn. We got it all.", |
||||
|
"sequence": 96, |
||||
|
"Technology": 0.0980327874, |
||||
|
"Art": 0.085191533, |
||||
|
"Ireland": 0.1533022225, |
||||
|
"Organisation": -0.0253697559, |
||||
|
"Digital": 0.0450497121, |
||||
|
"Community": 0.048488982, |
||||
|
"Events": 0.0515942648, |
||||
|
"x": 0.7449215, |
||||
|
"y": 3.9942174 |
||||
|
}, |
||||
|
"95": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "We'll get Dean Rich in there as well, sure. Why not?", |
||||
|
"sequence": 97, |
||||
|
"Technology": -0.0571262687, |
||||
|
"Art": 0.0295772459, |
||||
|
"Ireland": 0.0661578178, |
||||
|
"Organisation": -0.0103701297, |
||||
|
"Digital": 0.0176749807, |
||||
|
"Community": -0.0119773448, |
||||
|
"Events": 0.0406000577, |
||||
|
"x": -6.0606637, |
||||
|
"y": -0.9238262 |
||||
|
}, |
||||
|
"96": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Oh, please, yes, with the big hat again. I guess one last question. How would you guys feel about calling this the big data interview?", |
||||
|
"sequence": 98, |
||||
|
"Technology": 0.1834568828, |
||||
|
"Art": 0.1016845182, |
||||
|
"Ireland": 0.0744446591, |
||||
|
"Organisation": 0.0082895607, |
||||
|
"Digital": 0.1434313506, |
||||
|
"Community": 0.0831352696, |
||||
|
"Events": 0.136344552, |
||||
|
"x": 6.6183586, |
||||
|
"y": -1.311184 |
||||
|
}, |
||||
|
"97": { |
||||
|
"speaker": "UNKNOWN_SPEAKER", |
||||
|
"text": "Big data.", |
||||
|
"sequence": 99, |
||||
|
"Technology": 0.3240047097, |
||||
|
"Art": 0.236335665, |
||||
|
"Ireland": 0.1524737924, |
||||
|
"Organisation": 0.3093729615, |
||||
|
"Digital": 0.3839444518, |
||||
|
"Community": 0.337410748, |
||||
|
"Events": 0.3200583458, |
||||
|
"x": 16.588356, |
||||
|
"y": 2.5195816 |
||||
|
}, |
||||
|
"98": { |
||||
|
"speaker": "Tom", |
||||
|
"text": "I think you can call it whatever you want, for sure.", |
||||
|
"sequence": 100, |
||||
|
"Technology": 0.1434690356, |
||||
|
"Art": 0.1399530917, |
||||
|
"Ireland": 0.1146589369, |
||||
|
"Organisation": 0.0325538032, |
||||
|
"Digital": 0.0886203498, |
||||
|
"Community": 0.1483799219, |
||||
|
"Events": 0.1446833462, |
||||
|
"x": 7.4925437, |
||||
|
"y": 0.44302577 |
||||
|
}, |
||||
|
"99": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "But even big data, Tom, this is on the back, Tom said you said something about big data. in our last conversation but it wasn't and I took it like big data as in like big tech I was like what the fuck is he talking about and then I you were saying big data presence that no school or a big data connection oh yeah the organization I was like no man that's no don't do whatever you want", |
||||
|
"sequence": 101, |
||||
|
"Technology": 0.0792150497, |
||||
|
"Art": -0.1074697301, |
||||
|
"Ireland": -0.0921461433, |
||||
|
"Organisation": -0.1762625128, |
||||
|
"Digital": -0.133826226, |
||||
|
"Community": -0.2099771053, |
||||
|
"Events": -0.1191948205, |
||||
|
"x": -12.540102, |
||||
|
"y": 2.8369312 |
||||
|
}, |
||||
|
"100": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Okay, well, we'll come back to you with the script in about three years and then... On a defunct platform that we can't access.", |
||||
|
"sequence": 102, |
||||
|
"Technology": 0.1120433584, |
||||
|
"Art": 0.0311819576, |
||||
|
"Ireland": 0.0705917925, |
||||
|
"Organisation": -0.0470770225, |
||||
|
"Digital": 0.0432564616, |
||||
|
"Community": -0.0082763461, |
||||
|
"Events": 0.1107729599, |
||||
|
"x": 0.030054636, |
||||
|
"y": -0.28247046 |
||||
|
}, |
||||
|
"101": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, literally.", |
||||
|
"sequence": 103, |
||||
|
"Technology": 0.2258704901, |
||||
|
"Art": 0.248430714, |
||||
|
"Ireland": 0.2560866475, |
||||
|
"Organisation": 0.3798061311, |
||||
|
"Digital": 0.247472167, |
||||
|
"Community": 0.3025097847, |
||||
|
"Events": 0.2811346054, |
||||
|
"x": 16.423088, |
||||
|
"y": 1.1440326 |
||||
|
}, |
||||
|
"102": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, on some blockchain somewhere like... Okay, well, look, we might wrap it up, but I hope this is the last time we get to talk to each other anyway. Absolutely. If I'm back in Ireland and in Dublin, I'll give you guys a shout. Anyway.", |
||||
|
"sequence": 104, |
||||
|
"Technology": 0.0621548444, |
||||
|
"Art": 0.0524238013, |
||||
|
"Ireland": 0.2577371597, |
||||
|
"Organisation": -0.0457628332, |
||||
|
"Digital": 0.0052126739, |
||||
|
"Community": 0.040994782, |
||||
|
"Events": 0.1090841293, |
||||
|
"x": 3.4289658, |
||||
|
"y": 5.278118 |
||||
|
}, |
||||
|
"103": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " I am. Yeah. I mean, we'll see if we get through all of them, but we could be here for a while. That's it. Like, to be honest, I was going to whittle it down. I was like, going to make it like all sleek and be like having like a conversation. Then I was like, I actually never written it. Yeah, yeah, yeah. No, I think it's good. I mean, it's always good to have more than less. Sorry, my computer is ringing because someone's calling me on signal. It's blowing up, man.", |
||||
|
"sequence": 2, |
||||
|
"Technology": 0.1555153728, |
||||
|
"Art": -0.0434233733, |
||||
|
"Ireland": 0.0368795544, |
||||
|
"Organisation": -0.0494164973, |
||||
|
"Digital": -0.0637621209, |
||||
|
"Community": -0.082887575, |
||||
|
"Events": -0.0403678156, |
||||
|
"x": -8.585102, |
||||
|
"y": 4.2509303 |
||||
|
}, |
||||
|
"104": { |
||||
|
"speaker": "UNKNOWN_SPEAKER", |
||||
|
"text": "Really annoying.", |
||||
|
"sequence": 3, |
||||
|
"Technology": 0.1485467702, |
||||
|
"Art": 0.184471041, |
||||
|
"Ireland": 0.1895683557, |
||||
|
"Organisation": 0.3019199073, |
||||
|
"Digital": 0.1226770729, |
||||
|
"Community": 0.2070094794, |
||||
|
"Events": 0.1746111065, |
||||
|
"x": 14.5079565, |
||||
|
"y": -0.629168 |
||||
|
}, |
||||
|
"105": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " But, so come here, I like, I mean, I know this sounds like a kind of silly thing to say, but it's really Ash and Paul who are kind of more familiar with your whole thing than I am. I know that sounds like a kind of silly thing to say when you're being like, oh, hi guys. But are you, you're all in Limerick, is it Limerick based? Pretty much, outside of Kayleen. Kayleen is from Waterford, but we would have all come across each other in Limerick. And I am currently living in Berlin now. We are kind of all a little bit in and out, but I guess we just through Limerick, we kind of all connected and me, Scott and Roshi worked a lot in Limerick doing our projects there. So it's a bit confusing, but I don't know. I don't really know how to say it, like, you know. Yeah, that's great. I'm just wondering if it's, like, location-based or that's just like... Yeah. Yeah, that just happens. I think we're limerick at heart, so that's maybe the cheesiest way I can put it to you without getting sick myself, like, you know. Yeah, yeah, yeah. If you all just reveal a tattoo at some point, it's fine. We actually do. There's actually some of us sitting here with an 061 tattoo, so... And it looks a little bit like a prison stamp.", |
||||
|
"sequence": 4, |
||||
|
"Technology": 0.0711382627, |
||||
|
"Art": 0.0091824438, |
||||
|
"Ireland": 0.1795510203, |
||||
|
"Organisation": -0.0556425266, |
||||
|
"Digital": 0.0258497894, |
||||
|
"Community": -0.0029368065, |
||||
|
"Events": -0.0196123384, |
||||
|
"x": -2.2908463, |
||||
|
"y": 4.138079 |
||||
|
}, |
||||
|
"106": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, a small bit.", |
||||
|
"sequence": 5, |
||||
|
"Technology": 0.2504484057, |
||||
|
"Art": 0.2004081309, |
||||
|
"Ireland": 0.2365642041, |
||||
|
"Organisation": 0.2703081965, |
||||
|
"Digital": 0.210082978, |
||||
|
"Community": 0.2746633291, |
||||
|
"Events": 0.2094201595, |
||||
|
"x": 15.289422, |
||||
|
"y": 0.7948524 |
||||
|
}, |
||||
|
"107": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Were you in an old school prison where they still tattooed you? And I was like, no, actually, I just tattooed myself. Yeah, and now prison tattoos are just QR codes, actually. Really? Interesting. Yeah, they just check you on the way out, you know? Yeah, yeah. Not many mobiles in prison, so yeah. Yeah. That don't really work like that anymore. How's it going, Paul?", |
||||
|
"sequence": 6, |
||||
|
"Technology": 0.0952856839, |
||||
|
"Art": 0.0902603641, |
||||
|
"Ireland": 0.1014807224, |
||||
|
"Organisation": -0.0938990265, |
||||
|
"Digital": 0.0109238653, |
||||
|
"Community": -0.035041485, |
||||
|
"Events": -0.0402304344, |
||||
|
"x": -2.3923597, |
||||
|
"y": 5.303616 |
||||
|
}, |
||||
|
"108": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "All good, folks. How yous all doing?", |
||||
|
"sequence": 7, |
||||
|
"Technology": 0.1183175817, |
||||
|
"Art": 0.1037433222, |
||||
|
"Ireland": 0.1338981539, |
||||
|
"Organisation": 0.1139900833, |
||||
|
"Digital": 0.1462951303, |
||||
|
"Community": 0.3248049021, |
||||
|
"Events": 0.2649856806, |
||||
|
"x": 12.05442, |
||||
|
"y": -0.9979931 |
||||
|
}, |
||||
|
"109": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "All right?", |
||||
|
"sequence": 8, |
||||
|
"Technology": 0.1539135128, |
||||
|
"Art": 0.2682009935, |
||||
|
"Ireland": 0.2261368483, |
||||
|
"Organisation": 0.3180603385, |
||||
|
"Digital": 0.1844813079, |
||||
|
"Community": 0.2711578608, |
||||
|
"Events": 0.2984077036, |
||||
|
"x": 16.190702, |
||||
|
"y": 0.13290405 |
||||
|
}, |
||||
|
"110": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": " Yeah, good.", |
||||
|
"sequence": 9, |
||||
|
"Technology": 0.1809566319, |
||||
|
"Art": 0.2173746675, |
||||
|
"Ireland": 0.270001173, |
||||
|
"Organisation": 0.3921536207, |
||||
|
"Digital": 0.2301275283, |
||||
|
"Community": 0.4022478759, |
||||
|
"Events": 0.3031215668, |
||||
|
"x": 17.372677, |
||||
|
"y": 0.3076943 |
||||
|
}, |
||||
|
"111": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Thanks for talking to us. I'm Walt. I've been annoying. As I said, I've been annoying on the email and yeah, there's Kayleen, there's Scott and Roshin who were basically, yeah, we're trying to explain it. We were kind of limerick based, not so much anymore. Some of us, Roshin and Scott still mostly air and I'm in Berlin, but traveling back and forth a lot and Kayleen is in Waterford. Okay. But yeah, I mean from us, concept novel was kind of a limerick thing. So I guess through that we were kind of, yeah, bound through that. Oh, Ash is here. Woo! Maybe this is a silly question and I should know the answer already because I've been here a bit more, but are you all artists? Mostly artists, trying to be. Attempting it anyway, like, you know, giving it his best shot. Yeah, great. Yeah, I think this is one of the, this is actually one of the problems, um, with the, this is kind of one of the reasons we did the Constant Metal Newsletter, because we had such an annoyance with not really sometimes knowing ourselves what we were, like, and having this problem of, like, you know, definition, and especially externally as well, towards sometimes other people. I've been, like, like, even a project I was doing there, I was, like, working with Fidgetfee in, like, an aerial dance center, and they brought me in, and they're, like, literally the first I joined the meeting, and they were all dancers and aerialists, and they're, and then, like, they're, like, oh, we have, Ger here, our lighting designer, is going to help us with the lights. And we have Walter. And Walter does, what do you do, Walter? And I was like, I don't know. Lazy. Depends on who's asking. It depends on what you want from me. So after two weeks of R&D, we still didn't know what I really did. But I did something, so it was fine. I don't know if that's the imposter syndrome sometimes coming through. But maybe you guys have some experience with that, too. And maybe that will kind of show as well.", |
||||
|
"sequence": 10, |
||||
|
"Technology": 0.0970435366, |
||||
|
"Art": -0.0380035341, |
||||
|
"Ireland": 0.1445246935, |
||||
|
"Organisation": -0.0407690406, |
||||
|
"Digital": -0.0550765097, |
||||
|
"Community": -0.0736054108, |
||||
|
"Events": -0.080970183, |
||||
|
"x": -7.2426453, |
||||
|
"y": 3.2637012 |
||||
|
}, |
||||
|
"112": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Yeah, I mean, I have no idea what I'm at or who I am or what I'm doing. It's been forever. And, you know, it is what it is. I hate that expression. It is what it is.", |
||||
|
"sequence": 11, |
||||
|
"Technology": 0.0930510238, |
||||
|
"Art": 0.0721358135, |
||||
|
"Ireland": 0.1708486229, |
||||
|
"Organisation": 0.0407164395, |
||||
|
"Digital": -0.0028012386, |
||||
|
"Community": 0.0660773516, |
||||
|
"Events": 0.0347504877, |
||||
|
"x": 1.8184232, |
||||
|
"y": 3.2720292 |
||||
|
}, |
||||
|
"113": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "But yeah, it is what it is. Yeah. Maybe that's something, I don't know, inherent to like technological artworks or art that deals with lots of newer technologies, because they are like, you know, inherently", |
||||
|
"sequence": 12, |
||||
|
"Technology": 0.4582695961, |
||||
|
"Art": 0.2999589443, |
||||
|
"Ireland": 0.0377700813, |
||||
|
"Organisation": 0.0632027537, |
||||
|
"Digital": 0.1377278417, |
||||
|
"Community": 0.0639585257, |
||||
|
"Events": 0.0744087249, |
||||
|
"x": 7.4247956, |
||||
|
"y": -5.704541 |
||||
|
}, |
||||
|
"114": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " you know of undefined state so maybe that's also why sometimes you don't quite know where to place it like you know sure um also i don't know that you shouldn't need to place it like if you're if you're just interested in doing new things all the time then maybe maybe titles aren't necessary i don't know i guess it helps yeah and stuff but like sometimes it can be hindering to yes to say that you're one thing you know absolutely", |
||||
|
"sequence": 13, |
||||
|
"Technology": 0.1336357147, |
||||
|
"Art": 0.0675807744, |
||||
|
"Ireland": -0.0216873456, |
||||
|
"Organisation": -0.0174765587, |
||||
|
"Digital": -0.0091200387, |
||||
|
"Community": 0.0103394836, |
||||
|
"Events": 0.0449104086, |
||||
|
"x": 0.2953689, |
||||
|
"y": -3.3388505 |
||||
|
}, |
||||
|
"115": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " And I think that's also something like with curiosity, which is a good thing that actors have, like most actors can be quite curious about the world. And that curiosity will take you in lots of different ways. And I'm pretty sure most of us here feel like doing projects. Sometimes we're like, I don't know why I'm doing this. And this has nothing to do with my field of expertise anymore. But here I am, like, working with bugs. Yeah, for sure. So yeah, thank you for actually all firstly coming here in this virtual space, of course. Yeah, I just wanted to say firstly, but with the interview side of this, so we're going to be screencapping this, I'm already screencapping it, but obviously whatever, I don't feel like you have to like be concise or talk in a certain way about anything. We're going to transcribe everything and work through it and basically write it all together and get that sent to you and you can like, okay, everything. So this is really just like, It's a meeting, you know, so don't worry too much about being concise or having to talk about it, like, you know, in a certain way. We haven't figured out how we'll do the transcription yet, but that's also our problem. So it also might take some time for us to do that.", |
||||
|
"sequence": 14, |
||||
|
"Technology": 0.2351983041, |
||||
|
"Art": 0.070754081, |
||||
|
"Ireland": 0.0291659087, |
||||
|
"Organisation": 0.005228065, |
||||
|
"Digital": 0.061834123, |
||||
|
"Community": 0.1062960848, |
||||
|
"Events": 0.0063407831, |
||||
|
"x": 4.061478, |
||||
|
"y": -3.914198 |
||||
|
}, |
||||
|
"116": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " That's, that's no problem. No problem for me anyway. Yeah. I know I was the one who was asking about the cameras set up and so on. So as a general rule, I don't like my face to be online for stuff. So I've stopped doing video and stuff. So that's my, I'm, I am that one. Uh, so that's fair enough. Yeah.", |
||||
|
"sequence": 15, |
||||
|
"Technology": 0.1476340592, |
||||
|
"Art": 0.0696398914, |
||||
|
"Ireland": 0.0256152507, |
||||
|
"Organisation": -0.0317488536, |
||||
|
"Digital": -0.0027578436, |
||||
|
"Community": 0.079206273, |
||||
|
"Events": 0.0253255945, |
||||
|
"x": 0.23603585, |
||||
|
"y": -2.6505947 |
||||
|
}, |
||||
|
"117": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "How do we use my real face? So you're not an AI. I'm very happy about that. I was getting worried there. So yeah, it will all be transcribed and we'll just kind of, yeah, work through that and make it something that's readable for the news editor. It'd probably be like, I don't know, we haven't figured out yet, might be part of the news editor, might be its own publishing thing, if it's very long and has lots of interesting points, because I don't want to cut out too much as well. Because yeah, honestly, like we, like just a little bit backstory of also like, We started this newsletter thing. Constable L has been kind of doing its own thing for a while. Between me, Scott, and Roisin, we've been just trying to do new media, audiovisual events. They were quite hard to do, so they were quite spaced out in time. And after the last one, it was just such a big endeavor that we were like, we're going to pack this for a good long while, because we just need to get some space. It was amazing, it was great fun, but like just the logistic hurdles of like being both the curator and the technical manager and the events provider and space provider and all that stuff, it was just crazy. So we practiced for a while and then me and Kayleigh got talking I don't actually know what we're talking about. I think we were just kind of having a Zoom chat, and we were talking about basically that Denise McDonough from Culture Works, who was basically doing some stuff for the Arts Council, helping them devise the digital strategy. I don't know if you guys have seen that thing, but the digital strategy came out. This was like before, it was while it was still in kind of its last process of being worked on. and we were kind of at that time getting quite frustrated with the discipline side of things where we didn't really quite know how to label us and also like we felt like that in the Arts Council process it's hard to kind of say oh I'm a visual artist well that's not quite descriptive of what you're actually doing so Big old grievances there, we've written about it anyway. But basically, we were kind of thinking like, I was saying this to Kayleen that we had thought about like, you know, how to remedy this. One of the things was a newsletter. And then we were kind of thinking like, well, maybe there's someone in Ireland that has done this before. And then Kayleen had mentioned you guys dated. I was like, I actually had never heard of you, which I felt like a really bad disgrace because you guys have been around for so long. I was like, yeah, we tried to suss out, do you guys cover this newsletter side? We didn't really have a newsletter, so that's why we went off and did this. But that's the start of seeing your stuff. And I was like, fuck, this is really odd. I feel bad for not having known this sooner. So that's why I was like, you know what? Maybe a chat and getting to meet you guys was the best way to do this.", |
||||
|
"sequence": 16, |
||||
|
"Technology": 0.0035384446, |
||||
|
"Art": -0.0425687395, |
||||
|
"Ireland": -0.0045873104, |
||||
|
"Organisation": -0.0450770482, |
||||
|
"Digital": -0.1008016616, |
||||
|
"Community": -0.0046331212, |
||||
|
"Events": 0.0368828811, |
||||
|
"x": -8.300797, |
||||
|
"y": -1.2980546 |
||||
|
}, |
||||
|
"118": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Can I, can I come in on that one? Is that all right? Yeah. Do we have to do the hand thing or whatever? We, we, in the latest tech cookbacks, we respect our promotional team. So that's why you haven't heard of us. I'm only joking. No, just first of all to say, yeah, I think it's deadly what you're doing. And it's so, so good. And it is so good to get that mailer. It's and I guess I've been doubling around this for ages and there was a need for it but I guess we'll probably get into it now just our time and what we're up to couldn't really do it but it's really it's just so I'm just like fair play to you I think it's brilliant and it's even really nice to be here chatting with you I know I'm kind of ahead here but what I know you just come over Dublin Limerick thing at the beginning, and we're called Deja, and obviously it's very Dublin-centric, but we're doing our utmost for it, not being Dublin-centric in any way. So, yeah, I mean, it's a conversation maybe for another day, but I mean, me on a personal level, anything I can do to help you is what yous are doing. Yeah, absolutely. I'm sorry to speak for yous as well. Yous can speak for yourself. Can we say the same thing? Yeah.", |
||||
|
"sequence": 17, |
||||
|
"Technology": 0.0792208761, |
||||
|
"Art": -0.0095981108, |
||||
|
"Ireland": 0.0663993135, |
||||
|
"Organisation": -0.0396473482, |
||||
|
"Digital": -0.0487301834, |
||||
|
"Community": 0.0550793782, |
||||
|
"Events": -0.0049446477, |
||||
|
"x": -4.0184555, |
||||
|
"y": -0.40077314 |
||||
|
}, |
||||
|
"119": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " So yeah, cool. Yeah, but I also think there's a bit of strength as well with also keeping things in scope. So as you were saying, like you're a Dublin century, but you're not anti anything outside of Dublin. It's just sometimes having a scope like what you are doing and having that clear is also quite handy because that's also some of the cause of knowledge. Like now it's like, okay, we're writing. We didn't actually know how to tackle this problem of like new media art not being in Ireland until I think between us, we're like, oh, a newsletter. just write a newsletter, put open calls in it. It's not the best thing in the world, but it's a start. It's very simple, it's quite concise. And it's a start to something more than like, you know, and you can see where it comes from. So I think, I think rather than sitting around sometimes and pontificating about what you could do, maybe this, maybe that, like, you know, it's better just to do something like, you know, and get to meet cool people, like, you know, along the way. And that's kind of how it all kind of grows, you know? Sure.", |
||||
|
"sequence": 18, |
||||
|
"Technology": 0.1148663312, |
||||
|
"Art": 0.0766166225, |
||||
|
"Ireland": 0.1480251402, |
||||
|
"Organisation": -0.0407462716, |
||||
|
"Digital": 0.0235671028, |
||||
|
"Community": -0.0188616067, |
||||
|
"Events": 0.0125249578, |
||||
|
"x": -1.3422394, |
||||
|
"y": 4.628128 |
||||
|
}, |
||||
|
"120": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah. I think that's also how it develops, like, it kind of grows in a in a very natural way like if you're trying to do something really really big to have like a massive impact it often maybe that thing happens and you like pull it off but then it was so stressful that you don't do it for another year or you know like i think yeah that's something i've very much enjoyed since joining the lads like it's been nearly a year now with data and i feel like i just love that like somehow we just pull the events off, like we're all so busy but it's just committing to certain times and just being like this is an event all we need to do is just find a venue, find the speakers and you know kind of yeah smaller smaller actionable steps I think just more consistently is better than trying to do lots of things.", |
||||
|
"sequence": 19, |
||||
|
"Technology": 0.0929416865, |
||||
|
"Art": -0.0447727554, |
||||
|
"Ireland": 0.0392964333, |
||||
|
"Organisation": 0.0561955236, |
||||
|
"Digital": -0.0796722695, |
||||
|
"Community": 0.0504091941, |
||||
|
"Events": 0.0928222835, |
||||
|
"x": -4.1456227, |
||||
|
"y": -4.1129694 |
||||
|
}, |
||||
|
"121": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "And I guess I can, okay, I'll come back to the start of the questions, but maybe we're going to do a little lovely nonlinear thing. But there is a question actually about basically, how do you organize data events? Like, do you have a process behind it? Has there always been this kind of rubric where you're like, this is all we ever do? Or is it kind of very, just DIY? So yeah, Maybe I can, I don't know, Paul, do you want to? No, no, Tom, that's on you. One thing that I think is worth saying at the start, because I did look at the questions a little bit, or a few of them, is, and you used the word, like, collective a lot, you know, which would be kind of a reasonable. I did not praise that one, yeah. But I suppose it's worth saying that, like, data is, it's just, it's been a lot of things over the years, and it's kind of really a very loose association of people who have an interest in art about, with technology. And it's been running for over 20 years and different people at different times have done kind of more or less of the labor of that. So that like people like Jonah Booker-Cohen, Nikki Gogan, Ben Doolan, Rachel Dwyer, Tim Redfern. At the moment, Ashley and Paul and I are the people who kind of do most of that labor. Only, I suppose, just because it's kind of, you know, the hand is spinning and it's landing on us at the moment. it is quite a loose thing and it's changed a lot in its form. And so we don't really have, I mean, to some extent, we don't really have codified ways of working. What we do have and what is collective is an interest in art about technology. And so we're quite, I wouldn't say it's totally ad hoc in the way we organize things at all. Like we, there's some consistency where we're doing them at the moment. Every month we have a structure, we have certain rules about trying to I suppose, represent things in a certain way. But we really don't have a very organized and kind of set identity because we ultimately don't, well, I don't know, maybe this is where the other guys might come in on this, but we don't really want to be like the owners of data. We just happen to be the people at the moment who are booking the venues. And we constantly are talking at events about like, well, who wants to propose a thing or who wants to do a thing? Sometimes people have no time for doing that. Other times they do and they suggest something or someone says, I'd like to present. And so we have people either coming to us saying, oh, I was at the data event or I heard about it. I'd like to do something. And equally, we spend our time sometimes thinking about it. But it is very fluid, I guess is worth saying.", |
||||
|
"sequence": 20, |
||||
|
"Technology": 0.1632272899, |
||||
|
"Art": 0.0441042408, |
||||
|
"Ireland": 0.0602897033, |
||||
|
"Organisation": 0.0406373292, |
||||
|
"Digital": 0.0913037658, |
||||
|
"Community": -0.0125012845, |
||||
|
"Events": 0.0825965479, |
||||
|
"x": 1.7957124, |
||||
|
"y": -0.58214736 |
||||
|
}, |
||||
|
"122": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " And I think each event kind of informs the next one as well. Like, I think, you know, if we do a full funny, like visually based event, like the next one, we were like, actually, we haven't really done something on sound. Why don't we do all sound stuff and just book a PA? And then there's like no projector, no anything. And it's a purely sound based. And then, you know, then we're like, okay, well, we've had it in NCAD a few times. And that's been like with an institution, which is also like amazing to have the space and stuff. But we were like, maybe we can move around the city and go to different places and like each one is just kind of like okay we did that and then yeah well I guess since since I've been part of it that's kind of the which is is cool because each one you learn something from and then you're you're like okay well we've covered a certain amount of ground with that and now how do we want to move on and stay open to loads of different like art forms and mediums and stuff", |
||||
|
"sequence": 21, |
||||
|
"Technology": -0.0104051828, |
||||
|
"Art": -0.0366583206, |
||||
|
"Ireland": 0.1041174605, |
||||
|
"Organisation": -0.0618989542, |
||||
|
"Digital": -0.102263853, |
||||
|
"Community": -0.0819249377, |
||||
|
"Events": 0.0309389066, |
||||
|
"x": -7.5100317, |
||||
|
"y": 0.81434876 |
||||
|
}, |
||||
|
"123": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " But one thing I didn't say is that while, like I say, the labor currently of booking, which is like, as Ash said, booking a space, making sure there's a PA there, making a post there, like, you know, emailing, putting it up on social media, that's the labor of data. But really, most of the labor of data is people who are willing to talk about and share their work in public. And that's really important. So actually, the labor that we do is like facilitation rather than organization. We facilitate that. people come, they decide how they want to present their work, they decide, you know, really what they want to present, and we kind of hand that over to them. So actually, it's kind of incorrect of me to say that we're the labourers landing on us, because actually, that's not true. Fair. So would you say that's kind of your recipe for how it's been running so long, this kind of like, no plan is the best plan, you know, working on just going from event to event and kind of having it as a collect, like, sorry, collective is the wrong word, but a communal like ground for people to share work like more of a platform rather than as you said you don't deliver the content of data there is no content outside of what people bring like you know would you say that that is the kind of recipe for how it's been running for so long or is there maybe something beneath it all that again.", |
||||
|
"sequence": 22, |
||||
|
"Technology": 0.0721498281, |
||||
|
"Art": 0.043167755, |
||||
|
"Ireland": 0.0399400778, |
||||
|
"Organisation": -0.011130278, |
||||
|
"Digital": -0.1000796631, |
||||
|
"Community": 0.0558424443, |
||||
|
"Events": 0.0361945443, |
||||
|
"x": -3.6836727, |
||||
|
"y": -2.0039957 |
||||
|
}, |
||||
|
"124": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " Sorry, first of all, I think Tom kind of got it right, like there has been many different forms, so this current form, like the one that we're working on, is like in previous iterations it was, you know, it was being held on a regular basis in the Science Gallery, it was kind of like a different way of doing it, so It's never been the same, I guess, you know, it kind of comes and goes in different waves and cycles. I like even if you look back on it. Sorry, this is me nerding out over it over like a 20 year period. You know, it kind of started, I guess, kind of Celtic Tiger years. Then you have the recession and it's kept going after the recession, but it wound down kind of slowly, maturely. Then it was gone during the pandemic. So, you know, if you want to get into it, you can see different kind of societal things kind of framing it a bit as well. I don't know if that makes sense. Does that make sense?", |
||||
|
"sequence": 23, |
||||
|
"Technology": 0.2063950449, |
||||
|
"Art": -0.0079566753, |
||||
|
"Ireland": 0.0261195898, |
||||
|
"Organisation": -0.0568902865, |
||||
|
"Digital": 0.0557765253, |
||||
|
"Community": -0.0702795833, |
||||
|
"Events": -0.0525541604, |
||||
|
"x": -6.8712745, |
||||
|
"y": 5.5246935 |
||||
|
}, |
||||
|
"125": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Yeah, I get you. It's change, but it's environment basically. I think there's also something about that that's interesting is that at the time when that data started and it came after some other things as well, like media house and that that was quite an early time in what you might call new media art or, you know, technologies were much more open and open to both. And there was quite a crossover between people, artists in particular, and maybe people working with technology at a, at a, like making it level, you know, so it was a real crossover there. And you had people working in various kind of tech, like it was before even the term kind of tech was knocking around to the same extent. So there was a, I think there was a different social alliance there, you know, And now I think we exist at a time which, you know, we have, I suppose, what is called big tech, maybe, you know, we've got a lot of platforms that shape a huge aspect of our life. They tend to be closed platforms. The role of a kind of media artist is very changed in that context. So in Dublin, for example, we have the headquarters of, you know, Google, Facebook, all these companies. We have a huge amount of the economy of Ireland is driven by these things, but we don't have a strong technology critical, um, context, like a really strong one in the sense of like, for example, the universities, there's no, you know, like courses in like technology and society. There's no, you know, of course, there's lots of individual work and academics doing really great stuff. And so I'm not suggesting I'm an artist doing really great stuff around it.", |
||||
|
"sequence": 24, |
||||
|
"Technology": 0.3389029205, |
||||
|
"Art": 0.078685388, |
||||
|
"Ireland": 0.0063394718, |
||||
|
"Organisation": 0.0521632507, |
||||
|
"Digital": 0.104183048, |
||||
|
"Community": 0.141213119, |
||||
|
"Events": 0.1326716542, |
||||
|
"x": 7.4344473, |
||||
|
"y": -4.266719 |
||||
|
}, |
||||
|
"126": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah.", |
||||
|
"sequence": 25, |
||||
|
"Technology": 0.2798177004, |
||||
|
"Art": 0.267590493, |
||||
|
"Ireland": 0.264179945, |
||||
|
"Organisation": 0.4656565487, |
||||
|
"Digital": 0.2740884721, |
||||
|
"Community": 0.4323056936, |
||||
|
"Events": 0.3351562321, |
||||
|
"x": 18.153908, |
||||
|
"y": 1.320851 |
||||
|
}, |
||||
|
"127": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "But that context now, I think, has shaped a little bit the way we think about data. And so one of the things we really think about is that all the events should be kind of free. And we try, since we've been kind of running it together, we've tried to make that the case. And I think because the project is so closed, it's harder for there to be a kind of a bedrock of people who are cracking it open. Certainly for me, one of the interests is trying to reproduce a community, not reproduce a particular community, but produce the context in which a community of technology-critical people can make work. I think in the past, you know, there's been loads of really good work that was funded by tech companies. And that was because it was in a different context now. But at the moment, we're a little bit, we'd be wary, let's say, of that and of being kind of connected with that in some way. Certainly I would. I imagine the others as well. So we want to make it as an outside space that maybe doesn't think exists hugely in the city. Does that make sense, sir? I think it does.", |
||||
|
"sequence": 26, |
||||
|
"Technology": 0.315740943, |
||||
|
"Art": 0.0738474578, |
||||
|
"Ireland": -0.0072528864, |
||||
|
"Organisation": 0.1957291663, |
||||
|
"Digital": 0.0564189255, |
||||
|
"Community": 0.2250987291, |
||||
|
"Events": 0.1828210503, |
||||
|
"x": 10.166331, |
||||
|
"y": -4.234038 |
||||
|
}, |
||||
|
"128": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Yeah, absolutely. Yeah, I mean, I totally agree with everything Tom said. So like, you know, there needs to be this critical counterpoint to this kind of dominant narrative that permeates through has permeated through kind of Ireland over the last two decades. I'm not saying data is it, it's just like one part of it. It shouldn't just be it, you know. And as we all know, there's plenty of artists and academics who are doing kind of critical work in that space. It's just over the last few years, my experience is it's felt kind of fragmented again because of stuff like post-recession kind of pandemic and stuff but like it's great things are popping up not just data obviously you guys and you know there's plenty of other stuff going on as well so yeah so yeah it's cool", |
||||
|
"sequence": 27, |
||||
|
"Technology": 0.0797020346, |
||||
|
"Art": -0.0562076792, |
||||
|
"Ireland": 0.0089654382, |
||||
|
"Organisation": -0.1138406992, |
||||
|
"Digital": -0.0854954869, |
||||
|
"Community": -0.06913203, |
||||
|
"Events": -0.0782910734, |
||||
|
"x": -9.643759, |
||||
|
"y": 2.679666 |
||||
|
}, |
||||
|
"129": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " I think one very interesting thing I'm quite interested in is this idea of third space, which I don't know if you guys know, is like, I can't remember from, I think it was an architect who kind of put this philosophy down, which is basically like your first space is your home, your second space is your work, and the third space is kind of like it's somehow a public space where everyone can access. Usually these spaces are, again, public and low cost barrier. So it should be free to go there or almost free to go there, very cheap. And these spaces, he says, are like, or they kind of say, is basically a place where ideas of society can flow. A barrister might meet a worker, like, you know, or, you know, artists will talk to politicians. It's a place, and there's no, there is law, there's order, but there's no classes. So in these, in these spaces, people can talk freely and be, are open to criticism and be criticized. And there's no one there to basically censor anyone. And I think this is something that kind of lacks in Ireland a little bit. I think the pub was the closest we ever get to a third space. And I think that's why pubs are so important in Ireland, because they have this, you know, yeah, the stratification of society, I guess, turns sideways a little bit at least. But I think that's something I definitely would love to see in Ireland, as you were saying, like having a space where big data companies and people who work in these data companies might be in contact with artists and academics and a space where people can talk freely about these things without maybe criticism.", |
||||
|
"sequence": 28, |
||||
|
"Technology": 0.0766743869, |
||||
|
"Art": -0.0137213431, |
||||
|
"Ireland": -0.0479860455, |
||||
|
"Organisation": -0.0629578009, |
||||
|
"Digital": -0.1211640388, |
||||
|
"Community": -0.0713328645, |
||||
|
"Events": -0.0579777099, |
||||
|
"x": -10.787082, |
||||
|
"y": 2.2236953 |
||||
|
}, |
||||
|
"130": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "On the back of the mention of the pub from the last event, I just kind of had this realisation that a lot of the most interesting conversations that come off the back of data are in the pub afterwards. because we all like a lot of the time after every event we would just choose like the closest pub and say we're heading over if anyone wants to join and there's actually usually quite a big take up on that and it's lovely because it's like we I think because people have been at the event then there's like this kind of like remnants of criticality but then they have the freedom of just being in the pub and That's it. People are chatting about actually very interesting, sometimes tech related, sometimes not, sometimes art related, sometimes not, but I find it's very interesting to kind of get people in a space and have people present ideas and new ways of thinking, but then to kind of I think it's a very important part for the events to hold that space for a little while longer and allow the conversation to happen. Because I think for the speakers as well, because everything is done free and we don't get paid and we don't charge and the speakers don't get paid, it's important that they get something out of it themselves. And I think that's why there's so much freedom in terms of like what they can present. It's always just like what is most helpful for them. But I think the discussion is a lot of the time where kind of the richness is. Yeah, I've had that a lot so to be honest. Just to kind of piggyback on that, just a question of support and obviously money and people aren't getting paid and kind of Tom touched on the context of labour. I think that's something that we do our best to try and kind of facilitate this platform. Let's just really just kind of general like emails like come along, this is informal, don't stress, you know, we're all BSV, you know, you don't have to spend loads of time on this, we'll take whatever you have, and, you know, supportive, critical, like if needs be in it, but in a kind of like, you know, I don't know what the word, like critical but sound. Yeah, slightly informal. Yeah, informal and supportive, you know. So that's the kind of space I think that we're, I'm going to say, I think we're pretty good at creating.", |
||||
|
"sequence": 29, |
||||
|
"Technology": -0.0433107242, |
||||
|
"Art": -0.0415007174, |
||||
|
"Ireland": -0.0374554731, |
||||
|
"Organisation": -0.0276835449, |
||||
|
"Digital": -0.1165461987, |
||||
|
"Community": 0.0846315175, |
||||
|
"Events": 0.0723546743, |
||||
|
"x": -7.634373, |
||||
|
"y": -3.5644486 |
||||
|
}, |
||||
|
"131": { |
||||
|
"speaker": "Paul", |
||||
|
"text": " I mean, you've got a lot of experience at this point. What we're saying, though, is, you know, so this idea of like a third space or like a public sphere in which this kind of conversation can happen is, of course, this ideal that we would really love to have. But I think it actually touched on earlier on about us moving around the city. I think we're also aware that actually spaces aren't neutral at all. And so the pub is a space for some people that they're quite happy to have a chat in. We had a couple of events in NCAD because they were provided with a space, which was great, but obviously an institution that a lot of people aren't comfortable with. And I mean, if you look at, say, the institution of technology and technology-based art, historically, it has a very, you know, like non-diverse bunch of people working in it. And the art as an institution itself is also like that. So quite aware of I suppose one, the failings of art, our own failings of running data, not that it's on us specifically to address that on our own, but that, you know, Like, it's very hard to have events. One, that someone will give you a space for free that has a projector, has a thing. It's very hard to find spaces that will reach beyond those kind of limitations. And arguably, there is no space that isn't limited in some way in terms of access to certain people or certain groups. And so I think it's really great. This third space idea is, I mean, it is a really great idea. And this idea of like a free public sphere is, I think, in the world at the moment, like a really important thing. But it's something that unfortunately, I think we will never really get to either. I think it's more of an ideological thinking of like how you can think of how they thought of spaces, how you can divide up and categorize certain spaces kind of like, you know, when they're purposing. And I think there's a lot of conversation and books written about third space being online and how open forums and the new third space is realistically like, you know, so. Even doing this, like, you know, this could be seen or like, you know, like even a newsletter with a comment section, you could call that a third space. So it's, I guess it's more of an exceptional kind of thought process. But I might get back to the questions because I feel like we could talk about this for an hour.", |
||||
|
"sequence": 30, |
||||
|
"Technology": -0.0007819735, |
||||
|
"Art": -0.0167045649, |
||||
|
"Ireland": -0.0584527403, |
||||
|
"Organisation": -0.000455897, |
||||
|
"Digital": -0.1184439659, |
||||
|
"Community": 0.0781031549, |
||||
|
"Events": 0.0304106176, |
||||
|
"x": -7.925726, |
||||
|
"y": -4.082867 |
||||
|
}, |
||||
|
"132": { |
||||
|
"speaker": "Aisling", |
||||
|
"text": "So, let me see. Can I actually just quickly ask what format do the events, is it a consistent format in terms of like, is it presentations? Is it more kind of show and tell? Is it a mix mash? Has it changed over the years? What's the kind of story with that kind of stuff?", |
||||
|
"sequence": 31, |
||||
|
"Technology": 0.1154226363, |
||||
|
"Art": 0.0505468734, |
||||
|
"Ireland": 0.037162032, |
||||
|
"Organisation": 0.077987127, |
||||
|
"Digital": 0.0735651851, |
||||
|
"Community": 0.0023547336, |
||||
|
"Events": 0.2833886743, |
||||
|
"x": 4.292091, |
||||
|
"y": 0.31191784 |
||||
|
}, |
||||
|
"133": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": " I would say it's definitely changed though, given that it's been going for for 20 years, you know, so I mean, I like I, I wasn't at the first ones I kind of came to data. around my first ones would have been around 2010 as in I start going like seeing what they were and there were there was different things then there was like workshops as well when Ben Gowlon was was running it and Rachel O'Dwyer and so there was lots of different formats I have seen and it's on the website there's obviously a lot of kind of archival footage as well which was just like people kind of turning up and with their work, like if that was an interactive piece, and just having fun with it. Tom, you probably came in earlier than 2010, were you?", |
||||
|
"sequence": 32, |
||||
|
"Technology": 0.1900036037, |
||||
|
"Art": -0.0428354219, |
||||
|
"Ireland": 0.1334884763, |
||||
|
"Organisation": -0.0274407212, |
||||
|
"Digital": 0.0815691054, |
||||
|
"Community": -0.0004831832, |
||||
|
"Events": 0.038051866, |
||||
|
"x": -2.2550645, |
||||
|
"y": 2.6557643 |
||||
|
}, |
||||
|
"134": { |
||||
|
"speaker": "Paul", |
||||
|
"text": "Kind of somewhere similar. Maybe I think 2009 was the first one I was involved in. Yeah. Or it could be 2008, I'm not sure. But yeah, I mean, just to kind of reiterate what Paul said, there were, and at one point also again, there was funding maybe as part of it to organize and pay people to do workshops. there's been a really big, I mean one thing that like it did start in the pub, going back to what Ashley was saying, it started in the pub and it was like an open projector, that was the kind of format that it started with, so not quite but just like screen based and so that's something that's new, the last one was a student open projector, so it was for undergraduate students in colleges around the country, I mean it was mostly Dublin based but actually a Limerick student or artist as well and So that's something we still do is open projectors as Ashley also mentioned earlier on, we did one that was just fine by so no screens and I think that was probably the only data ever that didn't have a screen. So, we did that in partnership with your and three people just presented sound work. So there is often a presentation-y type format, but we, and I think that's because when people see a screen, they take a PowerPoint and that sort of thing. We are certainly always encouraging it to be something other than that, and whether that's a screening or something like a workshop interactive, like I'm actually presenting it now next month, and it'll hopefully be a workshop discussion rather than a presentation. So I haven't really worked that yet. But you know what I mean? So we're certainly trying for it to be more open. But of course, when people are pressed for time, one of the easier things to do is to say, here's the work. I'm thinking this about it. What do you think about it? And it's a really good, like, there's a reason presentations exist. They're actually a way of communicating things, even if they aren't. Of course, yeah. Yeah, you know, so.", |
||||
|
"sequence": 33, |
||||
|
"Technology": -0.0219321772, |
||||
|
"Art": 0.0516736209, |
||||
|
"Ireland": 0.060557764, |
||||
|
"Organisation": 0.162450701, |
||||
|
"Digital": -0.1133933812, |
||||
|
"Community": 0.1086513251, |
||||
|
"Events": 0.1392899156, |
||||
|
"x": -6.349522, |
||||
|
"y": -7.2391043 |
||||
|
}, |
||||
|
"135": { |
||||
|
"speaker": "conceptNULL", |
||||
|
"text": "Just to finish, Aisling, no, I was going to throw it over to you, Aisling. No, go ahead. I was just going to say, obviously, I'm way more recent to it, but I do find that the format of allowing people do what they want kind of opens it up as well, because we're not saying you have to do a presentation. So even with the sound event that we did, someone did a live radio show and we had a live chat box going. sometimes that openness when it's really just like let this be like the most beneficial thing for you possible like that should be your main thing for you to get something out of this it means that it it opens up the format to be to be new things, which I think is really exciting. And it also allows the community of presenters and stuff actually have quite a strong influence in data and what it is and what the events are. So I think it's nice. And I think we enjoy allowing people kind of decide what they're comfortable with and having that. Yeah. Yeah, exactly that. I don't know about you guys, but I've had to do presentations before and it can be stressful and it takes time. So it's just nice to go do what you want. We'll make it work and we'll work with you. Yeah. No problem.", |
||||
|
"sequence": 34, |
||||
|
"Technology": 0.0301229768, |
||||
|
"Art": -0.0299336743, |
||||
|
"Ireland": 0.0393990092, |
||||
|
"Organisation": -0.0825184509, |
||||
|
"Digital": -0.1034852564, |
||||
|
"Community": -0.0093505681, |
||||
|
"Events": 0.0564398281, |
||||
|
"x": -7.8410635, |
||||
|
"y": -0.3134022 |
||||
|
} |
||||
|
} |
|
@ -0,0 +1,251 @@ |
|||||
|
//
|
||||
|
|
||||
|
(function() { |
||||
|
|
||||
|
// list of guis
|
||||
|
var guis = []; |
||||
|
|
||||
|
// default slider params
|
||||
|
var sliderMin = 0; |
||||
|
var sliderMax = 100; |
||||
|
var sliderStep = 1; |
||||
|
|
||||
|
// default gui provider
|
||||
|
var guiProvider = 'QuickSettings'; |
||||
|
|
||||
|
const defaultLabel = 'p5.gui'; |
||||
|
|
||||
|
// Create a GUI using QuickSettings (or DAT.GUI or ...)
|
||||
|
// You only need to pass a reference to the sketch in instance mode
|
||||
|
|
||||
|
// Usually you will call createGui(this, 'label');
|
||||
|
p5.prototype.createGui = function(sketch, label, provider) { |
||||
|
|
||||
|
// createGui(label) signature
|
||||
|
if ((typeof sketch) === 'string') { |
||||
|
return this.createGui(label, sketch, provider); |
||||
|
} |
||||
|
|
||||
|
// normally the sketch will just be embedded below the body
|
||||
|
let parent = document.body; |
||||
|
|
||||
|
if(sketch === undefined) { |
||||
|
// p5js global mode
|
||||
|
sketch = window; |
||||
|
label = label || document.title || defaultLabel; |
||||
|
} else { |
||||
|
// p5js instance mode
|
||||
|
parent = sketch.canvas.parentElement; |
||||
|
label = label || parent.id || defaultLabel; |
||||
|
} |
||||
|
|
||||
|
if(!('color' in sketch)) { |
||||
|
console.error(`${parent.id}: You need to pass the p5 sketch to createGui in instance mode!`); |
||||
|
} |
||||
|
|
||||
|
// default gui provider
|
||||
|
provider = provider || guiProvider; |
||||
|
|
||||
|
var gui; |
||||
|
|
||||
|
// create a gui using the provider
|
||||
|
if(provider === 'QuickSettings') { |
||||
|
if(QuickSettings) { |
||||
|
console.log('Creating p5.gui powered by QuickSettings.'); |
||||
|
gui = new QSGui(label, parent, sketch); |
||||
|
} else { |
||||
|
console.log('QuickSettings not found. Is the script included in your HTML?'); |
||||
|
gui = new DummyGui(label, parent, sketch); |
||||
|
} |
||||
|
} else { |
||||
|
console.log('Unknown GUI provider ' + provider); |
||||
|
gui = new DummyGui(label, parent, sketch); |
||||
|
} |
||||
|
|
||||
|
// add it to the list of guis
|
||||
|
guis.push(gui); |
||||
|
|
||||
|
// return it
|
||||
|
return gui; |
||||
|
|
||||
|
}; |
||||
|
|
||||
|
|
||||
|
p5.prototype.removeGui = function(gui) { |
||||
|
// TODO: implement this
|
||||
|
}; |
||||
|
|
||||
|
// update defaults used for creation of sliders
|
||||
|
p5.prototype.sliderRange = function(vmin, vmax, vstep) { |
||||
|
sliderMin = vmin; |
||||
|
sliderMax = vmax; |
||||
|
sliderStep = vstep; |
||||
|
}; |
||||
|
|
||||
|
// extend default behaviour of noLoop()
|
||||
|
p5.prototype.noLoop = function() { |
||||
|
this._loop = false; |
||||
|
for(var i = 0; i < guis.length; i++) { |
||||
|
guis[i].noLoop(); |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
// extend default behaviour of loop()
|
||||
|
p5.prototype.loop = function() { |
||||
|
for(var i = 0; i < guis.length; i++) { |
||||
|
guis[i].loop(); |
||||
|
} |
||||
|
this._loop = true; |
||||
|
this._draw(); |
||||
|
}; |
||||
|
|
||||
|
|
||||
|
// interface for quicksettings
|
||||
|
function QSGui(label, parent, sketch) { |
||||
|
|
||||
|
// hard code the position, it can be changed later
|
||||
|
let x = 20; |
||||
|
let y = 20; |
||||
|
|
||||
|
var qs = QuickSettings.create(x, y, label, parent); |
||||
|
|
||||
|
// proxy all functions of quicksettings
|
||||
|
this.prototype = qs; |
||||
|
|
||||
|
// addGlobals(global1, global2, ...) to add the selected globals
|
||||
|
this.addGlobals = function() { |
||||
|
qs.bindGlobals(arguments); |
||||
|
}; |
||||
|
|
||||
|
// addObject(object) to add all params of the object
|
||||
|
// addObject(object, param1, param2, ...) to add selected params
|
||||
|
this.addObject = function() { |
||||
|
// get object
|
||||
|
object = arguments[0]; |
||||
|
// convert arguments object to array
|
||||
|
var params = []; |
||||
|
if(arguments.length > 1) { |
||||
|
params = Array.prototype.slice.call(arguments) |
||||
|
params = params.slice(1); |
||||
|
} |
||||
|
// if no arguments are provided take all keys of the object
|
||||
|
if(params.length === 0) { |
||||
|
// won't work in Internet Explorer < 9 (use a polyfill)
|
||||
|
params = Object.keys(object); |
||||
|
} |
||||
|
qs.bindParams(object, params); |
||||
|
}; |
||||
|
|
||||
|
// noLoop() to call draw every time the gui changes when we are not looping
|
||||
|
this.noLoop = function() { |
||||
|
qs.setGlobalChangeHandler(sketch._draw); |
||||
|
}; |
||||
|
|
||||
|
this.loop = function() { |
||||
|
qs.setGlobalChangeHandler(null); |
||||
|
}; |
||||
|
|
||||
|
// pass through ...
|
||||
|
this.show = function() { qs.show(); }; |
||||
|
this.hide = function() { qs.hide(); }; |
||||
|
this.toggleVisibility = function() { qs.toggleVisibility(); }; |
||||
|
this.setPosition = function(x, y) { |
||||
|
qs.setPosition(x, y); |
||||
|
return this; |
||||
|
}; |
||||
|
|
||||
|
// Extend Quicksettings
|
||||
|
// so it can magically create a GUI for parameters passed by name
|
||||
|
qs.bindParams = function(object, params) { |
||||
|
|
||||
|
// iterate over all the arguments
|
||||
|
for(var i = 0; i < params.length; i++) { |
||||
|
|
||||
|
var arg = params[i]; |
||||
|
var val = object[arg]; |
||||
|
var typ = typeof val; |
||||
|
|
||||
|
//console.log(typ, arg, val);
|
||||
|
|
||||
|
// don't need to show the sliders for range min, max and step of a property
|
||||
|
var sliderConfigRegEx = /^(.*min|.*max|.*step)$/i; |
||||
|
if( sliderConfigRegEx.test(arg)){ |
||||
|
continue; |
||||
|
} |
||||
|
switch(typ) { |
||||
|
|
||||
|
case 'object': |
||||
|
|
||||
|
// color triple ?
|
||||
|
if(val instanceof Array && val.length === 3 && typeof val[0] === 'number') { |
||||
|
// create color according to the current color mode of the current sketch
|
||||
|
var c = sketch.color(val[0], val[1], val[2]); |
||||
|
// get decimal RGB values
|
||||
|
var c2 = c.levels.slice(0,3); |
||||
|
// create HTML color code
|
||||
|
var vcolor = '#' + c2.map(function(value) { |
||||
|
return ('0' + value.toString(16)).slice(-2); |
||||
|
}).join(''); |
||||
|
this.bindColor(arg, vcolor, object); |
||||
|
} else { |
||||
|
// multiple choice drop down list
|
||||
|
this.bindDropDown(arg, val, object); |
||||
|
object[arg] = val[0]; |
||||
|
} |
||||
|
break; |
||||
|
|
||||
|
case 'number': |
||||
|
|
||||
|
// values as defined by magic variables or gui.sliderRange()
|
||||
|
var vmin = object[arg + 'Min'] || object[arg + 'min'] || sliderMin; |
||||
|
var vmax = object[arg + 'Max'] || object[arg + 'max'] || sliderMax; |
||||
|
var vstep = object[arg + 'Step'] || object[arg + 'step'] || sliderStep; |
||||
|
|
||||
|
// the actual values can still overrule the limits set by magic
|
||||
|
var vmin = Math.min(val, vmin); |
||||
|
var vmax = Math.max(val, vmax); |
||||
|
|
||||
|
// set the range
|
||||
|
this.bindRange(arg, vmin, vmax, val, vstep, object); |
||||
|
|
||||
|
break; |
||||
|
|
||||
|
case 'string': |
||||
|
|
||||
|
var HEX6 = /^#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})$/i; |
||||
|
if(HEX6.test(val)) { |
||||
|
// HTML color value (such as #ff0000)
|
||||
|
this.bindColor(arg, val, object); |
||||
|
} else { |
||||
|
// String value
|
||||
|
this.bindText(arg, val, object); |
||||
|
} |
||||
|
break; |
||||
|
|
||||
|
case 'boolean': |
||||
|
|
||||
|
this.bindBoolean(arg, object[arg], object); |
||||
|
break; |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
// bind params that are defined globally
|
||||
|
qs.bindGlobals = function(params) { |
||||
|
this.bindParams(window, params); |
||||
|
}; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
// Just a Dummy object that provides the GUI interface
|
||||
|
function DummyGui() { |
||||
|
var f = function() {}; |
||||
|
this.addGlobals = f; |
||||
|
this.noLoop = f; |
||||
|
this.addObject = f; |
||||
|
this.show = f; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
})(); |
@ -0,0 +1,125 @@ |
|||||
|
p5.Gradient = class { |
||||
|
constructor() {} |
||||
|
|
||||
|
setAngle(angle) { |
||||
|
if (_angleMode === "degrees") { |
||||
|
this.angle = radians(angle); |
||||
|
} else { |
||||
|
this.angle = angle; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
colors() { |
||||
|
let stops; |
||||
|
|
||||
|
if (Array.isArray(arguments[0])) { |
||||
|
stops = arguments[0]; |
||||
|
} else { |
||||
|
stops = arguments; |
||||
|
} |
||||
|
|
||||
|
for (let i = 0; i < stops.length; i += 2) { |
||||
|
const pos = stops[i]; |
||||
|
const col = stops[i + 1].toString(); |
||||
|
this.gradient.addColorStop(pos, col); |
||||
|
} |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
p5.LinearGradient = class LinearGradient extends p5.Gradient { |
||||
|
constructor(angle, width) { |
||||
|
super(); |
||||
|
this.setAngle(angle || 0); |
||||
|
this.width = width || 100; |
||||
|
|
||||
|
const x = cos(this.angle) * this.width; |
||||
|
const y = sin(this.angle) * this.width; |
||||
|
|
||||
|
this.gradient = drawingContext.createLinearGradient(0, 0, x, y); |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
p5.RadialGradient = class RadialGradient extends p5.Gradient { |
||||
|
constructor(innerRadius, outerRadius, x, y) { |
||||
|
super(); |
||||
|
this.innerRadius = innerRadius || 0; |
||||
|
this.outerRadius = outerRadius || 100; |
||||
|
this.x = x || 0; |
||||
|
this.y = y || 0; |
||||
|
|
||||
|
this.gradient = drawingContext.createRadialGradient( |
||||
|
this.x, |
||||
|
this.y, |
||||
|
this.innerRadius, |
||||
|
this.x, |
||||
|
this.y, |
||||
|
this.outerRadius |
||||
|
); |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
p5.ConicGradient = class ConicGradient extends p5.Gradient { |
||||
|
constructor(angle, x, y) { |
||||
|
super(); |
||||
|
this.setAngle(angle || 0); |
||||
|
this.x = x || 0; |
||||
|
this.y = y || 0; |
||||
|
|
||||
|
this.gradient = drawingContext.createConicGradient(this.angle, this.x, this.y); |
||||
|
} |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.createLinearGradient = function (angle, width) { |
||||
|
return new p5.LinearGradient(angle, width); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.createConicGradient = function (angle, x, y) { |
||||
|
return new p5.ConicGradient(angle, x, y); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.createRadialGradient = function (innerRadius, outerRadius, x, y) { |
||||
|
return new p5.RadialGradient(innerRadius, outerRadius, x, y); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.fillGradient = function (gradient) { |
||||
|
this.drawingContext.fillStyle = gradient.gradient ? gradient.gradient : gradient; |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.strokeGradient = function (gradient) { |
||||
|
this.drawingContext.strokeStyle = gradient.gradient ? gradient.gradient : gradient; |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.backgroundGradient = function (gradient) { |
||||
|
this.drawingContext.fillStyle = gradient.gradient ? gradient.gradient : gradient; |
||||
|
this.drawingContext.fillRect(0, 0, this.width, this.height); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.createPattern = function (patternElement, repeat) { |
||||
|
if (patternElement.canvas) { |
||||
|
patternElement = patternElement.canvas; |
||||
|
} else if (patternElement.elt) { |
||||
|
patternElement = patternElement.elt; |
||||
|
} |
||||
|
return this.drawingContext.createPattern(patternElement, repeat || "repeat"); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.createSimplePattern = (func, w, h, repeat) => { |
||||
|
let buffer = this.createGraphics(w || 5, h || 5); |
||||
|
buffer.pixelDensity(1); |
||||
|
buffer.background(255); |
||||
|
func(buffer); |
||||
|
return this.drawingContext.createPattern(buffer.canvas, repeat || "repeat"); |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.fillPattern = function (pattern) { |
||||
|
this.drawingContext.fillStyle = pattern; |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.strokePattern = function (pattern) { |
||||
|
this.drawingContext.strokeStyle = pattern; |
||||
|
}; |
||||
|
|
||||
|
p5.prototype.backgroundPattern = function (pattern) { |
||||
|
this.drawingContext.fillStyle = pattern; |
||||
|
this.drawingContext.fillRect(0, 0, width, height); |
||||
|
}; |
@ -0,0 +1,10 @@ |
|||||
|
function conicGradient(sA, cX, cY, colors) { |
||||
|
let gradient = drawingContext.createConicGradient( |
||||
|
sA, cX, cY |
||||
|
); |
||||
|
gradient.addColorStop(0, colors[0]); |
||||
|
gradient.addColorStop(0.33, colors[1]); |
||||
|
gradient.addColorStop(0.66, colors[2]); |
||||
|
gradient.addColorStop(1, colors[0]); |
||||
|
drawingContext.fillStyle = gradient; |
||||
|
} |
@ -0,0 +1,571 @@ |
|||||
|
let myFont; |
||||
|
let data; |
||||
|
let geoArray = []; |
||||
|
let canvas; |
||||
|
|
||||
|
var w, h, tow, toh; |
||||
|
var x, y, tox, toy; |
||||
|
var scaler = 1; |
||||
|
var exponent = 1; |
||||
|
var zoom = .01; //zoom step per mouse tick
|
||||
|
|
||||
|
|
||||
|
var wheel_scale = 0; |
||||
|
var drag_x = 0; |
||||
|
var drag_y = 0; |
||||
|
var e = 0; |
||||
|
var init_scale = 0.5; |
||||
|
|
||||
|
var check_mouse = false; |
||||
|
var mouse_dragged = false; |
||||
|
var bar; |
||||
|
|
||||
|
var scroll_height = 0; |
||||
|
var scroll_top = 0; |
||||
|
var percent = 0; |
||||
|
|
||||
|
var current_text_seq, next_text_seq; |
||||
|
var direction = 0; |
||||
|
|
||||
|
var mobile_view = false; |
||||
|
var network_view = false; |
||||
|
var about_view = false; |
||||
|
|
||||
|
// Get the two button elements
|
||||
|
const network_button = document.getElementById('network-button'); |
||||
|
const text_button = document.getElementById('tv-button'); |
||||
|
|
||||
|
var text_view_padding = 100; |
||||
|
|
||||
|
|
||||
|
//let v1 = createVector(drag_x, drag_y);
|
||||
|
|
||||
|
|
||||
|
// Load Data & Font
|
||||
|
function preload() { |
||||
|
data = loadJSON('static/assets/data/data/sorted_output.json'); |
||||
|
myFont = loadFont('static/assets/data/assets/IBMPlexSans-Regular.ttf') |
||||
|
} |
||||
|
|
||||
|
function setup() { |
||||
|
if(window.innerWidth < 950){ |
||||
|
canvas = createCanvas(window.innerWidth, window.innerHeight); |
||||
|
mobile_view = true; |
||||
|
network_view = false |
||||
|
}else{ |
||||
|
canvas = createCanvas(window.innerWidth/2.2, window.innerHeight); |
||||
|
mobile_view = false; |
||||
|
network_view = true |
||||
|
} |
||||
|
canvas.parent('sketch') |
||||
|
colorMode(HSB); |
||||
|
addPointstoArray(); |
||||
|
loadSentences(); |
||||
|
angleMode(DEGREES); |
||||
|
frameRate(60) |
||||
|
scroll_height = document.getElementById('text-body').scrollHeight; |
||||
|
} |
||||
|
|
||||
|
function draw() { |
||||
|
|
||||
|
background(60, 3.7, 95.3, 1); |
||||
|
wheel_scale = lerp(wheel_scale, init_scale + e, 0.05); |
||||
|
drawPoints(wheel_scale, drag_x, drag_y); |
||||
|
drawText() |
||||
|
checkMouse(); |
||||
|
scroll_top = document.getElementById('text-body').scrollTop; |
||||
|
percent = lerp(percent, map(scroll_top, 0, scroll_height - 1000, 0, 100), 0.1) |
||||
|
changePercent(); |
||||
|
updateCompassAngle(); |
||||
|
} |
||||
|
|
||||
|
function changePercent() { |
||||
|
document.getElementById('percent').innerText= str(round(percent)) + "%"; |
||||
|
document.getElementById('percent-mobile').innerText= str(round(percent)) + "%"; |
||||
|
} |
||||
|
|
||||
|
function checkMouse() { |
||||
|
if(window.innerWidth > 950){ |
||||
|
if (mouseX > (window.innerWidth / 2.2) - text_view_padding) { |
||||
|
check_mouse = false; |
||||
|
} else { |
||||
|
check_mouse = true; |
||||
|
} |
||||
|
}else{ |
||||
|
if ((mouseX > windowWidth) && network_view) { |
||||
|
check_mouse = false; |
||||
|
} else { |
||||
|
check_mouse = true; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
|
||||
|
|
||||
|
function mouseWheel(event) { |
||||
|
if (check_mouse && network_view) { |
||||
|
e += -event.delta * 0.005; |
||||
|
if (e < -0.2) { |
||||
|
e = -0.2 |
||||
|
} |
||||
|
else if(e > 0.5) { |
||||
|
e = 0.5 |
||||
|
} |
||||
|
}else{ |
||||
|
e = 0 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
function mouseDragged() { |
||||
|
|
||||
|
let m_dragRX = -0.75 |
||||
|
let m_dragRY = -0.5 |
||||
|
if (check_mouse && network_view) { |
||||
|
|
||||
|
mouse_dragged = true; |
||||
|
|
||||
|
|
||||
|
if(mobile_view){ |
||||
|
m_dragRX = -2; |
||||
|
m_dragRY = -2; |
||||
|
} else { |
||||
|
m_dragRX = -0.75; |
||||
|
m_dragRY = -0.5; |
||||
|
} |
||||
|
|
||||
|
drag_x += ((mouseX - pmouseX) * m_dragRX) |
||||
|
if (drag_x > 9000 || drag_x < -9000) { |
||||
|
drag_x = 0; |
||||
|
} |
||||
|
drag_y += ((mouseY - pmouseY) * m_dragRY) |
||||
|
if (drag_y > 5000 || drag_y < -5000) { |
||||
|
drag_y = 0; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
mouse_dragged = false; |
||||
|
|
||||
|
} |
||||
|
|
||||
|
function mouseClicked(event) { |
||||
|
let x = 0; |
||||
|
let y = 0; |
||||
|
|
||||
|
if (check_mouse && !mouse_dragged) { |
||||
|
// Check for hover
|
||||
|
try { |
||||
|
geoArray.forEach(element => { |
||||
|
if (element.over == true) { |
||||
|
|
||||
|
if ((e < 0.5) && !mobile_view) |
||||
|
{ |
||||
|
e += 0.25; |
||||
|
} |
||||
|
|
||||
|
x = element.center_w - element.new_x |
||||
|
y = element.center_h - element.new_y |
||||
|
|
||||
|
// Move to that area
|
||||
|
|
||||
|
drag_x += (x - element.center_w) + 50 |
||||
|
drag_y += (y - windowHeight / 2) - 100 |
||||
|
smoothScroll(element.sequence); |
||||
|
findNextNodeSeq(element); |
||||
|
// Find next node in sequence
|
||||
|
throw new Error("Break the loop.") |
||||
|
} |
||||
|
}); |
||||
|
} catch (error) { |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
function findNextNodeSeq(geo) { |
||||
|
let sequence = geo.sequence; |
||||
|
let next = sequence + 1; |
||||
|
geoArray.forEach(e => { |
||||
|
if(e.sequence == next){ |
||||
|
next_text_seq = e; |
||||
|
} |
||||
|
}) |
||||
|
} |
||||
|
|
||||
|
function updateCompassAngle() { |
||||
|
if(next_text_seq == null) { |
||||
|
|
||||
|
}else{ |
||||
|
let v1 = createVector(drag_x, drag_y); |
||||
|
let v2 = createVector(next_text_seq.new_x, next_text_seq.new_y); |
||||
|
direction = lerp(direction, v1.angleBetween(v2), 0.1); |
||||
|
let doc = document.getElementById('arrow-p'); |
||||
|
doc.style.transform = 'rotate('+ direction + 'deg)'; |
||||
|
doc = document.getElementById('arrow-mobile'); |
||||
|
doc.style.transform = 'rotate('+ direction + 'deg)'; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
function addPointstoArray() { |
||||
|
for (let i = 0; i < 105; i++) { |
||||
|
tmp = new Geo(data[i]); |
||||
|
geoArray.push(tmp); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
function loadSentences() { |
||||
|
geoArray.forEach(element => { |
||||
|
element.spawnText(); |
||||
|
}); |
||||
|
} |
||||
|
|
||||
|
function drawPoints(ws, dx, dy) { |
||||
|
|
||||
|
for (let i = 0; i < geoArray.length; i++) { |
||||
|
geoArray[i].update(ws, dx, dy); |
||||
|
|
||||
|
} |
||||
|
|
||||
|
push(); |
||||
|
noFill(); |
||||
|
stroke(255, 0, 0, 0.15); |
||||
|
beginShape(); |
||||
|
for (let i = 0; i < geoArray.length; i++) { |
||||
|
curveVertex(geoArray[i].center_w - geoArray[i].new_x * geoArray[i].ws, geoArray[i].center_h - geoArray[i].new_y * geoArray[i].ws); |
||||
|
} |
||||
|
endShape() |
||||
|
pop(); |
||||
|
|
||||
|
for (let i = 0; i < geoArray.length; i++) { |
||||
|
geoArray[i].update(ws, dx, dy); |
||||
|
geoArray[i].show(ws, dx, dy); |
||||
|
geoArray[i].move() |
||||
|
//geoArray[i].display();
|
||||
|
|
||||
|
} |
||||
|
|
||||
|
} |
||||
|
|
||||
|
function drawText() { |
||||
|
for (let i = 0; i < geoArray.length; i++) { |
||||
|
geoArray[i].display(); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
// Resize Canvas Function
|
||||
|
function windowResized() { |
||||
|
if(window.innerWidth < 950){ |
||||
|
resizeCanvas(windowWidth, windowHeight); |
||||
|
mobile_view = true; |
||||
|
}else{ |
||||
|
resizeCanvas(windowWidth/2.2, windowHeight); |
||||
|
mobile_view = false; |
||||
|
network_view = true |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
function smoothScroll(seq_id) { |
||||
|
let id = '#' + seq_id |
||||
|
document.getElementById(seq_id).scrollIntoView({ |
||||
|
behavior: 'smooth', |
||||
|
inline: 'center', |
||||
|
block: 'center' |
||||
|
}); |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
class Geo { |
||||
|
|
||||
|
constructor(entry) { |
||||
|
this.emb_dict = createStringDict({}); |
||||
|
this.entry = entry; |
||||
|
this.speaker = entry['speaker']; |
||||
|
this.text = entry['text']; |
||||
|
this.sequence = entry['sequence']; |
||||
|
|
||||
|
this.emb_dict.set('Technology', str(this.entry['Technology'])); |
||||
|
this.emb_dict.set('Art', str(this.entry['Art'])); |
||||
|
this.emb_dict.set('Ireland', str(this.entry['Ireland'])); |
||||
|
this.emb_dict.set('Organisation', str(this.entry['Organisation'])); |
||||
|
this.emb_dict.set('Digital', str(this.entry['Digital'])); |
||||
|
this.emb_dict.set('Community', str(this.entry['Community'])); |
||||
|
this.emb_dict.set('Events', str(this.entry['Events'])); |
||||
|
|
||||
|
this.radius = 100; |
||||
|
this.new_radius = this.radius; |
||||
|
|
||||
|
this.over = false; |
||||
|
this.ws = 1 |
||||
|
|
||||
|
this.x = entry['x'] * 400; |
||||
|
this.y = entry['y'] * 400; |
||||
|
|
||||
|
this.new_x = this.x; |
||||
|
this.new_y = this.y; |
||||
|
|
||||
|
this.center_w = windowWidth / 4; |
||||
|
this.center_h = windowHeight / 2; |
||||
|
|
||||
|
this.angle_counter_x = random(0, 100) |
||||
|
this.angle_counter_y = random(0, 100) |
||||
|
this.angle_counter_color = random(0, 100) |
||||
|
this.angle_counter = random(-0.02, 0.02); |
||||
|
this.angle_counter_pos = random(-0.2, 0.2); |
||||
|
this.random_divider_x = random(2, 4); |
||||
|
this.random_divider_y = random(2, 4); |
||||
|
|
||||
|
this.px = 0; |
||||
|
this.py = 0; |
||||
|
|
||||
|
this.ang = 0; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
spawnText() { |
||||
|
var dom_target = document.getElementById('text-body'); |
||||
|
|
||||
|
// Create Div & Set Attributes
|
||||
|
var temp_div = document.createElement("div"); |
||||
|
temp_div.setAttribute('class', 'sentence-block'); |
||||
|
temp_div.setAttribute('id', str(this.sequence)); |
||||
|
|
||||
|
// Create P for Speaker, X&Y, and Text
|
||||
|
var para_speaker = document.createElement('span'); |
||||
|
var node = document.createTextNode(this.speaker); |
||||
|
para_speaker.setAttribute('class', this.speaker); |
||||
|
para_speaker.appendChild(node); |
||||
|
|
||||
|
var para_x = document.createElement('span'); |
||||
|
node = document.createTextNode(round(this.center_w - this.new_x * this.ws)); |
||||
|
let id_x = str(this.sequence) + 'x'; |
||||
|
para_x.setAttribute('id', id_x); |
||||
|
para_x.setAttribute('class', 'x-coord'); |
||||
|
para_x.appendChild(node); |
||||
|
|
||||
|
var para_y = document.createElement('span'); |
||||
|
node = document.createTextNode(round(this.center_h - this.new_y * this.ws)); |
||||
|
let id_y = str(this.sequence) + 'y'; |
||||
|
para_y.setAttribute('id', id_y); |
||||
|
para_y.setAttribute('class', 'y-coord'); |
||||
|
para_y.appendChild(node); |
||||
|
|
||||
|
var node_link = document.createElement('span'); |
||||
|
node_link = document.createElement('img') |
||||
|
node_link.src = "static/assets/data/assets/arrow-r.svg" |
||||
|
// node = document.createTextNode('🡥')
|
||||
|
let node_pos = str(this.sequence) + 'pos'; |
||||
|
node_link.setAttribute('id', node_pos); |
||||
|
node_link.setAttribute('class', 'arrow'); |
||||
|
node_link.appendChild(node); |
||||
|
node_link.addEventListener("click", () => { |
||||
|
let x = 0; |
||||
|
let y = 0; |
||||
|
|
||||
|
|
||||
|
try { |
||||
|
geoArray.forEach(element => { |
||||
|
if (element.sequence == this.sequence) { |
||||
|
|
||||
|
|
||||
|
|
||||
|
x = element.center_w - element.new_x |
||||
|
y = element.center_h - element.new_y |
||||
|
|
||||
|
// Move to that area
|
||||
|
|
||||
|
drag_x += (x - element.center_w) + 50; |
||||
|
drag_y += (y - windowHeight / 2) - 100; |
||||
|
|
||||
|
throw new Error("Break the loop.") |
||||
|
} |
||||
|
}); |
||||
|
} catch (error) { |
||||
|
|
||||
|
} |
||||
|
}); |
||||
|
|
||||
|
var para_text = document.createElement('p'); |
||||
|
node = document.createTextNode(this.text); |
||||
|
para_text.appendChild(node); |
||||
|
|
||||
|
temp_div.appendChild(para_speaker); |
||||
|
temp_div.appendChild(para_x); |
||||
|
temp_div.appendChild(para_y); |
||||
|
temp_div.appendChild(node_link); |
||||
|
temp_div.appendChild(para_text); |
||||
|
|
||||
|
dom_target.appendChild(temp_div); |
||||
|
} |
||||
|
|
||||
|
update(ws, dx, dy) { |
||||
|
|
||||
|
if(window.innerWidth > 950){ |
||||
|
this.center_w = windowWidth / 4; |
||||
|
}else{ |
||||
|
this.center_w = windowWidth / 2; |
||||
|
} |
||||
|
this.ws = ws; |
||||
|
this.new_radius = this.radius * this.ws |
||||
|
let rd_x = this.random_divider_x * this.ws |
||||
|
let rd_y = this.random_divider_y * this.ws |
||||
|
|
||||
|
let p = this.new_radius / rd_x * sin(this.angle_counter_x) |
||||
|
let q = this.new_radius / rd_y * cos(this.angle_counter_y) |
||||
|
|
||||
|
// this.center_w = windowWidth / 4;
|
||||
|
// this.center_h = windowHeight / 2;
|
||||
|
|
||||
|
this.new_x = lerp(this.new_x, this.x + dx + p, 0.1); |
||||
|
this.new_y = lerp(this.new_y, this.y + dy + q, 0.1); |
||||
|
|
||||
|
this.px = lerp(this.x, this.x + p, 0.05); |
||||
|
this.py = lerp(this.y, this.y + q, 0.05); |
||||
|
|
||||
|
this.angle_counter_x += this.angle_counter_pos; |
||||
|
this.angle_counter_y += this.angle_counter_pos; |
||||
|
|
||||
|
// Update Coords in Dom
|
||||
|
let id_string_x = str(this.sequence) + 'x'; |
||||
|
let id_string_y = str(this.sequence) + 'y'; |
||||
|
let x_text = str(round(this.px)); |
||||
|
let y_text = str(round(this.py)); |
||||
|
let arrow_text = str(this.sequence) + 'pos'; |
||||
|
document.getElementById(id_string_x).innerText = x_text; |
||||
|
document.getElementById(id_string_y).innerText = y_text; |
||||
|
} |
||||
|
|
||||
|
|
||||
|
show() { |
||||
|
noStroke(); |
||||
|
smooth(); |
||||
|
|
||||
|
let tech_color = map(float(this.emb_dict.get('Technology')), -0.1, 0.1, 0, 255); |
||||
|
let art_color = map(float(this.emb_dict.get('Art')), -0.1, 0.1, 0, 255); |
||||
|
let ireland_color = map(float(this.emb_dict.get('Ireland')), -0.1, 0.1, 0, 255); |
||||
|
|
||||
|
let comm_color = map(float(this.emb_dict.get('Community')), -0.1, 0.1, 0, 255); |
||||
|
let events_color = map(float(this.emb_dict.get('Events')), -0.1, 0.1, 0, 255); |
||||
|
let org_color = map(float(this.emb_dict.get('Organisation')), -0.1, 0.1, 0, 255); |
||||
|
|
||||
|
let conicColors = [ |
||||
|
color(tech_color, art_color, 255, 255), |
||||
|
color(comm_color, events_color, 255, 255), |
||||
|
color(ireland_color, org_color, 255, 255) |
||||
|
] |
||||
|
|
||||
|
|
||||
|
conicGradient(this.angle_counter_color, this.center_w - this.new_x * this.ws, this.center_h - this.new_y * this.ws, conicColors); |
||||
|
ellipse(this.center_w - this.new_x * this.ws, this.center_h - this.new_y * this.ws, this.new_radius); |
||||
|
|
||||
|
this.angle_counter_color += this.angle_counter; |
||||
|
} |
||||
|
|
||||
|
move() { |
||||
|
if (mouseX > (this.center_w - this.new_x * this.ws) - (this.new_radius/2) && mouseX < (this.center_w - this.new_x * this.ws) + (this.new_radius/2) && mouseY > (windowHeight / 2 - this.new_y * this.ws) - (this.new_radius/2) && mouseY < (windowHeight / 2 - this.new_y * this.ws) + (this.new_radius/2)) { |
||||
|
this.over = true; |
||||
|
}else { |
||||
|
this.over = false; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
display() { |
||||
|
if (this.over && network_view) { |
||||
|
let s = "" |
||||
|
let t = "" |
||||
|
t = round(this.emb_dict.get('Technology'), 2) + " : " + round(this.emb_dict.get('Art'), 2) + " : " + round(this.emb_dict.get('Community'), 2) + " : " + round(this.emb_dict.get('Events'), 2) + " : " + round(this.emb_dict.get('Ireland'), 2) + " : " + round(this.emb_dict.get('Digital'), 2) + " : " + round(this.emb_dict.get('Organisation'), 2); |
||||
|
//s = round(this.px) + " : " + round(this.py);
|
||||
|
t = this.text |
||||
|
s = this.speaker |
||||
|
fill(0); |
||||
|
textFont(myFont) |
||||
|
push(); |
||||
|
fill(100, 0.6); |
||||
|
noStroke(); |
||||
|
|
||||
|
let rectW = this.ws * 600 |
||||
|
let rectH = this.ws * 400 |
||||
|
|
||||
|
|
||||
|
|
||||
|
rect((this.center_w - (this.new_x * this.ws)) - 300 * this.ws, (this.center_h - (this.new_y * this.ws)) - 500 * this.ws, rectW, rectH, 10); |
||||
|
fill(0, 0, 0) |
||||
|
textAlign(CENTER); |
||||
|
textSize(map(this.ws, 0.5, 3, 15, 25 )); |
||||
|
textWrap(WORD); |
||||
|
text(t, (this.center_w - (this.new_x * this.ws)) - 200 * this.ws, (this.center_h - (this.new_y * this.ws)) - 400 * this.ws, 400 * this.ws, 200 * this.ws); |
||||
|
fill(248, 63, 72) |
||||
|
text(s, (this.center_w - (this.new_x * this.ws)) - 200 * this.ws, (this.center_h - (this.new_y * this.ws)) - (400 * this.ws) + 250 * this.ws, 400 * this.ws, 200 * this.ws); |
||||
|
pop(); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
} |
||||
|
|
||||
|
//Create listeners for both buttons
|
||||
|
network_button.addEventListener('click', function handleClick() { |
||||
|
if(mobile_view){ |
||||
|
network_view = true; |
||||
|
|
||||
|
var view_el = document.getElementById('text-view') |
||||
|
view_el.style.opacity = 0 |
||||
|
|
||||
|
view_el = document.getElementById('text-view-button') |
||||
|
view_el.style.display = "inline"; |
||||
|
view_el.style.zIndex = "400" |
||||
|
} |
||||
|
}) |
||||
|
|
||||
|
text_button.addEventListener('click', function handleClick() { |
||||
|
network_view = false; |
||||
|
|
||||
|
var view_el = document.getElementById('text-view') |
||||
|
view_el.style.opacity = 1 |
||||
|
view_el.style.display = "inline"; |
||||
|
|
||||
|
setTimeout(() => { |
||||
|
|
||||
|
view_el = document.getElementById('text-view-button') |
||||
|
view_el.style.zIndex = "0" |
||||
|
view_el.style.display = "inline"; |
||||
|
}, 800) |
||||
|
|
||||
|
// view_el = document.getElementById('text-view-button')
|
||||
|
// view_el.style.zIndex = "0"
|
||||
|
// view_el.style.display = "inline";
|
||||
|
}) |
||||
|
|
||||
|
document.getElementById('about-interview').addEventListener('click', function handleClick() { |
||||
|
about_view = true |
||||
|
document.getElementById('about-section').style.transform = "translate(-50%, -45%)" |
||||
|
}) |
||||
|
|
||||
|
|
||||
|
function showAboutOnPageLoad(){ |
||||
|
about_view = true |
||||
|
document.getElementById('about-section').style.transform = "translate(-50%, -45%)" |
||||
|
} |
||||
|
|
||||
|
document.getElementById('mobile-btn').addEventListener('click', function handleClick() { |
||||
|
|
||||
|
if (about_view) { |
||||
|
about_view = false |
||||
|
document.getElementById('about-section').style.transform = "translate(-50%, 100%)" |
||||
|
} else { |
||||
|
about_view = true |
||||
|
document.getElementById('about-section').style.transform = "translate(-50%, -45%)" |
||||
|
} |
||||
|
}) |
||||
|
|
||||
|
addEventListener("click", (evt) => { |
||||
|
var my_div = document.getElementById('about-section') |
||||
|
if(evt.target != my_div && evt.target != document.getElementById('about-interview') && evt.target.parentNode != my_div && evt.target != document.getElementById('mobile-about-button') && evt.target != document.getElementById('mobile-btn')){ |
||||
|
|
||||
|
if (about_view) { |
||||
|
about_view = false |
||||
|
document.getElementById('about-section').style.transform = "translate(-50%, 100%)" |
||||
|
} |
||||
|
} |
||||
|
}); |
@ -0,0 +1,90 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8" /> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
|
|
||||
|
<title>Ø | D.A.T.A Interview</title> |
||||
|
|
||||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='assets/css/data-styles.css') }}"> |
||||
|
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> |
||||
|
<script src="{{ url_for('static', filename='assets/data/libraries/p5.sound.min.js') }}"></script> |
||||
|
<script src="{{ url_for('static', filename='assets/data/libraries/quicksettings.js') }}"></script> |
||||
|
<script src="{{ url_for('static', filename='assets/data/libraries/p5.gui.js') }}"></script> |
||||
|
<script src="{{ url_for('static', filename='assets/data/libraries/p5.patgrad.js') }}"></script> |
||||
|
<script src="{{ url_for('static', filename='assets/js/gradient.js') }}"></script> |
||||
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='assets/images/favicon.png') }}"> |
||||
|
</head> |
||||
|
|
||||
|
<body onload="showAboutOnPageLoad()"> |
||||
|
<div class="divider"> |
||||
|
<div id="sketch" class="sketch"></div> |
||||
|
<div id="text-view-button"> |
||||
|
<div id="tv-button"> |
||||
|
<img src = "{{ url_for('static', filename='assets/data/assets/okay.svg') }}" alt="text-view"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="break"></div> |
||||
|
<div class="text" id="text-view"> |
||||
|
<div class="text-group"> |
||||
|
<div class="text-header"> |
||||
|
<div class="tool1"> |
||||
|
<div class="t1-box"> |
||||
|
<div class="t1-1" id="arrow-p">➜</div> |
||||
|
<div class="t1-1" id="percent">60%</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="title"> |
||||
|
<p class="title2">THE BIG</p> |
||||
|
<p class="title2">D.A.T.A</p> |
||||
|
<p class="title1" id="switch-to-network">INTERVIEW</p> |
||||
|
</div> |
||||
|
<div class="tool2"> |
||||
|
<div class="t2-box"> |
||||
|
<div class="t2-1" id="about-interview">💁</div> |
||||
|
<div class="t2-1" id="data-link"><a href="https://www.data.ie/datasite/" target="_blank">🔗</a></div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="text-body"> |
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
<div class="text-footer"> |
||||
|
</div> |
||||
|
<div class="network-button" id="network-button"> |
||||
|
<img src = "{{ url_for('static', filename='assets/data/assets/okay.svg') }}" alt="text-view"/> |
||||
|
</div> |
||||
|
<div class="mobile-about-button" id="mobile-about-button"> |
||||
|
<img id="mobile-btn" src = "{{ url_for('static', filename='assets/data/assets/info.svg') }}" alt="text-view"/> |
||||
|
</div> |
||||
|
<div class="mobile-percent"> |
||||
|
<div class="t1-am" id="percent-mobile"></div> |
||||
|
</div> |
||||
|
<div class="mobile-arrow"> |
||||
|
<div class="t1-am" id="arrow-mobile">➜</div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
<div class="about-pop-up" id="about-section"> |
||||
|
<div class="about-header"> |
||||
|
About |
||||
|
</div> |
||||
|
<div class="about-body"> |
||||
|
<p>At the start of the summer, we had the pleasure of chatting with Paul, Tom and Aisling who are current facilitators of the Dublin Art & Technology Association. D.A.T.A has created a platform for artists, makers and thinkers to share knowledge about digital cultures and practices in Ireland since its genesis in 2002.</p> |
||||
|
<p>In our conversation, we had the opportunity to touch on topics such as D.A.T.A's identity, how it has evolved over the years, and a deeper look into their approach behind the process of curating & organising events.</p> |
||||
|
<p>We hope you enjoy the deeply insightful conversation with D.A.T.A, while having some fun navigating its latent space!</p> |
||||
|
<p class="tech-about">The website has been designed to visualise the interview in a linear and non-linear format. The interview was processed through a machine/natural language processing algorithm, which ranked each segment of text against various topics that surfaced during the interview.</p> |
||||
|
<p class="tech-about">As a result, the algorithm created a high-dimensional version of the interview, which is commonly referred to as the latent space. Once created, the machine's multidimensional understanding of the text was flattened using a t-SNE algorithm, producing the 2D mapping of the interview.</p> |
||||
|
</div> |
||||
|
<div class="about-footer"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<script src="{{ url_for('static', filename='assets/js/sketch.js') }}"></script> |
||||
|
|
||||
|
|
||||
|
</body> |
||||
|
</html> |