imt welcome day 2011

17
about me

Upload: alberto-lluch-lafuente

Post on 02-Jul-2015

774 views

Category:

Documents


0 download

DESCRIPTION

My short talk at IMT Welcome Day 2011 about my research and teaching activities.

TRANSCRIPT

Page 1: IMT Welcome Day 2011

about me

Page 2: IMT Welcome Day 2011

name

Alberto

1st last nameit ~ gliucen ~ luke

2nd last name(thefountain)

Lluch Lafuentehello, my name is...

Page 3: IMT Welcome Day 2011

phd@freiburg

now@here

cs@spain

Page 4: IMT Welcome Day 2011

lucca

pisa

empoli

Page 5: IMT Welcome Day 2011

research

Page 6: IMT Welcome Day 2011

probably correctprovably buggy...

Page 7: IMT Welcome Day 2011

φ

Page 8: IMT Welcome Day 2011

φ

models

verification algorithms

property spec langs

Page 9: IMT Welcome Day 2011

generic programming languagesprotocol specification languagesprocess algebrasautomatagraph transformation systemsmodels...

Page 10: IMT Welcome Day 2011

vscomp a {

comp b;comp c;

}

comp a {sons : b,c;

}comp b {

father : a;}comp c {

father : a;}

b ca

b c

a

Page 11: IMT Welcome Day 2011

φ

imt phd studentsSelect * from students,schools where students.school = schools.id and ...

Page 12: IMT Welcome Day 2011

my system does always …my sytem does … before …

some component of my system is s.t....all components of my system are s.t....

some component always does … before...

Page 13: IMT Welcome Day 2011
Page 14: IMT Welcome Day 2011
Page 15: IMT Welcome Day 2011

φ

Page 16: IMT Welcome Day 2011

teaching

Page 17: IMT Welcome Day 2011

“Fundamentals of Algorithmics”

Lesson 1Lesson 3Lesson 4Lesson 5Lesson 6

[March 8][March 16] [March 23] [March 30] [March 6]

Topics: sorting, hashing, searching.

(warm-up for “Web Algorithmics” by Ferragina & Luccio)