17
Informatics in the Astronomy Classroom Robert J. Brunner University of Illinois Illinois Informatics Institute Student Volunteers Your tour guide

Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

Informatics in the Astronomy

Classroom

Robert J. BrunnerUniversity of IllinoisIllinois Informatics Institute

Student Volunteers

Your tour guide

Page 2: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Background

2

Page 3: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Why?

3

Undergraduates

Graduates Students

When are students going to be trained in the practical issues?

Page 4: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

How?

4

Page 5: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Who?

5

Page 6: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Undergraduates

6

From inverse-square law: m1 ! m2 = !2.5 log

!

f1

f2

"

I(r) = I(re)e!b[(r/re)1/n

!1]

Page 7: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Undergraduates

6

Ugh Magnitu

des!From inverse-square law: m1 ! m2 = !2.5 log

!

f1

f2

"

I(r) = I(re)e!b[(r/re)1/n

!1]

Page 8: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Undergraduates

7

n(r, z) =!

i

ni(0, 0)e(!r/hr,i)e(!z/hz,i) hr is the scale length

hz is the scale height

Page 9: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Undergraduates

7

n(r, z) =!

i

ni(0, 0)e(!r/hr,i)e(!z/hz,i) hr is the scale length

hz is the scale height

Nice formula, but what does this mean?

Page 10: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Lessons Learned

8

Data Science skills are not acquired by osmosis!

Vastly different backgrounds, experiences, and interests.

Page 11: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Lessons Learned

9

Deficiency in basic skills.

WTF?

Page 12: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

The Market

10

Page 13: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

Round II

11

Page 14: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner12

#! /usr/bin/env python

def vCircular(distance): return sqrt(1.0 - atan(distance)/distance)

def my_plot(x, y): ...

pyplt.savefig("File.pdf")

# General Main method.

if __name__ == '__main__': ... y = map(vCircular, x) my_plot(x, y)

Tem

plat

e C

ode

Lessons Learned II

Page 15: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner13

Lessons Learned II

Page 16: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner14

Introduction to Data ScienceRobert J. BrunnerThis course will introduce the basic concepts of working with data, particularly large data for both scientific and commercial applications.

Round III

Coming Soon

Page 17: Your tour guide Classroom - Caltech Astronomy · Classroom Robert J. Brunner Illinois Informatics Institute University of Illinois Student Volunteers Your tour guide. AstroInformatics

AstroInformatics 2012: Informatics in Astro Classroom Robert J. Brunner

SummaryInformatics Training:

15

integrate into curriculum

learn from/work with industry

[email protected] http://lcdm.astro.illinois.edu

Leverage existing work and knowledge

Your tour guide

new opportunities