
Jéssica Parente
@Jessica_aparent
Followers
71
Following
59
Media
9
Statuses
159
PhD student · Design Researcher at University of Coimbra, Portugal
Joined April 2014
RT @iccc_conf: The ICCC, organised by the Association for Computational Creativity, is back! Come join us in the beautiful Swedish town of….
0
16
0
RT @photoilikecom: ¡Enhorabuena por ese "Best Paper Award" en el EvoMUSART 2023 a @Jessica_aparent, Luis Gonçalo, Tiago Martins, @jmacunha,….
0
1
0
RT @CdvLab: Best Paper Award for EvoMUSART 2023 @EvostarConf awarded to our paper “Using Autoencoders to Generate Skeleton-based Typograph….
0
3
0
Today, we are at @EvostarConf presenting our work "Using Autoencoders to Generate Skeleton-based Typography". Come see our presentation at 4h25 p.m, we are nominated for Best Paper 🎉. We are giving souvenirs, come talk to us! .@CdvLab @SPECIESsociety
0
1
13
🎉Our paper is on at the Best Paper Nominations session in Room A of EuroMUSART (starts at 16h25) ! Make sure to stay till the end of the talk to cast your vote for the best paper of EuroMUSART. See you there!.@EvostarConf @CdvLab
0
3
18
Today, we are at @EvostarConf present our work "Using Autoencoders to Generate Skeleton-based Typography". Come see our presentation at 4h25 p.m. @CdvLab
1
3
18
A 4 min brief of my master's thesis about designing type with code. #typography #Designers #code #programming #processing .
jessicaparente.medium.com
An approach focused on skeletons extraction and their anatomical deconstruction
1
0
3
W=192,H=157,r="🔴",g="🟢",y="🟡",x=0,setup=t=>{createCanvas(W,H)},draw=e=>{for(x+=.01,background(0),i=0;i<W;i+=12)for(j=0;j<H;j+=12)t=4+cos(9*x+i+j),textSize(t),text(dist(i,j,60,78)>25?i>60?r:g:y,4*cos(t)+i,4*sin(t)+j)};//#tinycode @CCodeMadrid
0
1
4
function setup(){createCanvas(W,H)}function draw(n){for(x+=.01,background(0),i=0;i<W;i+=s)for(j=0;j<H;j+=s)t=3+cos(9*x+(i+j)),textSize(t),text(r,4*cos(t)+i,4*sin(t)+j)}W=192,H=157,s=12,r="🎄",x=0;//#tinycode @CCodeMadrid
0
2
6
let d,l,t=0;setup=e=>{createCanvas(192,157)},draw=a=>{for(background(255),t+=.05,l=t,x=circle,v=blendMode,e=30;e--;){let t=28*sin(l+=.3),a=map(t,-26,28,e,255);v(MULTIPLY),noStroke(),fill(0,0,a),x(9*e,79+t,b=a/9,b),fill(a,0,0),x(9*e-50,79+t,b,b),v(BLEND)}};//#tinycode @CCodeMadrid
0
1
8
let w,d,t=0,W=192,H=157;function setup(){createCanvas(W,H),d=.314}function draw(){background(0),t+=.05;let e=t;for(let t=0;t<20;t++){let l=28*sin(e),n=map(l,-26,28,30,255);noStroke(),fill(255-n),ellipse(5+10*t,H/2+l,n/9,n/9),e+=d}}//#tinycode @CCodeMadrid
0
2
3